| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -91/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | tweaks for enabling unity builds | Stefan Boberg | 2023-04-19 | 1 | -1/+2 |
| | | | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ``` | ||||
| * | Configure OpenID providers from cmd line and Lua cfg. (#189) | Per Larsson | 2022-11-14 | 1 | -3/+9 |
| | | |||||
| * | Changed OIDC token endpoint. | Per Larsson | 2022-02-02 | 1 | -1/+1 |
| | | |||||
| * | Parse expire time from OpenID refresh token and added OpenId token provider. | Per Larsson | 2022-02-02 | 1 | -5/+1 |
| | | |||||
| * | Extended auth mgr to restore OpenID provider(s) and token(s). | Per Larsson | 2022-01-28 | 1 | -0/+2 |
| | | |||||
| * | Add OpenID auth to auth mgr. | Per Larsson | 2022-01-26 | 1 | -4/+22 |
| | | |||||
| * | Added auth manager with support for OIDC providers. | Per Larsson | 2022-01-25 | 1 | -1/+32 |
| | | |||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 1 | -0/+37 |
| dynamic auth tokens. | |||||