aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v2/assets
Commit message (Collapse)AuthorAgeFilesLines
* fix: CSRF cookie configuration for local network access\n\n- Changed ↵Adam Mathes13 days4-12/+12
| | | | 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 Mathes13 days4-12/+12
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes13 days4-12/+12
|
* UI: Centering content area in v2Adam Mathes13 days3-1/+1
|
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes13 days3-5/+5
| | | | with v1
* Audit and reduce Go dependencies: replace go.rice with embed, pflag with flagAdam Mathes14 days2-0/+12