Dispatcharr/apps/accounts
2026-03-08 17:05:26 -05:00
..
migrations Migrations: Add missing migrations. 2026-02-26 13:25:51 -06:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py Remove is_Active reference to user accounts 2026-02-23 18:39:54 -06:00
api_urls.py backend work for api key authentication 2026-02-21 13:45:07 -05:00
api_views.py security: Do not allow user to give themselves admin or super_user privileges. 2026-03-08 16:30:48 -05:00
apps.py user management, user levels, user level channel access 2025-05-18 11:19:34 -04:00
authentication.py backend work for api key authentication 2026-02-21 13:45:07 -05:00
forms.py Initial commit 2025-02-18 11:14:09 -06:00
models.py Merge branch 'dev' into Feature/954-1004-user-account-management 2026-02-24 14:49:31 -06:00
permissions.py looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
serializers.py Cleanup frontend and backend if valid item ids change. 2026-03-08 17:05:26 -05:00
signals.py user management, user levels, user level channel access 2025-05-18 11:19:34 -04:00
tests.py Remove user account disable/enable UI (keep backend guards) 2026-02-22 20:02:08 -06:00
urls.py Added Super User Creator 2025-03-03 14:57:38 -06:00