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

1583 commits

Author SHA1 Message Date
nyanmisaka
daff76354b add description for remux 2020-11-17 14:25:25 +08:00
nyanmisaka
9e9ecbd677 expose h265 crf option 2020-11-14 03:33:15 +08:00
nyanmisaka
54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08:00
vitorsemeano
4e11e3ba66 import optimizations for site.js
transfered pageIdOn and pageClassOn to clientUtils
2020-11-09 00:14:33 +00:00
vitorsemeano
5c58d1472f fixed code smells 2020-11-08 20:56:08 +00:00
vitorsemeano
5a413a9e07 fix import for fileDownloader in itemDetails 2020-11-08 19:44:19 +00:00
Anthony Lavado
9603d2bb5e
Merge pull request #1636 from nyanmisaka/fonts
Add options to use multiple custom fonts for subtitle rendering
2020-11-08 10:27:16 -05:00
vitorsemeano
2243b35311
fixed multiple default imports missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 12:26:11 +00:00
vitorsemeano
366fa21408
Update src/controllers/dashboard/library.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:16:41 +00:00
vitorsemeano
9feecb5c05
Update src/controllers/dashboard/library.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:16:29 +00:00
vitorsemeano
5f484b9ba7
Update src/controllers/dashboard/library.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:16:12 +00:00
vitorsemeano
a3df60ba85
Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:47 +00:00
vitorsemeano
5c78efd276
Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:25 +00:00
vitorsemeano
26d00ff235
Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:02 +00:00
vitorsemeano
6dabc840d9
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:12:42 +00:00
vitorsemeano
7c97ba95f6
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:12:23 +00:00
vitorsemeano
43a8ced8cc
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:12:01 +00:00
vitorsemeano
372a4dbeb7
Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:11:43 +00:00
dkanada
e60f01b3a3 merge branch master into standalone 2020-11-07 15:18:38 +09:00
Bill Thornton
a01c62938c
Merge pull request #2041 from Artiume/patch-6
Sort Show Genres by Random
2020-11-06 13:25:07 -05:00
artiume
0e530cd260
Sort Show Suggestions by Random 2020-11-06 09:05:07 -05:00
artiume
c5b2b0b864
Sort Movies Suggestions by Random 2020-11-06 08:56:08 -05:00
vitorsemeano
2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano
067ddba5ba Update src/controllers/dashboard/devices/devices.js
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-11-05 23:23:45 +00:00
vitorsemeano
6638c13e85 fixed some code smells
fix config.json plugins path
2020-11-05 23:23:45 +00: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
3c84773792 upgrade quickconnect to es6 2020-11-05 23:16:50 +00:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano
68079d96a1 multiple javascript error fixes 2020-11-05 23:12:24 +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
54d71126d9 Fix currentApiClient references 2020-11-05 23:11:47 +00:00
Bill Thornton
88d0c11209 Fix errors in controller imports 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
BaronGreenback
76e7262061
Merge branch 'master' into networkChange 2020-11-05 16:55:53 +00:00
dkanada
cbe57f28ff
Merge pull request #2038 from cvium/fix_lazyloader_observer_for_collections
Create 1 lazyloader observer per collection type
2020-11-03 21:30:58 +09:00
cvium
e8364a386e Create 1 lazyloader observer per collection type 2020-11-02 11:48:39 +01:00
cvium
09f6e775de Fix collectionEditor creation in movies 2020-11-02 09:29:57 +01:00
Dmitry Lyzo
a8bc8a7e74 Add 'externallinks' feature testing 2020-10-31 19:37:00 +03:00
Dmitry Lyzo
b09fd1b099 Remove external link for 'Birth place' 2020-10-31 18:37:24 +03:00
DesertCookie
3827d373a4 Replaced const with let 2020-10-30 12:43:06 +01:00
DesertCookie
2993fb7419 Merge branch 'sorted-media-sources' of https://github.com/DesertCookie/jellyfin-web into sorted-media-sources 2020-10-30 12:37:29 +01:00
DesertCookie
31af91f8c7 Changed var to const
See https://github.com/jellyfin/jellyfin-web/pull/1237#issuecomment-713003436
2020-10-30 12:37:24 +01:00
dkanada
6edd8ad6b1
Merge pull request #1552 from masterkoppa/delete-all-devices
Add basic support for bulk deleting all devices
2020-10-30 20:16:24 +09:00
dkanada
fa1483d3c0 merge branch master into standalone 2020-10-29 18:09:23 +09:00
dkanada
329a6feafc remove broken features from user settings 2020-10-28 14:27:19 +09:00