Dispatcharr/apps/hdhr
SergeantPanda 47427d4b0f security:
- Set `DEFAULT_PERMISSION_CLASSES` to `Authenticated` in the DRF configuration.
- Explicitly marked the HDHomeRun discovery endpoints (`DiscoverAPIView`, `LineupAPIView`, `LineupStatusAPIView`, `HDHRDeviceXMLAPIView`) and the version endpoint with `permission_classes = [AllowAny]` to document their intentionally public access now that the global default is `Authenticated`.
2026-04-09 21:36:51 -05:00
..
migrations new migrations 2025-03-05 17:18:04 -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 Initial commit 2025-02-18 11:14:09 -06:00
api_views.py security: 2026-04-09 21:36:51 -05:00
apps.py Initial commit 2025-02-18 11:14:09 -06:00
models.py Initial commit 2025-02-18 11:14:09 -06:00
serializers.py Initial commit 2025-02-18 11:14:09 -06:00
ssdp.py Finding more timers that can be converted to gevents. 2025-05-01 10:43:07 -05:00
urls.py m3u file upload fixed, hdhr support profiles now, i don't remember what I did to the UI anymore 2025-04-07 20:49:42 -04:00
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