ytsm/app/YtManagerApp
2019-01-02 23:11:39 +02:00
..
management Fixed issue where scheduler was not initialized after setup wizard. Also fixed issue where global synchronization wasn't updated when the admin settings are changed. 2018-12-31 13:53:25 +02:00
migrations Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
static/YtManagerApp Remove CDN for JS/CSS dependencies (bootstrap, jquery etc) 2018-12-29 17:35:23 +02:00
templates Added setup errors banner to welcome page. 2018-12-30 12:43:14 +02:00
templatetags Added docker support 2018-10-30 14:15:49 +08:00
utils Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
views Fixed bug in first time setup wizard at login/user creation step. If an admin user already exists, the login page didn't work properly. 2019-01-02 23:11:39 +02:00
__init__.py Added docker support 2018-10-30 14:15:49 +08:00
admin.py Added docker support 2018-10-30 14:15:49 +08:00
appmain.py Fixed issues with log not working. 2018-12-30 00:10:30 +02:00
apps.py Integrated django-dynamic-preferences library into project. Settings are now stored in the database, the ini file only contains a minimal number of settings. 2018-12-10 01:15:10 +02:00
dynamic_preferences_registry.py Fixed user settings page. 2018-12-29 20:43:39 +02:00
models.py Fixed 2 bugs: fixed exception where imported scheduler is 'None'. Fixed exception that mark_deleted_as_watched is not found (it is an user preference, not a global preference). 2018-12-30 14:45:42 +02:00
scheduler.py Fixed issue where scheduler was not initialized after setup wizard. Also fixed issue where global synchronization wasn't updated when the admin settings are changed. 2018-12-31 13:53:25 +02:00
tests.py Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
urls.py Added admin settings page. Improve dynamic_preferences integration. 2018-12-29 17:11:20 +02:00