Vitiko
|
b90dab03e8
|
Add hi_fallback option to Embedded Subtitles Provider
|
3 years ago |
morpheus65535
|
bd7b2eb471
|
Added exclusion settings for season 0 to prevent automatic downloading of extras subtitles.
|
3 years ago |
morpheus65535
|
10c3175732
|
Refactored adaptive searching and made it configurable
|
3 years ago |
morpheus65535
|
46a8bd2909
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
5d1dccde99
|
Added vip and daily download limit to addic7ed and try to slow down a little to prevent being ip blocked by the provider.
|
3 years ago |
LASER-Yi
|
637f20450e
|
Fix #1642
|
3 years ago |
morpheus65535
|
6192df6019
|
Fixed exception when creating a new languages profile.
|
3 years ago |
Vitiko
|
9b74ad8610
|
Update Embedded Subtitles provider: add forced and ass-only support
|
3 years ago |
dependabot[bot]
|
3cc0d4bac4
|
no log: Bump pretty-quick from 3.1.1 to 3.1.2 in /frontend (#1641)
Bumps [pretty-quick](https://github.com/azz/pretty-quick) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/azz/pretty-quick/releases)
- [Commits](https://github.com/azz/pretty-quick/compare/v3.1.1...v3.1.2)
---
updated-dependencies:
- dependency-name: pretty-quick
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Vitiko
|
ffca84a1b4
|
Add Embedded Subtitles provider
|
3 years ago |
LASER-Yi
|
a67da7dd9e
|
no log: Remove unused packages
|
3 years ago |
morpheus65535
|
63b326aa2f
|
Implemented words/regex ban list for subtitles
|
3 years ago |
LASER-Yi
|
a87a1fad8f
|
no log: Fix compile errors
|
3 years ago |
LASER-Yi
|
65e9a029fe
|
no log: Try to fix some issues with chip component
|
3 years ago |
LASER-Yi
|
0af9647a6a
|
no log: Add value property to the chip component
|
3 years ago |
dependabot[bot]
|
cce68570f2
|
no log: Bump @types/react-dom from 17.0.9 to 17.0.11 in /frontend (#1626)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.9 to 17.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
d25fa00a1a
|
no log: Bump socket.io-client from 4.1.3 to 4.4.0 in /frontend (#1612)
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.1.3 to 4.4.0.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.1.3...4.4.0)
---
updated-dependencies:
- dependency-name: socket.io-client
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>
|
3 years ago |
morpheus65535
|
f0828959f3
|
Updated deep-translator module and made some fix to support translation to Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine.
|
3 years ago |
LASER-Yi
|
cbd6c050c9
|
Fix for #1592
|
3 years ago |
dependabot[bot]
|
f8282efeb6
|
no log: Bump @fontsource/roboto from 4.5.0 to 4.5.1 in /frontend (#1608)
Bumps [@fontsource/roboto](https://github.com/fontsource/fontsource/tree/HEAD/packages/roboto) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/rasa@4.5.1/packages/roboto)
---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
43be619cea
|
no log: Bump @types/react-select from 4.0.17 to 5.0.1 in /frontend (#1604)
* [bot]: Bump @types/react-select from 4.0.17 to 5.0.1 in /frontend
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 4.0.17 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)
---
updated-dependencies:
- dependency-name: "@types/react-select"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* no log: some fix after react-select upgrade
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
|
3 years ago |
morpheus65535
|
9cf412fc69
|
no log: improvement to uptime interval
|
3 years ago |
dependabot[bot]
|
876b33e27a
|
no log: Bump prettier from 2.3.2 to 2.4.1 in /frontend (#1590)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1)
---
updated-dependencies:
- dependency-name: prettier
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>
|
3 years ago |
morpheus65535
|
55b7c9826b
|
Added uptime to System-->Status
|
3 years ago |
morpheus65535
|
6e46379fc2
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
58de876f19
|
Fixed notification removal from settings. #1594
|
3 years ago |
Samuel Bartík
|
801ff0d478
|
Refactored the Titulki provider
|
3 years ago |
morpheus65535
|
3d936ffccf
|
Removing TuSubtitulo per provider request. #1591
|
3 years ago |
dependabot[bot]
|
bc35dea40f
|
no log: Bump axios from 0.21.1 to 0.23.0 in /frontend (#1581)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.23.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.23.0)
---
updated-dependencies:
- dependency-name: axios
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>
|
3 years ago |
morpheus65535
|
2b56f59bb0
|
no log: Fixed a typo in frontend
|
3 years ago |
Bogdan Ilisei
|
788b4b33f0
|
Added subtitrari-noi.ro and improved titrari.ro
|
3 years ago |
morpheus65535
|
d851c16da7
|
Added a settings to disable SSL certificate validation for Podnapisi. Be careful as it's causing a security risk for a man in the middle (MitM) attack. #1565
|
3 years ago |
morpheus65535
|
9fff275f1c
|
Improved description of proxy ignored addresses. #1566
|
3 years ago |
Antoine Malliarakis
|
58be0cac83
|
Bump rooks 5.4.6 to 5.7.1 (#1569)
|
3 years ago |
Marian Moravcik
|
8d698fa7e4
|
Add titulky.com provider to the UI
|
3 years ago |
dependabot[bot]
|
8b2c77c17b
|
no log: Bump @types/bootstrap from 5.1.0 to 5.1.6 in /frontend (#1555)
Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap) from 5.1.0 to 5.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap)
---
updated-dependencies:
- dependency-name: "@types/bootstrap"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
4e5194580d
|
no log: Bump typescript from 4.3.5 to 4.4.3 in /frontend (#1542)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.3)
---
updated-dependencies:
- dependency-name: typescript
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>
|
3 years ago |
LASER-Yi
|
07ff287896
|
Disable modifications of no srt subtitles #1543
|
3 years ago |
dependabot[bot]
|
560398b44c
|
no log: Bump react-router-dom from 5.2.0 to 5.3.0 in /frontend (#1530)
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.0...v5.3.0)
---
updated-dependencies:
- dependency-name: react-router-dom
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>
|
3 years ago |
Dustin Wyatt
|
37e9e251f0
|
no log: Fix typo (#1527)
|
3 years ago |
LASER-Yi
|
9901bf3400
|
Fix redirect issues when accessing root path
|
3 years ago |
LASER-Yi
|
60de70f9e8
|
Fix incorrect position of provider badge
|
3 years ago |
LASER-Yi
|
60e2732f48
|
Fix items are not updated when using mass editor
|
3 years ago |
Guy Khmelnitsky
|
de5bcc8ed0
|
Added provider Ktuvit
|
3 years ago |
dependabot[bot]
|
338f9c2bbe
|
no log: Bump sass from 1.37.5 to 1.38.2 in /frontend (#1523)
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.5 to 1.38.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.37.5...1.38.2)
---
updated-dependencies:
- dependency-name: sass
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>
|
3 years ago |
LASER-Yi
|
3c790549e0
|
Rewrite router and sidebar
|
3 years ago |
Liang Yi
|
c11483ecc1
|
no log: Fix a protential issue which may crash the release pipeline
|
3 years ago |
github-actions
|
706039af64
|
Release 0.9.8-beta.12
|
3 years ago |
LASER-Yi
|
2ed054f41b
|
no log: Handle "reset-*-wanted" events
|
3 years ago |
LASER-Yi
|
e8fa5d982f
|
no log: Remove red dot when notification center is empty
|
3 years ago |