| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-28 | refactor: make structurized implementation of routes + separate identity of ↵ | ||
| router feat: update go to 1.25 feat: update all dependencies debug: display routes when debug logs turned on | |||
| 2025-10-25 | feat: add debug info about starting/ending db transactions | ||
| 2025-10-25 | fix: make sure db transactions end always | ||
| 2025-09-10 | feat: add page views | ||
| 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-31 | feat: add page cache | ||
| 2025-08-30 | feat: like count shown on blog search | ||
| fix: corrupted page links in cache | |||
| 2025-08-30 | fix: truncate likes table prior to dumping cache | ||
| 2025-08-30 | feat: add persistent storage for likes | ||
| 2025-08-27 | feat: add and show like count | ||
| feat: localize like button | |||
| 2025-08-26 | feat: like button (only inmem-cache for now) | ||
| 2025-08-26 | refactor: log only num of enlisted pages for catalogue | ||
| refactor: encode client hash with base64 | |||
| 2025-08-26 | feat: client hash cache | ||
| feat: add local config feat: create a volume for data (for the future) format: unname unused vars | |||