Commit Graph

95 Commits

Author SHA1 Message Date
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
Louis Vézina 5fcad77383 Missing Cork file creation. 2019-09-13 16:30:18 -04:00
Louis Vézina 645952c61a WIP 2019-09-13 15:12:26 -04:00
Louis Vézina ef5f87d2f0 Continuing development. 2019-08-15 07:43:04 -04:00
Louis Vézina 056d9f4fd5 Continuing development. 2019-08-08 20:39:30 -04:00
Louis Vézina 6cff26d019 Implementing SZ Dogpile file caching instead of memory caching. 2019-07-14 18:14:45 -04:00