Dispatcharr/apps
Marlon Alkan 669120e35a
apps: output: views.py: exclude M3U endpointfrom CSRF protection
Excludes the M3U generation view from CSRF protection. This allows IPTV Smarters apps (I only tested on Android) to access the playlist. Otherwise a 403 error is returned because instead of an GET request these apps are doing a POST request with empty body to the endpoint.
2025-05-31 01:31:19 +02:00
..
accounts new migrations 2025-03-05 17:18:04 -05:00
api Pre Alpha v4 2025-02-22 20:43:55 -06:00
channels Add tvc-guide-id (gracenote ID) to channel when using bulk creation. 2025-05-21 12:52:30 -05:00
dashboard modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
epg Add remove_blank_text=True to lxml parser. Fixes crashes related to poorly formatted xmltv files. 2025-05-30 10:25:47 -05:00
hdhr Add profile name to hdhr friendly name and device id. 2025-05-27 10:46:49 -05:00
m3u Rolled back some earlier memory omptimizations that were causing issues with extremely large m3us. 2025-05-22 21:52:28 -05:00
output apps: output: views.py: exclude M3U endpointfrom CSRF protection 2025-05-31 01:31:19 +02:00
proxy Fixes bug where mulitiple channel initializations can occur which leads to choppy streams and zombie channels. 2025-05-27 19:05:26 -05:00