aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Frontend: Fix additive filtering logic and preserve search query during navig...Adam Mathes10 days2-12/+146
* Backend: Fix linting issues, improve error handling, and replace magic numbersAdam Mathes10 days13-130/+105
* Document background crawler behavior and update default crawl minutes to 60 (...Adam Mathes10 days2-8/+36
* Update golangci-lint version in CI to v2.9.0Adam Mathes10 days1-1/+1
* Implement --purge and --purge-unread flags to delete old itemsAdam Mathes10 days3-8/+117
* Clean up redundant font CSS variables and consolidate :root blocksAdam Mathes10 days1-17/+15
* Document 'make check' benchmarksAdam Mathes10 days1-0/+21
* Add code coverage to 'make check' and add 'cover' and 'coverage-html' targetsAdam Mathes10 days1-2/+9
* Add local git hooks to run 'make check' before pushAdam Mathes10 days3-4/+33
* Fix mobile infinite scroll by using <li> and threshold 0 for sentinelAdam Mathes10 days1-3/+3
* Commit ticket updates and remaining backend lint fixesAdam Mathes10 days5-10/+27
* Make sidebar filters additive by preserving context in linksAdam Mathes10 days2-7/+20
* Create 'make check' unified workflow and fix various lint issuesAdam Mathes10 days9-57/+60
* Improve infinite scroll responsiveness on mobile/iPadAdam Mathes10 days1-2/+2
* Fix horizontal scrolling on iPad and improve mobile responsivenessAdam Mathes10 days6-5/+28
* chore: update build artifacts and finalize test improvementsAdam Mathes11 days24-728/+2004
* feat: add manual crawl button and E2E test for crawl cycleAdam Mathes11 days3-1/+61
* feat: add username field to login for better password manager supportAdam Mathes11 days4-6/+34
* chore: align local Makefile with GitHub CI jobsAdam Mathes11 days4-12/+28
* chore: fix lint and type errors to resolve CI failuresAdam Mathes11 days20-99/+192
* style: fix font theme application to body textAdam Mathes11 days3-1/+38
* test: mock RSS feeds in E2E testsAdam Mathes11 days7-4/+55
* ci: enhance workflow with E2E tests and Docker checkAdam Mathes11 days8-125/+96
* assets updateAdam Mathes11 days2-0/+12
* style: update Settings page to match glass sidebar aestheticAdam Mathes11 days11-22053/+208
* Docs: Update README.md with recent changes and feature additions (NK-sdxq5p)Adam Mathes11 days1-1/+21
* UI: Improve consistency of settings, logout, and theme sections in sidebar (N...Adam Mathes11 days6-11/+379
* UI: Add collapsible caret icons for Tags and Feeds in sidebar (NK-gjymiw)Adam Mathes11 days7-31/+65
* Cleanup root directory by moving scripts to scripts/ and fix CSRF cookie poli...Adam Mathes11 days9-8/+243
* new workflows based on past issuesAdam Mathes11 days5-1/+137
* task: improve mobile responsiveness of React UI\n\n- Added media queries to A...Adam Mathes11 days6-13/+144
* task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dis...Adam Mathes11 days2860-683184/+4
* test: add background crawler timing testsAdam Mathes11 days2-2/+130
* fix: auto-load more items when pressing 'j' on last item\n\nPreviously, if yo...Adam Mathes11 days4-6/+52
* feat: fix authentication to handle no-password scenario\n\n- Updated Authenti...Adam Mathes11 days3-0/+356
* feat: add secure_cookies configuration option\n\n- Added SecureCookies bool f...Adam Mathes11 days6-5/+18
* fix: CSRF cookie configuration for local network access\n\n- Changed SameSite...Adam Mathes11 days9-17/+22
* fix: make infinite scroll less aggressive by using threshold 1.0 for sentinel...Adam Mathes11 days2-23/+42
* fix: relax CSP to allow unsafe-eval for legacy UIAdam Mathes11 days1-1/+1
* feat: add font theme support (fixing NK-rn4nzp)Adam Mathes11 days7-19/+105
* fix: restore CI backend job by creating dummy assets for embed and updating l...Adam Mathes11 days1-1/+8
* fix: update Dockerfile to use Go embed and fix build path (fixing NK-sk6pym)Adam Mathes11 days1-7/+10
* test: increase frontend coverage for Settings and improve FeedItem cssAdam Mathes11 days25-6179/+3907
* style: refine sidebar design to closely match v1 (fixing NK-7jh6re)Adam Mathes11 days3-22/+57
* fix: ensure neko toggle button is always accessible (fixing NK-zvt8hi)Adam Mathes11 days4-51/+32
* feature: add scrape full text button to feed items (fixing NK-8hu7z1)Adam Mathes11 days9-18/+79
* ui: redesign sidebar to match v1 aesthetic and fix navigationAdam Mathes11 days5-185/+139
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes11 days12-41/+479
* routing: make new UI default at / and move legacy UI to /v1/ (fixing NK-mgmn5...Adam Mathes11 days4-4/+89
* ui: simplify themes to light/dark and improve theme-aware styling (fixing NK-...Adam Mathes11 days8-51/+62