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

96 commits

Author SHA1 Message Date
Dmitry Lyzo
626993a740 Fix dialog history 2021-08-25 00:32:49 +03:00
Bill Thornton
ce56a221b5
Merge pull request #2668 from jellyfin/fix-tizen-back-on-load
Fix back on load [Tizen 2.x]
2021-07-30 23:07:57 -07:00
Bill Thornton
eb605615d1 Add router level support for rendering react componenent pages 2021-06-09 09:27:10 -04:00
Dmitry Lyzo
cb6ab0f41c Fix back on load [Tizen 2.x] 2021-05-10 21:46:24 +03:00
Dmitry Lyzo
af6d3f2e63 Add connection response handling 2021-05-09 12:48:04 +03:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Claus Vium
1950126141
fix 2021-04-10 11:45:55 +02:00
Claus Vium
e04a9699a7
Revert "fix: redirect to login if stored credentials are invalid" 2021-04-10 10:21:21 +02:00
cvium
b50c06b0f5 this should be appRouter 2021-03-29 21:29:59 +02:00
cvium
24f6d88308 please mr linter 2021-03-29 20:51:41 +02:00
cvium
2e58ce0d18 fix: redirect to login if stored credentials are invalid 2021-03-29 20:41:50 +02:00
Odd Stråbø
814713235e Add support for fillWidth and fillHeight
I have probably missed a few places it should be used
2021-03-17 22:43:52 +01:00
Dmitry Lyzo
fe8a8d0534 Set ApiClient of non-configured server as current 2021-03-01 23:49:13 +03:00
Bill Thornton
9e3ca71b91 Remove ios bandwidth limit 2021-02-27 23:30:14 -05:00
Bill Thornton
fa24242a3e Fix latest tab links for tv and music 2021-01-02 00:23:43 -05:00
Bill Thornton
9155899860 Fix emby-button link handling 2020-12-03 16:09:04 -05:00
Bill Thornton
a00acc185c Fix multiple hashes added to route 2020-12-03 00:19:31 -05:00
Bill Thornton
5c009f287c Fix handling of /#!/ routes in appRouter 2020-12-02 13:59:49 -05:00
Bill Thornton
8668c1511d Fix use of global ApiClient in authenticate middleware 2020-11-30 00:00:43 -05:00
Dmitry Lyzo
1568891059 SonarCloud 2020-11-22 02:51:57 +03:00
Dmitry Lyzo
d2263c761c Fix video OSD
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:32 +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
138e8460f6
Update src/components/appRouter.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-11 11:58:59 +00:00
vitorsemeano
fc9f747db2 solved fetching for configurationpage route 2020-11-08 20:54:44 +00:00
dkanada
1c1f5c09b7 return after navigating to wizard 2020-11-07 15:16:39 +09:00
vitorsemeano
8b5772f996 optimization imports from site.js 2020-11-05 23:20:38 +00:00
vitorsemeano
a106e23ff8 some bug fixes after master rebase 2020-11-05 23:18:19 +00:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +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
vitorsemeano
923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
vitorsemeano
4e88835382 extract AppInfo into a export const 2020-11-05 23:11:47 +00:00
Bill Thornton
a71b0314d4 Fix apiclient imports 2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada
982ae411c5 fix linting issues and add servers to web config 2020-09-12 09:12:40 +09:00
dkanada
4553215841 add code suggestions 2020-09-12 08:41:04 +09:00
dkanada
cb1d2887fa fix startup wizard redirect and standalone mode 2020-09-10 23:20:55 +09:00
dkanada
bf9c8778b0 allow plugin config changes on standalone 2020-09-02 20:50:32 +09:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada
6159eca8f8 prevent the use of confusing globals 2020-08-25 10:12:35 +09:00
MrTimscampi
ce74cb0602 Fix lint 2020-08-13 15:37:09 +02:00
MrTimscampi
c11dc53e44 Fix require 2020-08-12 15:12:03 +02:00
MrTimscampi
e9b97185b8 Fix broken pages 2020-08-06 23:25:18 +02:00
MrTimscampi
4aa0ef4936 Migrate appRouter to ES6 2020-08-06 23:10:47 +02:00
dkanada
6c375a52bc merge branch master into config 2020-08-03 04:46:07 +09:00
Dmitry Lyzo
40b6403134 Add ES6 import hack for 'browser' 2020-08-02 15:25:20 +03:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
Cameron
dd0e47a70e Apply suggestions 2020-07-31 21:35:01 +01:00
Cameron
df162f3ca3
Merge branch 'master' into migrate-to-ES6-47 2020-07-31 09:52:21 +01:00