1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

13755 commits

Author SHA1 Message Date
Bill Thornton
bb9b4ce8bb
Merge pull request #5581 from thornbill/fix-download-all-access 2024-05-21 16:40:14 -04:00
Bill Thornton
6da3dd7c86
Merge pull request #5526 from gnattu/remove-redundant-keybindings 2024-05-21 16:38:56 -04:00
Dmitry Lyzo
fb87dfbf5e Add specialized video transcoding profile with FLAC for webOS
webOS doesn't seem to support FLAC with more than 2 channels.
Split each video transcoding profile with FLAC so that the
containing FLAC is only applied to 2 channels audio.
2024-05-21 23:20:28 +03:00
Dmitry Lyzo
1342bedad0 Limit maximum FLAC channels to 2 on webOS 2024-05-21 23:20:28 +03:00
Bill Thornton
292240df46 Fix missing policy check for download all 2024-05-21 16:18:42 -04:00
Bill Thornton
add01e332b
Merge pull request #5573 from thornbill/fix-playback-access
Fix playback interceptor rejecting
2024-05-21 16:16:59 -04:00
Bill Thornton
2280d98785 Restore promise rejects 2024-05-21 12:08:21 -04:00
gnattu
11e3bf395e
use browser.tv
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-21 22:37:35 +08:00
gnattu
0271ae42c0 Use modern syntax & slight perf improvement 2024-05-21 17:55:11 +08:00
gnattu
68bac17a46 Only bind media keys for TV and browsers not having mediaSession 2024-05-21 14:13:19 +08:00
Bill Thornton
7eb54e029f
Merge pull request #5563 from nielsvanvelzen/fix-chapter-xss 2024-05-20 22:04:24 -04:00
Bill Thornton
70b9aa4611 Fix playback interceptor rejecting 2024-05-20 17:49:41 -04:00
Niels van Velzen
b8a7cf214d Fix chapter name XSS injection in progress bar 2024-05-20 16:49:35 +02:00
gnattu
c0b86a39c7 Only connect to manuall addresses specified by user
This should never be enabled on the web because users are not expected to connect to an address they don't specify. For specific use cases like auto endpoint switching between networks, this should be managed by DNS or the router itself, not by the application. 

Having an address that is not always connectable causes our Android users to be unable to reliably connect to the server. It also breaks many reverse-proxy setups, as this address exposed by the server usually bypasses the proxy unless explicitly configured by the user. This has far more negative impact than the benifit it brings.
2024-05-20 22:37:19 +08:00
Dmitry Lyzo
ab70cc07a8 Patch 'Headers' to accept 'undefined'
Fixes `TypeError: Failed to construct 'Headers': No matching constructor signature.`
2024-05-19 22:41:03 +03:00
Bill Thornton
7ce8c070b3
Merge pull request #5529 from thornbill/fix-plugin-tabs
Restore library menu tabs functionality
2024-05-17 13:09:49 -04:00
Bill Thornton
1e035d5867 Fix scheduled task dialog z-index 2024-05-17 12:31:08 -04:00
Bill Thornton
91961de0ce Restore librarymenu.setTabs functionality 2024-05-17 10:28:57 -04:00
Bill Thornton
ea1d069e90
Merge pull request #5517 from thornbill/fix-experimental-osd 2024-05-17 08:55:41 -04:00
gnattu
bdce41c3ae Don’t bind to keyevents of media keys
These events are already handled by MediaSession. On some operating systems, like Windows, the browser will send both the MediaSession event and the keydown event to the webpage, causing the event to be handled twice and resulting in issues.
2024-05-17 16:08:51 +08:00
Bill Thornton
37b1d5cbea Add more public paths to toolbar check 2024-05-16 16:58:40 -04:00
Bill Thornton
1a172bdb1b Move event type to enum 2024-05-16 12:34:41 -04:00
Matteo Bossi
7de4ebf33a Fix chapter markings not displayed properly 2024-05-16 13:21:30 +02:00
Bill Thornton
32a91eabf1 Use constant for event name 2024-05-16 00:28:07 -04:00
Bill Thornton
703ec1b488 Fix syncplay playback starting before listener created 2024-05-15 17:38:03 -04:00
Bill Thornton
c0467b1f13 Fix video osd not hiding in experimental layout 2024-05-15 14:56:59 -04:00
Bill Thornton
1ad7dfb5c0 Fix invalid sort order values 2024-05-15 02:39:50 -04:00
Bill Thornton
a358d34ea9
Merge pull request #5507 from thornbill/min-server-version 2024-05-15 00:05:19 -04:00
Bill Thornton
d17c35acc3 Fix stored credentials not updating on logout 2024-05-14 17:16:12 -04:00
Bill Thornton
f980e38530 Set the minimum server version to match the sdk 2024-05-14 17:01:38 -04:00
Oatavandi
ddf1061849 Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ta/
2024-05-11 10:07:44 -04:00
Bas
264a123c94 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-05-11 10:07:43 -04:00
stanol
d05837e5a3 Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-05-11 05:41:25 -04:00
Niv Shtibel
3d79493624 Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/he/
2024-05-10 21:41:25 -04:00
Kityn
886eca4a27 Translated using Weblate (Polish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2024-05-10 18:41:25 -04:00
Bill Thornton
b068261975
Merge pull request #5476 from thornbill/scan-concurrency-config
Add configuration for scan fanout concurrency
2024-05-10 15:41:11 -04:00
Bill Thornton
8ee5ad72d1
Merge pull request #5477 from thornbill/fix-now-playing-dash
Fix now playing bar rendering under drawer
2024-05-10 13:10:30 -04:00
Bill Thornton
29b5bce2f8 Fix now playing bar rendering under drawer 2024-05-10 12:24:38 -04:00
Bill Thornton
1506521a78 Add configuration for scan fanout concurrency 2024-05-10 11:44:16 -04:00
gnattu
070dd2ac8e don’t set save lyrics locally as default 2024-05-10 15:45:29 +08:00
squareboi104
bbb3f562b5 Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es/
2024-05-09 14:41:25 -04:00
stanol
671b93fc0c Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-05-09 11:41:26 -04:00
bene toffix
73fa46ebc0 Translated using Weblate (Catalan)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ca/
2024-05-09 11:41:25 -04:00
Bill Thornton
f002d540a2 Fix role and type display on people cards 2024-05-08 13:56:06 -04:00
Bill Thornton
ebeeaa2948 Fix guest stars being listed twice on details page 2024-05-08 13:55:23 -04:00
bugfixin
167f2d2614 Show all Cast&Crew, not just Actors 2024-05-08 12:10:56 -04:00
Bill Thornton
0cb6a8c4c8
Merge pull request #5465 from thornbill/fix-theme-ref
Fix direct reference to mui theme
2024-05-08 11:47:06 -04:00
Bill Thornton
2c0efd51c8 Fix direct reference to mui theme 2024-05-08 11:04:02 -04:00
TAKAHASHI Shuuji
ead8047cce Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ja/
2024-05-08 10:41:25 -04:00
TAKAHASHI Shuuji
7be160b77b Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ja/
2024-05-08 08:41:25 -04:00