ytsm/app/YtManagerApp/views
2019-01-02 23:19:37 +02:00
..
controls Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
forms 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
actions.py Added docker support 2018-10-30 14:15:49 +08:00
auth.py 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
first_time.py 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
index.py Merged changes from master 2019-01-01 23:35:38 +02:00
notifications.py Added a basic notification system. Long processes will call the notification API, and the notification events are registered. For now, notifications are pushed to the client by polling (client polls every second for new events). A basic status message is now displayed when the sync process starts and ends. 2018-11-04 23:32:18 +02:00
settings.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