Commit Graph

100 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
Matheus Horstmann 35cb757df8
Resolved problem in virtualenv detection
Fix #1535
2021-09-09 22:51:16 -04:00
morpheus65535 d23d36d81c Modified Bazarr user-agent to report real version 2021-08-11 15:35:39 -04:00
morpheus65535 aa6dcbd732 Removed the --no-color argument to pip command when installing requirements as it's not supported by older version of pip. 2021-08-09 09:14:56 -04:00
morpheus65535 d1f86a3cbf Added virtualenv detection to better deal with requirements installation. 2021-07-26 22:38:42 -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 50d4a7a047 Implemented database migration function 2021-06-19 00:03:40 -04:00
morpheus65535 1adab3596c Fixed ImportError for gevent imported prior to requirements.txt installation 2021-06-09 07:08:02 -04:00
morpheus65535 9cc00ebd65 Fixed database init issue. 2021-05-27 12:28:46 -04:00
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
morpheus65535 4ef35c5527 Improved how we deal with requirements.txt installation process results. 2021-05-11 20:11:26 -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 d2b7dba3bf Fixed package_info parsing to deal with single line text with `\n` separator 2021-04-07 19:39:11 -04:00
morpheus65535 97caf44a5a Revert "Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes."
This reverts commit 5aadcea8
2021-04-05 10:00:43 -04:00
morpheus65535 5aadcea83a Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes. 2021-04-05 00:09:39 -04:00
morpheus65535 8a213e8ad8 no log: Changed package_info file location 2021-03-30 23:45:59 -04:00
morpheus65535 0c09bc2360 Updated the init process to get the branch from package_info in docker images 2021-03-30 16:52:23 -04:00
Liang Yi f64719e4ad
Refactored Web UI using React 2021-03-25 10:22:43 -04:00
morpheus65535 8208c4893e
Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
morpheus65535 17577b35be Moving GA visitor and throttled providers to dedicated files to prevent config.ini corruption. 2021-01-31 08:39:10 -05:00
morpheus65535 22cd45bc41
Languages profiles (#1232)
Implementing the languages profiles functionality.
2021-01-18 23:49:51 -05:00
morpheus65535 e3b63d90de Fix for #1212. Disabling password reset during upgrade. 2020-12-10 10:41:12 -05:00
josdion 88d1a63b1c Check for user home directory while installing requirements.
Fix infinite rebooting, if user doesn't have home directory.
2020-09-16 18:21:35 +03:00
Louis Vézina 0209d1558a Improved subtitles synchronization by using webrtcvad if available. 2020-09-14 10:18:10 -04:00
Louis Vézina f7c1ebdd8c Fix for restart after requirements installation. 2020-07-27 09:18:13 -04:00
Louis Vézina 00cecaab94 Fix for #1024 2020-07-05 09:16:17 -04:00
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
Louis Vézina f4894f5341 Fix to regenerate bad APIKEY. 2020-05-22 12:49:02 -04:00
Louis Vézina 23229e205b WIP 2020-05-20 15:09:39 -04:00
Louis Vézina f908f0d04a WIP 2020-05-19 09:27:13 -04:00
Louis Vézina 7354a6d45e WIP 2020-05-10 10:36:00 -04:00
Louis Vézina a1854dbc22 WIP 2020-05-10 09:24:31 -04:00
Louis Vézina 7332acd67a WIP 2020-05-10 09:23:42 -04:00
Louis Vézina c1c7ba5dc3 WIP 2020-05-08 00:22:14 -04:00
josdion 2ca673c24c fix creation of the random api_key 2020-04-17 13:36:45 +03:00
Louis Vézina bfa438df7c WIP 2020-02-12 23:16:22 -05:00
Moravčík, Marian 2b6d09bf55 Change existing default base_url to '' 2019-12-30 20:28:03 +01:00
Louis Vézina 55bf67950f Created path mapping dictionaries for faster conversion than reading config.ini every time. 2019-12-13 07:00:38 -05:00
Louis Vézina 5007d983e3 Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00
Louis Vézina 990d7e812c Added API Key to secure future API endpoint. 2019-11-26 22:12:16 -05:00
Louis Vézina 4638b1de81 WIP 2019-11-06 19:46:38 -05:00
Louis Vézina d4f67b62fc WIP 2019-11-06 19:35:30 -05:00
Louis Vézina d31299870d Merge branch 'development' into python3
# Conflicts:
#	bazarr/list_subtitles.py
#	bazarr/main.py
2019-11-06 16:45:51 -05:00
Louis Vézina c81da4aa7e Fix for logging before creating log directory on new install. 2019-11-06 00:08:17 -05:00
Louis Vézina fe6758858a Merge branch 'development' into python3
# Conflicts:
#	bazarr/database.py
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_series.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	views/movie.tpl
2019-10-28 20:27:11 -04:00
Louis Vézina b1a0e5e0ea WIP 2019-10-28 10:38:57 -04:00
Louis Vézina 75a0a5ace4 WIP 2019-10-28 00:05:28 -04:00
Louis Vézina 15575e9917 WIP 2019-10-21 22:13:37 -04:00
Louis Vézina f613dd9f27 Fix for DB. 2019-10-20 09:42:25 -04:00
Louis Vézina 43d33dc247 Merge branch 'development' into python3
# Conflicts:
#	bazarr/analytics.py
#	bazarr/get_series.py
2019-09-16 22:07:01 -04:00