personal-site/pkg/handlers
2025-02-12 22:01:30 -05:00
..
auth.go Added redirect package. 2024-06-16 11:30:11 -04:00
cache.go Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
contact.go Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
error.go Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
handlers.go Added redirect package. 2024-06-16 11:30:11 -04:00
handlers_test.go Added redirect package. 2024-06-16 11:30:11 -04:00
pages.go Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
pages_test.go Switch from routes to self-registering handlers to group related routes. 2024-06-09 12:31:30 -04:00
router.go Use more secure cookie settings. 2025-02-12 22:01:30 -05:00
router_test.go Switch from routes to self-registering handlers to group related routes. 2024-06-09 12:31:30 -04:00
search.go Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
task.go Switched to backlite for task queues. 2024-07-24 21:04:32 -04:00