Commit Graph

  • 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. Tiberiu Chibici 2018-11-04 23:32:18 +0200
  • 0becefbacf
    Merge pull request #24 from chibicitiberiu/development chibicitiberiu 2018-11-03 23:35:08 +0200
  • 82b3eb4c3c
    Merge branch 'master' into fix_docker_run Brandon 2018-11-03 13:46:41 -0700
  • 70a8cfeec4
    Fixed volumes list Brandon 2018-11-03 13:46:01 -0700
  • 8c0905e119
    Merge pull request #25 from bsquidwrd/update_docker_readme Brandon 2018-11-03 13:40:42 -0700
  • 2ff2fe6fb0
    Added ignore for Docker and copy config dir (aka defaults) to the volume on build Brandon 2018-11-03 12:17:27 -0700
  • 85e9d11f1a
    Updated Docker_README to reflect config changes that have occurred Brandon 2018-11-03 11:18:33 -0700
  • 3b608b80b4
    Updated Docker_README to reflect config changes that have occurred Brandon 2018-11-03 11:14:51 -0700
  • 7566af123b Added examples for supported import formats. Tiberiu Chibici 2018-11-03 14:58:19 +0200
  • 9d8b023560 Improved handling of comments in 'subscription list' files (basically a text file containing subscriptions, and optionally comments with #). Properly handled case where file is opened in binary mode. Tiberiu Chibici 2018-11-03 14:56:16 +0200
  • 59a766b0fe Implemented import from file functionality. Tiberiu Chibici 2018-11-03 14:43:23 +0200
  • cd37b2671b Make toolbar look better. Tiberiu Chibici 2018-11-03 14:42:27 +0200
  • 101fa47c58 Handle enctype="multipart/form-data" properly in modal ajax call. Tiberiu Chibici 2018-11-03 14:41:08 +0200
  • 7a87ad648a Integrated latest pytaw, which adds support for feed URLs. Tiberiu Chibici 2018-11-02 22:49:24 +0200
  • d95cdcdd7f Revert "Integrated latest pytaw, which adds support for feed URLs." Tiberiu Chibici 2018-11-02 22:48:27 +0200
  • 37ec395f31 Integrated latest pytaw, which adds support for feed URLs. Tiberiu Chibici 2018-11-02 22:45:20 +0200
  • d989cf4132
    Merge pull request #22 from chibicitiberiu/development chibicitiberiu 2018-11-02 22:08:29 +0200
  • 9dda2965be Updated readme Tiberiu Chibici 2018-11-02 03:24:49 +0200
  • 6fd55920eb Ignored .idea workspace files. Tiberiu Chibici 2018-11-02 03:06:35 +0200
  • 08d8c71aec Ignore .directory files (generated by dolphin) Tiberiu Chibici 2018-11-02 02:54:43 +0200
  • d8f4151242 Added /media location to nginx, so it fetches the downloaded thumbnails. Tiberiu Chibici 2018-11-02 02:50:49 +0200
  • 2a8cc8da0e Fixed problem caused by parallel downloads where ok.mkdirs would fail (when called by youtube-dl). Tiberiu Chibici 2018-11-02 02:50:16 +0200
  • 288328f538 Docker server should have multiple workers to work properly. Tiberiu Chibici 2018-11-02 02:32:29 +0200
  • 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. Tiberiu Chibici 2018-11-02 02:25:15 +0200
  • ba965515e9 Replaced app/config with a symlink to config/ Tiberiu Chibici 2018-11-01 23:27:46 +0200
  • 1701cddbe9 Added some additional variables for DATA and CONFIG Tiberiu Chibici 2018-11-01 01:07:11 +0200
  • fc59989405 Improved settings.py to read the global settings from the .ini file. Tiberiu Chibici 2018-11-01 01:01:21 +0200
  • e230f1524f Modified database engine to sqlite3 which is the default. Tiberiu Chibici 2018-10-31 23:45:05 +0200
  • baaf9577da Environment Variables and Docker standalone support (#21) Brandon 2018-10-31 08:57:32 -0700
  • c6a8d35f1b
    Change default .db file location Brandon 2018-10-31 08:43:18 -0700
  • 34b1cea9e8
    Added underscore to Docker_README Brandon 2018-10-31 08:42:03 -0700
  • de2a144153
    Fixed up commands to run better in readme Brandon 2018-10-31 08:41:12 -0700
  • dc5d68b977
    Change cmd Brandon 2018-10-31 08:30:52 -0700
  • 7a54e99da2
    Took out db depenednecy for docker-compose Brandon 2018-10-31 08:28:26 -0700
  • a07434fec7
    Took out postgres. If people desire it, they can add it themselves. Brandon 2018-10-31 08:14:41 -0700
  • c852575c16
    Create Docker README with information about how to run with Docker Brandon 2018-10-31 08:11:19 -0700
  • aef2c687ba
    SQLite as default Brandon 2018-10-31 07:40:03 -0700
  • 1773f83a3c
    Take out command in docker-compose since it's already in the Dockerfile as a cmd Brandon 2018-10-31 07:20:31 -0700
  • 8260ed7eea
    added environment variable to parse for dj_database_url Brandon 2018-10-31 07:05:46 -0700
  • 457c0a2fd4
    Added environment variable prefixes Brandon 2018-10-31 07:01:39 -0700
  • 5775fda46e
    Expose 8000 Brandon 2018-10-31 06:40:04 -0700
  • 2cf2f8e476
    Added default command Brandon 2018-10-31 06:36:04 -0700
  • 3d2a3e34a7
    hopefully working towards chibicitiberiu/ytsm#6 Brandon 2018-10-31 06:31:42 -0700
  • abfccc2494
    Add database_url as an optional env variable Brandon 2018-10-31 06:27:54 -0700
  • 07f19cd384
    whitespace for sanity of my own Brandon 2018-10-31 06:21:18 -0700
  • 70882a17a1
    Added example env file for sqlite3 configuration Brandon 2018-10-31 06:19:47 -0700
  • 95fb159124
    Add volume for sqlite3 database storage (incase desired) Brandon 2018-10-31 06:15:26 -0700
  • a864273ed5
    Added default as postgres as well in settings Brandon 2018-10-31 06:11:12 -0700
  • 750d03ff56
    Update example env for postgres instead of sqlite Brandon 2018-10-31 06:07:05 -0700
  • c4916ddb6b
    Default to postgres Brandon 2018-10-31 06:04:53 -0700
  • cb8fd333f7
    Added default name to be ytmanager instead Brandon 2018-10-31 06:03:06 -0700
  • b61029c8e0
    Ignore env file Brandon 2018-10-31 05:52:29 -0700
  • fd6c17c173
    Added environment variables Brandon 2018-10-31 05:52:09 -0700
  • 35e14031d5
    Add example env file Brandon 2018-10-31 05:51:18 -0700
  • 8c6c0d994d
    Ignore .dist folder used by visual studio code Brandon 2018-10-31 05:37:42 -0700
  • 092949ff9c
    Merge pull request #2 from J-tt/master chibicitiberiu 2018-10-30 12:59:37 +0200
  • 192c63362a
    Merge branch 'master' into master Jett Jackson 2018-10-30 18:05:39 +0800
  • 7f932e4010
    Fixed issue where server was running in 2 instances (once with guinicorn and once with manage.py runserver) chibicitiberiu 2018-10-30 12:04:08 +0200
  • fc876a4bce
    Added license chibicitiberiu 2018-10-30 11:58:43 +0200
  • d9dc463358
    Clean up readme chibicitiberiu 2018-10-30 11:56:20 +0200
  • 003181eafa
    Remove redundant command Jett Jackson 2018-10-30 17:45:56 +0800
  • 555707962f
    Merge pull request #1 from J-tt/master chibicitiberiu 2018-10-30 11:30:35 +0200
  • 7364ca8fc7
    Fix missing migrate Jett Jackson 2018-10-30 14:19:14 +0800
  • 9b88a75ed4
    redact Jett Jackson 2018-10-30 14:18:11 +0800
  • 84b0c2e861
    Added docker support Jett Jackson 2018-10-30 14:15:49 +0800
  • 97e7e792f8 Fixed synchronize statistics issues. Added current state to readme. Tiberiu Chibici 2018-10-29 23:04:10 +0200
  • c07d1b61f0 Enabled video statistics (forgot to enable them), also fixed the synchronization of statistics. Tiberiu Chibici 2018-10-29 22:45:12 +0200
  • ce645b98a3 Fixed bug where delete subscription didn't work properly. Tiberiu Chibici 2018-10-29 22:31:33 +0200
  • 0ee5f0ccec Fix readme heading Tiberiu Chibici 2018-10-29 20:32:14 +0200
  • 19d57c4200 Added install instructions to readme. Tiberiu Chibici 2018-10-29 20:29:53 +0200
  • 5d65552852 Replaced jstree with CDN. Tiberiu Chibici 2018-10-29 19:45:41 +0200
  • d80110cee3 Use CDN for bootstrap. Tiberiu Chibici 2018-10-29 19:42:20 +0200
  • 0fb09b00da Integrated pytaw library for youtube API. Tiberiu Chibici 2018-10-29 18:52:09 +0200
  • 6dd63b078f Added missing bootstrap files. Tested on Linux. Tiberiu Chibici 2018-10-27 16:05:56 +0300
  • 3da026dbe6 Fixed multiple issues in configparser usage and implementation. Added dropdowns for sort order, and used the values everywhere. Tiberiu Chibici 2018-10-27 03:33:45 +0300
  • 58baf16802 Implemented user settings page. Tiberiu Chibici 2018-10-26 18:41:52 +0300
  • ab47484f54 Added rating and views to video information. Tiberiu Chibici 2018-10-22 01:02:51 +0300
  • 6fd1c0a963 Implemented mark as watched/unwatched auto-delete and auto-download funcitonality. Tiberiu Chibici 2018-10-21 01:37:51 +0300
  • 1dd9a3cf02 Implemented video management facilities. Tiberiu Chibici 2018-10-21 01:20:31 +0300
  • 43e00e935b Fixed filters form. Filters form now submitted automatically when an input changes. Tiberiu Chibici 2018-10-19 14:28:30 +0300
  • a6d58dfaa6 Finished CRUD operations for subscriptions and folders. Tiberiu Chibici 2018-10-18 00:38:40 +0300
  • c3e3bfa33c Worked on folder modals. Tiberiu Chibici 2018-10-15 00:45:08 +0300
  • 1d5c7ea24b Work on big refactor Tiberiu Chibici 2018-10-13 23:01:45 +0300
  • ae77251883 Big refactor Tiberiu Chibici 2018-10-11 01:43:50 +0300
  • 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. Tiberiu Chibici 2018-10-08 03:01:35 +0300
  • c26732d101 Implemented folder management. Tiberiu Chibici 2018-10-05 22:53:27 +0300
  • 784d4deec8 Initial commit Tiberiu Chibici 2018-10-04 14:36:11 +0300