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

6300 commits

Author SHA1 Message Date
vitorsemeano
a0e45f7809 ensure that appHost is loaded on onAppReady for all function 2019-03-09 17:35:38 +00:00
vitorsemeano
8be5c9e987 Merge branch 'master' into webpack_part1 2019-03-05 22:40:28 +00:00
Bond-009
44e16c77a8
Merge pull request #166 from jellyfin/release-10.2.z
Better progressive playback controls of bottom pages (#164)
2019-03-05 20:29:13 +01:00
vitorsemeano
6046ad3dac optimization added to resolve specific urls 2019-03-05 19:10:03 +00:00
vitorsemeano
ec18360958 removed deadcode for registerServiceWorker 2019-03-05 18:52:53 +00:00
xlinbsd
89be94fff3 Better progressive playback controls of bottom pages (#164)
* Allow volume change on shrinker width screenview
* Tiny better width compromise in width control fluidity
* Better progressive music control panel
* Delay hiding of album image displayed
* Wider volume slider
2019-03-05 13:09:32 +01:00
vitorsemeano
cb1309bb09 Merge branch 'webpack_part1' of github.com:vitorsemeano/jellyfin-web into webpack_part1 2019-03-04 20:47:05 +00:00
vitorsemeano
7e22a64238 merging ifs 2019-03-04 20:47:00 +00:00
Claus Vium
64c3c15af4
Update src/scripts/site.js
Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:45:44 +00:00
Claus Vium
8d7fa1557f
Update src/scripts/site.js
Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:45:19 +00:00
Claus Vium
ff07a77133
Update src/scripts/site.js
Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:44:27 +00:00
Claus Vium
6a15acb310
Update src/scripts/site.js
well the tool can't make all the coding, am i right?

Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:43:37 +00:00
Claus Vium
1dd3096f37
Update src/scripts/site.js
i agree, definitely more readable

Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:40:13 +00:00
vitorsemeano
e60da6b545 renamed strange variable names 2019-03-04 20:38:39 +00:00
vitorsemeano
b50647f101 fix nested if else not done properly with deuglify 2019-03-04 20:36:51 +00:00
vitorsemeano
0fe01a85c4 Merge branch 'webpack_part1' of github.com:vitorsemeano/jellyfin-web into webpack_part1 2019-03-04 20:30:46 +00:00
vitorsemeano
5a258d6522 adjust var declarations for some specific cases 2019-03-04 20:30:42 +00:00
Claus Vium
24ae3a9c49
Update src/scripts/site.js
updating as suggested

Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:27:29 +00:00
Claus Vium
9878cfc012
Update src/scripts/site.js
It's really a matter of preference, but if you want it this way, np.

Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
2019-03-04 20:25:42 +00:00
Anthony Lavado
36ab9764ac
Merge pull request #163 from jellyfin/release-10.2.z
Backmerge for 10.2.2
2019-03-04 01:19:09 -05:00
vitorsemeano
0b099806a7 fix merge conflicts 2019-02-28 21:41:24 +00:00
vitorsemeano
bf408ae9aa merge with updates from upstream 2019-02-28 18:31:53 +00:00
Joshua M. Boniface
8f03439b7e
Merge pull request #159 from dkanada/plugin
remove some deprecated plugin code
2019-02-26 16:22:49 -05:00
Vasily
bb118a5ae8
add suggested changes from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-02-26 21:12:58 +00:00
dkanada
32a8e89420 use normal method for getAvailablePlugins 2019-02-27 06:11:42 +09:00
dkanada
3f7ca1d915 clean up plugin catalog page 2019-02-26 03:15:12 +09:00
dkanada
2dd44178fa remove plugin configuration block for android devices 2019-02-26 02:56:18 +09:00
dkanada
fa8eb4f34d method deminification 2019-02-26 02:39:58 +09:00
Joshua M. Boniface
a3b4774242
Merge pull request #152 from redSpoutnik/nowplaying-media-stop
Go back on Media stop
2019-02-24 22:25:16 -05:00
Bond-009
244bfae9f6
Merge pull request #156 from sparky8251/fix-volume-slider-v2
Fix volume slider not working on nowplayingbar
2019-02-24 10:19:20 -05:00
redSpoutnik
ae9c0a77f7 Go back on Media stop 2019-02-24 12:44:36 +01:00
Sparky
134bbbf6c0 Fix volume slider not working on nowplayingbar
Turns out, by wrapping the code in a function it takes the necessary bits out of scope, causing the nowplayingbar to become non-functional when it comes to adjusting volume.

Fixes https://github.com/jellyfin/jellyfin/issues/988
2019-02-23 21:16:10 -05:00
vitorsemeano
e91cbf8438 add directory dist to .gitignore 2019-02-23 17:12:41 +00:00
vitorsemeano
e272b12755 refactor dynamic require dependencies for webpack 2019-02-23 17:12:14 +00:00
vitorsemeano
427c9d2036 deuglify and indent to 4 spaces site.js 2019-02-23 16:38:53 +00:00
Bond-009
e9240a0114
Merge pull request #153 from sparky8251/improve-typing
Make types more consistent
2019-02-23 10:37:30 -05:00
Sparky
802bb3a757 Make types more consistent
There is no instance I can find where these values are ever *actually* strings. Changing them to boolean improves consistency.
2019-02-23 10:29:42 -05:00
vitorsemeano
f5c2a331b0 changed package.json for initial version 0.0.0 2019-02-20 22:18:56 +00:00
vitorsemeano
7f407f9691 added weback and webpack-cli as dev dependencies 2019-02-20 22:17:26 +00:00
vitorsemeano
4dd77a24ab added package.json with yarn init 2019-02-20 22:15:40 +00:00
Joshua M. Boniface
ec5a3b6e5e
Merge pull request #149 from jellyfin/release-10.2.z
Release 10.2.1
2019-02-20 14:59:31 -05:00
Joshua M. Boniface
5415d48a53
Merge pull request #145 from JustAMan/gh-templates
Copy issue and PR templates from main repo
2019-02-19 11:10:21 -05:00
Vasily
907a4ec516 Copy issue and PR templates from main repo 2019-02-19 18:58:58 +03: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
Joshua M. Boniface
abf2149027
Merge pull request #136 from cvium/readd_opensubtitles
Re-add OpenSubtitles configuration page
2019-02-18 14:58:09 -05:00
Joshua M. Boniface
fca63ceb86
Merge branch 'release-10.2.z' into readd_opensubtitles 2019-02-18 14:57:15 -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
072f4a3cf9
Merge pull request #139 from jellyfin/release-10.2.z
Release 10.2.0
2019-02-17 15:54:09 -05:00
Joshua Boniface
1692206298 Remove obsolete strings 2019-02-17 15:51:19 -05:00