favoritter/internal/handler
Ole-Morten Duesund 4e9db3f995 feat: add Atom feeds and JSON/CSV import/export
Phase 5 — Feeds & Import/Export:
- Atom feeds: global (/feed.xml), per-user (/u/{name}/feed.xml),
  per-tag (/tags/{name}/feed.xml). Uses gorilla/feeds.
- JSON export: all user's faves with tags, pretty-printed
- CSV export: standard format with header row
- JSON import: validates and creates faves with tags
- CSV import: flexible column mapping from header row
- Import/export pages with format documentation
- Feed items include enclosure for images, author info
- Limited-visibility profiles excluded from feeds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 16:11:44 +02:00
..
admin.go feat: add admin panel with user, tag, and signup management 2026-03-29 16:09:30 +02:00
auth.go feat: add profiles, public views, settings, and code quality fixes 2026-03-29 16:01:41 +02:00
fave.go feat: implement Phase 1 (auth) and Phase 2 (faves CRUD) foundation 2026-03-29 15:55:22 +02:00
feed.go feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
handler.go feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
import_export.go feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
profile.go feat: add profiles, public views, settings, and code quality fixes 2026-03-29 16:01:41 +02:00