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

60 commits

Author SHA1 Message Date
Bill Thornton
302ea0b6b0
Merge pull request #5904 from GabrielGavrilov/master
Add empty password save error message
2024-08-21 13:01:42 -04:00
Gabriel Gavrilov
a25e29161b
Move import to top 2024-08-20 13:07:17 -06:00
Gabriel Gavrilov
e7230ab9c6
Add suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 13:05:45 -06:00
Bill Thornton
422adde900 Use consistent import style 2024-08-15 02:33:50 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Gabriel Gavrilov
9c7148e07f Fix ESLint issues 2024-08-10 23:15:37 -06:00
Gabriel Gavrilov
f4d3ccfcaf Add empty password save error message 2024-08-10 22:49:58 -06:00
Bill Thornton
40135836e4
Merge pull request #5218 from btopherjohnson/RemoveResetPassword
Remove reset password option for admin users
2024-07-26 11:27:29 -04:00
thornbill
c5b338dc64 Backport pull request #5732 from jellyfin-web/release-10.9.z
Fix dashboard user page crash

Original-merge: 2d2d5bef94

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:53:28 -04:00
grafixeyehero
be891c3a98 Update to React 18 2024-06-09 08:25:36 +03:00
Bill Thornton
bc598c7c8e Update save password button label 2024-04-29 02:34:14 -04:00
Jpuc1143
adb22abdc2 Add "AllowedTags" option to parental controls 2024-03-25 03:31:32 -04:00
Chris Hill
150964a2e6 Update dialog title to show user to be deleted 2024-03-17 04:37:01 -04:00
Topher Johnson
7e8e6992f4 Remove reset password option for admin users
Because admin users shouldn't be able to reset their own password
without entering their password first, this commit removes the "reset
password" option for admin users.

Currently, hitting the reset password option as an admin will result in
a 400 Bad request saying "Admin user passwords must not be empty
(Parameter 'newPassword')"
2024-02-21 00:08:40 -08:00
Kevin Koshiol
c2d1923917 Remove unused Id prop from access schedule list
Reported by sonarcloud: https://sonarcloud.io/project/issues?fileUuids=AX6fELCkjUUWs1HF_Tc8&resolved=false&types=CODE_SMELL&id=jellyfin_jellyfin-web&open=AYr_7x6Y4nroI6nze3Zu
2024-01-23 22:45:17 -06:00
Dmitriy Dubson
c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Bill Thornton
b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Bill Thornton
114fde9f8d Remove unused import 2023-07-13 11:33:49 -04:00
Bill Thornton
4e7d89101e Remove easy password/pin configuration 2023-07-13 10:29:47 -04:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
45623fe586 Fix missing semicolons in ts files 2023-05-02 15:54:53 -04:00
Bill Thornton
a6c8c63d2e Fix complexity warnings in UserPasswordForm 2023-04-26 15:47:21 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
1473a793e5 Rename and convert dfnshelper to typescript 2022-11-03 01:04:35 -04:00
Dmitry Lyzo
899f61a51d Backport pull request #4005 from jellyfin/release-10.8.z
Fix locale with suffix

Original-merge: b14d76a3d4

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-10-06 17:06:49 -04:00
Bill Thornton
c827fced95 Update to @jellyfin/sdk package 2022-09-16 12:47:59 -04:00
Bill Thornton
8a2eb0d0d8 Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size

Original-merge: f85f7d2fe6

Merged-by: Joshua M. Boniface <joshua@boniface.me>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 01:02:22 -04:00
grafixeyehero
fb04b4b58a remove type prop form IconButtonElement 2022-07-23 18:04:40 +03:00
grafixeyehero
6fb884a212 move to src elements 2022-07-23 18:04:35 +03:00
grafixeyehero
ab02f210ca migrate User Profile Page 2022-07-23 18:04:30 +03:00
grafixeyehero
9efc39f828 Refactoring duplicate code 2022-07-23 18:04:18 +03:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
grafixeyehero
9ca943fcca add default isBtnVisible to false 2022-05-09 20:35:08 +03:00
grafixeyehero
0a881d6f6f use camelCase for props 2022-05-09 20:11:47 +03:00
grafixeyehero
2fc9741d57 Add SectionTitleContainer in UserProfilesPage 2022-05-07 23:27:33 +03:00
grafixeyehero
0c4851b092 move AccessContainer into its own Components 2022-05-07 22:10:01 +03:00
grafixeyehero
01d29bcf11 move SectionTitleContainer into its own Components 2022-05-07 04:27:19 +03: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
grafixeyehero
fc5a385d08 use UserDto type from API 2022-03-10 10:23:52 -05:00
grafixeyehero
3886b7da1f apply suggestion 2022-03-10 10:23:52 -05:00
grafixeyehero
417a9ddc99 update TypeScript 2022-03-10 10:23:52 -05:00
grafixeyehero
2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Bill Thornton
b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton
bb46b32402
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo
57895e724c Fix implicit any TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +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
grafixeyehero
76f9b9c929 apply suggestions 2022-01-22 19:20:09 +03:00