Commit Graph

3769 Commits

Author SHA1 Message Date
morpheus65535 50d4a7a047 Implemented database migration function 2021-06-19 00:03:40 -04:00
morpheus65535 fd6c959ec8 Fixed external subtitles not shown when no languages profile is selected. 2021-06-17 10:20:34 -04:00
morpheus65535 ec199edefc no log: fixed typo in event type 2021-06-17 10:11:43 -04:00
LASER-Yi 030ca2a4e3 Reset window position when backing to previous page 2021-06-17 21:42:11 +08:00
morpheus65535 b9c27d53ad Improved events sent to browser. 2021-06-16 19:14:21 -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 26e978b14b Fixed Regielive provider #1438 2021-06-14 19:59:26 -04:00
morpheus65535 11b6a355f5 Merge remote-tracking branch 'origin/development' into development 2021-06-14 15:32:10 -04:00
morpheus65535 f4df07fb83 Fixed Titrari provider #1438 2021-06-14 15:29:39 -04:00
LASER-Yi 00b337dc0d no log: Fix some issues in package.json 2021-06-14 14:54:58 +08:00
dependabot[bot] aee05dced7
no log: Bump react-bootstrap from 1.5.2 to 1.6.1 in /frontend (#1439)
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.5.2 to 1.6.1.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v1.6.1/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v1.5.2...v1.6.1)

---
updated-dependencies:
- dependency-name: react-bootstrap
  dependency-type: direct:production
  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>
2021-06-14 14:53:30 +08:00
morpheus65535 bd0a2fe004 no log: added some failsafe to language conversion process for erroneous db content (ie.: why do I have a path in language field?!? old stuff...). 2021-06-12 09:34:25 -04:00
morpheus65535 de4ff35e05 Fixed an issue with languages filter in history stats. 2021-06-11 23:48:38 -04:00
morpheus65535 a3d0e1d192 Fixed scan disk function to not use cached ffprobe result and force a refresh of the cache. #1434 2021-06-11 17:32:12 -04:00
vitiko98 a39a9e8bd5 Finish providers migration to subliminal_patch's guess_matches 2021-06-10 22:55:58 -04:00
morpheus65535 e86d537ca2
Improved subtitles scoring system 2021-06-10 16:00:42 -04:00
morpheus65535 f9997ca969 Fixed subtitles being looking for during a search in loop even if cutoff have been reached during this actual search. #1435 2021-06-10 15:23:58 -04:00
morpheus65535 178fc0a2a1 Fixed subtitles deletion issue while blacklisting. 2021-06-10 14:30:08 -04:00
LASER-Yi b881a82155 Fix incorrect providers and remove unnecessary codes in history stats 2021-06-10 20:28:34 +08:00
morpheus65535 29fffd4e81 Fixed language filter in history stats. 2021-06-10 06:48:45 -04:00
LASER-Yi c21e501ebe Fix languages/providers filters issue in history stats 2021-06-10 11:41:45 +08:00
LASER-Yi 8d447453e9 no log: Remove useSessionStorage from utility hooks 2021-06-10 10:20:23 +08:00
LASER-Yi ac8f5c0ca5 no log: Update api.d.ts to reflect the changes in API endpoint 2021-06-10 10:08:31 +08:00
morpheus65535 054d117400 Added backend API call for upcoming languages/providers filters fix to history stats. 2021-06-09 13:58:36 -04:00
morpheus65535 19983a0f22 Merge remote-tracking branch 'origin/development' into development 2021-06-09 07:43:13 -04:00
morpheus65535 db5d37f5d4 Fixed History stats actions filter values not being properly implemented. 2021-06-09 07:43:06 -04:00
morpheus65535 1adab3596c Fixed ImportError for gevent imported prior to requirements.txt installation 2021-06-09 07:08:02 -04:00
vitiko98 14d467e645 Update half of providers to use subliminal_patch's guess_matches 2021-06-08 18:44:30 -04:00
vitiko98 5b1f479901 Fix Sucha provider: AttributeError and wrong matches 2021-06-08 18:42:34 -04:00
morpheus65535 90ba573ebe Fixed failed upload #1429 2021-06-07 20:13:25 -04:00
morpheus65535 23ede4e7f9 Updated signalrcore module following PR #61 merging. 2021-06-07 16:19:01 -04:00
morpheus65535 cb09f8d440 Fixed BetaSeries AttributeError exception #1423 2021-06-07 12:41:28 -04:00
morpheus65535 ea63ecfc2b Fixed importation of standard languages issue introduced in beta.19 2021-06-07 09:14:10 -04:00
Vitiko 4ebcd49546
Added custom language class to make it easier to implement non-standard/regional languages 2021-06-06 09:57:29 -04:00
LASER-Yi 0ef9729f9d no log: Remove mapped_path in Subtitle property to maintain API consistency 2021-06-04 12:42:50 +08:00
morpheus65535 d4aed7457a Fixed external subtitles were being filtered by show only desired embedded subtitles settings. 2021-06-03 21:34:08 -04:00
vitiko98 d562faf151 Fixed movies subtitles paths being shown in UI without being mapped. 2021-06-03 20:53:27 -04:00
morpheus65535 11fb78fafa Fixed log viewer showing last line of log two times. 2021-06-03 11:13:56 -04:00
morpheus65535 8cf02e31c9 Fixed delete query that could delete a series improperly on any http error returned by Sonarr API. 2021-06-03 06:44:38 -04:00
morpheus65535 727c8f5d14 Fixed series and episodes sync issues when adding and removing series from Sonarr. 2021-06-03 00:15:26 -04:00
morpheus65535 8d570fd3b7 Fixed some queries trowing exception when no existing row were found #1425 2021-06-02 22:29:11 -04:00
morpheus65535 57080eda11 Fixed some incompatible calls with Radarr v4 API 2021-06-01 22:13:25 -04:00
LASER-Yi 7687013270 Fix some incompatible calls in URL test button 2021-06-02 10:02:02 +08:00
morpheus65535 e9ef40c629 Fixed some incompatible calls with Radarr v4 API 2021-06-01 21:53:32 -04:00
morpheus65535 a2ec23bf44 Fixed some incompatible calls with Radarr v4 API 2021-06-01 21:51: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
LASER-Yi 22a7541543 Update slider style 2021-06-01 22:04:05 +08:00
morpheus65535 b8512ccf09 Disabled SSL verify for Sonarr SignalR feed connection and added Bazarr user agent to both Sonarr and Radarr feeds. 2021-05-31 22:01:35 -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