Commit Graph

35 Commits

Author SHA1 Message Date
5175846310 Implemented toast manager, moved job panel to the top, removed footer. 2020-04-24 00:21:44 +03:00
6afca61dd9 Began refactoring javascript code 2020-04-23 00:47:27 +03:00
chibicitiberiu
8ab402647b
Merge pull request #77 from cyberjacob/jump-to-top-of-page
Fix bug where links jump to the top of the page
2019-10-20 13:50:42 +03:00
Jacob Mansfield [root@Helix]
1bc0f97e78 Fix bug where links jump to the top of the page 2019-09-22 20:03:13 +01:00
Jacob Mansfield [root@Helix]
23a9cb62eb Make the video player use more screen space 2019-09-22 20:01:37 +01:00
ecf36cf4e5 Improved video list UI. 2019-08-20 00:01:06 +03:00
c1473dd163 Simplified thumbnail logic, only the best thumbnail size is downloaded and then it is resized and cropped to an appropriate size for use in the web UI. 2019-08-19 21:05:13 +03:00
209e75fa1e Fixed handling of channel subscriptions, where new videos are added to the beginning of the playlist instead of the end.
Added 'new' field to videos, so not all the unwatched videos have 'new' badge.
2019-08-19 16:42:29 +03:00
1deab8847b Added a dropdown panel where the currently running jobs can be viewed. 2019-08-18 17:08:36 +03:00
9bf114c25d Improved notification system. 2019-08-14 17:14:16 +03:00
18f2557cb9 Videos now open in new tab - also when clicking the video title. 2019-03-09 13:03:49 +02:00
1ea26d9ab7 Videos now open in new tab. 2019-03-09 13:00:44 +02:00
chibicitiberiu
620860923b
Merge pull request #63 from chibicitiberiu/status-on-ui
Status on ui
2019-03-09 12:59:53 +02:00
Jake Howard
1c413f483c
Use the 'nocookie' version of YouTube embeds 2019-02-28 21:02:48 +00:00
11ef3a03ae Merged from master 2019-01-02 23:24:51 +02:00
3dd0f564b7 Added progress notifications. 2019-01-02 20:10:37 +02:00
15f52a1d23 Merged changes from master 2019-01-01 23:35:38 +02:00
387358b072 Added Watch On YouTube button 2019-01-01 16:23:51 +02:00
ad9138ae1f Added video detail page 2019-01-01 16:13:49 +02:00
457b0c4dc9 Added setup errors banner to welcome page. 2018-12-30 12:43:14 +02:00
21a05614f2 Merge branch 'master' into development 2018-12-30 12:23:26 +02:00
2c93e50406 Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
076d09e294 Remove CDN for JS/CSS dependencies (bootstrap, jquery etc) 2018-12-29 17:35:23 +02:00
05ecb6a493 Show error message if not allowed to access admin page. 2018-12-29 17:18:54 +02:00
8eca3dc7a9 Added admin settings page. Improve dynamic_preferences integration. 2018-12-29 17:11:20 +02:00
022d3aa4f5 First time setup improvements 2018-12-21 12:28:06 +02:00
899de7adf5 Implemented first time setup wizard. There are still some problems to be solved. 2018-12-10 23:23:00 +02:00
34e358a9c4 Added favicon 2018-12-10 01:37:01 +02:00
042bef7755 Implemented pagination for videos. 2018-12-04 02:01:51 +02:00
541adb4f2a Integrated django_dynamic_preferences for setting management. 2018-12-01 17:28:37 +02:00
0a2d62b001 Improve error handling for settings. Instead of failing with an exception, an alert is displayed on the main page when something isn't set properly. 2018-11-09 13:40:48 +02:00
57c2265f71 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
59a766b0fe Implemented import from file functionality. 2018-11-03 14:43:23 +02:00
101fa47c58 Handle enctype="multipart/form-data" properly in modal ajax call. 2018-11-03 14:41:08 +02:00
Jett Jackson
84b0c2e861
Added docker support 2018-10-30 14:15:49 +08:00