summaryrefslogtreecommitdiff
path: root/internal/router/router.go
AgeCommit message (Collapse)Author
2026-05-02fix: set cache-control for non-cacheable pagesGravatar SayaAndy
2026-05-02feat: integrate unix sockets into stage & prodGravatar SayaAndy
2026-05-02feat: enable unix listenersGravatar Montferrat
refactor: parametrize listener
2026-05-02feat: implement rate limitingGravatar SayaAndy
2026-05-02refactor: parametrize static & photo storage urlGravatar SayaAndy
refactor: parametrize allow origins
2026-04-15feat: support s3 for blog pagesGravatar SayaAndy
refactor: make blog client an interface feat: claude.md
2026-03-31feat: add google site verification token for prodGravatar SayaAndy
2026-03-31feat: add linked dataGravatar SayaAndy
2026-03-31feat: enable etag middlewareGravatar SayaAndy
feat: enable compress middleware feat: trim end slash of each request url (except for root)
2026-03-31feat: specify canonical hrefs for each pageGravatar SayaAndy
feat: specify more meta properties for search engines fix: correct user and catalogue meta format: specify og property names in property field feat: user profile description
2026-03-30feat: build sitemap.xmlGravatar SayaAndy
2026-03-29fix: add page metadata correctlyGravatar SayaAndy
feat: link marker fill saturation and brightness in the global map to the publication date
2025-11-04fix: correctly pack galleries on mobilesGravatar SayaAndy
feat: switch masonry to packery debug: log app shutdown more
2025-11-01fix: change nocontent status to ok if there is contentGravatar SayaAndy
2025-10-28refactor: make structurized implementation of routes + separate identity of ↵Gravatar SayaAndy
router feat: update go to 1.25 feat: update all dependencies debug: display routes when debug logs turned on