summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-02-11Add icon bar partial template with navigation links and iconsHEADmainBobby4-13/+120
2026-02-11Refactor logout functionality to render a dedicated logout template and ↵Bobby3-49/+29
update main page layout for improved user experience
2026-02-11Implement OpenID authentication flow, including user session management and ↵Bobby2-6/+51
user info retrieval
2026-02-11Implement authentication flow with middleware and controllers, add OpenID ↵Bobby1-0/+5
discovery URL to server config
2026-02-11Refactor homepage and error templates, add service worker and manifest for ↵Bobby4-30/+19
PWA support
2026-01-20Implement custom error handling and templates for HTTP responsesBobby1-0/+16
2026-01-20Implemented processors and add HTTPRequest and HTTPQueryParam types and ↵Bobby1-3/+4
Created utility functions for building request metadata.
2026-01-20Add Tailwind CSS and HTMX integration and implement custom template tagsBobby2-0/+31