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

17853 commits

Author SHA1 Message Date
Bill Thornton
b14d76a3d4
Merge pull request #4005 from dmitrylyzo/fix-last-seen
Fix locale with suffix
2022-10-06 17:04:16 -04:00
Bill Thornton
1263468d49
Merge pull request #4004 from cvium/add_basque_10.8
chore: add Basque display language option
2022-10-06 11:26:41 -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
Joshua M. Boniface
354157c003 Bump version to 10.8.5 2022-09-24 22:02:30 -04:00
Bill Thornton
72d538e902
Merge pull request #3877 from Callum17/bugfix/release-fix_itemcontextmenu_fails_to_update_for_items_with_no_image_metadata 2022-09-23 23:39:54 -04: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
Joshua M. Boniface
f85f7d2fe6
Merge pull request #3878 from thornbill/fix-sdk-imports 2022-09-06 01:20:16 -04: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
Bill Thornton
89d92e738f
Merge pull request #3848 from dmitrylyzo/fix-screensaver 2022-08-24 12:56:45 -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
Joshua Boniface
bb040b90d1 Bump version to 10.8.4 2022-08-13 21:52:06 -04:00
Bill Thornton
747f7beae7
Merge pull request #3789 from thornbill/fix-cards-xss
Fix XSS in card aria labels
2022-08-02 14:36:36 -04:00
Bill Thornton
eb4159788d Fix XSS in card aria labels 2022-08-02 13:51:20 -04:00
Joshua Boniface
2feaff3648 Bump version to 10.8.3 2022-08-01 20:22:02 -04:00
Joshua M. Boniface
45fe89c26f Bump version to 10.8.2 2022-08-01 14:27:58 -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
Bill Thornton
79c53c6458
Merge pull request #3775 from daullmer/remote-user-config
Fix user specific remote access
2022-07-27 00:15:35 -04: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
Bill Thornton
8e7a3045dd
Merge pull request #3751 from nielsvanvelzen/splashscreen-config-fix
Fix splash screen checkbox always unchecked
2022-07-06 16:28:23 -04:00
Niels van Velzen
7c33579260 Fix splash screen checkbox always unchecked 2022-07-06 13:34:56 +02:00
Bill Thornton
a38d0bbacc
Merge pull request #3730 from SenorSmartyPants/CardbuilderEpisodeWithNoName
CardBuilder: Test episode number in addition to episode name
2022-07-02 00:30:31 -04:00
SenorSmartyPants
f4ee7076dd Test episode number in addition to episode name
Display episode number on card if present. Some episodes can have no name, but are still numbered (in my EPG data)
2022-06-28 14:16:09 -05:00
Bill Thornton
42bec6c11e
Merge pull request #3729 from SenorSmartyPants/SeriesImageDownload
Save series images under season, when browsing parent images for season
2022-06-28 13:43:36 -04:00
SenorSmartyPants
b93c244e2d Save series images under season, when browsing parent images for season 2022-06-27 14:41:53 -05:00
Joshua M. Boniface
e1ed816a13 Bump version to 10.8.1 2022-06-26 21:00:43 -04:00
Joshua M. Boniface
bc48691738
Merge pull request #3724 from samcon/fix_resume_webos 2022-06-26 20:58:23 -04:00
Joshua M. Boniface
ae83d1d356
Merge pull request #3720 from Shadowghost/device-logo-fix 2022-06-26 20:56:17 -04:00
Joshua M. Boniface
66b86044a9
Merge pull request #3719 from nyanmisaka/dovi-meta 2022-06-26 20:55:44 -04:00
Joshua M. Boniface
d967ce860c
Merge pull request #3721 from Shadowghost/fix-stream-autoselect 2022-06-26 20:54:51 -04:00
Joshua M. Boniface
d11b51d0f1
Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-06-26 20:54:12 -04:00
Joshua M. Boniface
0e0dd46c1b
Merge pull request #3722 from nyanmisaka/fix-audio-ch 2022-06-26 20:53:47 -04:00
Nyanmisaka
5978d157e7
Remove unnecessary check 2022-06-27 06:23:00 +08:00
Nyanmisaka
ba34384b71
Apply suggestion from code review 2022-06-27 05:54:36 +08:00
Shadowghost
a792737add Use stream defaults in stream auto selection if previous source had no stream of that kind 2022-06-26 23:30:42 +02:00
Shadowghost
22a77ce54e Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-06-26 22:40:28 +02:00