summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: Always check session validity with server on app loadivarlovlie2022-02-071-1/+1
|
* fix: Don't require client to have user id in session in order to check ↵ivarlovlie2022-02-071-4/+6
| | | | status with server
* 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-235-1/+64
|
* feat: Redo entry-card style, add ability to delete entriesivarlovlie2022-01-232-9/+47
|
* feat: Fall back to document title if no description is found in site reportivarlovlie2022-01-231-3/+9
|
* feat: WIP: Import from jsonivarlovlie2022-01-233-38/+143
|
* feat: Remove stale tokens on a regular basisivarlovlie2022-01-237-17/+21409
|
* 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-2324-39/+769
|
* Initial commitivarlovlie2022-01-22109-0/+8386