Commit Graph

37 Commits

Author SHA1 Message Date
morpheus65535 39fe3141d5 Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
morpheus65535 0a1ad41f9d Added setuptools to requirements.txt. It should be already installed in most case but just in case. 2021-07-07 13:32:45 -04:00
morpheus65535 72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
morpheus65535 8f02915824 Reverting requirements.txt changes. 2021-03-04 12:17:46 -05:00
morpheus65535 7a5e4a4c28 Fixed requirements.txt to prevent installation of webrtcdav-wheels 2.0.10-post.2 that isn't compatible for now. 2021-03-04 10:17:20 -05:00
Louis Vézina 0209d1558a Improved subtitles synchronization by using webrtcvad if available. 2020-09-14 10:18:10 -04:00
morpheus65535 a3956a715c
Update requirements.txt 2020-07-03 14:24:15 -04:00
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
morpheus65535 b10190c5b1
Fix for Python 3.8 2019-12-30 08:01:54 -05:00
Louis Vézina c5964a9dc1 Switching back to CherryPy instead of gevent as we don't use it and moved toward threads instead. 2019-07-28 15:32:30 -04:00
panni c16d9aadfc add requirements.txt for gevent and lxml 2019-01-15 14:04:52 +01:00
morpheus65535 0f061f2122 Include dependencies and remove requirements.txt 2018-09-16 20:33:04 -04:00
halali 4416799122 Proxy support #113
* Initial commit

* More development

* Update requirements

* Update init filr

* fix

* Added exclude settings

* Change wording

* Fix bad merge

* Hide setting if not selected proxy type

* revert disabled update check

* Fix for APScheduler import

* Revert "Fix for APScheduler import"

This reverts commit 0f4744d2c8.

* Fix som Bugs

* Fix som Bugs

* Dynamicaly add or remove form validation rules for proxy
2018-09-16 08:38:00 -04:00
halali cc3c4462a0 Login form #127
* Initial commit

* Fix cookies

* Continue work

* Login error msg

* Reimplement Basic auth

* Some improvements

* Reimplement Basic auth

* Some improvements

* Change validation key for cookies

* Some Changes

* Add client side control of password when changing username

* Some changes
2018-09-11 22:32:09 -04:00
morpheus65535 4b1ddf3fd3
Update requirements.txt 2018-08-23 16:01:09 -04:00
halali db2378943f Move settings from Database to Config file (#126)
* Move settings from Database to Config file

* Delete unused config and forgot upload init

* Fix

* Update get_subtitles and fix provider auth

* Revert "Update get_subtitles and fix provider auth"

This reverts commit c904bf6b5a.

* Update get_sebtitles

* more fixes

* Update requirements
2018-08-23 15:58:15 -04:00
morpheus65535 7b7c02c9c4 Updating notification system to support new services from apprise 0.0.9 2018-07-23 18:06:10 -04:00
morpheus65535 4ae8ff7ab7 Typo correction 2018-06-26 22:46:23 -04:00
morpheus65535 0b8ae191d7 Cleanup of requirements 2018-06-19 22:11:57 -04:00
morpheus65535 e94819c30d Define minimal module version to avoid module import error 2018-06-15 06:16:19 -04:00
Louis Vézina f3056a548a Revert "Adjust requirement to remove included and patched libraries"
This reverts commit a40e203188.
2018-06-14 16:23:05 -04:00
morpheus65535 3c4bc0d513 Merge branch 'master' into development 2018-06-11 21:12:16 -04:00
morpheus65535 2f81c4c5b1
Specifying min and max version for urllib3 2018-06-11 14:53:25 -04:00
morpheus65535 a40e203188 Adjust requirement to remove included and patched libraries 2018-06-05 08:55:06 -04:00
morpheus65535 0a6b82eedd Update to stop using "import pip" which is an unsupported usage. 2018-03-28 12:07:35 -04:00
morpheus65535 e5e5042b3f Deploy PIP version 9.0.1 maximum due to regression in 9.0.2 2018-03-21 11:43:14 -04:00
morpheus65535 a363560f36 Use pytz for UTC tzinfo 2018-03-13 19:30:29 -04:00
morpheus65535 e788570726 Fallback to UTC if no timezone information is available #49 2018-03-09 23:17:51 -05:00
morpheus65535 73676b3226 Added latest module requirements #49 2018-03-08 21:26:26 -05:00
morpheus65535 80c1b44781 Switching from pygit2 to gitpython 2017-12-30 00:09:51 -05:00
Louis Vézina a83e3d4f65 pygit2 version removal 2017-11-11 01:26:38 -05:00
Louis Vézina cbb16fbcec Updated requirement and Dockerfile for updater 2017-11-11 01:19:37 -05:00
Louis Vézina d0ca6db2f7 Functionnal update 2017-11-07 00:11:42 -05:00
Louis Vézina 277db7582f Test 2017-10-27 22:18:16 -04:00
Louis Vézina 5bc8cd9070 Adding scheduler 2017-10-22 23:00:11 -04:00
Louis Vézina ec10cdbe82 Continuing development 2017-10-18 14:54:24 -04:00
Louis Vézina edb46d9115 Continuig development 2017-10-16 19:27:19 -04:00