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

451 commits

Author SHA1 Message Date
grafixeyehero
d2df5830b5 migrate User Password Page 2022-07-23 18:04:28 +03:00
grafixeyehero
2d115bc6c8 migrate User Parental Control 2022-07-23 18:04:26 +03:00
grafixeyehero
5d29529562 migrate User Library Access Page 2022-07-23 18:04:25 +03:00
grafixeyehero
3f8b305995 migrate User Edit Page 2022-07-23 18:04:23 +03:00
grafixeyehero
a2cd1b3176 migrate New User Page 2022-07-23 18:04:20 +03:00
Joshua Boniface
3222fb93e4 Backport pull request #3760 from jellyfin/release-10.8.z
Fix saving log settings not working

Authored-by: Niels van Velzen <git@ndat.nl>

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Original-merge: db346e4c05
2022-07-20 19:29:51 -04:00
Joshua Boniface
d310ac64b4 Backport pull request #3751 from jellyfin/release-10.8.z
Fix splash screen checkbox always unchecked

Authored-by: Niels van Velzen <git@ndat.nl>

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Original-merge: 8e7a3045dd
2022-07-20 19:29:51 -04:00
Bill Thornton
372291e937 Merge pull request #3714 from nyanmisaka/vpp-tm-configs
Expose VPP TM brightness/contrast gain options

(cherry picked from commit 6142283e99)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 00:57:54 -04:00
Bill Thornton
f85db9c6ae Merge pull request #3701 from nyanmisaka/patch-1
Remove MPEG4 hwaccel from AMF

(cherry picked from commit 4fdfcde018)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-14 19:36:46 -04:00
Bill Thornton
c1865573d5 Merge pull request #3694 from crobibero/disable-splashscreen
Add the ability to enable/disable the splashscreen

(cherry picked from commit 0bd774dd45)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-14 19:36:43 -04:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton
79db34a2a7
Merge pull request #3609 from sancodes/eslint-no-sequences
Eslint no sequences
2022-06-09 12:24:52 -04:00
San
b5b8476b62
fix styling
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:46:58 -07:00
San
9856a83694
fix nesting
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:45:57 -07:00
Bill Thornton
0b19f0d85e Merge pull request #3604 from thornbill/fix-custom-elements
Fix custom element creation

(cherry picked from commit f2226ee745)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:38:48 -04:00
San
a2fe92f192
Merge branch 'master' into eslint-no-sequences 2022-05-20 01:40:57 -07:00
Bill Thornton
babc425fdb
Merge pull request #3603 from ryan-hartzell/eslint-no-nested-ternary
add eslint no-nested-ternary rule and fix violations
2022-05-17 11:44:32 -04: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
Ryan Hartzell
d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Bill Thornton
8967dd7917
Merge pull request #3546 from thornbill/home-videos 2022-04-22 07:40:27 -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
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
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
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
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
sancodes
161f531523 fix return 2022-04-03 12:08:26 -07: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
Dmitry Lyzo
4929bfd350 Fix HTML escaping
Regression: 59adbc348a
2022-03-19 10:51:52 +03:00
grafixeyehero
2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Bill Thornton
227620452f
Merge pull request #3369 from dmitrylyzo/escape-html
Escape HTML
2022-03-08 16:07:50 -05:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
nyanmisaka
01a4dbb118 Remove the deprecated OMX HWA 2022-03-05 21:51:58 +08:00
Dmitry Lyzo
161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton
fb090f239b Update name of mixed library type 2022-02-22 16:20:20 -05:00
Dmitry Lyzo
eba8cf18d4 Add Markdown to Login Disclaimer 2022-02-21 18:28:39 +03:00
Dmitry Lyzo
d881f5498b Add background to device cards
Otherwise it will be white on white with Light theme.
2022-02-06 23:58:17 +03:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00
Bill Thornton
a7f58a91bf Add plugin repository help link 2022-01-13 14:16:14 -05:00
Bill Thornton
7618fb5c2b
Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react
Convert userLibraryAccessPage to react
2022-01-10 23:46:56 -05:00
grafixeyehero
c6966c67f7 Convert userParentalControlPage to react 2022-01-07 03:43:13 +03:00
Bill Thornton
dc6c291910
Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react
Convert edit user page to react
2022-01-04 10:45:21 -05:00
grafixeyehero
a2e908a4de Convert userLibraryAccessPage to react 2022-01-02 04:42:01 +03:00
nyanmisaka
2b2b76e916 Update HWA settings to adapt the server code changes 2021-12-24 01:31:12 +08:00
grafixeyehero
192b7542d8 convert UserEditPage to react 2021-11-13 18:50:49 +03:00
Bill Thornton
d4e9270897 Fix marked import 2021-11-10 00:09:56 -05:00