Dispatcharr/apps/accounts
SergeantPanda 5364123745 - Swagger/OpenAPI Migration: Migrated from drf-yasg (OpenAPI 2.0) to drf-spectacular (OpenAPI 3.0) for API documentation. This provides:
- Native Bearer token authentication support in Swagger UI - users can now enter just the JWT token and the "Bearer " prefix is automatically added
  - Modern OpenAPI 3.0 specification compliance
  - Better auto-generation of request/response schemas
  - Improved documentation accuracy with serializer introspection
2026-01-27 13:33:33 -06:00
..
migrations Remove unneeded migration. 2025-09-02 09:59:06 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py Initial commit 2025-02-18 11:14:09 -06:00
api_urls.py looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
api_views.py - Swagger/OpenAPI Migration: Migrated from drf-yasg (OpenAPI 2.0) to drf-spectacular (OpenAPI 3.0) for API documentation. This provides: 2026-01-27 13:33:33 -06:00
apps.py user management, user levels, user level channel access 2025-05-18 11:19:34 -04:00
forms.py Initial commit 2025-02-18 11:14:09 -06:00
models.py Convert custom_properties to jsonb in the backend. 2025-09-02 09:41:51 -05:00
permissions.py looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
serializers.py Reorder columns 2025-06-27 21:59:56 -05:00
signals.py user management, user levels, user level channel access 2025-05-18 11:19:34 -04:00
urls.py Added Super User Creator 2025-03-03 14:57:38 -06:00