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

16 commits

Author SHA1 Message Date
gnattu
0a55ea2dd9 Backport pull request #5566 from jellyfin-web/release-10.9.z
Only connect to manual addresses specified by user

Original-merge: 3dcb42daac

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:40 -04:00
thornbill
ae26c92a38 Backport pull request #5507 from jellyfin-web/release-10.9.z
Set the minimum server version to match the sdk

Original-merge: a358d34ea9

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:42 -04:00
thornbill
fcce771cd8 Backport pull request #5500 from jellyfin-web/release-10.9.z
Fix stored credentials not updating on logout

Original-merge: ea8ceaa727

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:41 -04:00
Bill Thornton
d52c56eb2e Remove global ApiClient reference 2024-03-25 03:31:32 -04:00
Bill Thornton
5db9384c9c Fix currentApiClient return type to include undefined 2022-12-08 14:32:50 -05:00
Bill Thornton
72dab5381d Update typing for currentApiClient 2022-11-17 00:30:57 -05:00
Bill Thornton
0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
kookxiang
47468636de auto switch between LocalAddress and ManualAddress 2022-09-30 09:56:24 -04:00
Bill Thornton
dbfc1e27b4 Fix missing spread operator 2022-04-21 13:58:39 -04:00
Bill Thornton
a59722126f Remove api client setup from app router 2022-04-21 13:43:12 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Dmitry Lyzo
6b5eca7631 Add LogIn/LogOut event handlers to NativeShell 2021-04-11 13:58:48 +03:00
Dmitry Lyzo
862105968c Remove AppInfo
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:27 +03:00
Dmitry Lyzo
5592cb7d4e Merge remote-tracking branch 'origin/master' into standalone
Conflicts:
	package.json
	src/components/appRouter.js
	src/components/require/requiretext.js
	src/config.json
	src/scripts/clientUtils.js
	src/scripts/settings/webSettings.js
	src/scripts/site.js
2020-11-22 02:15:14 +03:00
vitorsemeano
a48d466e6a fixes for lint errors
added missing packages for lint
removed unecessary babel/polyfill
2020-11-05 23:21:35 +00:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00