diora-web/books
marwin 4b47f6e67a
All checks were successful
Build and push Docker image / build (push) Successful in 15s
Test / test (push) Successful in 16s
Books: broken-book repair flow + simplify password change
When a book fails to open, a '!' button appears next to it in the list.
Clicking it prompts for the original file; the file is re-encrypted with
the current key and replaces the broken ciphertext on the server while
keeping all metadata, progress, highlights and bookmarks intact.

- Add POST /books/<pk>/replace-data/ endpoint (updates data only)
- Add _evictCachedBook() to clear IndexedDB cache for a single book
- Replace complex client-side re-encryption on password change with a
  simple confirm() warning that books will need to be re-uploaded

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 17:03:59 +02:00
..
migrations Add anchor-based reading position tracking 2026-04-01 15:41:30 +02:00
__init__.py Add ebook reader features: highlights, bookmarks, search, settings, PDF paginated mode 2026-03-19 13:08:42 +01:00
admin.py Add ebook reader features: highlights, bookmarks, search, settings, PDF paginated mode 2026-03-19 13:08:42 +01:00
apps.py Add ebook reader features: highlights, bookmarks, search, settings, PDF paginated mode 2026-03-19 13:08:42 +01:00
models.py Add anchor-based reading position tracking 2026-04-01 15:41:30 +02:00
urls.py Books: broken-book repair flow + simplify password change 2026-05-25 17:03:59 +02:00
views.py Books: broken-book repair flow + simplify password change 2026-05-25 17:03:59 +02:00