dependabot[bot]
2bd38817b0
no log: Bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 in /frontend ( #1881 )
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 23:36:34 +08:00
LASER-Yi
d9c334d43a
Fix #1872 , refactor the settings builder
2022-06-30 23:35:23 +08:00
vitiko98
d2b40bd781
Add Karagarga.in provider
2022-06-29 00:07:18 -04:00
morpheus65535
5fab67bca0
no log: fixed unused imports and indent issues
2022-06-28 23:35:19 -04:00
morpheus65535
f760d3198b
Merge remote-tracking branch 'origin/development' into development
2022-06-28 23:31:30 -04:00
morpheus65535
44ffac67b3
Fixed uploaded subtitles not preserved when it should. #1879
2022-06-28 23:31:21 -04:00
vitiko98
171747751a
no log: include refiner in embeddedsubtitles.py
2022-06-28 23:29:44 -04:00
vitiko98
8086bce5c4
Embedded Subtitles Provider: major update
...
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
2022-06-28 23:21:31 -04:00
morpheus65535
3a14099e36
Fixed deletion of subtitles with file extension other than srt.
2022-06-28 08:55:30 -04:00
LASER-Yi
34685b3d19
update outdated packages
2022-06-27 11:36:33 +08:00
LASER-Yi
c45b172415
Add chips input for the provider builder
2022-06-27 11:24:06 +08:00
LASER-Yi
2b88c9f60c
Fix issues when displaying Use Original Format in the language profile modal
2022-06-25 21:07:57 +08:00
morpheus65535
f543368089
Fixed DNS queries caching issue.
2022-06-24 07:49:51 -04:00
morpheus65535
c8c815e240
Fixed LegendasDivx throttling reset time to prevent IP from getting blocked.
2022-06-23 06:41:53 -04:00
morpheus65535
afc7fd2e5b
Merge remote-tracking branch 'origin/development' into development
2022-06-22 15:24:55 -04:00
morpheus65535
e1bd02396f
Fixed cutoff being reached for a language even if forced subtitles is available but not requested.
2022-06-22 15:24:36 -04:00
vitiko98
bd8f4027dd
no log: add get_providers tests
2022-06-21 16:27:52 -04:00
vitiko98
616994487c
no log: add default env vars to bazarr config tests
2022-06-21 15:55:39 -04:00
vitiko98
110462c7ba
no log: update conftest.py
2022-06-21 15:50:31 -04:00
vitiko98
14153d7688
Subdivx provider: avoid TypeError
2022-06-21 01:44:24 -04:00
vitiko98
696becbeb1
Try to avoid guessit internal exception ( #1858 )
...
I was unable to reproduce the exception, but I found a strange pattern:
whenever the hints["expected_title"] value had the same value as the
title found in the filename, there was a list from the rebulk module
constantly growing. Once I remove the expected_title "hint", this
behavior is gone.
This change is transparent. If for some reason guessit returns a
different movie/series title, Bazarr will refine it with the database
anyway.
2022-06-19 18:52:52 -04:00
LASER-Yi
b724305eb4
Fix redirect issues after logging in ( #1857 )
2022-06-18 17:35:33 +08:00
LASER-Yi
4b71b8ae65
Fix missing images issue when serving via Flask
2022-06-18 17:25:17 +08:00
dependabot[bot]
e1d6f2d152
no log: Bump actions/setup-python from 3 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
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>
2022-06-15 10:25:11 +08:00
LASER-Yi
8e054ce932
no log: Fix cache issues
2022-06-15 10:18:24 +08:00
morpheus65535
a79c2187de
Fixed throttle expiration for providers that reset at midnight. #1863
2022-06-14 15:56:04 -04:00
LASER-Yi
ba0f827eb4
no log: Move BazarrClient to the correct location
2022-06-14 22:33:16 +08:00
LASER-Yi
c3645c9024
Improve error handling on UI
2022-06-14 22:13:28 +08:00
morpheus65535
4640badd4b
no log: deal with potential exception with missing time zone info.
2022-06-14 09:01:19 -04:00
LASER-Yi
27f4c41a0e
no log: Fix uptime in the system status view (with the approach that doesn't hurt performance)
2022-06-14 18:08:31 +08:00
LASER-Yi
101bca90bf
Fix #1873
2022-06-14 18:00:38 +08:00
morpheus65535
f2eb8f1342
Fixed uptime in System-->Status and added time zone info.
2022-06-13 23:24:32 -04:00
vitiko98
246c2f3004
Subf2m provider: improve episode matching
2022-06-12 15:48:24 -04:00
LASER-Yi
738178a173
Add description icon in the history modal
2022-06-11 20:24:58 +08:00
LASER-Yi
23022f5282
Add tooltip to HistoryIcon
2022-06-11 19:58:46 +08:00
LASER-Yi
98937a0378
Fix crash when navigating from history view and open the history modal
2022-06-11 19:55:29 +08:00
morpheus65535
3c53db7353
Added translation to history. #1827
2022-06-11 07:44:38 -04:00
LASER-Yi
d9e7c55aad
Update outdated npm packages
2022-06-11 18:52:04 +08:00
LASER-Yi
056e00bcfb
Add new icon set for history view (Translated, Unknown)
2022-06-11 18:48:01 +08:00
morpheus65535
a7b1b2a454
Fixed Wizdom API url. #1870
2022-06-10 22:34:22 -04:00
LASER-Yi
fe09ae9de5
Fix a issue when trying to edit profile with cutoff selected
2022-06-10 09:35:35 +08:00
morpheus65535
0f4af48be6
Fixed root url redirect not working with base_url defined. #1857
2022-06-09 21:02:40 -04:00
morpheus65535
2a298860a4
Fixed hearing-impaired not taken into account when naming uploaded subtitles #1846
2022-06-09 11:25:56 -04:00
morpheus65535
f3287561e5
no log: added test for all Bazarr imports (not libs)
2022-06-08 21:35:17 -04:00
morpheus65535
8de8c2c0c1
no log: fixed imports
2022-06-08 21:34:21 -04:00
morpheus65535
9ad0f56e59
no log: fix changelog 2
2022-06-07 07:55:38 -04:00
morpheus65535
253474df12
no log: fix changelog
2022-06-07 07:55:13 -04:00
LASER-Yi
0e7c5410d4
Improve UI error view
2022-06-07 02:52:08 +08:00
LASER-Yi
51d1c46b18
Change default open delay of action tooltips to 2 seconds
2022-06-05 11:41:22 +08:00
LASER-Yi
4481cda600
Change audio badge color
2022-06-05 11:39:20 +08:00