summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-25docs: add links to filtered logsmo khan
2025-04-25docs: add environments section to READMEmo khan
2025-04-25refactor: move db and mountable to appmo khan
2025-04-25refactor: move domain package into appmo khan
2025-04-25refactor: move Repository interface to domainmo khan
2025-04-25feat: add author profile photomo khan
2025-04-25feat: display author informationmo khan
2025-04-25feat: record the authormo khan
2025-04-25feat: record the author of the new sparklemo khan
2025-04-25refactor: move id and entity to domain packagemo khan
2025-04-25docs: describe the session cookiemo khan
2025-04-25chore: add a temp directorymo khan
2025-04-25chore: add the OAuth Client ID for the production envmo khan
2025-04-25chore: remove the placeholder for an OAUTH CLIENT SECRET in the staging envir...mo khan
2025-04-25chore: add the staging OAuth client idmo khan
2025-04-25chore: do not restrict access through cloudflare onlymo khan
2025-04-24feat: connect require user middleware to dashboard controllermo khan
2025-04-24feat: add middleware to require a logged in usermo khan
2025-04-24chore: increase the startup probe durationmo khan
2025-04-24chore: use expedited deployment strategy in stagingmo khan
2025-04-24docs: add a link to the staging logsmo khan
2025-04-23chore: change the staging container port to 80mo khan
2025-04-23docs: bump READMEmo khan
2025-04-23docs: add an example ID Tokenmo khan
2025-04-23docs: improve the getting started sectionmo khan
2025-04-23docs: add links to staging and productionmo khan
2025-04-23docs: sort linksmo khan
2025-04-22refactor: convert id token to user in mappermo khan
2025-04-22feat: require login to view sparkle formmo khan
2025-04-22chore: add production runway env varsmo khan
2025-04-22docs: add links to the deployment project and runway docsmo khan
2025-04-22chore: update the staging env configmo khan
2025-04-22chore: add a env file for the staging environmentmo khan
2025-04-22docs: update readmemo khan
2025-04-22feat: add tiny vue.js app to list and add new sparklesmo khan
2025-04-21feat: render a logout buttonmo khan
2025-04-21refactor: extract views package to render html templatesmo khan
2025-04-21feat: connect the current user middlewaremo khan
2025-04-21feat: provision new users on-demandmo khan
2025-04-21feat: attach current user if they are in the dbmo khan
2025-04-21feat: start to build middleware to attach the current usermo khan
2025-04-21refactor: convert Repository to Repository[T Entity]mo khan
2025-04-21refactor: rename middlewaremo khan
2025-04-21refactor: extract oidc.RawIDToken typemo khan
2025-04-21refactor: provide the root dir as a parametermo khan
2025-04-17refactor: move html template to a separate filemo khan
2025-04-17refactor: introduce api to parse id token from multiple locationsmo khan
2025-04-17refactor: remove Key suffix from context keysmo khan
2025-04-17refactor: move context keys to key packagemo khan
2025-04-17refactor: remove dead codemo khan