Commit Graph

2072 Commits

Author SHA1 Message Date
Dmitry Lyzo 1568891059 SonarCloud 2020-11-22 02:51:57 +03:00
Dmitry Lyzo d2263c761c Fix video OSD
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:32 +03:00
Dmitry Lyzo 862105968c Remove AppInfo
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:27 +03:00
Dmitry Lyzo 5592cb7d4e Merge remote-tracking branch 'origin/master' into standalone
Conflicts:
	package.json
	src/components/appRouter.js
	src/components/require/requiretext.js
	src/config.json
	src/scripts/clientUtils.js
	src/scripts/settings/webSettings.js
	src/scripts/site.js
2020-11-22 02:15:14 +03:00
Dmitry Lyzo 1c91c62dfe Remove custom hover style 2020-11-22 00:21:45 +03:00
cameron clark 9e28d2d4cc remove require 2020-11-21 21:08:51 +00:00
Bill Thornton c7f365b776 Merge pull request #2061 from cvium/remove_advanced_toggle_libraryeditor
Remove advanced toggle for library editor
2020-11-21 16:01:57 -05:00
Bill Thornton ec7347dbb4 Merge pull request #2028 from danieladov/master
Hide progress bar when playing theme media
2020-11-21 16:01:22 -05:00
Cameron aea66e008a Merge branch 'master' into feature-manually-add-subtitle 2020-11-21 20:32:46 +00:00
Bill Thornton f3d1b77058 Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar
Return permanent scrollbar
2020-11-21 15:28:08 -05:00
Bill Thornton b212dbaba7 Merge pull request #1806 from matjaz321/unavailable-yt-video-trailer-bug-fix
Bug fix for: Cannot exit unavailable/private trailers
2020-11-21 15:25:13 -05:00
Dmitry Lyzo 89e2e77886 Add default error text 2020-11-21 22:51:24 +03:00
Dmitry Lyzo 3124a4af9b Merge branch 'master' into unavailable-yt-video-trailer-bug-fix 2020-11-21 22:30:04 +03:00
Thibault Nocchi bf995e4d63 Applied fixes for exit button on mobile 2020-11-21 19:35:31 +01:00
Thibault Nocchi 0122ef1e03 Applied some slideshow fixes 2020-11-21 19:35:31 +01:00
Thibault Nocchi 74fa4e4824 Hiding exit, left, right buttons with OSD 2020-11-21 19:35:31 +01:00
Thibault Nocchi 891827b242 Basic fullscreen feature for photos 2020-11-21 19:35:31 +01:00
Nyanmisaka 0962e8d0ed Merge branch 'master' into remux-translation 2020-11-21 04:36:48 +00:00
Bill Thornton 79d92c01da Merge pull request #2064 from nyanmisaka/fmp4-hls
Add initial profile for HEVC over FMP4-HLS
2020-11-20 18:50:40 -05:00
Dmitry Lyzo 6f61bee9d4 Merge branch 'master' into unavailable-yt-video-trailer-bug-fix 2020-11-20 11:08:06 +03:00
Claus Vium 5e27e30678 Merge pull request #2069 from Artiume/patch-1
Show Remux as a Playback Method
2020-11-20 08:16:39 +01:00
Dmitry Lyzo c2b1d02a33 Merge branch 'master' into return-of-the-scrollbar 2020-11-20 09:28:55 +03:00
nyanmisaka 3b50c0dde1 Merge remote-tracking branch 'upstream/master' into fmp4-hls 2020-11-20 12:30:16 +08:00
nyanmisaka c87df522b3 Merge remote-tracking branch 'upstream/master' into remux-translation 2020-11-20 12:19:48 +08:00
Bill Thornton 955c34ae4e Fix confirm.default calls 2020-11-19 17:38:49 -05:00
Bill Thornton e43d5f6f72 Merge remote-tracking branch 'upstream/master' into es6 2020-11-19 13:39:55 -05:00
vitorsemeano 051033c9b3 added support for plugins loaded into window 2020-11-18 23:13:56 +00:00
nyanmisaka 1cf3b0e756 localize playback stats 2020-11-17 23:57:07 +08:00
nyanmisaka daff76354b add description for remux 2020-11-17 14:25:25 +08:00
artiume 6f32e9468f Show Remux as a Playback Method 2020-11-15 19:09:55 -05:00
nyanmisaka 54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08:00
cvium 65c9e7f74e Remove advanced toggle for library editor 2020-11-11 13:51:30 +01:00
Claus Vium 23c7509094 Merge branch 'master' into images-advance 2020-11-11 13:03:14 +01:00
vitorsemeano 138e8460f6 Update src/components/appRouter.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-11 11:58:59 +00:00
vitorsemeano 67adeef131 removed any reference to requirejs 2020-11-09 22:28:23 +00:00
vitorsemeano 2c2cf76a0e fixed serviceworker with workbox 2020-11-09 19:20:55 +00:00
vitorsemeano 2b962124a5 optimizations for device id and name in apphost 2020-11-08 23:11:22 +00:00
vitorsemeano 5c58d1472f fixed code smells 2020-11-08 20:56:08 +00:00
vitorsemeano fc9f747db2 solved fetching for configurationpage route 2020-11-08 20:54:44 +00:00
vitorsemeano d74a166476 Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack 2020-11-08 20:14:59 +00:00
vitorsemeano 4dd1917949 multiple import fixes between other minor bugs 2020-11-08 20:14:55 +00:00
vitorsemeano fedb931322 Update src/components/nowPlayingBar/nowPlayingBar.js
since this is already being used, and babel probably have a polyfill for this, i will accept your suggestion as is.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 20:09:40 +00:00
vitorsemeano 0da8f4eb85 fixed multiple default imports missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 19:39:03 +00:00
Neil Burrows 3a1a47cb6c Removed another function that is no longer required hex() 2020-11-08 12:41:27 +00:00
vitorsemeano 5b5d6a45b0 multiple imports optimized 2020-11-08 12:37:53 +00:00
Neil Burrows adb9f209bb Switch to sending plaintext password and remove Hashing code 2020-11-08 12:32:35 +00: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 2a3ade9bb9 fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:24:44 +00:00
vitorsemeano 194bbf1ff1 Update src/components/mediaLibraryCreator/mediaLibraryCreator.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:15:42 +00:00
vitorsemeano 8542170cb0 Update src/components/maintabsmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:15:19 +00:00