summaryrefslogtreecommitdiffci
path: root/internal/router/client-cache.go
AgeCommit message (Collapse)Author
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
2025-10-25feat: add debug info about starting/ending db transactionsGravatar SayaAndy
2025-10-25fix: make sure db transactions end alwaysGravatar SayaAndy
2025-09-10feat: add page viewsGravatar SayaAndy
feat: more responsive header size to keep it in one row refactor: move like and view count into separate row in blog card
2025-08-31feat: add page cacheGravatar SayaAndy
2025-08-30feat: like count shown on blog searchGravatar SayaAndy
fix: corrupted page links in cache
2025-08-30fix: truncate likes table prior to dumping cacheGravatar SayaAndy
2025-08-30feat: add persistent storage for likesGravatar SayaAndy
2025-08-27feat: add and show like countGravatar SayaAndy
feat: localize like button
2025-08-26feat: like button (only inmem-cache for now)Gravatar SayaAndy
2025-08-26refactor: log only num of enlisted pages for catalogueGravatar SayaAndy
refactor: encode client hash with base64
2025-08-26feat: client hash cacheGravatar SayaAndy
feat: add local config feat: create a volume for data (for the future) format: unname unused vars