Dispatcharr/core/migrations
SergeantPanda b01eb9585c feat: add system notifications and update checks
Real-time notifications for system events and alerts
Per-user notification management and dismissal
Update check on startup and every 24 hours to notify users of available versions
Notification center UI component
Automatic cleanup of expired notifications
2026-02-03 09:24:02 -06:00
..
0001_initial.py
0002_preload_user_agents.py
0003_preload_stream_profiles.py
0004_preload_core_settings.py
0005_streamprofile_locked_alter_streamprofile_command_and_more.py
0006_set_locked_stream_profiles.py
0007_create_proxy_and_redirect_stream_profiles.py
0008_rename_profile_name_streamprofile_name_and_more.py
0009_m3u_hash_settings.py Change default M3U hash key to URL only for new installs. 2025-10-02 09:28:02 -05:00
0010_reload_additional_settings.py
0011_fix_stream_profiles_and_user_agents.py
0012_default_active_m3u_accounts.py
0013_default_network_access_settings.py
0014_default_proxy_settings.py Prepopulate settings in database. 2025-06-13 14:51:56 -05:00
0015_dvr_templates.py Combined migrations 2025-09-04 14:36:14 -05:00
0016_update_dvr_template_paths.py Fix incorrect paths for DVR and Plugins. 2025-09-13 11:49:04 -05:00
0017_systemevent.py Enhancement: Add system event logging and viewer with M3U/EPG endpoint caching 2025-11-20 17:41:06 -06:00
0018_alter_systemevent_event_type.py Enhancement: Implement comprehensive logging for user authentication events and network access restrictions 2025-11-21 10:50:48 -06:00
0019_add_vlc_stream_profile.py Enhance StreamManager for efficient log parsing and update VLC stream profile naming 2025-12-23 15:07:25 -06:00
0020_change_coresettings_value_to_jsonfield.py Refactor CoreSettings to use JSONField for value storage and update related logic for proper type handling. Adjusted serializers and forms to accommodate new data structure, ensuring seamless integration across the application. 2026-01-13 12:18:34 -06:00
0021_systemnotification_notificationdismissal.py feat: add system notifications and update checks 2026-02-03 09:24:02 -06:00
__init__.py