Commit Graph

1419 Commits

Author SHA1 Message Date
Felix Oswald 659657b62d escaped ExternalUrls with escapeHtml() 2022-03-19 11:26:03 +01:00
Felix Oswald 2521b06142 escaped location with escapeHtml() 2022-03-19 09:50:40 +01:00
Felix Oswald 55ad352d08 escaped location to prevent xss 2022-03-18 21:17:19 +01:00
Felix Oswald e6465ec6ec Fix birth location link 2022-03-18 15:15:31 +01:00
grafixeyehero 3886b7da1f apply suggestion 2022-03-10 10:23:52 -05:00
grafixeyehero 2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Bill Thornton 4340b06101 Merge pull request #3481 from Maxr1998/album-tracks-index-sort 2022-03-08 18:36:23 -05:00
Bill Thornton 227620452f Merge pull request #3369 from dmitrylyzo/escape-html
Escape HTML
2022-03-08 16:07:50 -05:00
Cody Robibero 11368c646f Merge pull request #3482 from nyanmisaka/omx
Remove the deprecated OMX HWA
2022-03-06 08:32:37 -07:00
Dmitry Lyzo 8420d0fef2 Sanitize HTML 2022-03-06 13:29:16 +03:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 08cbc5aa8f refactor: Move condition out of loop 2022-03-06 13:27:40 +03:00
Joshua M. Boniface 9a8c1a0c21 Merge pull request #3473 from thornbill/next-up-rewatching 2022-03-05 14:29:57 -05:00
nyanmisaka 01a4dbb118 Remove the deprecated OMX HWA 2022-03-05 21:51:58 +08:00
Maxr1998 209d731250 Sort album tracks by (Parent)IndexNumber, then SortName
Track sorting in albums could previously be incorrect if metadata specified a SortName tag.

Also see: jellyfin/jellyfin#7323, jellyfin/jellyfin#7324
2022-03-04 18:59:49 +01:00
Dmitry Lyzo 5d1fe2eeaf Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
Dmitry Lyzo 161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Bill Thornton 23ce32f617 Fix click on item details poster playing wrong item 2022-03-02 15:52:39 -05:00
Bill Thornton ddbe596696 Remove unneeded empty functions 2022-03-02 00:59:04 -05:00
Bill Thornton 9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Bill Thornton 86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo 27bdb24598 refactor: Use span for icons 2022-02-25 01:33:21 +03:00
Bill Thornton fb090f239b Update name of mixed library type 2022-02-22 16:20:20 -05:00
Bill Thornton 270501e4f8 Merge pull request #3367 from SenorSmartyPants/Rewatch
Display rewatching list in Next up section on home page
2022-02-21 12:35:35 -05:00
Bill Thornton e3b8f49bb9 Merge pull request #3444 from dmitrylyzo/fix-theme-navigation
Fix playing theme song when using parent links
2022-02-21 12:32:35 -05:00
Bill Thornton 489613f934 Merge pull request #3443 from dmitrylyzo/fix-focus-jump
Fix Play/Resume focus jump
2022-02-21 12:26:27 -05:00
Dmitry Lyzo eba8cf18d4 Add Markdown to Login Disclaimer 2022-02-21 18:28:39 +03:00
Bill Thornton 376f3e0f8c Merge pull request #3432 from 1337joe/fix-series-sort-by-last-played
Fix show sort by date played
2022-02-21 09:19:59 -05:00
Dmitry Lyzo 7b0f4ed859 Fix playing theme song when using parent links
Navigation by plain links breaks the theme song player because
there is no BaseItemDto in 'state'.
2022-02-21 00:17:13 +03:00
Dmitry Lyzo 04c82ab7c4 Cleanup 2022-02-20 22:42:00 +03:00
Dmitry Lyzo 6ae03974f9 fix: Fix focus jump when focusing Resume
Make the Play button the Resume and replace Resume with Replay.
2022-02-20 22:37:54 +03:00
Dmitry Lyzo ca8cc653d9 refactor: Set 'resume' action to poster
To match logic. This has no effect, because 'play' still uses
the current position.
2022-02-20 22:05:38 +03:00
Dmitry Lyzo 6ad311baad Disable play button on poster in TV layout 2022-02-20 22:05:38 +03:00
Dmitry Lyzo fff64ae5a5 refactor: Remove obsolete code
Leftover from reworking of poster generation.
2022-02-20 22:05:38 +03:00
Dmitry Lyzo 8221f82d1f refactor: Use same name for action (mode) attribute 2022-02-20 22:00:37 +03:00
Bill Thornton 72568c991e Merge pull request #3359 from jellyfin/fix-layout-webos
Fix page layouts for webOS
2022-02-16 17:09:54 -05:00
Joe Rogers 9b088f49c8 Sort by show-specific date played 2022-02-16 22:22:52 +01:00
Bill Thornton c5848b9934 Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Dmitry Lyzo 9242e4acf1 Fix layout of SelectServer page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo af3517c2e4 Fix layout of Login page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo 4e6cb506e2 Fix layout of ListView
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo 69d039d35d Cleanup unused styles 2022-02-15 17:55:31 +03:00
Dmitry Lyzo d00d084a8c Reload backdrop on restore
Backdrop doesn't belong to the itemDetails view and must be
reloaded explicitly.
2022-02-14 22:27:41 +00:00
Bill Thornton a380ef53cd Merge pull request #3411 from dmitrylyzo/navigate-season
Allow navigation to the parent show/season/album
2022-02-13 00:59:38 -05:00
Bill Thornton e4b7952e9e Merge pull request #3360 from dmitrylyzo/show-alphapicker
Show AlphaPicker if there is SortName
2022-02-13 00:54:15 -05:00
Bill Thornton 23d33684c9 Merge pull request #3336 from SenorSmartyPants/TVExtras 2022-02-11 21:39:12 -05:00
SenorSmartyPants d60694b355 Update src/controllers/itemDetails/index.js
Suggested change.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-02-11 13:23:13 -06:00
Bill Thornton 9a6ba2927b Merge pull request #3409 from thornbill/fix-tv-pagination
Fix pagination on live tv pages
2022-02-11 10:27:17 -05:00
Dmitry Lyzo 80099f29e4 Allow navigation to the parent show/season/album
Partial revert https://github.com/jellyfin/jellyfin-web/commit/ece0b39d7085656d5aa8e8160fd98be6134bf60a
Add 'focuscontainer-x' to the parent labels.
2022-02-09 22:15:57 +03:00