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
PloughPuff
037059f59d
Use EncoderAppPathDisplay to populate encoder path field
2019-02-28 22:10:49 +00:00
PloughPuff
ba2c777772
Always show FFmpeg path in Transcoding page
...
Removed the 'hide' and 'required' settings from the html to always show the FFmpeg path to user and also allow user to remove a custom path and return to using whatever is available from system $PATH.
2019-02-28 22:08:37 +00: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
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
vitorsemeano
3dba261ae7
define apiInput as a module for webpack
2019-02-23 19:34:34 +00:00
vitorsemeano
2665923bb0
merged alert and nativeAlert for webpack
2019-02-23 19:14:56 +00:00
vitorsemeano
6ddc62857d
move emby-webcomponents to components and reflect paths
2019-02-23 18:05:42 +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
Claus Vium
ec57b8c493
Removed some newlines and manual deuglification
2019-02-14 19:05:09 +01:00
Claus Vium
76d3fcfbb6
Re-add configuration page for OpenSubtitles
2019-02-14 18:59:52 +01:00
Sparky
f3e46a369f
More manual deuglification
2019-02-12 10:01:16 -05:00
Sparky
77a23c74d9
Fixed on click behavior and added touchmove handler
2019-02-12 06:49:39 -05:00
Sparky
249d9d6cf5
Remove TODO
2019-02-12 06:49:39 -05:00
Sparky
f2c406ec16
Fix indentation for videoosd.js
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
55aeb42179
Partial fix for movies and TV shows
...
Updates volume correctly as you slide back and forth, but does not change icon to mute when at 0 or update bar length.
Has no impact on music playback.
2019-02-12 06:49:39 -05:00
Sparky
35761ae49b
Manual deuglification of videoosd.js
2019-02-12 06:49:39 -05:00
Sparky
a7761b1d44
Automatic deuglify of videoosd.js
2019-02-12 06:49:39 -05:00
Joshua Boniface
4f91646892
Fix syntax error in site.js
2019-02-05 19:41:25 -05:00
Vasily
0f96bb2b82
apply suggestions from code review
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-02-05 18:50:39 +01:00
dkanada
f4798932ef
remove useless function
2019-02-05 18:50:39 +01:00
dkanada
340745718a
manual deminification for some plugin methods
2019-02-05 18:50:39 +01:00
dkanada
5ef781be84
remove some checks that break server selection
2019-02-05 18:50:39 +01:00
dkanada
cdfdfe6e95
remove arbitrary block on plugins for the android app
2019-02-05 18:50:39 +01:00
dkanada
6ffae6cbe0
remove module reference from method calls
2019-02-03 23:14:41 +09:00
dkanada
e2d975de09
remove sharedcomponent string loading method
2019-02-03 23:14:41 +09: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
02d11dff81
remove direct access of cordova methods ( #78 )
...
* deminify some dependency loading
* remove direct access of native methods
* move static dependencies to array initialization
2019-02-01 11:22:26 +01:00
Claus Vium
8d06ac275b
Merge branch 'master' into remove_games
2019-01-31 19:04:06 +01: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
94bab172f0
Update src/scripts/wizarduserpage.js
...
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:39:27 -06:00
Claus Vium
1d7854541b
Update src/scripts/wizarduserpage.js
...
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:39:11 -06:00
Claus Vium
ba0c888960
Update src/scripts/wizarduserpage.js
...
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:38:57 -06:00
Justin Suess
52010486b9
addressed suggested changes in pull request.
2019-01-29 05:57:03 -06:00
Justin Suess
a72fce15a6
Added frontend support for a password field on setup
2019-01-28 20:03:54 -06:00
Claus Vium
8e76f60a10
Remove games
2019-01-27 22:10:07 +01:00
Claus Vium
2339b57479
Remove unused Connect related from the frontend
2019-01-27 19:32:43 +01:00
Andrew Rabert
6d4aae1312
Remove redundant user type selection dialog
2019-01-25 23:55:24 -05:00
Andrew Rabert
39f71a8f24
Navigate back to user profiles page on user edit save
2019-01-25 23:55:07 -05:00