Commit Graph

5273 Commits

Author SHA1 Message Date
Anderson Shindy Oki
6add72563e Persist sidebar theme switch (#3476) 2026-07-30 19:36:23 +09:00
morpheus65535
07a3032149 Added randomized User-Agent header to PrijevodiOnline provider session initialization. #3474 v1.6.1-beta.11 2026-07-29 20:59:41 -04:00
morpheus65535
49951360a1 no log: Delete libs/js2py-0.74.dist-info directory 2026-07-29 06:28:36 -04:00
morpheus65535
7186ece569 no log: Delete libs/pysocks-1.7.1.dist-info directory 2026-07-29 06:28:08 -04:00
morpheus65535
983a1ae90c no log: Delete libs/flask_migrate-4.1.0.dist-info directory 2026-07-29 06:26:31 -04:00
morpheus65535
5fc33435cd Fixed URL validation in series and movie image proxy endpoints to prevent SSRF attacks by validating URL schemes and verifying domain matching. v1.6.1-beta.10 2026-07-28 22:48:23 -04:00
yorah
0775346f0f Fixed throttled_count never decaying, leaving providers with no retries after their first throttle 2026-07-28 21:18:48 -04:00
Dnkhatri
2a6b658a30 Enhanced AvistazNetworkSubtitle with caching and added results in manual search 2026-07-28 21:03:57 -04:00
morpheus65535
cda6a1e08a Added randomized User-Agent header to TVsubtitles provider session initialization. #3470 2026-07-28 20:49:37 -04:00
Jonas Stendahl
3853ba3494 Fixed indexed embedded subtitles never being cleared when a rescan finds zero tracks v1.6.1-beta.9 2026-07-27 21:19:09 -04:00
morpheus65535
11eee35198 Removed obsolete tuple-unwrapping check from manual subtitle upload flow following processing normalization. 2026-07-27 08:38:48 -04:00
morpheus65535
6489a51f38 Merge remote-tracking branch 'origin/development' into development 2026-07-23 10:38:56 -04:00
Anderson Shindy Oki
7ba562f0d2 no log: Refactor color, shades, margins, positions (#3462) 2026-07-23 23:06:52 +09:00
morpheus65535
a38aad294a no log: add elements to git ignore 2026-07-22 22:41:52 -04:00
morpheus65535
dc1b19c115 Removed duplicated tuple-unwrapping checks from subtitle download, wanted, manual, and upgrade flows now that processing returns normalized results. 2026-07-22 21:51:15 -04:00
Anderson Shindy Oki
ce735eee18 Improve settings provider integration required warning (#3447) v1.6.1-beta.8 2026-07-22 21:55:05 +09:00
morpheus65535
6e458ea3db Added embedded subtitles manual extraction v1.6.1-beta.7 2026-07-21 22:07:27 -04:00
dependabot[bot]
d71714e8d6 no log: [workflow]: Bump actions/setup-python from 6 to 7 (#3457)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-21 22:00:20 -04:00
morpheus65535
81422cf8a9 Merge remote-tracking branch 'origin/development' into development 2026-07-21 21:57:40 -04:00
morpheus65535
bc0e573d41 Fixed default value handling in calculate_score to correctly distinguish 0 from None. #3439 2026-07-21 21:57:27 -04:00
Anderson Shindy Oki
efe7151b06 Fixed stale job manager (#3458) 2026-07-22 10:05:46 +09:00
Anderson Shindy Oki
4bbb9a600b Fixed job manager running job icon (#3452) v1.6.1-beta.6 2026-07-20 14:22:59 +09:00
morpheus65535
a493cf2450 Fixed type mismatch in Gemini translator by ensuring index comparison uses string conversion. #3450 2026-07-19 10:14:51 -04:00
Anderson Shindy Oki
631e9372ee no log: Refactor to remove usage of let variable declaration (#3441) v1.6.1-beta.5 2026-07-19 16:45:13 +09:00
Anderson Shindy Oki
369193a3f0 Added animetosho xyz provider (#3445) 2026-07-19 15:12:46 +09:00
TowyTowy
98f0321950 Fixed subf2m provider not finding subtitles for seasons 13, 14, 18 and 20 due to misspelled season names 2026-07-19 00:26:12 -04:00
morpheus65535
5fafba7b57 Fixed subtitles search when path and file ID are unchanged in movie and episode sync triggered by a SignalR event by deferring it until next scheduled task execution. #3419 2026-07-19 00:21:20 -04:00
morpheus65535
fd9224f338 no log: Updated ci.yml to replace reporterplus/pytest-html-plus-action@v3 with dorny/test-reporter@v3 for test report generation 2026-07-19 00:04:40 -04:00
morpheus65535
54882de748 no log: Updated ci.yml to replace dariocurr/pytest-summary@main with reporterplus/pytest-html-plus-action@v3 for backend test summary 2026-07-18 23:14:58 -04:00
morpheus65535
43ea29d43d no log: Updated ci.yml to replace pavelzw/pytest-action@v2 with dariocurr/pytest-summary@main for backend test summary 2026-07-18 22:58:44 -04:00
morpheus65535
8abf82f177 no log: Updated ci.yml to use pavelzw/pytest-action@v2 for running tests 2026-07-18 22:47:48 -04:00
morpheus65535
8c4024976a no log: use declarative_base from sqlalchemy.orm into import block in database.py. 2026-07-18 22:41:15 -04:00
Piotr Niełacny
ddbe35cb34 no log: Run backend unit tests in CI 2026-07-18 22:19:49 -04:00
morpheus65535
ff1f5c420f Refactored postprocessing to use shlex.split with shell=False under Windows, enhancing security against CWE-78 OS command injection scenarios. 2026-07-18 21:46:36 -04:00
morpheus65535
dd66774ee3 Merge remote-tracking branch 'origin/development' into development v1.6.1-beta.4 2026-07-18 11:23:22 -04:00
morpheus65535
9a059e3063 no log: Remove unused FETCH_DEPTH parameter and set fetch-depth to 0 in release_beta_to_dev.yaml. 2026-07-18 11:23:12 -04:00
Anderson Shindy Oki
0be3a67a7a Adjusted settings provider responsive screen 2026-07-18 15:44:41 +09:00
Anderson Shindy Oki
170ee8ec3e no log: Add component tests (#3440) 2026-07-18 14:06:32 +09:00
Anderson Shindy Oki
a21c08bb51 Fixed Movie and series actions 2026-07-18 13:26:08 +09:00
subdl_maker
8f0dbcfb0e no log: Add SubDL to supported providers 2026-07-17 07:37:01 -04:00
TowyTowy
3da207aa33 Fixed subdl provider not detecting hearing-impaired markers in release names 2026-07-16 21:12:28 -04:00
Anderson Shindy Oki
409b3b7ef9 no log: Remove loose object (#3438) v1.6.1-beta.3 2026-07-16 14:54:23 +09:00
morpheus65535
dbb1f42622 no log: Update GitHub Actions to use newer versions of core actions (checkout@v7, cache@v6, setup-node@v7, upload-artifact@v7). 2026-07-15 23:34:17 -04:00
morpheus65535
bcdbcb112e no log: Update GitHub Actions to use actions/download-artifact@v8. 2026-07-15 23:19:41 -04:00
morpheus65535
983ed6b693 "no log: Revert update GitHub Actions to use actions/download-artifact@v9."
This reverts commit cab728ccc1.
2026-07-15 22:15:46 -04:00
morpheus65535
cab728ccc1 no log: Update GitHub Actions to use actions/download-artifact@v9. 2026-07-15 22:12:21 -04:00
morpheus65535
78d34c554d Updated vendored fese module to include upstream improvements. #3184 2026-07-15 22:06:28 -04:00
morpheus65535
36563bd6b1 no log: Enhanced release_beta_to_dev.yaml and ci.yml with artifact-based CI outcome handling and conditional release execution 2026-07-15 21:54:01 -04:00
morpheus65535
f3e216285e Merge remote-tracking branch 'origin/development' into development 2026-07-15 21:15:49 -04:00
Anderson Shindy Oki
4d27b20f3d no log: Remove eslint disable (#3437) 2026-07-16 09:53:57 +09:00