aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Reviewed-on: https://git.anhgelus.world/anhgelus/small-web/pulls/4
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
Made the update stats async
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
2025-12-20test(markdown): use subtest to cleanAnhgelus Morhtuuzh
2025-12-19Revert "feat(backend): parse description as markdown"William Hergès
This reverts commit 0c0c6fb6df755d8f53d353e8b941e22a6c474b60.
2025-12-15fix(markdown): adding linebreak at the beginning in multiline code blockAnhgelus Morhtuuzh
create tests for code
2025-12-14Merge pull request '[Feat] Custom replace' (#3) from feat/custom-replace ↵Anhgelus Morhtuuzh
into main Reviewed-on: https://git.anhgelus.world/anhgelus/small-web/pulls/3
2025-12-14feat(backend): parse description as markdownAnhgelus Morhtuuzh
2025-12-14feat(backend): supports custom replacer of markdownAnhgelus Morhtuuzh
2025-12-14feat(markdown): custom replacerAnhgelus Morhtuuzh
2025-12-14feat(frontend): generalize .large classAnhgelus Morhtuuzh
2025-12-13refactor(backend): use dom package to render linkAnhgelus Morhtuuzh
2025-12-13fix(markdown): wrong error for bad header numberAnhgelus Morhtuuzh
2025-12-13Merge pull request '[Refactor] Replace manual DOM manipulation in markdown ↵Anhgelus Morhtuuzh
by cleaner one' (#2) from refactor/mardown-dom into main Reviewed-on: https://git.anhgelus.world/anhgelus/small-web/pulls/2
2025-12-13style(markdown): rename header into headingAnhgelus Morhtuuzh
2025-12-13refactor(markdown): use new dom package to create htmlAnhgelus Morhtuuzh
2025-12-13feat(dom): type to represents css classAnhgelus Morhtuuzh
2025-12-13feat(dom): represents every html elementAnhgelus Morhtuuzh
2025-12-12ci(scripts): push important contents, not everythingAnhgelus Morhtuuzh
2025-12-12feat(backend): ignore backup (.bp) fileAnhgelus Morhtuuzh
2025-12-12build(backend): bump versionAnhgelus Morhtuuzh