Commit Graph

3723 Commits

Author SHA1 Message Date
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
LASER-Yi f09f3534a6 Bring back search function of the provider selector #1864 2022-06-04 10:38:57 +08:00
github-actions 48215303fe Release 1.0.5-beta.20 2022-06-03 06:18:50 +00:00
LASER-Yi a529cba081 Add tooltip and improve hover behavior for embedded subtitles 2022-06-03 11:59:24 +08:00
LASER-Yi 2a5bf9538d Rename Tools to Mass Edit 2022-06-03 11:49:57 +08:00
LASER-Yi ed819ce299 Add color to the icon in upload modal 2022-06-03 11:29:39 +08:00
LASER-Yi 4bb2cf65e6 Improve the upload behavior 2022-06-03 11:24:19 +08:00
LASER-Yi 182b125a9e Fix table issues 2022-06-02 20:01:50 +08:00
LASER-Yi 47f22d8753 Fix file upload issues on Windows 2022-06-02 15:06:33 +08:00
LASER-Yi afcb3b0776 Improve layout of the settings pages 2022-06-02 13:51:25 +08:00
LASER-Yi 5a5df23b9c Add label to all action buttons 2022-06-02 01:08:50 +08:00
LASER-Yi 059ab59fc7 Fix crash when saving language profiles 2022-06-01 20:42:59 +08:00
LASER-Yi cf15c26f1b Fix issues of CollapseBox in settings pages 2022-06-01 11:24:54 +08:00
LASER-Yi 4d9d2de1fc Improve layout of the settings pages 2022-06-01 10:56:47 +08:00
LASER-Yi 03de446691 not log: Fix base_url issue during development 2022-06-01 10:42:03 +08:00
LASER-Yi 56c4616047 Fix placeholder issues in History Statistics pages 2022-06-01 00:01:06 +08:00
Liang Yi 2cecb4c5b5
Replace Bootstrap with Mantine (#1795) 2022-05-31 23:49:04 +08:00
Vitiko 6515c42f26
Add NO_CLI env var for tests (#1856) 2022-05-28 22:08:26 -04:00
Alexander Regueiro c501098982
Small fix when getting Python bundle path (#1854) 2022-05-28 22:04:26 -04:00
morpheus65535 9c7cbe9a7d Merge remote-tracking branch 'origin/development' into development 2022-05-26 06:37:31 -04:00
morpheus65535 c2f2ce1777 Fixed import order that was preventing Bazarr from starting after initial database creation. 2022-05-26 06:37:12 -04:00
vitiko98 5a13046d58 Gestdown provider: improve http error handling
423 code retries were blocking every language query for too much time.
The amount of retries was reduced from 5 to 3
2022-05-25 20:44:47 -04:00
vitiko98 25281709c1 Gestdown provider: ignore incomplete subtitles 2022-05-23 23:28:26 -04:00
vitiko98 0e98880494 Gestdown provider: implement retries on 423 status codes 2022-05-23 23:27:04 -04:00
vitiko98 848836c5bb Subf2m provider: add season pack support 2022-05-23 22:46:20 -04:00
vitiko98 d3e5dc34d7 no log: add providers utility 2022-05-23 22:46:20 -04:00
Samuel Bartík fde1e0e069
Improved titulky provider search 2022-05-23 06:09:17 -04:00
Vitiko 473041158c Subf2m provider: improve matches parsing 2022-05-21 01:50:14 -04:00
Vitiko 0e1120e037 Subdivx provider: improve movie searches 2022-05-20 15:03:03 -04:00
Antoine Aflalo 0ec9cded64
no log: add gestdown provider to the UI (#1847) 2022-05-20 14:34:56 -04:00
Vitiko eb26abbcdc no log: add subf2m provider to README.md 2022-05-19 22:09:21 -04:00
Vitiko c9d63f717f Add Gestdown.info Provider 2022-05-19 21:58:51 -04:00
morpheus65535 24196d899f Merge remote-tracking branch 'origin/development' into development 2022-05-18 06:47:07 -04:00
morpheus65535 642733f92f Added support for unar RAR extraction utility. #1833 2022-05-18 06:46:52 -04:00
Vitiko 770ae2d6f6 Embedded Subtitles provider: fix cached streams with HI fallback
Fix #1884
2022-05-18 00:16:55 -04:00
Vitiko b96fd93269 Embedded Subtitles provider: improve HI fallback 2022-05-16 23:56:52 -04:00
morpheus65535 3d7fa06f41
no log: merge fix 2022-05-16 14:29:03 -04:00
morpheus65535 76e0b7ceef
no log: merge fix 2022-05-16 14:28:38 -04:00
Gabor Lengyel c676095783
Fixed provider Supersubtitles following domain name change 2022-05-16 14:27:30 -04:00
morpheus65535 2710bfa17d Merge remote-tracking branch 'origin/development' into development 2022-05-14 09:39:41 -04:00
morpheus65535 8bc2347bc5 no log: prevent apprise from logging when no notification providers are configured. 2022-05-14 09:39:26 -04:00
Vitiko 5f0f654efe Fix some foreign providers not being updated properly 2022-05-13 14:38:51 -04:00
Vitiko 9c2737c963 no log: type (no behavior changes at all) 2022-05-13 02:03:23 -04:00
Vitiko 4edc2b756b no log: small subliminal_patch's core refactor
Try to make some methods more readable
2022-05-13 01:57:41 -04:00
Vitiko 23a5ab9b0e Improve provider configs updates 2022-05-13 01:10:10 -04:00
morpheus65535 1dff555fc8 Updated apprise to the latest version. #1834 2022-05-08 09:50:49 -04:00