summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard
AgeCommit message (Expand)Author
2025-05-24refactor: decorate handler with access check middlewaremo khan
2025-05-07refactor: move test server to oidc packagemo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-04-30fix: strict same site mode breaks redirectsmo khan
2025-04-28feat: use htmx to render partialsmo khan
2025-04-28fix: render 404 when not logged inmo khan
2025-04-25refactor: move key pacakge to cfgmo khan
2025-04-25refactor: move db and mountable to appmo khan
2025-04-25refactor: move domain package into appmo khan
2025-04-25feat: record the author of the new sparklemo khan
2025-04-24feat: connect require user middleware to dashboard controllermo khan
2025-04-22refactor: convert id token to user in mappermo khan
2025-04-21refactor: extract views package to render html templatesmo 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-16feat: render a blank html page for the dashboardmo khan
2025-04-16feat: render an html page when a user is logged inmo khan
2025-04-15feat: connect a blank dashboard controllermo khan