Commit Graph

3932 Commits

Author SHA1 Message Date
morpheus65535 daa7ef3fd0 no log: fixed logout API endpoint 2022-09-23 14:06:32 -04: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
LASER-Yi 4826cb8487 Fix validation issues of the language profile editor 2022-09-22 19:46:03 +08:00
morpheus65535 a338de147e Fixed import error after last commit. 2022-09-22 06:33:33 -04:00
morpheus65535 131b4e5cde
Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
LASER-Yi c3f43f0e42 no log: Update outdated packages 2022-09-21 05:54:46 +08:00
LASER-Yi 92a61e3d08 no log: Improve dev tools 2022-09-21 05:40:02 +08:00
LASER-Yi cce440a8e2 Upgrade outdated packages 2022-09-21 05:22:48 +08:00
vitiko98 803dfe3512 Embedded Subtitles provider: add support for alpha2 tags
Done by updating the fese library
2022-09-20 17:18:24 -04:00
Liang Yi a0f8d75f04
Upgrade Mantine to Version 5 (#1930)
* Upgrade Mantine to v5.2.3

* Remove react-dropzone and replace with latest @mantine/dropzone

* Fix issues
2022-09-21 04:50:18 +08:00
Victor Drijkoningen 978b378683
no log: fix language 2022-09-17 10:05:19 -04:00
morpheus65535 663e8d7395 Fixed opensubtitles.com authentication issue. #1935 2022-09-17 09:10:08 -04:00
morpheus65535 61f888c3df Added warnings in Settings-->Providers for broken providers. 2022-09-17 00:05:18 -04:00
morpheus65535 7a2d2399fc Fixed incorrect IP or already used TCP port from preventing Bazarr initialization. 2022-09-16 23:57:58 -04:00
morpheus65535 fa8ddeb2aa Fix to deal with empty series/movies list during sync. #1941 2022-09-16 14:55:14 -04:00
morpheus65535 87b3e55aa1
Fix #1938 2022-09-06 23:17:23 -04:00
vitiko98 29383ba742 no log: rollback subliminal_path's subtitle changes
Needs testing. This change seems not safe.
2022-09-02 23:43:01 -04:00
vitiko98 6e521143e1 Embedded Subtitles provider: improve ASS subtitles filtering 2022-09-02 23:37:17 -04:00
vitiko98 0bc05232ed Ignore mods for non-tested subtitle formats 2022-09-02 23:37:17 -04:00
morpheus65535 93612434e5 Fixed improper parsing of series metadata when receiving an event from Sonarr SignalR feed. 2022-09-01 06:49:04 -04:00
morpheus65535 a880386184 Improved exceptions logging for events received through SignalR feeds. 2022-08-31 10:35:46 -04:00
MichaIng 7754ca54eb
no log: Update checksum of aarch64 unrar binary (#1912)
Companion PR to https://github.com/morpheus65535/bazarr-binaries/pull/1.

Signed-off-by: MichaIng <micha@dietpi.com>

Signed-off-by: MichaIng <micha@dietpi.com>
2022-08-30 22:38:38 -04:00
vitiko98 09d1eb78c9 Avoid error trying to scan some videos
This removes unused code from subliminal_patch's core. Thanks to
refining, we don't need extra magic to guess from filenames anymore.
2022-08-29 20:50:50 -04:00
Jakob Koschel 26082780d5
Improved the fix uppercase mod to better deal with non-alphabetical characters 2022-08-29 15:34:55 -04:00
LASER-Yi 34d6185346 no log: Add pattern parameter to the pretty-quick hook to limit the effective scope 2022-08-29 21:33:22 +08:00
morpheus65535 c2c0cbda0b Improved API to return better message/code on errors 2022-08-23 21:13:06 -04:00
LASER-Yi 2c8a602aa7 Improve authentication and fix #1901 2022-08-23 23:13:46 +08:00
LASER-Yi d4f211f375 Fix #1917, bring back sceneName in manual search modal 2022-08-23 22:25:55 +08:00
LASER-Yi 8eef455cc5 Add support of showing confirmation when leaving settings page with unsaved changes 2022-08-23 12:45:27 +08:00
Sander van Kasteel 0d39928a7b
Added support for CORS headers 2022-08-22 15:35:35 -04:00
morpheus65535 a36b3ce2ba Added download link for backup archives. 2022-08-21 23:14:06 -04:00
morpheus65535 8387a57148 Merge remote-tracking branch 'origin/development' into development 2022-08-21 08:23:04 -04:00
morpheus65535 180a40e027 Improved live synchronization with Sonarr and Radarr trough SignalR feed by implementing dedicated threaded events queues, by preventing execution of duplicate events received, by filtering events to be processed and by logging at debug level events received to improve debugging. 2022-08-21 08:22:56 -04:00
morpheus65535 c6efda0f75 Fixed None type issue on the first subtitles indexation for episodes or movies. 2022-08-21 08:17:05 -04:00
LASER-Yi e3224c69ad no log: Fix CI issues by always using LTS NodeJS version 2022-08-21 20:06:17 +08:00
LASER-Yi bfd1af7c0c Update outdated node packages 2022-08-21 12:18:56 +08:00
LASER-Yi 8687646e9c Fix inconsistent issues when backend trying to update episodes 2022-08-21 12:12:19 +08:00
LASER-Yi ee7991b878 no log: Restore socket.io dev command for better development 2022-08-21 12:04:21 +08:00
morpheus65535 0fb928675c Fixed compatibility with the latest nightly version of Sonarr v4. 2022-08-17 16:46:12 -04:00
vitiko98 fca1c9656e Avoid 'Insufficient data to process the guess' error (fix #1910) 2022-08-16 22:46:50 -04:00
Diego Heras bc0a7c2e0f
Fix issue in external subtitles cache. #1916 2022-08-15 14:30:28 -04:00
morpheus65535 c74f9e9602 Tried to improve full disk daily indexing tasks resources usage. #1916 2022-08-10 22:34:06 -04:00
morpheus65535 b0abe81d12 Fixed integer conversion issue. #1918 2022-08-04 21:28:44 -04:00
morpheus65535 4382a05da1 Fixed double slashes stored in config.ini by sanitizing the config values. #1903 2022-08-03 21:55:53 -04:00
morpheus65535 ba1687a478 Fixed subtitles upgrade job trying to upgrade null scored subtitles (part 2). #1909 2022-07-28 08:40:13 -04:00
morpheus65535 0d12bcb39e no log: some pep8 fixes 2022-07-27 23:03:27 -04:00
morpheus65535 81e13e1eac Fixed episodes or movies importation skipped when Sonarr/Radarr improperly report that media file size is null. 2022-07-27 22:58:26 -04:00
morpheus65535 414900c24e Fixed subtitles upgrade job trying to upgrade null scored subtitles. #1909 2022-07-26 10:57:35 -04:00
LASER-Yi 8826b87c65 Fix #1901 temporarily 2022-07-26 21:27:01 +08:00