Dispatcharr/apps/hdhr
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 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 rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
apps.py Refactor: Remove SSDP advertisement implementation and related code from HDHomeRun app 2026-04-30 12:23:37 -05: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
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 rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00