Dispatcharr/apps/vod
SergeantPanda 66089f14ee refactor(permissions): enhance permission handling across various viewsets
This update modifies permission classes in multiple viewsets to restrict access based on user roles. The `IsAdmin` permission is now enforced for several actions, including group management and permission listing, ensuring that only administrators can perform sensitive operations. Additionally, a new utility function, `resolve_safe_local_data_path`, is introduced to enhance security when accessing local file paths. The changes improve overall security and maintainability of the codebase.
2026-07-18 20:03:03 +00:00
..
migrations Bug Fix: Remove stale episode relations when series relations are deleted as well as remove episodes not seen in current series scan. 2026-02-24 18:32:48 -06:00
tests fix(vod): prevent group selection loss on empty category fetch 2026-07-09 21:26:36 +00:00
__init__.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
admin.py Bug Fix: Remove stale episode relations when series relations are deleted as well as remove episodes not seen in current series scan. 2026-02-24 18:32:48 -06:00
api_urls.py Separate VOD and channel logos into distinct tables with dedicated management UI 2025-11-07 13:19:18 -06:00
api_views.py refactor(permissions): enhance permission handling across various viewsets 2026-07-18 20:03:03 +00:00
apps.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
models.py fix(xc): normalize server URLs for live playback and stream URLs (Fixes #1363) 2026-06-18 10:12:12 -05:00
serializers.py Separate VOD and channel logos into distinct tables with dedicated management UI 2025-11-07 13:19:18 -06:00
tasks.py fix(vod): prevent group selection loss on empty category fetch 2026-07-09 21:26:36 +00:00
urls.py Fix VOD page not displaying correct order while changing pages. 2025-09-14 19:27:11 -05:00