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

126 commits

Author SHA1 Message Date
Bill Thornton
ceb10e2877 Update current route state for unhandled routes in app router 2022-06-14 12:10:26 -04:00
Bill Thornton
b2372a96e2 Add react-router 2022-06-14 12:10:26 -04:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton
c49f53257c Update dialog history handling 2022-05-06 12:56:41 -04:00
Bill Thornton
43adbd5490 Revert single optional check in app router 2022-04-25 16:46:19 -04:00
Bill Thornton
df3f53bbc0 Remove unnecessary api call in app router 2022-04-22 15:06:17 -04:00
Bill Thornton
de0ae288cf Fix private method access in app router 2022-04-22 14:30:05 -04:00
Bill Thornton
4d4725f05d Fix code smells 2022-04-21 13:57:01 -04:00
Bill Thornton
c961371835 Remove unused methods in app router 2022-04-21 13:47:12 -04:00
Bill Thornton
a59722126f Remove api client setup from app router 2022-04-21 13:43:12 -04:00
Bill Thornton
5438d3b32c Limit public methods in app router 2022-04-21 12:25:47 -04:00
Bill Thornton
5633618ac2 Remove Dashboard.navigate usage in app router 2022-04-20 17:13:56 -04:00
Bill Thornton
2737399bbf Reduce route lookups 2022-04-19 23:36:20 -04:00
Bill Thornton
f625915540 Use history for app router 2022-04-19 23:36:20 -04:00
Bill Thornton
a9ae263045 Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
Bill Thornton
125d5cb015 Move backdrop transparency method to component 2022-04-12 16:22:00 -04:00
Bill Thornton
92d249354c
Merge pull request #3554 from thornbill/move-util-files 2022-04-12 08:12:29 -04:00
Bill Thornton
812b8f1c74 Remove duplicate appRouter.param function 2022-04-11 11:20:53 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Bill Thornton
9b884f1924 Fix url search in hash 2022-04-07 16:06:26 -04:00
Bill Thornton
3412201532 Simplify url utils 2022-04-06 17:31:54 -04:00
Bill Thornton
8e66ba315a Remove getWindowLocationSearch global and duplicate implementation 2022-04-05 15:44:55 -04:00
Bill Thornton
1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
Bill Thornton
86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Dmitry Lyzo
fd0532f193 Fix page reload on return
`popstate` event cannot be captured, but we need to process
it before `page` node module.
2022-02-25 20:40:50 +03:00
SenorSmartyPants
c5786ac66d Fix code smell 2022-01-26 17:34:13 -06:00
SenorSmartyPants
a6267aee68 Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
2022-01-26 17:16:30 -06:00
Bill Thornton
8e9f050a32 Add channels link to home page section 2022-01-13 10:15:24 -05:00
Dmitry Lyzo
3567b9783d Fix error dialog history 2021-10-15 21:49:11 +03:00
Dmitry Lyzo
a536f2acac Resolve show promise 2021-10-02 13:09:24 +03:00
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