rfiles.online - Share files by topic
Go to file
Jeff Emmett 6c4c21591f Fix SW not ready: add registration + wait for controller
The service worker was never registered. Added registration in the
base template. Upload logic now waits for the SW to claim the page
instead of erroring, with a direct-fetch fallback if SW times out.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 18:14:53 +00:00
config Remove chunked upload code (no longer needed with direct bypass) 2026-02-10 18:04:16 +00:00
files Add migration for max_file_size_mb default change (100 → 0) 2026-02-10 16:13:49 +00:00
portal Fix SW not ready: add registration + wait for controller 2026-02-10 18:14:53 +00:00
.env.example Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
.gitignore Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
Dockerfile Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
docker-compose.prod.yml Route uploads through direct.rfiles.online to bypass Cloudflare 100MB limit 2026-02-10 18:02:14 +00:00
docker-compose.yml Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
manage.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
requirements.txt Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00