rfiles-online/portal
Jeff Emmett 0ce44383b5 Add background uploads via Service Worker + IndexedDB
Uploads now continue even if the user navigates away from the page.
Files are stored in IndexedDB, the SW handles the actual fetch to
direct.rfiles.online, and results are broadcast back to any open tab.
Shows a notification if no tab is focused when upload completes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 18:11:55 +00:00
..
static/portal Add background uploads via Service Worker + IndexedDB 2026-02-10 18:11:55 +00:00
templates/portal Add background uploads via Service Worker + IndexedDB 2026-02-10 18:11:55 +00:00
__init__.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
apps.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
urls.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
views.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
views_shared_space.py Remove chunked upload code (no longer needed with direct bypass) 2026-02-10 18:04:16 +00:00