aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-05style(markdown): remove error check in lexer StringAnhgelus Morhtuuzh
2026-02-05feat(frontend): callout styleAnhgelus Morhtuuzh
2026-02-05feat(markdown): interprate calloutAnhgelus Morhtuuzh
2026-02-05feat(markdown): lex calloutAnhgelus Morhtuuzh
2026-02-05refactor(markdown): simplify lexerAnhgelus Morhtuuzh
2026-02-05perf(markdown): avoid using += for string in lexerAnhgelus Morhtuuzh
2026-02-05feat(template): remove image if nothing is set in SEOAnhgelus Morhtuuzh
2026-02-05feat(template): update year in footerAnhgelus Morhtuuzh
2026-02-05fix(template): lang not set in html tagAnhgelus Morhtuuzh
2026-02-04fix(frontend): first article title not clickableAnhgelus Morhtuuzh
2026-02-04feat(frontend): smaller list display instead of bigger oneAnhgelus Morhtuuzh
2026-02-04refactor(design): delete folderAnhgelus Morhtuuzh
2026-02-04feat(style): dynamically handle navbarAnhgelus Morhtuuzh
2026-02-03fix(dom): remove trailing slash for void elementAnhgelus Morhtuuzh
2026-02-03build(frontend): remove dist folder if presentAnhgelus Morhtuuzh
2026-02-03fix(frontend): using property instead of name in meta tagsAnhgelus Morhtuuzh
2026-01-16style(html): use prettier plugin for go htmlWilliam Hergès
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): specify title name of section entry in configWilliam 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
2026-01-02feat(backend): load admin password from env if not set in configAnhgelus Morhtuuzh
2025-12-30feat(backend): does not update stats if user is adminWilliam Hergès
2025-12-30fix(storage): enforce target and ref checking for statsWilliam Hergès
2025-12-30feat(storage): scope stats per ip instead of targetWilliam Hergès
2025-12-27build(go): remove useless godotenv depsWilliam Hergès
2025-12-27fix(backend): memory leak in timeoutsWilliam 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-25build(go): target amd64 v3 by defaultWilliam Hergès
2025-12-25refactor(markdown): simplify paragraph parsingWilliam Hergès
2025-12-22Merge pull request '[Feat] Stats' (#4) from feat/stats into mainAnhgelus Morhtuuzh
2025-12-22fix(storage): remove query from refAnhgelus 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): track page load without refererAnhgelus Morhtuuzh
2025-12-22feat(backend): admin dashboardAnhgelus Morhtuuzh
2025-12-22perf(backend): decrease render time when request has referer headerAnhgelus Morhtuuzh
2025-12-21feat(backend): record every jump between pagesAnhgelus Morhtuuzh
2025-12-21feat(backend): connect to sqlite dbAnhgelus Morhtuuzh
2025-12-21feat(backend): set content to display like a poemAnhgelus Morhtuuzh
2025-12-21fix(markdown): remove old weird space adder in externalAnhgelus Morhtuuzh
2025-12-21feat(markdown): option to render poemAnhgelus Morhtuuzh
2025-12-21test(dom): createAnhgelus Morhtuuzh