| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -56/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | #pragma once added to some headers | Stefan Boberg | 2023-04-20 | 1 | -0/+2 |
| | | |||||
| * | Refactored auth manager to use simplified encryption API. | Per Larsson | 2022-02-07 | 1 | -9/+3 |
| | | |||||
| * | Minor cleanup of free functions. | Per Larsson | 2022-02-03 | 1 | -16/+16 |
| | | |||||
| * | Added AES encryption key/IV cli options. | Per Larsson | 2022-02-03 | 1 | -0/+10 |
| | | |||||
| * | Added upstream auth config and removed the possibility to add endpoints via ↵ | Per Larsson | 2022-02-02 | 1 | -0/+1 |
| | | | | | REST. | ||||
| * | Parse expire time from OpenID refresh token and added OpenId token provider. | Per Larsson | 2022-02-02 | 1 | -4/+3 |
| | | |||||
| * | Get access token from auth mgr. | Per Larsson | 2022-01-28 | 1 | -0/+8 |
| | | |||||
| * | Add OpenID auth to auth mgr. | Per Larsson | 2022-01-26 | 1 | -0/+6 |
| | | |||||
| * | Added auth manager with support for OIDC providers. | Per Larsson | 2022-01-25 | 1 | -0/+36 |