Commit Graph

17437 Commits

Author SHA1 Message Date
viown 0efb4de856 Add check for warning message 2025-01-15 14:11:37 +03:00
viown a9a287d9fd Move ActionData to separate file 2025-01-15 14:11:37 +03:00
viown 4134683eb5 Move LogItem component to be under features 2025-01-15 14:11:36 +03:00
viown 4c757fea77 Move data loading to separate hooks 2025-01-15 14:11:36 +03:00
viown 0e54b11c61 Move submission to action 2025-01-15 14:11:36 +03:00
viown 2e4848ade9 Use mui components 2025-01-15 14:11:36 +03:00
viown bbec426232 Migrate logs to React 2025-01-15 14:11:36 +03:00
Blackspirits ee11c7481a Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-14 16:46:14 -05:00
Blackspirits d8467fb4f7 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-14 16:46:14 -05:00
Bill Thornton fe22de4f89 Refactor item text lines 2025-01-14 13:42:17 -05:00
Stronger Shakur 68c4a02500 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2025-01-14 12:01:15 -05:00
warkurre86 43e6dfc15a Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2025-01-14 09:54:43 -05:00
isaacfpv 9b162b7ce2 Translated using Weblate (Chinese (Traditional Han script))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2025-01-14 09:01:16 -05:00
isaacfpv 2e24c22e3c Translated using Weblate (Chinese (Traditional Han script, Hong Kong))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant_HK/
2025-01-14 09:01:16 -05:00
stanol fc0c102ad7 Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2025-01-14 09:01:15 -05:00
warkurre86 552243b663 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2025-01-14 09:01:15 -05:00
Lars Christian Gamborg 3d53e8c61f Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nb_NO/
2025-01-14 05:01:15 -05:00
Lukáš Kucharczyk 5cf66ff0dd Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2025-01-14 05:01:15 -05:00
viown 3600426058 Merge pull request #6333 from viown/remove-jquery-part-1
Remove jQuery
2025-01-13 17:12:37 -05:00
Bill Thornton f1c49163c2 Merge pull request #6443 from thornbill/media-segments-sdk
Use getMediaSegmentsApi from sdk
2025-01-13 17:10:57 -05:00
Blackspirits 854342c199 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-13 17:01:16 -05:00
Blackspirits 513fef3318 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-13 17:01:16 -05:00
Kityn 0ef5ab2ea1 Translated using Weblate (Polish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2025-01-13 17:01:15 -05:00
Blackspirits 5411cb854f Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-13 15:01:16 -05:00
Blackspirits c2e26d904e Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-13 15:01:16 -05:00
Bas 177d1f6549 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2025-01-13 15:01:15 -05:00
Bill Thornton e33784e044 Use getMediaSegmentsApi from sdk 2025-01-13 14:29:13 -05:00
Bas f4532bd1ec Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2025-01-13 13:22:12 -05:00
Matthew Haughton a337f7af2b Update to typescript-eslint v8 (#6372)
* Update typescript-eslint to v8

* Disable @typescript-eslint/prefer-optional-chain

This rule now requires type information which is not currently enabled for
the Typescript ESLint checks.

* Remove unused vars

* Disable no-empty-function for line using updated config

* Disable rule for lines that violate updated typescript-eslint rules

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-13 13:16:44 -05:00
felix920506 ffd40405bd make tonemapping helptext make sense (#6354)
* make tonemapping helptext make sense

* Remove unused string according to feedback

* suggestion from review

Co-authored-by: gnattu <gnattu@users.noreply.github.com>

* apply suggestion

* reviews

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

---------

Co-authored-by: gnattu <gnattu@users.noreply.github.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-13 13:14:06 -05:00
Niels van Velzen 5399ee1f2d Add media segment providers to library options 2025-01-13 12:38:05 -05:00
José Fonseca f297392fd9 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-13 12:01:16 -05:00
Pere b07c17a380 Translated using Weblate (Catalan)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ca/
2025-01-13 12:01:16 -05:00
Matthew Haughton d4288ead99 Remove unused vars 2025-01-13 11:50:26 -05:00
Matthew Haughton 588e9e38f7 Don't send unsupported commands to Cast receiver 2025-01-13 11:50:26 -05:00
José Fonseca 75ddb0accc Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-13 08:01:16 -05:00
Nerva 6a22bb3d3a Translated using Weblate (Indonesian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/id/
2025-01-13 08:01:15 -05:00
José Fonseca 3d6bb53586 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-13 06:01:15 -05:00
MisterCry d1cf61df50 Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2025-01-13 04:01:15 -05:00
Bill Thornton 1362284d9a Merge pull request #6271 from thornbill/media-session-subscriber
Refactor media session to playback subscriber
2025-01-11 16:26:27 -05:00
Nikola Jevtovic 3afe67ac6f Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sr/
2025-01-11 15:01:15 -05:00
millallo 3f6fa4fa6d Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2025-01-11 06:01:15 -05:00
Blackspirits 572efb0357 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-10 18:01:16 -05:00
Blackspirits 8bbc673204 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-10 18:01:15 -05:00
nakedfoot 1c0ce49f46 Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2025-01-10 18:01:15 -05:00
Alain CAO 8327a8fe95 Fix trickplay/chapter when play from list/shuffle 2025-01-10 22:37:40 +00:00
Joshua Ozeri 7d075d03cd Add nav buttons to bookPlayer top bar (#6162)
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-10 17:09:15 -05:00
Blackspirits 9f3141cfbf Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2025-01-10 16:01:16 -05:00
Blackspirits 123540e12e Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2025-01-10 16:01:15 -05:00
Hadi cb0cd0e022 Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fa/
2025-01-10 16:01:15 -05:00