morpheus65535
3e9cfea3c5
Fixed restart loop when TCP port already in use.
9 months ago
dependabot[bot]
221d5aa2db
no log: Bump recharts from 2.12.2 to 2.12.3 in /frontend ( #2444 )
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.12.2...v2.12.3 )
---
updated-dependencies:
- dependency-name: recharts
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
morpheus65535
ad16acb88f
Fixed improper redirection from login page when base_url isn't empty.
9 months ago
morpheus65535
4d11b9580c
Fixed login page getting called even if authentication is disabled. #2441
10 months ago
Caden Gobat
a41dc546aa
no log: Correct some misspellings and grammar ( #2440 )
10 months ago
dependabot[bot]
538e28fce6
no log: Bump @types/react from 18.2.65 to 18.2.70 in /frontend ( #2438 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.65 to 18.2.70.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
22a0f3be21
no log: Bump actions/setup-node from 3 to 4 ( #2437 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
morpheus65535
5fc93b48fb
no log: Update schedule.yaml
10 months ago
morpheus65535
8b6204d24f
no log: Update schedule.yaml
10 months ago
morpheus65535
19bc725c1b
Merge remote-tracking branch 'origin/development' into development
10 months ago
morpheus65535
b4071f0af6
Fixed betaseries provider when series doesn't exist. #2431
10 months ago
dependabot[bot]
369622834b
no log: Bump @types/node from 20.11.26 to 20.11.29 in /frontend ( #2435 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.11.26 to 20.11.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
1852337ec7
no log: Bump actions/setup-python from 4 to 5 ( #2434 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
JayZed
ec85f6e172
Improved multiple exceptions catching and fixed some other providers issues
...
* Backup files should be listed with newest ones first
Just like Sonarr and Radarr and everyone else.
* Add check_parser_binary() validation method
This is mainly to prevent the user from selecting mediainfo as the subtitles parser if it has not yet been installed on the user's system somewhere in the PATH.
* import JSONDecodeError from requests.exceptions instead of json
Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.
* import JSONDecodeError from requests.exceptions instead of json
Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.
Also fixed User-Agent assignment.
10 months ago
JayZed
d875dc7733
Merge branch 'development' of https://github.com/morpheus65535/bazarr into development
10 months ago
morpheus65535
1c25d125d3
Merge remote-tracking branch 'origin/development' into development
10 months ago
morpheus65535
a9f438b548
Fixed overflowing of episode titles in wanted view. #2419
10 months ago
JayZed
814b1af79f
Fixed and improved UI while correcting text
10 months ago
morpheus65535
2b9275244b
Updated other React dependencies.
10 months ago
dependabot[bot]
4d94aa2675
no log: Bump @types/react-dom from 18.2.19 to 18.2.21 in /frontend ( #2427 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
5a447fe488
no log: Bump actions/cache from 3 to 4 ( #2428 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
morpheus65535
aedf2d4d89
Updated apprise to latest version to prevent deadlocks issue in 1.7.3.
10 months ago
morpheus65535
35eabb6a83
no log: updated CI dependencies
10 months ago
morpheus65535
213a04405d
Rolled back cloudscraper to fix captcha v1 solving issue.
10 months ago
morpheus65535
1428edfb8b
Updated fese module to latest version to fix embedded subtitles provider. #2423
10 months ago
JayZed
afa529c4b3
Added Test Connection button for whisper provider
10 months ago
JayZed
345b6b3718
Fixed unbound local variable if 0 movies in database. #2417
10 months ago
JayZed
33f82fe445
Added Weekly Sync option for Radarr and Sonarr
10 months ago
morpheus65535
e5db62eb95
no log: latest apprise upgrade
10 months ago
morpheus65535
20d235e1b5
no log: small format fix
10 months ago
morpheus65535
a85ebd86aa
no log: small version fix
10 months ago
morpheus65535
03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
10 months ago
JayZed
9ae684240b
Refactored Shutdown, Restart and exit status codes
10 months ago
JayZed
c4553452a5
Allow numeric passwords for all providers. #2416
10 months ago
JayZed
5d87b10475
Fixed subtitles synchronization process when settings values have changed since Bazarr started
11 months ago
morpheus65535
af370372de
Merge remote-tracking branch 'origin/development' into development
11 months ago
JayZed
9f3992d9ca
no log: Prettier version?
11 months ago
JayZed
6c6cf0716f
no log: prettier version
11 months ago
JayZed
16a3158f5e
Prettier version?
11 months ago
JayZed
3827ea6ffe
Text updates, especially for thresholds
...
- added explanations for various thresholds
- fixed some spelling and grammar mistakes
- improved wording to make things clearer (hopefully)
- made capitalization, use of periods more consistent
11 months ago
Thijmen Heuvelink
731e44cb9a
Added Progressive Web App support
11 months ago
morpheus65535
6ca3689f2e
no log: fixed multiple PEP8 lint issues
11 months ago
JayZed
b24ee309ed
Include server URL in Yify subtitle page link
...
Fix for issue #2409
11 months ago
JayZed
f95db43a2f
Disabled autoscroll to top for underlying window after manual search. #2285
11 months ago
JayZed
f71b8931e3
Fixed subtitles sync function to preserve subtitles file extension. #2399
11 months ago
JayZed
6ba720969e
Improved debug logging for whisperai
11 months ago
morpheus65535
0293ea7896
no log: Update CONTRIBUTING.md
11 months ago
morpheus65535
18cbf6fd00
no log: Update CONTRIBUTING.md
11 months ago
Vitiko
d9629df3af
Subdivx Provider: major updates
11 months ago
JayZed
6c488063e7
Modified upgrade task so it always shows in UI even if it's set to manually in scheduler
11 months ago