Commit Graph

24 Commits

Author SHA1 Message Date
1fafd859b7 Fixed docker image. Fixed issue with environment variable interpolation (on Linux, it is case sensitive, so converting to lowercase was bad. Cleaned up directory structure. 2018-11-02 02:25:15 +02:00
ba965515e9 Replaced app/config with a symlink to config/ 2018-11-01 23:27:46 +02:00
1701cddbe9 Added some additional variables for DATA and CONFIG 2018-11-01 01:07:11 +02:00
fc59989405 Improved settings.py to read the global settings from the .ini file. 2018-11-01 01:01:21 +02:00
97e7e792f8 Fixed synchronize statistics issues. Added current state to readme. 2018-10-29 23:04:10 +02:00
c07d1b61f0 Enabled video statistics (forgot to enable them), also fixed the synchronization of statistics. 2018-10-29 22:45:12 +02:00
0ee5f0ccec Fix readme heading 2018-10-29 20:32:14 +02:00
19d57c4200 Added install instructions to readme. 2018-10-29 20:29:53 +02:00
5d65552852 Replaced jstree with CDN. 2018-10-29 19:45:41 +02:00
d80110cee3 Use CDN for bootstrap. 2018-10-29 19:42:20 +02:00
0fb09b00da Integrated pytaw library for youtube API. 2018-10-29 18:52:09 +02:00
6dd63b078f Added missing bootstrap files. Tested on Linux. 2018-10-27 16:05:56 +03:00
3da026dbe6 Fixed multiple issues in configparser usage and implementation. Added dropdowns for sort order, and used the values everywhere. 2018-10-27 03:33:45 +03:00
58baf16802 Implemented user settings page. 2018-10-26 18:41:52 +03:00
ab47484f54 Added rating and views to video information. 2018-10-22 01:02:51 +03:00
6fd1c0a963 Implemented mark as watched/unwatched auto-delete and auto-download funcitonality. 2018-10-21 01:37:51 +03:00
1dd9a3cf02 Implemented video management facilities. 2018-10-21 01:20:31 +03:00
43e00e935b Fixed filters form. Filters form now submitted automatically when an input changes. 2018-10-19 14:28:30 +03:00
a6d58dfaa6 Finished CRUD operations for subscriptions and folders. 2018-10-18 00:38:40 +03:00
c3e3bfa33c Worked on folder modals. 2018-10-15 00:45:08 +03:00
1d5c7ea24b Work on big refactor 2018-10-13 23:01:45 +03:00
ae77251883 Big refactor 2018-10-11 01:43:50 +03:00
291da16461 Implemented YouTube layer, as well as synchronization on schedule. TODO: fix issue where ready() is called twice. The synchronization should only run on one thread/process. 2018-10-08 03:01:35 +03:00
c26732d101 Implemented folder management. 2018-10-05 22:53:27 +03:00