Commit Graph

92 Commits

Author SHA1 Message Date
Bond-009 3245e5c0d8 Merge pull request #328 from jellyfin/release-10.3.z
Backmerge for Release 10.3.3
2019-05-18 12:55:59 +02:00
Odd Stråbø 3167c7dbb9 Additional fixes to get jf-web loading in webOS 3.0 emulator.
Can't seem to get any audio/video playing in the emulator,
so I'm not sure if the emulator supports multimedia playback.
2019-05-06 22:21:20 +02:00
Odd Stråbø 747201a6c7 Various fixes for webOS 3.3 2019-05-05 23:55:42 +02:00
vitorsemeano b293f6e0f9 multiple modules resolution 2019-05-03 22:35:47 +01:00
DrPandemic 75009450e7 Logout cleans session 2019-04-10 22:40:11 -04:00
vitorsemeano ecf316d671 removed polyfill fetch 2019-03-28 21:35:31 +00:00
vitorsemeano 93c5157b1e refactor and module resolution for appStorage 2019-03-28 21:35:31 +00:00
vitorsemeano a5278f3b78 manual deuglify for appStorage 2019-03-22 23:47:37 +00:00
vitorsemeano c3c035a7d7 code optimization for removeItem from appStorage 2019-03-22 23:47:37 +00:00
vitorsemeano 9ad29733bf refactor and module resolution for appStorage 2019-03-22 23:44:33 +00:00
vitorsemeano d49fee2a29 single module resolution for apiclient 2019-03-22 23:40:10 +00:00
vitorsemeano e8e098f9b1 removed nativelshell sync invokation 2019-03-18 23:08:11 +00:00
vitorsemeano a77058de61 added NativeShell API to localsync module 2019-03-16 19:25:46 +00:00
vitorsemeano d8d3b0b4c7 remove unused module wakeonlan 2019-03-16 18:21:07 +00:00
vitorsemeano 60c0e58c64 removed serverdiscovery module 2019-03-16 17:16:11 +00:00
vitorsemeano 4be8a788b0 assume server discovery is in NativeShell api 2019-03-16 17:15:37 +00:00
vitorsemeano c391eaf545 removing module fileupload 2019-03-16 16:52:49 +00:00
vitorsemeano 6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00
Joshua M. Boniface fe28f88a99 Merge pull request #141 from jellyfin/exit_fullscreen_automatically
Exit fullscreen automatically after video playback ends
2019-02-18 15:13:26 -05:00
Claus Vium 9a7ede5536 Add fullscreen check to avoid errors in Chrome 2019-02-17 23:29:31 +01:00
Claus Vium 53fbc24ac5 Exit fullscreen automatically when video playback stops 2019-02-17 23:13:42 +01:00
Joshua M. Boniface 058b3c8ab0 Merge branch 'master' into release-10.2.z 2019-02-17 13:10:55 -05:00
Vasily 29e100c476 Merge pull request #137 from grafixeyehero/dev
Replace HeaderEmbyServer with HeaderJellyfinServer on plugincatalog
2019-02-17 16:19:15 +03:00
Claus Vium 36c5842cca Remove left-over JS for Customize Home Screen 2019-02-15 21:15:15 +01:00
grafixeyehero 172cf4d0aa Change wiki links to ones in the web archive 2019-02-15 21:08:58 +03:00
Vasily c6116c2766 Make sure fallback culture is always available
Fixes #134
2019-02-13 21:26:26 +01:00
grafixeyehero e5bd76b09a remove more "Customize Home Screen" Bar at Bottom of web ui 2019-02-13 16:42:28 +01:00
grafixeyehero 533b7fe50a remove "Customize Home Screen" Bar at Bottom of web ui 2019-02-13 16:42:28 +01:00
Sparky 02671c7fd3 Create function to reduce code reuse 2019-02-12 07:20:31 -05:00
Sparky 77a23c74d9 Fixed on click behavior and added touchmove handler 2019-02-12 06:49:39 -05:00
Sparky f948541e68 Fixed all 3 volume sliders behavior
Now updates when dragging
2019-02-12 06:49:39 -05:00
Sparky 8a868f9109 Partial fix for music
Same problems as video when on nowplaying.html, all other pages are still behaving as before (when the playback bar is along the bottom).
2019-02-12 06:49:39 -05:00
Claus Vium 2a6b3791bc Change sharedcomponents module to core 2019-02-08 07:50:23 +01:00
Vasily 884c264b40 Merge pull request #118 from anthonylavado/fix-safari-pip
Enable and fix PiP for Safari
2019-02-04 20:01:35 +03:00
Claus Vium d7cef56e23 Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
Remove extra newline

Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
2019-02-04 10:00:26 -05:00
Claus Vium 8ec57de307 Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
2019-02-04 03:56:41 -05:00
Anthony Lavado c99f9c6d65 Stacks the condition for Safari support and Chrome support all in to one
This puts the IF condition for detecting Chrome PiP support into the same line as the one that sets it up for Safari. I tested it in both browsers, as well as Firefox. In browsers where PiP is supported, they each respond to their own call and not the other (Safari only responds to the Webkit check, Chrome only responds to the document check). Firefox currently supports neither standard, so there's no issue there.
2019-02-04 03:28:54 -05:00
Vasily d3ca840136 Merge pull request #116 from dkanada/strings
Consolidate all strings into a single file per language
2019-02-03 18:14:14 +03:00
dkanada 6ffae6cbe0 remove module reference from method calls 2019-02-03 23:14:41 +09:00
dkanada 945c57be28 move all strings to the same location 2019-02-03 19:34:39 +09:00
Anthony Lavado 04bf6a3305 Fix the value to be grey
Accidentally pushed up a commit that had it at white. This is now the correct middle grey.
2019-02-03 04:03:04 -05:00
Anthony Lavado f0b8a44bcf Make the toggle track visible on all themes
The default toggle track colour was essentially a transparent black. While this works on brighter themes, it didn't work on the now default dark theme. It is now set to a "middle grey" that is visible on all themes (light or dark).
2019-02-03 03:55:29 -05:00
Anthony Lavado 65581958e1 Enable and fix PiP for Safari
This enables the previously commented out lines that would enable Picture in Picture support for Safari.
Also fixed IF condition to match the Apple developer reccomendation: https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls
2019-02-03 03:34:50 -05:00
Sparky 0e8e114c14 Remove commented code 2019-02-02 09:42:47 -05:00
Sparky 1c523fc4f0 Removed seasonal theme support
As our sole season theme was for Halloween and relied on dubiously licensed art assets to work, I removed the entire system.

Fixes #71
2019-02-02 09:35:56 -05:00
dkanada 87645e7748 remove commas from the end of translation files 2019-02-02 13:28:17 +01:00
Claus Vium 8d06ac275b Merge branch 'master' into remove_games 2019-01-31 19:04:06 +01:00
dkanada 3f0323fc7c update british strings 2019-01-31 18:30:53 +09:00
Vasily d79a07dd34 Merge pull request #79 from cvium/remove_more_connect
Remove unused Connect related from the frontend
2019-01-30 16:57:23 +03:00
Claus Vium 8e76f60a10 Remove games 2019-01-27 22:10:07 +01:00