summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* feat: Handle user creation and claims mapping when authenticating with githubivarlovlie2022-02-071-14/+50
|
* feat: WIP: Map github loginsivarlovlie2022-01-3017-36/+402
| | | | | | When github is used for login, we want to create a mapping to a regular user in our database. This is mainly so that we don't have to change the PK in our database or add a column to it.
* feat: WIP: Add option to login in with githubivarlovlie2022-01-234-1/+54
|
* feat: Fall back to document title if no description is found in site reportivarlovlie2022-01-231-3/+9
|
* feat: Remove stale tokens on a regular basisivarlovlie2022-01-236-17/+90
|
* feat: Execute startup tasksivarlovlie2022-01-232-1/+3
|
* build: Add initial docker setup for serverivarlovlie2022-01-232-0/+21
|
* chore: Clean up warningsivarlovlie2022-01-233-2/+1
|
* feat(auth): Implements first draft of basic auth gen/validationivarlovlie2022-01-2316-36/+413
|
* Initial commitivarlovlie2022-01-2257-0/+1703