Commit Graph

1573 Commits

Author SHA1 Message Date
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
dkanada d0a835cd67 Merge pull request #1980 from jellyfin/ux
Minor UX improvements
2020-10-20 13:05:20 +09:00
DesertCookie 9a5594149e Update src/controllers/itemDetails/index.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2020-10-18 11:53:31 +02:00
Andres J Ruiz Torres 2bd78f8658 Fix eslint warning 2020-10-17 22:21:47 -04:00
Andres J Ruiz Torres d6ef8a1b97 Move delete to use new API method 2020-10-17 22:21:32 -04:00
Andres J Ruiz Torres dcd324bae5 Remove trailing space 2020-10-17 12:53:01 -04:00
Andres J Ruiz Torres 9dc9bdcbed Add basic support for bulk deleting all devices
Make it easier to purge all devices from the device list.

Api calls are done in parallel, without error handling, but it should be
a relatively fast operation

Fixes #1435
2020-10-17 12:52:16 -04:00
Anthony Lavado 9f463780af Merge pull request #1499 from grafixeyehero/move-tvlatest
Move tvlatest tab to suggestions section
2020-10-17 00:25:44 -04:00
dkanada 7411f96ff9 move quickconnect html to proper location 2020-10-12 12:36:42 +09:00
dkanada 39a333f17b move scan button to start on dashboard 2020-10-12 12:33:20 +09:00
dkanada 7b168608a0 add library scan button to dashboard 2020-10-12 12:29:57 +09:00