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

92 commits

Author SHA1 Message Date
thornbill
819537da0f Backport pull request #6011 from jellyfin-web/release-10.9.z
Fix network mode for localhost server

Original-merge: b9925ebf73

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:32 -04:00
Bill Thornton
07bb315bb3 Add date filter to activity table 2024-08-30 10:13:19 -04:00
Bill Thornton
8a6f33fff8 Fix eslint errors 2024-08-21 02:54:09 -04:00
LJQ
648e8ff2a6 Preliminary Lyrics Editor 2024-08-20 14:46:26 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Doxterpepper
614c9e4481 Backport pull request #5730 from jellyfin-web/release-10.9.z
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info

Original-merge: a0e6da790c

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:19 -04:00
Bill Thornton
03f4251afb
Merge pull request #5773 from thornbill/add-plugin-redesign 2024-07-26 19:34:59 -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
Bill Thornton
5f61a431de Fix console errors 2024-07-19 11:30:57 -04:00
grafixeyehero
ac42b3a203 Update tanstack query to v5 2024-06-09 08:25:39 +03:00
thornbill
fae81839ec Backport pull request #5657 from jellyfin-web/release-10.9.z
Revert "Fix extra requests in standalone mode"

Original-merge: 574eddada8

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-05 17:03:48 -04:00
grafixeyehero
1fc471a0ed Backport pull request #5636 from jellyfin-web/release-10.9.z
Clear query and view cache on user logout

Original-merge: 4129676ed8

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01 18:42:06 -04:00
gnattu
39fa14a6f8 Backport pull request #5617 from jellyfin-web/release-10.9.z
Allow VideoStreamCopy for remote source fallback

Original-merge: 40e7dc9007

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01 18:42:03 -04:00
Bill Thornton
005bc0560f Fix case sensitivity in protocol checks 2024-03-25 01:26:25 -04:00
Bill Thornton
5a5a70dad0 Add playback error messages and fix error propogation 2024-03-25 01:26:25 -04:00
grafixeyehero
511f8340ef Replace jellyfin sdk generated-client models wiyh full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 23:10:31 +03:00
grafixeyehero
8cbddba8fd Use enums CardShape & BaseItemKind,
Use type import for react FC,
Remove escapeHTML

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 22:47:36 +03:00
grafixeyehero
cc87ba3859 Add reusable component 2024-01-31 04:18:12 +03:00
Bill Thornton
92358de0b6 Use react-query for UserViews queries 2024-01-17 12:02:55 -05:00
grafixeyehero
e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
Bill Thornton
dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton
500312de33
Merge pull request #4881 from thornbill/remove-poster-click 2024-01-04 20:42:43 -05:00
Bill Thornton
7607c8dbd3 Fix iOS 12 crashing in scroller 2024-01-03 11:50:30 -05:00
Bill Thornton
92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
Bill Thornton
ad79f39910
Merge pull request #4880 from grafixeyehero/sort-options
Use sort options based on view type
2023-11-03 11:22:09 -04:00
grafixeyehero
ccb31b4637 apply suggestion 2023-10-25 19:26:44 +03:00
Bill Thornton
83aec0253e
Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react
Convert emby-ItemsContainer to react
2023-10-25 01:15:43 -04:00
Bill Thornton
85e05d595d Handle json parse error when testing urls 2023-10-20 13:48:03 -04:00
Bill Thornton
abb0c7d2ca Ensure IconUrl from capabilities is a valid url 2023-10-16 12:09:56 -04:00
Bill Thornton
359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
grafixeyehero
561293b2a7 Use sort options based on view type 2023-10-14 20:07:53 +03:00
grafixeyehero
c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
grafixeyehero
8725edb9e4 use logical OR ( || ) 2023-10-11 20:00:29 +03:00
grafixeyehero
c61df2eb92 Refactor: viewitemcontainer 2023-10-11 00:10:16 -04:00
Dmitry Lyzo
f758aea13b fix: Use userId from params 2023-10-04 15:11:29 +03:00
grafixeyehero
d1f2f1caa0 Add items helper 2023-10-02 23:42:16 +03:00
Bill Thornton
1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton
4109b7eec6
Merge pull request #4728 from MBR-0001/subtitle-improvements-2
Add ability to upload hearing-impaired subs
2023-09-27 12:54:57 -04:00
MBR#0001
eccfd5316d
Move function to util 2023-09-27 16:42:31 +02:00
Dmitry Lyzo
9e8c7d788a Fix slider rounding 2023-09-26 14:19:51 +03:00
Bill Thornton
9435e3172d
Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Dmitry Lyzo
1684acd0ca Extract HLS stream test function 2023-09-14 22:37:16 +03:00
TheMelmacian
5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
TheMelmacian
2b547f5a53 small improvements 2023-09-09 15:28:50 +02:00
TheMelmacian
8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
TheMelmacian
5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian
aec90cbc96 use random backdrop image on item details pages 2023-07-20 00:00:42 +02:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
4161220965 Fix extra requests in standalone mode 2023-05-18 18:14:12 -04:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00