summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-02-11Add icon bar partial template with navigation links and iconsHEADmainBobby14-18/+265
2026-02-11Refactor logout functionality to render a dedicated logout template and ↵Bobby4-50/+30
update main page layout for improved user experience
2026-02-11Implement OpenID authentication flow, including user session management and ↵Bobby15-25/+376
user info retrieval
2026-02-11Implement authentication flow with middleware and controllers, add OpenID ↵Bobby10-15/+101
discovery URL to server config
2026-02-11Refactor homepage and error templates, add service worker and manifest for ↵Bobby9-31/+89
PWA support
2026-01-20Implement custom error handling and templates for HTTP responsesBobby3-1/+93
2026-01-20Add shortcuts utility functions for rendering and error handlingBobby7-1/+243
2026-01-20Add session management with PostgreSQL storage and utility functionsBobby7-20/+231
2026-01-20Implemented processors and add HTTPRequest and HTTPQueryParam types and ↵Bobby9-7/+129
Created utility functions for building request metadata.
2026-01-20Update .gitignore to remove trailing slash from Tailwind toolchain directoryBobby1-1/+1
2026-01-20Add Tailwind CSS and HTMX integration and implement custom template tagsBobby16-5/+327
2026-01-20Implement database configuration and management with PostgreSQL supportBobby10-2/+262
2026-01-15Add initial project structure with Go Fiber framework and environment ↵Bobby18-0/+624
configuration