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

1979 commits

Author SHA1 Message Date
Maxr1998
a7fb8ebdd6
Refactor loadPlugin code 2020-12-09 11:54:01 +01:00
Maxr1998
6887d63cca
Revert "Support plugins as classes"
This reverts commit 2dede415df.
2020-12-09 11:54:01 +01:00
Joshua M. Boniface
e3964a29c8
Merge pull request #2131 from dmitrylyzo/es6-webos
Fix babel support for legacy browsers
2020-12-04 20:34:12 -05:00
Joshua M. Boniface
dd080a8aef
Merge pull request #2159 from thornbill/plugin-manager-improvements
Plugin manager improvements
2020-12-04 20:27:37 -05:00
Joshua M. Boniface
c383c8075a
Merge pull request #2155 from thornbill/quickconnect-enhancements
Improve QuickConnect ux
2020-12-04 20:27:24 -05:00
Joshua M. Boniface
2bfd714eb5
Merge branch 'master' into es6-webos 2020-12-04 20:23:47 -05:00
Joshua M. Boniface
bad0a23650
Merge pull request #1945 from OancaAndrei/syncplay-enhanced
SyncPlay for TV series (and Music)
2020-12-04 20:22:38 -05:00
nyanmisaka
ec27bb50b5 fallback to the lowest bitrate option 2020-12-04 18:14:20 +08:00
nyanmisaka
3b4cb7628b fix the issue where the bitrate option is always Auto 2020-12-04 17:40:20 +08:00
Bill Thornton
9155899860 Fix emby-button link handling 2020-12-03 16:09:04 -05:00
Dmitry Lyzo
932d0e2af3 Setup webpack and babel for webOS 1.2 2020-12-03 23:06:45 +03:00
Bill Thornton
c640e17ea8
Merge pull request #2160 from thornbill/too-many-hashes
Fix multiple hashes added to route
2020-12-03 14:50:55 -05:00
Ionut Andrei Oanca
2b97a7912a Avoid spoilers in SyncPlay 2020-12-03 17:14:09 +01:00
Ionut Andrei Oanca
3b837b6468 Remove SyncPlay alias 2020-12-03 16:25:50 +01:00
Ionut Andrei Oanca
b71b53eb6a Rename 'track' into 'item' in SyncPlay 2020-12-03 15:55:28 +01:00
Bill Thornton
3e56bf6149 Remove unused parameter 2020-12-03 01:28:01 -05:00
Bill Thornton
042c0248a0 Add item path to card data to support canPlay check 2020-12-03 01:12:52 -05:00
Bill Thornton
a00acc185c Fix multiple hashes added to route 2020-12-03 00:19:31 -05:00
Bill Thornton
827a065de0
Merge pull request #1993 from sparky8251/unfuck-quality-options
Removed excess quality options to make menu more manageable
2020-12-02 19:05:47 -05:00
Bill Thornton
2dede415df Support plugins as classes 2020-12-02 16:24:29 -05:00
Bill Thornton
0ba27ad4d9 Fix invalid hrefs 2020-12-02 14:01:07 -05:00
Bill Thornton
5c009f287c Fix handling of /#!/ routes in appRouter 2020-12-02 13:59:49 -05:00
Bill Thornton
7827822389 Fix 4Mbps value 2020-12-02 11:16:28 -05:00
dkanada
6f1b3c8c9f
Merge pull request #2150 from thornbill/fix-plugin-init
Fix plugin initialization for dynamic imports
2020-12-02 11:48:22 +09:00
dkanada
05721b2168
Merge pull request #2141 from thornbill/add-remote-image-auth
Add api key to remote image urls
2020-12-02 11:46:57 +09:00
dkanada
f9d5a498f5
Merge pull request #2140 from thornbill/yet-another-startup-fix
Fix use of global ApiClient in authenticate middleware
2020-12-02 11:46:34 +09:00
Bill Thornton
a16d5111b3 Close QuickConnect dialog after login 2020-12-01 13:31:28 -05:00
Bill Thornton
394a3d9f49 Refactor QuickConnect helper functions 2020-12-01 13:31:28 -05:00
sparky8251
4971a90947 Address comments 2020-11-30 11:52:13 -05:00
Bill Thornton
db6391c6c1 Fix dynamic plugin import 2020-11-30 11:50:00 -05:00
Bill Thornton
481e62a6e0 Add check that an item can be played before playing via default action 2020-11-30 11:38:51 -05:00
Bill Thornton
76d2b7018c
Merge pull request #2135 from nyanmisaka/ac3-is-remuxing-only
Do not use AC3 for audio transcoding if AAC and MP3 are supported
2020-11-30 11:14:00 -05:00
Bill Thornton
da2ff98335
Merge pull request #2138 from nyanmisaka/fix-music-overlap
Fix the overlap in iOS music view and the hidden nowPlayingBar
2020-11-30 08:20:33 -05:00
Nyanmisaka
c74a4307b6
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-30 18:03:36 +08:00
Bill Thornton
a513685954 Add api key to remote image urls 2020-11-30 00:19:44 -05:00
Bill Thornton
8668c1511d Fix use of global ApiClient in authenticate middleware 2020-11-30 00:00:43 -05:00
nyanmisaka
3bde8f1b65 allow version check for profileBuilder in nativeshell 2020-11-30 01:28:33 +08:00
nyanmisaka
eb915cefcf fix nowPlayingBar is still hidden after exiting the music control pannel 2020-11-29 22:33:56 +08:00
Niels van Velzen
5d2c5aa77c
fix trailing space 2020-11-29 14:57:24 +01:00
Niels van Velzen
f6a83c3701
Make linter happy 2020-11-29 14:46:18 +01:00
Niels van Velzen
00c6501dc8
Support async plugin loading from window 2020-11-29 14:36:25 +01:00
nyanmisaka
c9becabced fix the overlap in iOS music view 2020-11-29 21:12:07 +08:00
Ionut Andrei Oanca
308deaceba Move query parameters to request body in SyncPlay 2020-11-28 14:48:13 +01:00
dkanada
24286c90f2
Merge pull request #2027 from dmitrylyzo/no-hover-on-touch
Remove custom hover style
2020-11-28 17:50:43 +09:00
Bill Thornton
a027ba7143
Merge pull request #2121 from thornbill/fix-fetcher-settings
Fix fetcher settings html import
2020-11-26 01:42:33 -05:00
Bill Thornton
db6cfba9c7 Remove unneeded async 2020-11-25 15:13:03 -05:00
Bill Thornton
001559ee95 Remove unneeded async 2020-11-25 14:28:41 -05:00
Bill Thornton
7c46427761 Fix another code smell 2020-11-25 10:34:49 -05:00
Bill Thornton
2d97a56f51 Fix code smells 2020-11-25 10:28:41 -05:00
Bill Thornton
1a0789f7b9 Fix lint errors 2020-11-25 00:40:53 -05:00