Commit Graph

1485 Commits

Author SHA1 Message Date
Niels van Velzen
b219b8a75e
Merge pull request #711 from jellyfin/renovate/chromecast-caf-receiver-6.x
Some checks failed
Lint / Lint TS and CSS (push) Has been cancelled
Publish / Build (push) Has been cancelled
Test / Jest (push) Has been cancelled
Publish / Publish (push) Has been cancelled
Publish / Deploy (push) Has been cancelled
Update dependency @types/chromecast-caf-receiver to v6.0.18
2024-11-21 07:39:12 +01:00
renovate[bot]
9c6c739282
Update dependency @types/chromecast-caf-receiver to v6.0.18 2024-11-21 01:36:43 +00:00
Niels van Velzen
7fe993c712
Merge pull request #710 from jellyfin/renovate/typescript
Some checks are pending
Lint / Lint TS and CSS (push) Waiting to run
Publish / Build (push) Waiting to run
Publish / Publish (push) Blocked by required conditions
Publish / Deploy (push) Blocked by required conditions
Test / Jest (push) Waiting to run
Update dependency typescript-eslint to v8.15.0
2024-11-20 18:46:15 +01:00
renovate[bot]
5e2cd81d99
Update dependency typescript-eslint to v8.15.0 2024-11-20 17:33:55 +00:00
Niels van Velzen
e488549313
Merge pull request #707 from jellyfin/renovate/typescript
Update dependency typescript-eslint to v8.14.0
2024-11-20 18:33:12 +01:00
Niels van Velzen
48c7b81b4b
Merge pull request #709 from jellyfin/renovate/vitest
Update dependency vitest to v2.1.5
2024-11-20 18:32:47 +01:00
renovate[bot]
85d4eba6f6
Update dependency typescript-eslint to v8.14.0 2024-11-20 17:30:28 +00:00
renovate[bot]
9ff259813d
Update dependency vitest to v2.1.5 2024-11-20 17:30:03 +00:00
Niels van Velzen
6a6c1fe4f0
Merge pull request #708 from jellyfin/renovate/linters
Update dependency eslint-plugin-jsdoc to v50.5.0
2024-11-20 18:29:47 +01:00
Niels van Velzen
258cad47b6
Merge pull request #706 from jellyfin/renovate/vite-5.x
Update dependency vite to v5.4.11
2024-11-20 18:29:23 +01:00
Niels van Velzen
9914fa14b5
Merge pull request #705 from jellyfin/renovate/ci-deps
Update appleboy/ssh-action action to v1.2.0
2024-11-20 18:29:15 +01:00
renovate[bot]
815252e126
Update dependency eslint-plugin-jsdoc to v50.5.0 2024-11-19 14:02:58 +00:00
renovate[bot]
c7d53afffb
Update dependency vite to v5.4.11 2024-11-18 11:23:52 +00:00
renovate[bot]
7aaead2a15
Update appleboy/ssh-action action to v1.2.0 2024-11-17 07:46:09 +00:00
Niels van Velzen
3ceac4b165
Merge pull request #704 from 3flex/typing-playrequest
Some checks failed
Lint / Lint TS and CSS (push) Has been cancelled
Publish / Build (push) Has been cancelled
Test / Jest (push) Has been cancelled
Publish / Publish (push) Has been cancelled
Publish / Deploy (push) Has been cancelled
Use PlayRequest type in more places
2024-11-12 10:55:22 +01:00
Matthew Haughton
5e4aa24e4d Use PlayRequest type in more places 2024-11-12 20:53:40 +11:00
Niels van Velzen
e6fc9853b1
Merge pull request #703 from jellyfin/renovate/node-22.x
Update dependency @types/node to v22.9.0
2024-11-12 10:28:03 +01:00
Niels van Velzen
9890f9f853
Merge pull request #702 from 3flex/verbatimModuleSyntax
Enable verbatimModuleSyntax option
2024-11-12 10:27:48 +01:00
Matthew Haughton
133d489738 Remove explicit isolatedModules config
This is set to true when verbatimModuleSyntax is enabled.
2024-11-12 20:08:36 +11:00
Matthew Haughton
031e35e5e2 Enable verbatimModuleSyntax option
https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax
2024-11-12 20:08:36 +11:00
renovate[bot]
678eac7232
Update dependency @types/node to v22.9.0 2024-11-12 04:36:13 +00:00
Niels van Velzen
8b309917c8
Merge pull request #701 from 3flex/add-streaminfo
Some checks are pending
Lint / Lint TS and CSS (push) Waiting to run
Publish / Build (push) Waiting to run
Publish / Publish (push) Blocked by required conditions
Publish / Deploy (push) Blocked by required conditions
Test / Jest (push) Waiting to run
Add StreamInfo type
2024-11-11 17:56:15 +01:00
Matthew Haughton
0e35f1db49 Accept StreamInfo in createMediaInformation function 2024-11-11 23:01:05 +11:00
Matthew Haughton
f4bb985181 Accept MediaInformationCustomData in playItemInternal 2024-11-11 22:47:21 +11:00
Matthew Haughton
028e635f71 Correct typing of CAF message custom data properties 2024-11-11 22:47:21 +11:00
Matthew Haughton
4c785f4553 Fix typing of getPlaybackInfo parameters 2024-11-11 22:47:21 +11:00
Matthew Haughton
6b771c9225 Add StreamInfo interface 2024-11-11 22:47:21 +11:00
Matthew Haughton
cd8cfef33e Correct typing of audioStreamIndex property in PlaybackState 2024-11-11 22:47:21 +11:00
Niels van Velzen
745dc16cc2
Merge pull request #700 from 3flex/remove-userid
Some checks failed
Lint / Lint TS and CSS (push) Has been cancelled
Publish / Build (push) Has been cancelled
Test / Jest (push) Has been cancelled
Publish / Publish (push) Has been cancelled
Publish / Deploy (push) Has been cancelled
Remove all usage of userId
2024-11-10 13:31:47 +01:00
Matthew Haughton
87767ea064 Remove userId property from JellyfinApi 2024-11-10 23:20:30 +11:00
Matthew Haughton
58adb991f2 Stop unnecessarily passing userId in API calls 2024-11-10 23:20:17 +11:00
Niels van Velzen
75d340e7f5
Merge pull request #699 from 3flex/remove-createUserUrl
Remove unused createUserUrl function
2024-11-10 12:54:45 +01:00
Matthew Haughton
4aae3d2ba7 Remove unused createUserUrl function 2024-11-10 22:48:07 +11:00
Niels van Velzen
2e0199a0b2
Merge pull request #696 from 3flex/remove-fetchhelper
Remove unused fetchhelper and ajax call functions
2024-11-10 12:39:49 +01:00
Niels van Velzen
cd23e06b8f
Merge pull request #698 from 3flex/patch-4
Remove unused Dictionary type
2024-11-10 12:39:30 +01:00
Matthew Haughton
bdf342d33a
Remove unused Dictionary type 2024-11-10 22:33:45 +11:00
Matthew Haughton
7c2f3aa7d4 Remove unused getSecurityHeaders function 2024-11-10 22:30:20 +11:00
Matthew Haughton
ace5bdeeee Remove unused fetchhelper functions 2024-11-10 22:26:35 +11:00
Matthew Haughton
d87f4e9c60 Remove unused authAjaxUser function 2024-11-10 22:22:43 +11:00
Niels van Velzen
8c99ff424f
Merge pull request #692 from 3flex/axios-authAjaxUser
Migrate calls to authAjaxUser to jellyfin-sdk-typescript
2024-11-10 12:13:03 +01:00
Matthew Haughton
138050e36e Move comment closer to relevant parameter 2024-11-10 22:10:11 +11:00
Matthew Haughton
b4f2ccaa05 Migrate getUser to jellyfin-sdk-typescript 2024-11-10 22:10:10 +11:00
Matthew Haughton
c065f485ae Migrate onStopPlayerBeforePlaybackDone to jellyfin-sdk-typescript 2024-11-10 22:09:36 +11:00
Matthew Haughton
d48cbc5fee Migrate setRandomUserBackdrop to jellyfin-sdk-typescript 2024-11-10 22:09:36 +11:00
Matthew Haughton
a6aec28064 Migrate showItemId to jellyfin-sdk-typescript 2024-11-10 22:09:35 +11:00
Niels van Velzen
6d2cf983ee
Merge pull request #690 from 3flex/remove-ItemQuery
Remove ItemQuery interface
2024-11-10 12:07:15 +01:00
Matthew Haughton
64af602572 Refactor to remove unnecessary property 2024-11-10 21:27:35 +11:00
Matthew Haughton
af3db7603b Remove userId where not required 2024-11-10 21:17:49 +11:00
Matthew Haughton
81463a862c Remove unnecessary branch 2024-11-10 21:17:49 +11:00
Matthew Haughton
38068f3120 Don't pass userId unnecessarily 2024-11-10 21:17:49 +11:00