Dispatcharr/apps/channels
None b2b108bfe5 rename Channel.user_hidden to Channel.hidden_from_output
The previous name suggested "hidden from a specific user account" rather than "hidden from downstream client output", which was the actual
behavior. The new name is unambiguous and matches the help_text language ("Exclude this channel from downstream client output").

Mechanical rename across the migration, model, serializer, signals, sync logic, output endpoints, frontend forms / tables / utils, tests, and CHANGELOG. 77 occurrences across 20 files.

No behavior change.
2026-05-01 19:44:16 -05:00
..
migrations rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
tests feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py epg refactor, new relations and matching 2025-03-26 13:28:03 -04:00
api_urls.py Enhancement: Implement targeted stream-stats refresh for channel table using a new lightweight delta endpoint 2026-04-30 17:46:49 -05:00
api_views.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
apps.py Refactor stats and vod proxy 2025-09-05 19:30:13 -05:00
compact_numbering.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
forms.py Forms support floats now. 2025-05-15 15:32:21 -05:00
managers.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
models.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
serializers.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
signals.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
tasks.py Bug Fix: Implement Redis locks in run_recording and worker_ready to prevent duplicate ffmpeg processes and ensure single execution across workers 2026-04-30 10:15:03 -05:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
views.py m3u modifications so streams are identified by hash, configurable, also streams now have channel_groups instead of a string for groups 2025-03-19 16:35:49 -04:00