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

1557 commits

Author SHA1 Message Date
Danny Michel
8a2e2af2eb
Requested changes
Requested changes https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871799701 https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871800253 https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871800701
2022-05-12 17:43:28 -04:00
Danny Michel
178cef0d91
Add random sorting
Added random sorting to tv shows and movies lists
2022-05-12 13:15:15 -04:00
Victor Usoltsev
de1cd2275f Shows movie shuffle button only when items are present. 2022-05-12 10:16:09 +12:00
Jesse Seeligsohn
631284e56f Append year to title of content in video playback if possible. 2022-05-10 17:51:06 -04:00
Victor Usoltsev
0e8990d781 Fix PR comments. 2022-05-11 09:27:23 +12:00
Victor Usoltsev
fe05939ec3 Adds shuffle button to movie collections. 2022-05-09 22:36:07 +12:00
sancodes
9f19170dec fix no-sequence lint 2022-04-30 13:04:58 -07:00
Joshua M. Boniface
95d368db79 Merge pull request #3601 from thornbill/fix-repositories-xss
(cherry picked from commit bc0288e57f)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28 09:28:26 -04:00
Bill Thornton
4c709dcf44 Merge pull request #3597 from nielsvanvelzen/qc-text-input
Use text input in Quick Connect page

(cherry picked from commit f7e2f07c05)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28 09:28:26 -04:00
Ryan Hartzell
d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Bill Thornton
ca763cc7bc
Merge pull request #3586 from thornbill/fix-item-details-selector 2022-04-22 07:41:02 -04:00
Bill Thornton
8967dd7917
Merge pull request #3546 from thornbill/home-videos 2022-04-22 07:40:27 -04:00
Bill Thornton
d5a2f4f763 Fix card selector for tv layout 2022-04-21 17:37:55 -04:00
Bill Thornton
4b7f615001
Merge pull request #3560 from thornbill/refactor-transparency
Move backdrop transparency method to component
2022-04-19 23:26:12 -04:00
Bill Thornton
89af1e339d
Merge pull request #3479 from davidmurdoch/fix/buttons-arent-for-links
Change buttons that act as links to anchor tags
2022-04-19 16:42:13 -04:00
Bill Thornton
054587d9ae
Merge pull request #3559 from thornbill/remove-equality-funcs
Remove custom equality check functions
2022-04-19 16:27:48 -04:00
Bill Thornton
39a36208c0 Merge pull request #3535 from dmitrylyzo/fix-poster-resume
Fix 'resume' when clicking on item details poster

(cherry picked from commit dace55907f)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17 15:41:21 -04:00
Bill Thornton
13a70d3186
Merge pull request #3509 from sancodes/eslint-novoid
add eslint novoid
2022-04-13 00:44:30 -04:00
Bill Thornton
a9ae263045 Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
Bill Thornton
125d5cb015 Move backdrop transparency method to component 2022-04-12 16:22:00 -04:00
Bill Thornton
3d11cbcd8f
Merge pull request #3523 from nyanmisaka/nvdec-tips
Add some tips for the enhanced NVDEC decoder
2022-04-12 15:11:49 -04:00
Bill Thornton
ff5c25c4a8 Remove custom equality check functions 2022-04-12 12:55:38 -04:00
Bill Thornton
9de11b443d Use toBoolean from string utils 2022-04-12 12:20:28 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
sancodes
27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
Bill Thornton
7ec51f111c Merge pull request #3519 from dmitrylyzo/fix-escapehtml
Escape HTML

(cherry picked from commit ef811e699c)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07 13:00:12 -04:00
Bill Thornton
a74ddbb5ca
Merge pull request #3544 from thornbill/catch-home-resume
Add error catching when loading home screen tab
2022-04-07 10:54:12 -04:00
Bill Thornton
67169e2a6a Remove getParameterByName global 2022-04-05 15:58:12 -04:00
Bill Thornton
a8ab76a651 Update home video library translation 2022-04-04 16:24:48 -04:00
Bill Thornton
c0228cc176 Add error catching when loading home screen tab 2022-04-04 14:42:03 -04:00
sancodes
161f531523 fix return 2022-04-03 12:08:26 -07:00
David Murdoch
0ffff84a9e
change buttons that act as links to anchor tags
Buttons and links are different and serve different purposes. Links _go
somewhere_ while buttons _do something_.

When I click on a movie title to _go to_ the movie page the thing I
click should act like a link. If I ctrl+click or middle click it it
should still act like a link... by opening in a new tab.
2022-04-01 18:52:16 -04:00
Bill Thornton
9cf5b25111 Remove duplicate import 2022-04-01 00:40:21 -04:00
Bill Thornton
1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
nyanmisaka
f2dbf49a50 Add some tips for the enhanced NVDEC decoder 2022-03-29 14:06:47 +08:00
sancodes
408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Bill Thornton
e023448146
Merge pull request #3505 from dmitrylyzo/fix-html-escape
Fix HTML escaping
2022-03-21 10:28:14 -04:00
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
Dmitry Lyzo
4929bfd350 Fix HTML escaping
Regression: 59adbc348a
2022-03-19 10:51:52 +03: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