Dispatcharr/apps/output
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
..
tests feat(catchup): enhance catchup functionality with user and system settings 2026-07-18 18:55:51 +00:00
__init__.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
apps.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
epg.py fix(epg): prevent crashes for channels with null channel numbers in XMLTV export 2026-07-10 02:42:50 +00:00
streaming_chunk_cache.py feat(epg): Improve performance during cold rebuilds by yielding to gevent hub 2026-07-09 15:32:51 +00:00
urls.py refactor(permissions): enhance permission handling across various viewsets 2026-07-18 20:03:03 +00:00
views.py refactor(permissions): enhance permission handling across various viewsets 2026-07-18 20:03:03 +00:00