rfiles-online/config
Jeff Emmett 2b20b23d0b fix: add missing SpacePermission class to encryptid_auth
The SpacePermission DRF permission class was imported in files/views.py
but never defined, causing an ImportError that crash-looped the app.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 15:00:33 -07:00
..
__init__.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
celery.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
encryptid_auth.py fix: add missing SpacePermission class to encryptid_auth 2026-02-15 15:00:33 -07:00
middleware.py Route uploads through direct.rfiles.online to bypass Cloudflare 100MB limit 2026-02-10 18:02:14 +00:00
settings.py feat: add EncryptID passkey auth backend for DRF 2026-02-13 07:34:34 -07:00
urls.py Route uploads through direct.rfiles.online to bypass Cloudflare 100MB limit 2026-02-10 18:02:14 +00:00
urls_shared_space.py Remove chunked upload code (no longer needed with direct bypass) 2026-02-10 18:04:16 +00:00
wsgi.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00