fallenbagel
75afa742ea
fix(mediarequest): optimise more typeorm lifecycle triggers
...
This is related to #1218 . This should fix more typeorm lifcycle trigger issues
fix #513
preview-lifecycle-fix
2025-02-21 02:09:09 +08:00
Gauthier
525a538f34
refactor(settings): move network settings to their own settings tab ( #1287 )
...
* refactor(settings): move network settings to their own settings tab
This PR moves the network settings out of the General Settings section to a new Netowrk Settings
tab.
* fix: add missing translations
* fix: fix cypress tests for network settings
* refactor: create a separate section for network settings
2025-02-20 18:27:18 +01:00
allcontributors[bot]
0d2273ff6e
docs: add ishanjain28 as a contributor for code ( #1369 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-02-18 05:00:10 +08:00
Ishan Jain
e035cd84ae
fix: corrected spelling errors in function names ( #1366 )
2025-02-17 21:52:05 +01:00
Gauthier
438ccfe9c3
fix: assign the keep-alive value explicitly ( #1368 )
...
* fix: assign the keep-alive value explicitly
The Node.js documentation mentions that the default keep-alive value is not used when creating a
global agent manually, which is done in customProxyAgent.ts.
re #1365
* fix: typo
2025-02-18 03:48:37 +08:00
854562
c181cee328
feat: update Jellyfin logo ( #1359 )
...
* Replaced Jellyfin logo with new version
* Update jellyfin.svg
2025-02-16 11:37:59 +01:00
Gauthier
98a5b05816
ci: set the pnpm version number explicitly ( #1357 )
...
* ci: set the pnpm version number explicitly
pnpm latest version is now v10. We still use v9, and the latest version of pnpm was used in
Dockerfile instead of v9.
* ci: add missing pnpm v9
2025-02-14 17:21:08 +01:00
0xsysr3ll
b29959b063
fix: missing plex.tv url in images remotePatterns ( #1356 )
...
This fixes a 400 error while fetching user's avatar from plex api during user import.
2025-02-14 15:28:26 +01:00
Bryan J.
9a2c12e51c
docs: update error message for various components ( #1354 )
2025-02-14 11:47:47 +01:00
Gauthier
620135aeac
fix: resolve a vulnerability with admin token ( #1345 )
...
By default, the jellyfinAuthToken of every user was always retrieved from the database, and
sometimes sent back to the client. Any logged-in user could retrieve this token via a request
containing admin user information, and use it to gain full access to Jellyfin. This PR removes the
auth token and the device ID from the fields selected by default by TypeORM.
2025-02-10 00:17:11 +01:00
Gauthier
2dbd1096d2
fix: disallow admins to edit other admins in bulk edit ( #1340 )
...
This PR fixes a bug where admin users could edit the permissions of other admins in the bulk edit
modal.
fix #1309
2025-02-09 01:12:54 +08:00
Gauthier
24d3f523fc
feat: add a robots.txt file ( #1335 )
...
This PR adds a `robots.txt` file to prevent crawlers to index the website
re #1323
2025-02-08 02:23:37 +08:00
Gauthier
2b7974fa06
fix(jobs): run plex/jellyfin jobs only for the relevant media server ( #1331 )
...
Due to merging issues with upstream, some jobs for the Plex media server where also running on
Jellyfin/Emby instances. This PR makes them run only when the media server is Plex.
fix #1329
2025-02-05 05:01:02 +08:00
Ben Haney
907ba6fdea
feat(api): make rottentomatoes matching more robust ( #1265 )
2025-01-31 23:04:34 +08:00
fallenbagel
efaad21554
build: remove unnecessary files from final docker image ( #1314 )
...
* build: remove charts from final docker image
fix #1313
* build: remove docs too
2025-01-30 19:48:16 +08:00
Gauthier
6ab463285d
fix(setup): resolve looping library validation error message ( #1316 )
...
This PR fixes a bug where the validation error message is displayed over and over because of a React
useEffect dependency issue. Previously, the `validateLibraries()` function was being called inside a
useEffect that depended on a state that this function was updating.
2025-01-30 11:22:23 +01:00
Ludovic Ortega
418f0c2eb8
fix(helm): no change, fixing OCI manifest corruption ( #1310 )
...
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2025-01-27 15:49:24 +01:00
fallenbagel
002557d2d0
docs: changed the name to lowercase ( #1296 )
2025-01-21 17:20:33 +08:00
Ludovic Ortega
62c1a70b37
feat(helm): Add possibility to pass volumes and volume mounts ( #1291 )
...
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2025-01-20 20:20:27 +08:00
allcontributors[bot]
1b325e7c32
docs: add andrewkolda as a contributor for design ( #1293 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-20 06:41:25 +08:00
andrewkolda
f247642b76
fix: make watchlist buttons consistent ( #1272 )
...
fix #1270
Co-authored-by: andrewkolda <git@kolda.me >
2025-01-19 23:15:54 +01:00
Fallenbagel
396cd968ef
ci: push individual arch digest only and merge from digest ( #1284 )
...
* ci: push individual arch digest only and merge from digest
* ci: correct syntax for docker manifest
* ci: add the missing id to the build step
* ci: set proper ids and output digest that is dependant on matrix.id
* ci: proper dynamic outputs by manually echoing it out
* ci: remove unnecessary test step
2025-01-19 03:41:25 +08:00
fallenbagel
ca739315b2
ci: remove cleanup steps since docker registry v2 doesnt support it
2025-01-18 22:28:58 +08:00
fallenbagel
9143a6c027
ci: push temp tags and create multi-arch from them and cleanup
2025-01-18 22:19:39 +08:00
fallenbagel
d7fc03650f
ci: use direct docker manifest command to create and push manifest
2025-01-18 21:54:09 +08:00
fallenbagel
80fc5c1a78
ci: better manifest merging to only push final multi-arch manifest
2025-01-18 21:43:14 +08:00
fallenbagel
95737d36e6
ci: fix typo in create_manifest
2025-01-18 20:59:29 +08:00
fallenbagel
0fd6ca85a4
ci: fix missing version for create_manifest & discord notification after create_manifest
2025-01-18 20:53:09 +08:00
fallenbagel
7cee9b475d
ci: fix multi-arch image creation workflow
...
use int128/docker-manifest-create-action to combine the images
2025-01-18 20:50:22 +08:00
fallenbagel
ff9af866f8
ci: use the proper action to merge manifests & pass in lowercase owner
2025-01-18 20:40:03 +08:00
fallenbagel
5ffe6419ee
ci: remove sanitisation and hardcode platform tag depending on platform
2025-01-18 20:31:18 +08:00
fallenbagel
8afcf5a8d8
ci: attempt to sanitise the platfom and add to gh env
2025-01-18 20:25:06 +08:00
Fallenbagel
17d93a8cb9
ci: fix typo when passing sanitised platform to github env ( #1282 )
...
* ci: fix typo when passing sanitised platform to github env
* ci: hardcode a platform & owner for testing sanitation
* ci: fix typo
* ci: fix typo
* ci: fix yet another typo
* ci: fix yet another typo
* ci: another typo when echoing the tested variables fixed
* ci: properly echo the values from github env
* ci: attempt to echo out the sanitised variables
* ci: finalise the sanitation test and remove it from lint & test build
2025-01-18 20:23:03 +08:00
Fallenbagel
549082c53e
ci: fix typo when sanitising platform ( #1281 )
2025-01-18 19:55:36 +08:00
Fallenbagel
fbef7e2c72
ci: seperate job to pass in sanitised platform ( #1280 )
...
This is done as github actions doesnt support inline replacement that was done on #1279
2025-01-18 19:49:58 +08:00
Fallenbagel
93d2e26ae9
ci: sanitise container tag ( #1279 )
...
* ci: sanitise container tag
Tags cant container `/` so this should sanitise them
* ci: use simple case owner name
2025-01-18 19:42:05 +08:00
Fallenbagel
f09a432635
ci: add a job to merge and create multi-arch image ( #1278 )
...
This has to be done now that arm64 and amd64 runs as two seperate jobs. Otherwise, whichever
finishes the last would override the other one when pushed
2025-01-18 19:34:36 +08:00
Fallenbagel
a8f84d4f74
ci: correct arm runner label ( #1277 )
...
The issue was all because of using the wrong label. 18 hours wasted waiting for a non-existent
runner to start. It is `ubuntu-24.04-arm`
https://github.com/orgs/community/discussions/148648#discussion-7793082
2025-01-18 19:07:45 +08:00
Fallenbagel
88e96fa163
ci: upgrade runner to ubuntu 24.04 to get arm64 runner working ( #1276 )
...
This is another attempt to get arm64 runner working by upgrading the runner to ubuntu-24-04, hoping it works better.
Related to #1275
2025-01-18 17:57:07 +08:00
Fallenbagel
2d814c1416
ci: attempt to fix arm64 runners with proper scoped caching ( #1275 )
...
Added platform specific cache scoping and turned off provenance to prevent manifest merging. In
addition we are now using ubuntu24.04 in an attempt to get the job to run as ubuntu-22.04 were
stalled for more than 18 hours.
2025-01-18 17:49:35 +08:00
Fallenbagel
2f4b848b2c
ci: utilise the linux arm64 hosted runners ( #1271 )
...
* ci: utilise the linux arm64 hosted runners
This is an attempt to utilise the linux arm64 hosted runners which should reduce the build times
significantly. In addition, this should leverage the github's built-in caching.
* ci: fix typo
2025-01-18 05:14:33 +08:00
Ludovic Ortega
0ee3e69a61
feat: upgrade chart to 2.0.0 ( #1268 )
...
- upgrade jellyseerr to 2.3.0
- disable HPA as it's not documented and not useful
- migrate container image to ghcr.io registry
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2025-01-17 18:32:20 +08:00
Gauthier
7fcc0eb66d
feat(settings): add settings for custom DNS servers and IPv4 resolution first ( #1266 )
...
* feat(settings): add settings for custom DNS servers and IPv4 resolution first
This PR adds settings to change the DNS servers Jellyseerr uses and to force Jellyseerr to resolve
DNS queries using IPv4 first. These settings aim to make it easier for less experienced users to fix
network errors related to DNS resolution.
* style: fix missing newline
2025-01-16 10:46:27 +01:00
Fallenbagel
5d9f613dd8
chore(i18n): update translations from weblate ( #1263 )
...
* Translated using Weblate (Korean)
Currently translated at 91.8% (1225 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ko/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/zh_Hans/
* Translated using Weblate (Ukrainian)
Currently translated at 96.1% (1282 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/uk/
* Translated using Weblate (Italian)
Currently translated at 84.4% (1127 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/it/
* Translated using Weblate (Japanese)
Currently translated at 48.4% (646 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ja/
* Translated using Weblate (Spanish)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/es/
* Translated using Weblate (Croatian)
Currently translated at 91.1% (1216 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/hr/
* Translated using Weblate (Arabic)
Currently translated at 91.0% (1215 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ar/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 80.0% (1068 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/nb_NO/
* Translated using Weblate (Danish)
Currently translated at 91.1% (1216 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/da/
* Translated using Weblate (Catalan)
Currently translated at 90.7% (1211 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ca/
* Translated using Weblate (Turkish)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Greek)
Currently translated at 91.3% (1218 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/el/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 89.5% (1194 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/zh_Hant/
* Translated using Weblate (Swedish)
Currently translated at 96.1% (1282 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/sv/
* Translated using Weblate (Polish)
Currently translated at 91.0% (1214 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pl/
* Translated using Weblate (Romanian)
Currently translated at 32.6% (435 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ro/
* Translated using Weblate (Albanian)
Currently translated at 76.3% (1018 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/sq/
* Translated using Weblate (French)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Russian)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ru/
* Translated using Weblate (Lithuanian)
Currently translated at 54.1% (722 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/lt/
* Translated using Weblate (Dutch)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/nl/
* Translated using Weblate (Hungarian)
Currently translated at 85.2% (1137 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/hu/
* Translated using Weblate (Portuguese (Portugal))
Currently translated at 89.9% (1200 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pt_PT/
* Translated using Weblate (Czech)
Currently translated at 91.4% (1220 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/cs/
* Translated using Weblate (Serbian)
Currently translated at 46.6% (622 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/sr/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.5% (1234 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pt_BR/
* Translated using Weblate (Hebrew)
Currently translated at 25.7% (343 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/he/
* Translated using Weblate (German)
Currently translated at 96.2% (1284 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/de/
* Translated using Weblate (Hindi)
Currently translated at 10.7% (143 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/hi/
* Translated using Weblate (French)
Currently translated at 100.0% (1334 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Italian)
Currently translated at 94.3% (1259 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/it/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/
* Translated using Weblate (Italian)
Currently translated at 94.4% (1260 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/it/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1334 of 1334 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (German)
Currently translated at 94.7% (1282 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/de/
* Translated using Weblate (Spanish)
Currently translated at 94.7% (1282 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/es/
* Translated using Weblate (French)
Currently translated at 98.4% (1332 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Dutch)
Currently translated at 94.7% (1282 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/nl/
* Translated using Weblate (Polish)
Currently translated at 89.5% (1212 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pl/
* Translated using Weblate (Russian)
Currently translated at 94.7% (1282 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ru/
* Translated using Weblate (Swedish)
Currently translated at 94.6% (1280 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/sv/
* Translated using Weblate (Ukrainian)
Currently translated at 94.6% (1280 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/uk/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 94.7% (1282 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/zh_Hans/
* Translated using Weblate (French)
Currently translated at 99.8% (1351 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (French)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Romanian)
Currently translated at 46.1% (624 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ro/
* Translated using Weblate (French)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (German)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/de/
* Translated using Weblate (Russian)
Currently translated at 97.7% (1322 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ru/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/nl/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/nl/
* Translated using Weblate (French)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (1320 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Swedish)
Currently translated at 95.4% (1291 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/sv/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Polish)
Currently translated at 91.2% (1235 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pl/
* Translated using Weblate (German)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/de/
* Translated using Weblate (French)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1353 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Ukrainian)
Currently translated at 98.7% (1336 of 1353 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/uk/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/
* Translated using Weblate (Arabic)
Currently translated at 86.8% (1220 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/ar/
* Translated using Weblate (French)
Currently translated at 96.2% (1353 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Finnish)
Currently translated at 17.2% (243 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fi/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (French)
Currently translated at 96.2% (1353 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Translated using Weblate (French)
Currently translated at 96.7% (1360 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/fr/
* Translated using Weblate (Polish)
Currently translated at 97.8% (1375 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/pl/
* Translated using Weblate (Ukrainian)
Currently translated at 96.8% (1361 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/uk/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (1405 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/tr/
* Added translation using Weblate (Basque)
* Translated using Weblate (Basque)
Currently translated at 16.7% (236 of 1405 strings)
Translate-URL: http://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/eu/
* style(i18n): apply prettier
---------
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: jason54 <jason54700.jg@gmail.com >
Co-authored-by: Kristopher Roller <akjroller@gmail.com >
Co-authored-by: jellyseerr-weblate <155525085+jellyseerr-weblate@users.noreply.github.com >
Co-authored-by: N/A <me@puffin.icu >
Co-authored-by: pouley <pierre@bellemainp.fr >
Co-authored-by: Nuh uh <delayedartisticguppy@protonmail.com >
Co-authored-by: Gauthier <mail@gauthierth.fr >
Co-authored-by: madax <madax@users.noreply.jellyseerr.borgcube.de >
Co-authored-by: SoundwaveUwU <investing_squillitic@dojacat.ru >
Co-authored-by: Michel Heusschen <mh_jellyseerr@users.noreply.jellyseerr.borgcube.de >
Co-authored-by: Leo THIVILLON <leothivillon@gmail.com >
Co-authored-by: Uncle <Uncle-Tio@users.noreply.jellyseerr.borgcube.de >
Co-authored-by: Gökhan GÜRBÜZ <gkhn.gurbuz@hotmail.com >
Co-authored-by: Mattias Magnusson <mattish.91@gmail.com >
Co-authored-by: Radosław Adamczewski <radekadamczewski@gmail.com >
Co-authored-by: Alexander Mnich <alex@mnich.dev >
Co-authored-by: HanaO00 <greenmalkak@gmail.com >
Co-authored-by: michael <michaelvelosk@gmail.com >
Co-authored-by: Heni FAZZANI <heni.fazzani@gmail.com >
Co-authored-by: Matti Koponen <cshessu@gmail.com >
Co-authored-by: Gauvain Perchey <gauvain.perchey@gmail.com >
Co-authored-by: zulimazuli <zulimazuli@gmail.com >
Co-authored-by: Thadah <thadahdenyse+borgcube@protonmail.com >
2025-01-16 00:47:28 +08:00
allcontributors[bot]
ae1ee777fa
docs: add methbkts as a contributor for infra ( #1264 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-16 00:46:19 +08:00
Metin Bektas
b9dc9bceb5
feat: Add latest tag to ghcr container image ( #1224 )
...
* feat: Add latest tag to ghcr container image
* ci: add login action to GitHub Container Registry
2025-01-16 00:43:23 +08:00
Fallenbagel
1ffcea2065
docs: update the current list of features we offer ( #1262 )
...
* docs: update the current list of features we offer
* docs: add the missing `)`
Co-authored-by: Gauthier <mail@gauthierth.fr >
* docs: use proper acronym case
Co-authored-by: Gauthier <mail@gauthierth.fr >
* docs: add the missing `)`
Co-authored-by: Gauthier <mail@gauthierth.fr >
---------
Co-authored-by: Gauthier <mail@gauthierth.fr >
2025-01-16 00:18:45 +08:00
Gauthier
ce1b39f73b
fix(overriderules): allow override rules only when the service is created ( #1259 )
...
If you setup an override rule on a service that is not created yet, the override rule doesn't get
added to the service because it has no ID, but a record for that override rule is nonthless created.
This PR allows override rules only when the service is setup.
2025-01-15 17:08:31 +01:00
Fallenbagel
71143ca76b
refactor(tmdb): replace apikey ( #1261 )
...
This change is done to adhere with the TMDB rule of having one apikey per app and since jellyseerr
has diverged from overseerr, it is best practice to use our own apikey so that TMDB can properly
identify any issues that could be caused by jellyseerr
2025-01-16 00:04:55 +08:00
Ludovic Ortega
bebad2d814
chore(docs): add documentation about which files/data should be back up ( #1254 )
...
* chore(docs): add documentation about which files/data should be back up
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: backups category.json
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: postgresql documentation
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: database backup command
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: moved backup to a single page
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: postgresql options (replace dbname by port)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: remove lost+lost folder
---------
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2025-01-15 16:37:34 +08:00