aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist
Commit message (Collapse)AuthorAgeFilesLines
* fix: CSRF cookie configuration for local network access\n\n- Changed ↵Adam Mathes12 days5-14/+14
| | | | SameSite from Lax to None to allow cookie access across localhost/IP variations\n- Added Secure=false for local development (should be true in production with HTTPS)\n- Added credentials:'include' to all fetch requests to ensure cookies are sent\n- Updated tests to expect credentials parameter in fetch calls\n\nThis fixes the 403 Forbidden error when accessing from LAN IPs like 192.168.x.x
* feature: add scrape full text button to feed items (fixing NK-8hu7z1)Adam Mathes12 days5-14/+14
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes12 days5-14/+14
|
* UI: Centering content area in v2Adam Mathes12 days4-3/+3
|
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes12 days4-7/+7
| | | | with v1
* Audit and reduce Go dependencies: replace go.rice with embed, pflag with flagAdam Mathes12 days7-0/+506