morpheus65535
6abca59c83
Re-enabled dev pipeline with build committed.
4 years ago
LASER-Yi
eb4fbc6a24
Manually build UI to reflect the changes
4 years ago
LASER-Yi
89a3d7f6e3
Fixed issue with notifications when deleting
4 years ago
Diego Heras
37f187df3f
Fixed subtitulamostv provider. resolves #1333 ( #1335 )
4 years ago
Diego Heras
bb72d57e30
Fixed tusubtitulo provider. resolves #1332 ( #1334 )
4 years ago
release-it
09e0b21b15
Release 0.9.4-beta.5
4 years ago
morpheus65535
37a61770a8
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
61e45bbb6d
Fixed missing build
4 years ago
release-it
32eb3c8716
Release 0.9.4-beta.4
4 years ago
morpheus65535
d415511ef8
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
ac8eb62de0
Fixed issue with log entries without exception stack
4 years ago
morpheus65535
54eb0fc174
Fixed image proxy when you don't use a base url in Sonarr.
4 years ago
morpheus65535
a4684feaba
Fixed get_exclusion_clause that do not have the required column due to a missing join.
4 years ago
morpheus65535
c2333d1d26
Fixed manual search modal.
4 years ago
release-it
f69e047a57
Release 0.9.4-beta.3
4 years ago
LASER-Yi
d0f82198eb
Fix a issue when requesting wanted movies
4 years ago
release-it
8808c493e8
Release 0.9.4-beta.2
4 years ago
morpheus65535
dfc14a60b8
Commented out build from pipeline.
4 years ago
morpheus65535
184c5f89ac
Manually built React templates
4 years ago
release-it
ccc946b0d8
Release 0.9.4-beta.1
4 years ago
morpheus65535
2edabe28dc
Removed build from .gitignore
4 years ago
release-it
9cb66f8603
Release 0.9.4-beta.0
4 years ago
Liang Yi
f64719e4ad
Refactored Web UI using React
4 years ago
github-actions[bot]
38a7ba522e
Merge development into master
4 years ago
release-it
fc9f7772b3
Release 0.9.3
4 years ago
release-it
8323120fbb
Release 0.9.3-beta.20
4 years ago
morpheus65535
e70461a204
Improved releases view to show only relevant releases in relation to chosen branch.
4 years ago
release-it
f2ee0546fb
Release 0.9.3-beta.19
4 years ago
morpheus65535
b1dd190663
Fixed timeout and error handling in OpenSubtitles.com provider.
4 years ago
release-it
99055fe154
Release 0.9.3-beta.18
4 years ago
morpheus65535
05a8eb6181
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
24c075051d
Updated guessit and rebulk to latest version
4 years ago
release-it
806e29a1d5
Release 0.9.3-beta.17
4 years ago
morpheus65535
762cd61b21
Fixed OpenSubtitles.com token expiration
4 years ago
release-it
854c46529f
Release 0.9.3-beta.16
4 years ago
morpheus65535
7eec20b62d
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
da46904193
Fixed Zimuku provider url
4 years ago
release-it
506cf307e3
Release 0.9.3-beta.15
4 years ago
morpheus65535
fa3b773ef2
Fixed TypeError when trying to get video information while all providers are throttled.
4 years ago
morpheus65535
cc335863e2
Fixed encoding/escaping of proxy username and password #1327
4 years ago
morpheus65535
01b1fda8fc
Merge remote-tracking branch 'origin/development' into development
4 years ago
release-it
5fd241f17d
Release 0.9.3-beta.14
4 years ago
morpheus65535
337578f79e
Handle invalid content in the throttled_providers data file
4 years ago
Michiel van Baak
c55884ddad
Handle invalid content in the throttled_providers data file
4 years ago
morpheus65535
0ff83bb49d
Merge remote-tracking branch 'origin/development' into development
4 years ago
release-it
5a206e9efa
Release 0.9.3-beta.13
4 years ago
morpheus65535
ea0662cbd2
Fixed filename too long with cache
...
Use sha1 digest as cache key
4 years ago
morpheus65535
e5c2f22652
Merge branch 'development' of https://github.com/morpheus65535/bazarr into development
4 years ago
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.
4 years ago
release-it
99a529037d
Release 0.9.3-beta.12
4 years ago