Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commits/commit/70cb16f0a284c36dcb8cfbaf3bc467d426fbcfe3?page=4 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

3282 Commits (70cb16f0a284c36dcb8cfbaf3bc467d426fbcfe3)
 

Author SHA1 Message Date
morpheus65535 11fb78fafa Fixed log viewer showing last line of log two times. 4 years ago
morpheus65535 8cf02e31c9 Fixed delete query that could delete a series improperly on any http error returned by Sonarr API. 4 years ago
morpheus65535 727c8f5d14 Fixed series and episodes sync issues when adding and removing series from Sonarr. 4 years ago
morpheus65535 8d570fd3b7 Fixed some queries trowing exception when no existing row were found 4 years ago
morpheus65535 57080eda11 Fixed some incompatible calls with Radarr v4 API 4 years ago
LASER-Yi 7687013270 Fix some incompatible calls in URL test button 4 years ago
morpheus65535 e9ef40c629 Fixed some incompatible calls with Radarr v4 API 4 years ago
morpheus65535 a2ec23bf44 Fixed some incompatible calls with Radarr v4 API 4 years ago
morpheus65535 bc3f3d4934 Added missing import 4 years ago
morpheus65535 736b67fd80 Improved stability and reliability of SignalR feed clients. 4 years ago
LASER-Yi 22a7541543 Update slider style 4 years ago
morpheus65535 b8512ccf09 Disabled SSL verify for Sonarr SignalR feed connection and added Bazarr user agent to both Sonarr and Radarr feeds. 4 years ago
morpheus65535 3468601d4d Fixed API call to Radarr since the are removing legacy API from nightly builds. 4 years ago
morpheus65535 e710488d7a Fixed some other queries to properly exclude episodes/movies. 4 years ago
morpheus65535 85cad66fe0 Fixed exclusion of unmonitored movies when upgrading subtitles. 4 years ago
Xavier Xiong 3908175a21
Fixed Zimuku url 4 years ago
dependabot[bot] 1a75b141f6
no log: Bump @types/bootstrap from 5.0.12 to 5.0.15 in /frontend () 4 years ago
morpheus65535 b2b9795810 Added exclusion in get rootfolder functions for the ones that aren't used by any series/movies. 4 years ago
LASER-Yi 7b9c19d7c0 Fix a issue that ui will crash when first entering history view 4 years ago
wastingaeons 833ecb34e8
Fixed query to add url to get_notifier_providers function 4 years ago
morpheus65535 c5b7fb603f no log: Fixed some typo 4 years ago
morpheus65535 b3917c58a2 no log: Fixed some typo 4 years ago
morpheus65535 8e6275513b Added some sleep to long for loop to prevent blocking other stuff during that time. Some more could be required in the future. 4 years ago
morpheus65535 0ea03e0008 Reduced Radarr keep alive interval to prevent disconnection. 4 years ago
morpheus65535 f442d7d091 Fixed more peewee implementation issues. 4 years ago
morpheus65535 9cc00ebd65 Fixed database init issue. 4 years ago
morpheus65535 67d67f6527 Merge remote-tracking branch 'origin/development' into development 4 years ago
LASER-Yi 573282863d Fix subtitle badges display issues in some situations 4 years ago
morpheus65535 7209bad0c4 Improved Opensubtitles.com provider caching of token 4 years ago
morpheus65535 bb842b92af Improved Opensubtitles.com providers 4 years ago
morpheus65535 75c003ab67 Fixed other issues with peewee 4 years ago
morpheus65535 d34add9fa4 Fixed some issues after peewee implementation 4 years ago
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 4 years ago
morpheus65535 c2eec34aff Merge remote-tracking branch 'origin/development' into development 4 years ago
morpheus65535 47bb77ac6f Added series' episodes sync when required by Sonarr (ex.: episodes monitored status change) 4 years ago
LASER-Yi a9abe30080 Update blacklist items when receiving any socket.io blacklist events 4 years ago
morpheus65535 d8e8d7afc2 Fixed blacklisted subtitles tables not being removed from table on delete. 4 years ago
morpheus65535 61b3b869d0 Fixed wanted subtitles tables not being refreshed on deleted or downloaded subtitles. 4 years ago
LASER-Yi 48ba08e068 Improve series subtitles upload experience 4 years ago
morpheus65535 c8e02e280a Tweaked the Radarr SignalR feed keep-alive and reconnection intervals. 4 years ago
morpheus65535 bf8c4caef7 Fixed events storm to UI on SignalR (re)connection with large libraries. 4 years ago
morpheus65535 2643023240 Updated SignalRCore to support websocket-client 1.0.0. 4 years ago
morpheus65535 1a07a00e71 Added a catch for invalid JSON returned during Sonarr SignalR feed connection. 4 years ago
dependabot[bot] 3abab89dbc
no log: Bump react-select from 4.3.0 to 4.3.1 in /frontend () 4 years ago
morpheus65535 1fdad498f6 Fixed the movies not getting synced after a reconnection of Radarr SignalR feed. 4 years ago
morpheus65535 5f99836801 Added argument to disable the socketio events emit process to avoid events storm rendering the UI unresponsive. I still need to use it when calling sync functions from signalr_client.py. 4 years ago
morpheus65535 70a0f6835e Upgraded websocket-client module to fix Radarr SignalRCore disconnection issues. 4 years ago
morpheus65535 baf25b2a3e Added a check if column exist in table before trying to remove it during the database migration routine. 4 years ago
morpheus65535 0a6c850f4d Added better exception handling for Radarr SignalR feed. 4 years ago
morpheus65535 dd8072adf8 Switched to Gevent scheduler instead of background threaded. 4 years ago