Commit Graph

110 Commits

Author SHA1 Message Date
Bill Thornton d3d35d8b68 Fix dashboard multiserver check 2025-04-30 17:46:14 -04:00
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Bill Thornton f688c1f223 Cleanup utility function in connection manager 2025-04-21 17:33:29 -04:00
Bill Thornton 3188c1bc6b Fix type errors and use ConnectionState enum 2025-04-21 16:39:32 -04:00
Bill Thornton ad2472e90e Fix unused var and pseudorandom warnings 2025-03-27 12:15:56 -04:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
viown 2ce9e9f1e0 Refactor queries to use non-null assert 2025-02-27 15:27:54 +03:00
viown 1e8ea6b7ee Use getUri from SDK 2025-01-22 23:34:56 +03:00
Joe Kribs bc9537d80f Add Device Icons for WebOS & Updated Infuse Naming (#6281) 2025-01-06 03:02:30 -05:00
Bill Thornton bfe5b7cc39 Fix ItemSortBy import path 2024-12-31 23:43:44 -05:00
Bill Thornton fdccb5c915 Fix inconsistent naming formats 2024-10-17 01:23:38 -04:00
Raphaël TISON a133a33a00 Add unit tests for utils (#5412)
* add unit tests for Card utils

* add unit tests for DateFnsLocale utils

* fix lint

* add unit tests for Events utils

* fix lint

* fix lint
2024-10-15 16:22:10 -04:00
Bill Thornton a37388b2e3 Prevent blank playlist names 2024-10-13 12:36:08 -04:00
Bill Thornton 46c6fd4b85 Always use default item icon 2024-09-21 02:14:07 -04:00
Bill Thornton 2abc648dcf Fix default icon handling and add tests 2024-09-18 15:31:15 -04:00
Bill Thornton cd14a6bcff Use consistent icon names
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-17 17:33:44 -04:00
Bill Thornton 414ae94312 Normalize item icons 2024-09-17 16:40:19 -04:00
thornbill 819537da0f Backport pull request #6011 from jellyfin-web/release-10.9.z
Fix network mode for localhost server

Original-merge: b9925ebf73744b0765fe5796392a701020f0df54

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: a0e6da790c3f40185eb970836d38569cab2fd047

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: 2d2d5bef943758b1e4d19ded30feb6e4ff3f8ffd

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: 574eddada87cc180f460f63f24cf9aabf9c65c81

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: 4129676ed896e094351b3eb188fece8b5a1eaba7

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: 40e7dc90079cd3e2065cb9170175091f0e04a823

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