novela/containers/novela/routers
Ivo Oskamp e4d2e2c636 DB-stored books, full-text search, backup restore, and AO3 scraper
- DB-stored books (Fase 1–6): chapters and images stored in PostgreSQL; grabber writes to DB, EPUB→DB conversion, DB→EPUB export, FTS search page (/search)
- Chapter editor: Monaco editor supports DB-stored books; inline title editing
- Grabber: DB/EPUB storage toggle on Convert page
- Backup: restore from Dropbox snapshot (browse snapshots, restore individual or selected files)
- AO3 scraper: initial implementation
- Changelog: v0.1.2 and v0.1.3 entries added to changelog.py and changelog.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 15:13:08 +02:00
..
__init__.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
backup.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
builder.py Add Book Builder: WYSIWYG EPUB editor with draft management and publish flow 2026-03-26 10:24:57 +01:00
bulk_import.py Add Bulk Import, Following, Incomplete, status overhaul, performance, and CBR fixes 2026-03-29 14:20:25 +02:00
changelog.py Add Changelog page, shared JS/CSS, branding, volume-aware duplicates, and CBR improvements 2026-03-31 20:03:18 +02:00
common.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
editor.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
following.py Performance: lazy covers, ETag caching, single DOM pass, SQL tag aggregation 2026-03-28 01:04:32 +01:00
grabber.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
library.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
reader.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
search.py DB-stored books, full-text search, backup restore, and AO3 scraper 2026-04-03 15:13:08 +02:00
settings.py Bootstrap Novela 2.0 implementation and docs 2026-03-22 16:13:45 +01:00