mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 09:09:22 +00:00
This update introduces a new `is_catchup_enabled` function to determine if catch-up is allowed for users based on their custom properties and system settings. The `UserViewSet` is modified to restrict admin-managed properties, including catch-up access. Additionally, various views and tests are updated to incorporate catch-up checks, ensuring that users without access receive appropriate error responses. The frontend is enhanced with a catch-up toggle in user and system settings forms, allowing for better management of catch-up capabilities. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_celery_plugin_discovery.py | ||
| test_custom_properties_as_dict.py | ||
| test_geventpool_conn_lifetime.py | ||
| test_log_system_event.py | ||
| test_openapi_schema.py | ||
| test_process_label.py | ||
| test_user_preferences.py | ||
| test_wait_for_redis.py | ||
| test_websocket_utils.py | ||