Dispatcharr/apps/epg
Shokkstokk aa9e78f858 fix: allow unauthenticated access to SD poster proxy endpoint
ProgramViewSet.get_permissions() was falling through to Authenticated()
for the poster action since it wasn't in permission_classes_by_action.
Add explicit AllowAny check for the poster action.
2026-06-05 00:12:17 +00:00
..
migrations fix: Fix migrations 2026-06-04 15:20:14 -05:00
tests Merge branch 'dev' into feature/schedules-direct-epg 2026-06-03 23:38:54 -04:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
api_urls.py fix(epg): fix and clean up EPG program search API and tests 2026-04-24 14:37:12 -05:00
api_views.py fix: allow unauthenticated access to SD poster proxy endpoint 2026-06-05 00:12:17 +00:00
apps.py Revert unintended whitespace changes in apps.py and Channel.jsx 2026-05-31 17:13:11 +02:00
models.py Merge branch 'dev' into feature/schedules-direct-epg 2026-06-03 23:38:54 -04:00
query_utils.py feat: Enhance series rule evaluation and management 2026-05-04 20:45:40 -05:00
serializers.py feat: expose SD enrichment fields in serializer and frontend 2026-06-04 22:28:18 +00:00
signals.py feat(epg): add Schedules Direct API integration 2026-05-17 04:52:07 +00:00
tasks.py fix: Fix removed code from bad merge. 2026-06-04 15:37:27 -05:00
urls.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00
utils.py feat(guide): redesign guide with detail modal, progress bars, and season/episode display 2026-03-10 10:53:19 -05:00
views.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00