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

9945 commits

Author SHA1 Message Date
Bill Thornton
551f12fdfb
Merge pull request #4312 from dmitrylyzo/backport-4150
Backport PR #4150 to 10.8.z branch
2023-01-31 12:20:44 -05:00
Dmitry Lyzo
0864432105 Fix file name escaping
(cherry picked from commit 45542a67a4)
2023-01-28 23:30:07 +03:00
Dmitry Lyzo
0c3c47b8b4 Fix Subtitle Uploder navigation in TV mode
(cherry picked from commit 78bbac8ca7)
2023-01-28 23:30:07 +03:00
Josep Sayol
5f7d2659dc Backport PR #4147 to 10.8.z branch 2023-01-28 08:22:38 +01:00
Bill Thornton
acb6519ef9
Merge pull request #4288 from dmitrylyzo/fix-es-419
Fix loading Spanish (Latin America) (es-419)
2023-01-19 15:40:35 -05:00
Dmitry Lyzo
b94d14399f fix loading Spanish (Latin America) (es-419) 2023-01-15 20:15:39 +03:00
Dmitry Lyzo
f4c8dd6b1f fix back action on Hisense TV 2023-01-13 14:05:25 +03:00
Dmitry Lyzo
0ff3cf321c fix change audio track during playback 2023-01-11 20:17:24 +03:00
Dmitry Lyzo
fe65e0c3b3 refactor: decrease the number of iterations 2023-01-10 23:13:37 +03:00
Dmitry Lyzo
a7bd7e30c6 fix filtering of supported audio tracks 2023-01-10 23:13:37 +03:00
Bill Thornton
ea79d2651a
Merge pull request #4267 from dmitrylyzo/fix-audiocontext-limit
Fix AudioContext limit exceeded
2023-01-10 10:00:55 -05:00
Bill Thornton
4bc0eebee0 Fix XSS vulnerability in plugin repo pages 2023-01-09 11:11:33 -05:00
Dmitry Lyzo
21cf0f5f8e fix AudioContext limit exceeded 2023-01-07 22:36:54 +03:00
Bill Thornton
96234eafb7
Merge pull request #4240 from dmitrylyzo/fix-audiotracks
Fix detection of SecondaryAudio support
2023-01-05 11:19:08 -05:00
Dmitry Lyzo
0ce839c4a8 Fix HTML escaping in MediaSession and on remote page 2023-01-05 01:52:47 +03:00
Dmitry Lyzo
a3e64088b1 Fix detection of SecondaryAudio support 2023-01-05 01:05:27 +03:00
Bill Thornton
255df81375
Merge pull request #4238 from thornbill/fix-router-xss
Fix XSS vulnerability in router
2023-01-04 16:34:45 -05:00
Bill Thornton
8877e2f758 Fix XSS vulnerability in router 2023-01-04 13:55:25 -05:00
nyanmisaka
869cbef571 Fix the progressive mp4 transcoding profile
mp4 should be used instead of webm for the maximum compatibility.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2022-11-20 20:10:53 +08:00
Bill Thornton
fda6d3c969 Fix item details banner image alignment on mobile 2022-11-15 13:22:52 -05:00
Bill Thornton
8a549eb45b Fix item details banner image alignment 2022-11-15 11:38:34 -05:00
Dmitry Lyzo
36fce00270 Fix keyboard navigation for INPUT and TEXTAREA 2022-11-10 16:31:31 +03:00
CrispyBaguette
e516014dc0 Accept arbitrary precision for community rating 2022-10-28 15:52:10 -04:00
peterspenler
c200a7d2c6 Use isIntersecting instead of intersectionRatio 2022-10-26 23:56:45 +03:00
Dmitry Lyzo
f81f0ef9d7 fix double escape HTML 2022-10-22 22:31:18 +03:00
Urtzi Odriozola
375bf86a22 Update displaySettings.template.html
"Euskara" is the native way of naming Basque
2022-10-13 10:31:38 -04:00
Bill Thornton
0b9415a041 Fix card cropping on item details page 2022-10-13 00:47:06 -04:00
Bill Thornton
b14d76a3d4
Merge pull request #4005 from dmitrylyzo/fix-last-seen
Fix locale with suffix
2022-10-06 17:04:16 -04:00
Dmitry Lyzo
fe4ee0c101 fix locale with suffix
"Locale with suffix" is constructed only once with the initial
(browser) locale.
2022-10-06 11:48:15 +03:00
Claus Vium
30df221bbb
Update dfnshelper.js 2022-10-06 10:07:23 +02:00
cvium
dfa9b33949 chore: add Basque display language option 2022-10-06 09:42:04 +02:00
callum
f1574e0f42 Merge branch 'bugfix/release-fix_itemcontextmenu_fails_to_update_for_items_with_no_image_metadata' of github.com:Callum17/jellyfin-web into bugfix/release-fix_itemcontextmenu_fails_to_update_for_items_with_no_image_metadata 2022-09-10 20:21:46 +01:00
callum
ebfd28d396 Avoid unnecessary DOM update if concurrent played items lack image metadata. 2022-09-10 20:21:37 +01:00
Callum
1861605958
Merge branch 'release-10.8.z' into bugfix/release-fix_itemcontextmenu_fails_to_update_for_items_with_no_image_metadata 2022-09-06 23:35:29 +01:00
Bill Thornton
03ce4210af Fix sdk imports to improve build size 2022-09-06 00:43:08 -04:00
callum
689a65cc92 Style. Prefer to use nowPlayingImageUrl to load image in order to make intent clear. 2022-09-04 08:50:20 +01:00
callum
44a5d7bb8d Ensure nowPlayingBar updates correctly when navigating from a song with no image back to a previous song with an image. 2022-09-04 08:50:20 +01:00
callum
072e20b585 Fixed: itemContextMenu opened from bottom media control bar applying operations to the wrong item when items have no image metadata. Can manifest as the wrong song being added to a playlist, deleted, or receiving user supplied metadata, etc. 2022-09-04 08:50:20 +01:00
Bill Thornton
89ec4f4e8a
Merge pull request #3849 from dmitrylyzo/fix-cursor-hide 2022-08-24 12:58:33 -04:00
Dmitry Lyzo
c9f4e3c301 Fix unexpected cursor hiding
Hide cursor in case of:
- TV layout
- Active playback
- Active screensaver
2022-08-24 15:56:27 +03:00
Dmitry Lyzo
a80fa25a68 Fix idle function call 2022-08-24 15:55:58 +03:00
Bill Thornton
eb4159788d Fix XSS in card aria labels 2022-08-02 13:51:20 -04:00
Bill Thornton
b167bf2d37
Merge pull request #3781 from yahuli/fix-type-error 2022-07-29 18:32:10 -04:00
Bill Thornton
6fe43e45e9
Merge pull request #3778 from nielsvanvelzen/itemdetails-download-missing-args
Add title and filename to download request in item details
2022-07-27 09:41:40 -04:00
dumbfox
d23aa6ada4 Fix TypeError 2022-07-27 10:49:13 +00:00
Niels van Velzen
7936502047
Fix serverId in item details download request
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-07-27 08:59:47 +02:00
Niels van Velzen
5489f34b92 Add title and filename to download request in item details 2022-07-26 22:16:06 +02:00
David Ullmer
5f659b0ef6
Fix user specific remote access 2022-07-23 14:30:41 +02:00
Bill Thornton
db346e4c05
Merge pull request #3760 from nielsvanvelzen/fix-logs-submit
Fix saving log settings not working
2022-07-11 14:28:24 -04:00
Niels van Velzen
b05c7e3309 Fix saving log settings not working 2022-07-10 17:21:59 +02:00