summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Experiment with tailwindivarlovlie2022-02-14160-2208/+31597
|
* feat: Experiment with tailwindivarlovlie2022-02-147-265/+1
|
* chore: Add metaivarlovlie2022-02-123-0/+11
|
* build: Remove ability to commit from build script.ivarlovlie2022-02-121-6/+8
| | | | This should be a temporary change but the result of not having to commit before every release is a use case.
* feat: Configure header forwarding according to documentation!ivarlovlie2022-02-121-3/+7
|
* feat: Add health endpointivarlovlie2022-02-122-0/+16
|
* feat: Add UseForwardedHeaders when in productionivarlovlie2022-02-121-4/+8
|
* feat: Set redirect uri on event handler, doing this because i keep getting a ↵ivarlovlie2022-02-111-0/+4
| | | | default redirect uri in the generated request to github
* feat: Specify frontend url as redirect uri for githubivarlovlie2022-02-112-20/+7
|
* feat: Cors config is only used in dev, reverse proxy handles productionivarlovlie2022-02-111-6/+6
|
* chore:ivarlovlie2022-02-112-1/+2
|
* feat: Use prod api urls on clientivarlovlie2022-02-111-2/+4
|
* feat: Simplify permission displayivarlovlie2022-02-111-11/+14
|
* feat: Update server packagesivarlovlie2022-02-111-3/+3
|
* feat: Update client packagesivarlovlie2022-02-112-186/+229
|
* feat: add prod url to cors configivarlovlie2022-02-111-1/+2
|
* fix: ignore secretsivarlovlie2022-02-103-19/+1
|
* feat: Write database connection details when getting configuration stringsivarlovlie2022-02-102-0/+18
|
* build: Add docker image builder scriptivarlovlie2022-02-071-0/+35
|
* chore: Add licenseivarlovlie2022-02-071-0/+13
|
* chore: Remove licenseivarlovlie2022-02-071-24/+0
|
* chore: Cleanup warnings and unused codeivarlovlie2022-02-078-49/+8
|
* fix: Don't use github as default challenge scheme as this results in a 302 ↵ivarlovlie2022-02-071-6/+3
| | | | to github by default when auth is required
* 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-239-17/+21588
|
* 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
|
* Delete README.mdivarlovlie2022-01-231-33/+0
|
* Initial commitivarlovlie2022-01-22113-0/+8940