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

3346 commits

Author SHA1 Message Date
Bill Thornton
fbd9a46033
Merge pull request #5203 from thornbill/search-query-param
Add support for searching via a url parameter
2024-02-21 12:00:22 -05: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
Topher Johnson
60fc2c72b2 Add option to enable/disable libraries
This commit adds the option to enable/disable libraries from the library
options editor. The backend changes required for this functionality are
in jellyfin PR 11037.

This commit adds a checkbox in the library options editor. It adds a
checkbox saying "Library Enabled" that is checked by default.

libraryoptionseditor.js - added logic to handle enable libraries
checkbox. Enables libraries by default
libraryoptionseditor.template.html - added "enable libraries" checkbox
src/strings/en-us.json - added English strings for enable library
checkbox.
2024-02-20 00:44:16 -08:00
grafixeyehero
36c19ec39a Fix mediaSourceCount display 2024-02-19 05:59:54 +03:00
David Stensland
fe7b425c87 convert actionSheet to TypeScript 2024-02-18 12:38:39 -08:00
Bill Thornton
ac29b9b338 Remove unused variable and fix no results alignment 2024-02-18 01:11:42 -05:00
Bill Thornton
bdecaa9930 Fix issues with search url param 2024-02-13 01:11:52 -05:00
Brad Beattie
6a1706ba78 Update SearchFields.tsx 2024-02-13 01:11:52 -05:00
Nick
8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
grafixeyehero
d702ad938a add show method for PlaylistEditor Class 2024-02-11 23:32:14 +03:00
Bill Thornton
657b15efc8
Merge pull request #5154 from NTARelix/fix/asl-smell
Remove unused Id prop from access schedule list
2024-02-07 01:17:58 -05:00
Bill Thornton
a5a0122001
Merge pull request #5136 from thornbill/login-redirect
Add support for redirecting to the requested page after login
2024-02-07 00:56:40 -05:00
grafixeyehero
ed46ee5254 Replace deprecated getItemImageUrl with imageUrlsApi.getItemImageUrlById 2024-02-01 19:41:08 +03:00
grafixeyehero
876fbee53e Fix navigation for mobile layout 2024-01-31 05:25:38 +03:00
grafixeyehero
97472ac8bb Convert CardView to react 2024-01-31 04:25:14 +03:00
grafixeyehero
9efc71fa3b Convert ListView to react 2024-01-31 04:20:42 +03:00
grafixeyehero
cc87ba3859 Add reusable component 2024-01-31 04:18:12 +03:00
grafixeyehero
c3b5d50313 Convert mediainfo PrimaryMediaInfo to react 2024-01-31 03:01:58 +03:00
grafixeyehero
2e90f669e5 Migrate Indicator to react 2024-01-31 02:59:45 +03: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
Bill Thornton
0c3793e59a
Merge pull request #5140 from thornbill/fix-backdrop-position 2024-01-23 08:18:39 -05:00
Bill Thornton
358b1f5275
Merge pull request #4935 from SimonTen/issues/3243
Wait for login before ask for notification permission
2024-01-22 00:32:21 -05:00
Bill Thornton
62005df481
Merge pull request #5139 from thornbill/item-details-backdrop-take-57
Refactor item details backdrop handling
2024-01-22 00:22:49 -05:00
Damian Kacperski
c1079bdda9 Fix handling of single click on previous track button 2024-01-21 14:05:21 +01:00
Bill Thornton
3af1829470 Fix backdrop positioning in legacy layouts 2024-01-19 17:14:26 -05:00
Bill Thornton
c5a29be2c6 Refactor item details backdrop handling 2024-01-19 16:28:14 -05:00
Bill Thornton
d88bcb48d7 Add support for redirecting to the requested page after login 2024-01-18 16:30:36 -05:00
Bill Thornton
a78fd22158 Fix whitespace and unused variable
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-01-18 16:10:58 -05:00
SimonTen
294e4c220c remove useless null check 2024-01-18 16:10:58 -05:00
Simon Tenbusch
3efda93208 Check login before ask for notification permission
Previously the user is interrupted on first login with a popup to
allow notifications. Now the popup component checks if the user is
logged in already an if not it will listen to input event.

Resolves: #3243
2024-01-18 16:10:58 -05:00
Bill Thornton
92358de0b6 Use react-query for UserViews queries 2024-01-17 12:02:55 -05:00
Bill Thornton
f39ea2f638
Merge pull request #5098 from thornbill/hide-network-path
Disable network path field
2024-01-16 16:53:24 -05:00
TelepathicWalrus
42e76c9099 Update missed capital changes 2024-01-13 20:52:02 -05:00
Telepathic Walrus
c6b3f8ad50 Add missing CollectionType change 2024-01-13 20:52:02 -05:00
TelepathicWalrus
4d638e3ff7 Updated collectiontype to not use pascal case 2024-01-13 20:52:02 -05:00
Telepathic Walrus
051058b5af Update imports to use full path 2024-01-13 20:52:02 -05:00
TelepathicWalrus
e5a55daf55 Initial commit 2024-01-13 20:52:02 -05:00
Bill Thornton
ec82e6758a Disable network path field 2024-01-12 23:09:21 -05:00
grafixeyehero
e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
Bill Thornton
ac89758de8 Exclude resumable in next up home screen section 2024-01-12 01:21:27 -05:00
Bill Thornton
dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton
6dc11f826f
Merge pull request #5020 from thornbill/mui-design-tweaks
Update mui based layout ui
2024-01-09 12:46:17 -05:00
Bill Thornton
972715450d
Merge pull request #5067 from terite/terite-loading-typescript
Migrate loading/loading to TypeScript
2024-01-09 11:36:26 -05:00
Bill Thornton
09b80ba151 Update responsive drawer breakpoint 2024-01-07 02:48:29 -05:00
Niels van Velzen
9eeec9270d Remove unused sync code 2024-01-06 19:34:34 +01:00
Bill Thornton
4356619459 Remove unnecessary class name variable 2024-01-04 11:11:21 -05:00
David Stensland
5de700fb8f Migrate loading/loading to TypeScript 2023-12-31 17:11:53 -08:00
Bill Thornton
4e7f0136f7 Update mui based layout ui 2023-11-30 15:50:13 -05:00
Bill Thornton
680b6c9f33 Add icon support to cardImage 2023-11-30 13:09:43 -05:00
Bill Thornton
92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00