1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 10:07:22 +00:00
Commit graph

2908 commits

Author SHA1 Message Date
LASER-Yi
89a3d7f6e3 Fixed issue with notifications when deleting 2021-03-26 08:00:28 +08:00
Diego Heras
37f187df3f
Fixed subtitulamostv provider. resolves #1333 (#1335) 2021-03-25 18:51:48 -04:00
Diego Heras
bb72d57e30
Fixed tusubtitulo provider. resolves #1332 (#1334) 2021-03-25 18:51:08 -04:00
release-it
09e0b21b15 Release 0.9.4-beta.5 2021-03-25 18:55:35 +00:00
morpheus65535
37a61770a8 Merge remote-tracking branch 'origin/development' into development 2021-03-25 14:54:19 -04:00
morpheus65535
61e45bbb6d Fixed missing build 2021-03-25 14:54:05 -04:00
release-it
32eb3c8716 Release 0.9.4-beta.4 2021-03-25 18:53:24 +00:00
morpheus65535
d415511ef8 Merge remote-tracking branch 'origin/development' into development 2021-03-25 14:52:10 -04:00
morpheus65535
ac8eb62de0 Fixed issue with log entries without exception stack 2021-03-25 14:51:51 -04:00
morpheus65535
54eb0fc174 Fixed image proxy when you don't use a base url in Sonarr. 2021-03-25 14:48:30 -04:00
morpheus65535
a4684feaba Fixed get_exclusion_clause that do not have the required column due to a missing join. 2021-03-25 14:43:06 -04:00
morpheus65535
c2333d1d26 Fixed manual search modal. 2021-03-25 14:24:22 -04:00
release-it
f69e047a57 Release 0.9.4-beta.3 2021-03-25 15:24:24 +00:00
LASER-Yi
d0f82198eb Fix a issue when requesting wanted movies 2021-03-25 23:23:18 +08:00
release-it
8808c493e8 Release 0.9.4-beta.2 2021-03-25 14:48:25 +00:00
morpheus65535
dfc14a60b8 Commented out build from pipeline. 2021-03-25 10:46:25 -04:00
morpheus65535
184c5f89ac Manually built React templates 2021-03-25 10:45:17 -04:00
release-it
ccc946b0d8 Release 0.9.4-beta.1 2021-03-25 14:34:15 +00:00
morpheus65535
2edabe28dc Removed build from .gitignore 2021-03-25 10:31:08 -04:00
release-it
9cb66f8603 Release 0.9.4-beta.0 2021-03-25 14:25:43 +00:00
Liang Yi
f64719e4ad
Refactored Web UI using React 2021-03-25 10:22:43 -04:00
release-it
fc9f7772b3 Release 0.9.3 2021-03-25 12:21:32 +00:00
release-it
8323120fbb Release 0.9.3-beta.20 2021-03-24 18:34:15 +00:00
morpheus65535
e70461a204 Improved releases view to show only relevant releases in relation to chosen branch. 2021-03-24 14:33:08 -04:00
release-it
f2ee0546fb Release 0.9.3-beta.19 2021-03-22 16:16:15 +00:00
morpheus65535
b1dd190663 Fixed timeout and error handling in OpenSubtitles.com provider. 2021-03-22 12:14:53 -04:00
release-it
99055fe154 Release 0.9.3-beta.18 2021-03-22 14:28:24 +00:00
morpheus65535
05a8eb6181 Merge remote-tracking branch 'origin/development' into development 2021-03-22 10:27:13 -04:00
morpheus65535
24c075051d Updated guessit and rebulk to latest version 2021-03-22 10:26:26 -04:00
release-it
806e29a1d5 Release 0.9.3-beta.17 2021-03-22 14:17:57 +00:00
morpheus65535
762cd61b21 Fixed OpenSubtitles.com token expiration 2021-03-22 10:16:51 -04:00
release-it
854c46529f Release 0.9.3-beta.16 2021-03-22 00:24:37 +00:00
morpheus65535
7eec20b62d Merge remote-tracking branch 'origin/development' into development 2021-03-21 20:23:23 -04:00
morpheus65535
da46904193 Fixed Zimuku provider url 2021-03-21 20:23:05 -04:00
release-it
506cf307e3 Release 0.9.3-beta.15 2021-03-22 00:16:14 +00:00
morpheus65535
fa3b773ef2 Fixed TypeError when trying to get video information while all providers are throttled. 2021-03-21 20:14:12 -04:00
morpheus65535
cc335863e2 Fixed encoding/escaping of proxy username and password #1327 2021-03-21 20:07:25 -04:00
morpheus65535
01b1fda8fc Merge remote-tracking branch 'origin/development' into development 2021-03-18 13:40:41 -04:00
release-it
5fd241f17d Release 0.9.3-beta.14 2021-03-15 12:22:19 +00:00
morpheus65535
337578f79e
Handle invalid content in the throttled_providers data file 2021-03-15 08:21:23 -04:00
Michiel van Baak
c55884ddad Handle invalid content in the throttled_providers data file 2021-03-15 11:07:38 +01:00
morpheus65535
0ff83bb49d Merge remote-tracking branch 'origin/development' into development 2021-03-14 13:47:23 -04:00
release-it
5a206e9efa Release 0.9.3-beta.13 2021-03-14 16:37:41 +00:00
morpheus65535
ea0662cbd2
Fixed filename too long with cache
Use sha1 digest as cache key
2021-03-14 12:36:52 -04:00
morpheus65535
e5c2f22652 Merge branch 'development' of https://github.com/morpheus65535/bazarr into development 2021-03-14 12:05:39 -04:00
Michiel van Baak
9d73ccacf3 Use sha1 digest as cache key
Subliminal uses dogpile.cache to save state of subtitle availability.
Some methods that dogpile.cache caches can have big argument lists,
resulting in a default cache key that is longer than 255 characters.
The dogpile.cache backend used, saves cache items to the filesystem,
using the cache key as filename. This can result in errors about
Filename too long.
SHA1 generates a 160bit hash of the key, and we use the hexadecimal
digest of that hash, resulting in key names of 80 characters.
2021-03-14 16:56:50 +01:00
release-it
99a529037d Release 0.9.3-beta.12 2021-03-14 11:45:31 +00:00
morpheus65535
176f4c21f4
Merge pull request #1317 from mvanbaak/revert-cache-changes
Revert cache changes
2021-03-14 07:44:42 -04:00
Michiel van Baak
75d49e2f33 Revert "Use dogpile.cache sha1_mangle_key to mangle cache keys"
This reverts commit 7789f8c1a0.
2021-03-14 11:34:31 +01:00
Michiel van Baak
f10bac1fad Revert "Make subliminal always mangle cache keys to prevent long filenames"
This reverts commit 87fbd196a4.
2021-03-14 11:34:12 +01:00