Commit Graph

483 Commits

Author SHA1 Message Date
morpheus65535 ebd0b21c6d no log: additional fixes 2024-02-13 22:18:04 -05:00
morpheus65535 12f1aa6acf Fixed Bazarr not starting when Sonarr or Radarr isn't running. 2024-02-08 06:32:09 -05:00
morpheus65535 0807bd99b9
Fixed improper closing of resources on exit 2024-01-10 23:04:23 -05:00
morpheus65535 2ad7ddf5a6 Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability. 2023-10-17 23:24:26 -04:00
morpheus65535 c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
morpheus65535 bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
morpheus65535 58262bc299
Added Announcements section in System to be able to inform users of Bazarr's news. 2023-02-20 16:04:09 -05:00
morpheus65535 4ada83f747 no log: added no-signalr args 2022-11-24 13:53:22 -05:00
morpheus65535 e7d22687a0 no log: fixed import 2022-09-22 17:22:55 -04:00
morpheus65535 d3defa2e09 Added update mechanism sooner in the startup process to recover from a failed update more easily once a fixed release is available. 2022-09-22 17:16:18 -04:00
morpheus65535 0f4af48be6 Fixed root url redirect not working with base_url defined. #1857 2022-06-09 21:02:40 -04:00
morpheus65535 89fa25cddf Fixed issues while trying to serve assets. #1822 2022-05-04 13:23:24 -04:00
morpheus65535 af95f70202 Fixed mimetype issues for some Windows users. 2022-05-02 23:25:04 -04:00
morpheus65535 2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
Liang Yi 50a252fdd7
Frontend improvement and cleanup (#1690)
* Replace Create-React-App with Vite.js

* Update React-Router to v6

* Cleanup unused codes
2022-03-16 14:26:15 +08:00
morpheus65535 722014d822
Improved readability and maintenance by splitting get_subtitle.py into multiple files 2022-01-02 22:59:30 -05:00
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 2f6206f3a6 Fixed Bazarr not starting if Sonarr or Radarr is unavailable #1506. 2021-08-17 15:34:20 -04:00
morpheus65535 842dbf0827 Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the number of calls made to their respective API. 2021-08-04 15:29:37 -04:00
morpheus65535 96b8b5ccce Improved Sonarr versions prior to 3.x detection. 2021-07-25 09:11:10 -04:00
morpheus65535 e2b4912067 Fixed gevent import in main.py 2021-07-23 07:40:46 -04:00
morpheus65535 5e3ce8c8c3 Improved how Bazarr deals with Sonarr SignalR feed issues that are raising exceptions. 2021-07-22 14:09:39 -04:00
morpheus65535 ee41b78f4e Upgraded calls to Sonarr API in order to use the new v3 API when available. 2021-06-16 13:45:54 -04:00
morpheus65535 57080eda11 Fixed some incompatible calls with Radarr v4 API 2021-06-01 22:13:25 -04:00
morpheus65535 bc3f3d4934 Added missing import 2021-06-01 15:35:31 -04:00
morpheus65535 736b67fd80 Improved stability and reliability of SignalR feed clients. 2021-06-01 14:42:52 -04:00
morpheus65535 3468601d4d Fixed API call to Radarr since the are removing legacy API from nightly builds. 2021-05-31 15:12:55 -04:00
morpheus65535 75c003ab67 Fixed other issues with peewee 2021-05-27 08:07:16 -04:00
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
morpheus65535 daa2d1e8bf Added user-agent to all Sonarr and Radarr API calls 2021-05-14 14:42:45 -04:00
morpheus65535 ffe8a201a9 Fix for Bazarr version parsing. 2021-05-10 23:00:47 -04:00
morpheus65535 44c51b2e2c
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -04:00
LASER-Yi a742e3c5e3 Fix auth issues by only check auth when requesting webui 2021-04-21 22:29:25 +08:00
LASER-Yi c3c1891f56 Fix app route redirect issues 2021-04-16 01:19:23 +08:00
LASER-Yi 74da491bd1 Fix Installed badge won't display in release page 2021-04-05 22:09:55 +08:00
morpheus65535 54eb0fc174 Fixed image proxy when you don't use a base url in Sonarr. 2021-03-25 14:48:30 -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 f235c7fee6 Version bump 2021-02-14 21:03:27 -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 6564ce62f2 Improving releases and update process - part 2. 2021-01-27 14:11:18 -05:00
morpheus65535 22cd45bc41
Languages profiles (#1232)
Implementing the languages profiles functionality.
2021-01-18 23:49:51 -05:00
Moravčík, Marian ab5dd535e9 Fix issue with login security 2020-12-10 13:46:12 +01:00
morpheus65535 6966cc6bdb Version bump 2020-12-02 06:37:00 -05:00
morpheus65535 776e560752 Version bump 2020-11-11 08:56:46 -05:00
Halali 2daa410a5f Login Form Page logic improvement 2020-10-18 17:25:14 +02:00
Louis Vézina 5cbcb99dc4 Version bump 2020-10-13 13:47:29 -04:00
Louis Vézina 48ddebfcdb Fix to disable async_mode for Apprise as it was causing issues. 2020-10-02 09:48:53 -04:00
Louis Vézina a6e5cf98d3 Version bump. 2020-10-01 14:24:25 -04:00
Louis Vézina f9efae5717 Revert "Version bump"
This reverts commit 92bb9aa2
2020-10-01 14:19:39 -04:00