summaryrefslogtreecommitdiffstats
path: root/src/server/Api/Internal
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add health endpointivarlovlie2022-02-122-0/+16
|
* feat: Specify frontend url as redirect uri for githubivarlovlie2022-02-112-20/+7
|
* chore: Cleanup warnings and unused codeivarlovlie2022-02-072-38/+2
|
* feat: WIP: Map github loginsivarlovlie2022-01-305-2/+55
| | | | | | 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-232-0/+35
|
* feat: Fall back to document title if no description is found in site reportivarlovlie2022-01-231-3/+9
|
* feat(auth): Implements first draft of basic auth gen/validationivarlovlie2022-01-232-9/+25
|
* Initial commitivarlovlie2022-01-2219-0/+479