mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
- PurgeConfig: max_age_hours→max_age_minutes (default 1440) - PurgeConfig: privacy_retention_hours→privacy_retention_minutes (default 1440) - PurgeConfig: enabled default False→True - PurgeConfig: cron default every minute (was daily 3am) - Purge scheduler runs every minute for minute-granularity testing - All API fields renamed: purge_max_age_minutes, privacy_retention_minutes - Frontend admin panel inputs show minutes with updated labels - Updated test assertions for new defaults |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_admin.py | ||
| test_api.py | ||
| test_config.py | ||
| test_database.py | ||
| test_download_service.py | ||
| test_file_serving.py | ||
| test_health.py | ||
| test_models.py | ||
| test_output_template.py | ||
| test_purge.py | ||
| test_session_middleware.py | ||
| test_sse.py | ||
| test_sse_broker.py | ||
| test_themes.py | ||