aboutsummaryrefslogtreecommitdiff
path: root/backend/router.go
AgeCommit message (Collapse)Author
2026-01-04feat(backend): decrease sus request log levelAnhgelus Morhtuuzh
2026-01-02feat(log): move in its own packageWilliam Hergès
2026-01-02feat(storage): requires HumanPageLoad to update statsWilliam Hergès
2026-01-02feat(backend): rate limit dumb attacker botWilliam Hergès
2026-01-02feat(backend): handle every dot txt like robots.txtAnhgelus Morhtuuzh
2026-01-02feat(backend): handle robots.txtAnhgelus Morhtuuzh
2026-01-02feat(backend): remove useless version in loggerAnhgelus Morhtuuzh
2026-01-02feat(backend): clean rate limitAnhgelus Morhtuuzh
2025-12-30feat(backend): does not update stats if user is adminWilliam Hergès
2025-12-30feat(storage): scope stats per ip instead of targetWilliam Hergès
2025-12-26feat(backend): introduce rate limit to protect authAnhgelus Morhtuuzh
2025-12-26feat(backend): use custom loggerAnhgelus Morhtuuzh
2025-12-26refactor(backend): use middleware to handle update statsAnhgelus Morhtuuzh
2025-12-22fix(storage): does not store stats if request failsAnhgelus Morhtuuzh
2025-12-22refactor(backend): move db related in new packageAnhgelus Morhtuuzh
2025-12-22feat(backend): admin dashboardAnhgelus Morhtuuzh
2025-12-22perf(backend): decrease render time when request has referer headerAnhgelus Morhtuuzh
Made the update stats async
2025-12-21feat(backend): record every jump between pagesAnhgelus Morhtuuzh
2025-12-12build(backend): bump versionAnhgelus Morhtuuzh
2025-12-12refactor(frontend): remove JS filesAnhgelus Morhtuuzh
2025-10-29feat(security): set headersWilliam Hergès
2025-10-27feat(section): display paginate in full listWilliam Hergès
2025-10-06feat(backend): rss feeds for logsAnhgelus Morhtuuzh
2025-10-05perf(security): cache assets checksumWilliam Hergès
2025-10-05feat(security): setup corsWilliam Hergès
2025-10-05feat(security): integrity on link and scriptWilliam Hergès
2025-10-04fix(frontend): prevent modifying internal anchors in non standard implementationWilliam Hergès
2025-10-03feat(backend): handle 404William Hergès
2025-10-03feat(frontend): use htmx to dynamically navigate between pagesWilliam Hergès
2025-10-02perf(backend): generate content during loadAnhgelus Morhtuuzh
2025-10-02feat(backend): config to set domainAnhgelus Morhtuuzh
2025-10-02feat(backend): use httplogAnhgelus Morhtuuzh
2025-10-02feat(backend): handle homeAnhgelus Morhtuuzh
2025-10-02feat(backend): return not found instead of serving list of all filesAnhgelus Morhtuuzh
2025-10-02feat(backend): handle static filesAnhgelus Morhtuuzh
2025-10-02feat(backend): simple http serverAnhgelus Morhtuuzh