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

1035 commits

Author SHA1 Message Date
Bill Thornton
95d58db5f9 Restore dashboard theme option 2020-12-21 10:38:54 -05:00
Bill Thornton
d66d26b4f6
Merge pull request #2234 from thornbill/no-no-noto
Use Noto Sans from Fontsource
2020-12-16 14:45:33 -05:00
Bill Thornton
9f0b5bf673
Merge pull request #2240 from thornbill/fix-sonarqube-bug
Remove duplicate try/catch
2020-12-16 14:42:27 -05:00
Bill Thornton
376f9fa70c Remove duplicate try/catch 2020-12-16 13:57:07 -05:00
Bill Thornton
310e8b713f Fix invalid uses of Array.map 2020-12-14 16:30:45 -05:00
Bill Thornton
ba28267345 Use noto-sans from fontsource 2020-12-14 15:37:52 -05:00
dkanada
9815c64cdc
Merge pull request #2183 from dmitrylyzo/fix-multiserver-syncplay
SyncPlay, don't use bad ApiClient
2020-12-07 15:44:59 +09:00
Dmitry Lyzo
895b527fd5 Fix plugin configuration page 2020-12-06 22:33:00 +03:00
Bill Thornton
7cbaa99784
Merge pull request #2181 from MrTimscampi/no-userdata-field
Remove non-existing UserData field from requests
2020-12-06 02:11:20 -05:00
Dmitry Lyzo
644f00832f Don't use bad ApiClient 2020-12-05 18:42:12 +03:00
MrTimscampi
983a14c528 Remove non-existing UserData field from requests 2020-12-05 15:36:44 +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
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
Bill Thornton
b8d909ea71 Fix invalid guide link 2020-12-04 17:06:06 -05:00
Maxr1998
5d1486cc3d
Fix select server item in drawer menu 2020-12-04 01:21:46 +01:00
Dmitry Lyzo
4025c7f902 Re-add polyfills 2020-12-03 23:06:45 +03:00
Ionut Andrei Oanca
3b837b6468 Remove SyncPlay alias 2020-12-03 16:25:50 +01:00
Bill Thornton
e676a3a236 Add console warning when plugin fails to load 2020-12-02 15:43:31 -05:00
Bill Thornton
0ba27ad4d9 Fix invalid hrefs 2020-12-02 14:01:07 -05:00
dkanada
e189bc6041
Merge pull request #2152 from thornbill/me-want-cookie
Add config option to include cookies in playback requests
2020-12-02 11:50:45 +09:00
Bill Thornton
ef989bae10
Merge pull request #2142 from thornbill/fix-imports
Reenable no unresolved import rule and fix playlist imports
2020-12-01 10:00:35 -05:00
Bill Thornton
efc43b42b8 Add config option to include cookies in player requests 2020-11-30 14:38:03 -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
nyanmisaka
fef15ceb99 fix alac playback on firefox and chrome 2020-11-30 15:21:14 +08:00
Bill Thornton
9ab30488be Reenable no unresolved import rule and fix playlist imports 2020-11-30 00:47:54 -05:00
Niels van Velzen
b223b41b26
Pass plugin name to pluginManager.loadPlugin 2020-11-29 13:14:40 +01:00
nyanmisaka
d3f584ffdf Do not use AC3 for audio transcoding if AAC and MP3 are supported
Transcoding to 2ch AC3 can cause no sound on iOS devices.
2020-11-29 15:31:14 +08:00
dkanada
fb4ac021e4
Merge pull request #2127 from thornbill/standalone-fixes
Remove standalone.js and broken navigation
2020-11-29 00:10:14 +09:00
Bill Thornton
8c9a154394 Remove unused import 2020-11-28 10:00:53 -05:00
hawken
ae4e1814c1 grammar
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-11-27 01:31:04 +01:00
Håkon Struijk Holmen
c2e92111c1 restore base-url compatible approach 2020-11-27 01:31:04 +01:00
Bill Thornton
81516c9ffe Remove standalone.js and broken navigation 2020-11-26 01:45:23 -05:00
Bill Thornton
7aa0c8e414 Fix arabic import from date-fns 2020-11-26 01:39:36 -05:00
Bill Thornton
3527ef27cd
Merge pull request #2116 from thornbill/disable-chromecast
Disable chromecast in unsupported browsers
2020-11-25 00:49:46 -05:00
Odd Stråbø
ef3f6cb950 JavaScript is a constant pain. 2020-11-24 21:20:05 +01:00
Odd Stråbø
1d51b94d41 Address review 2020-11-24 21:14:11 +01:00
Odd Stråbø
27b113efba Fix lints 2020-11-24 21:14:11 +01:00
Odd Stråbø
32eb96467f Take baseurl into account, use original url, not LocalAddress 2020-11-24 21:14:11 +01:00
Bill Thornton
a9c2473799 Disable chromecast in unsupported browsers 2020-11-24 12:30:36 -05:00
Ionut Andrei Oanca
bbef2197dd Fix code issues reported by Sonar 2020-11-23 16:17:54 +01:00
dkanada
3c52b8fcd4
fix possible issue with server detection 2020-11-23 20:04:40 +09:00
dkanada
efbc2f96da
Merge pull request #2103 from BaronGreenback/FixSeriesInfo
[Fix] Removed SeriesInfo attribute.
2020-11-23 17:55:26 +09:00
Bill Thornton
2c5e9852bf Remove old js injection point and apploader script 2020-11-23 01:48:10 -05:00
BaronGreenback
2402f26f45
Update itembynamedetailpage.js
Removed SeriesInfo
2020-11-22 20:41:30 +00:00
Ionut Andrei Oanca
d8beb9909f Add playlist-sync and group-wait to SyncPlay 2020-11-22 21:15:04 +01:00
Bill Thornton
46a0382c0a
Merge pull request #2098 from thornbill/fix-no-noto
Fix missing jellyfin-noto resources
2020-11-22 12:34:46 -05:00
Bill Thornton
17c4d3082e Fix missing jellyfin-noto resources 2020-11-22 01:52:18 -05:00
Bill Thornton
40dad683d3 Fix standalone crash due to missing apiclient 2020-11-22 01:09:18 -05:00