Commit Graph

617 Commits

Author SHA1 Message Date
Nyanmisaka
a1f6db48b1
h264 high10 is not supported on mobile browsers 2020-02-20 17:38:22 +08:00
dkanada
53db7fe215 fix possible async issue 2020-02-20 02:07:41 +09:00
dkanada
79aa40465c rename method 2020-02-19 22:39:22 +09:00
MrTimscampi
f1fb59ec26 Fix change requests and general formatting improvements 2020-02-17 20:41:04 +01:00
dkanada
ed1b35f50f update some strings and use fetch for the global config 2020-02-16 22:11:36 +09:00
MrTimscampi
e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
dkanada
ea9e79f4d3 add basic web client configuration 2020-02-16 12:17:13 +09:00
MrTimscampi
a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
grafixeyehero
dec26f6c0e Fix nowplaying for tv mode 2020-02-15 03:47:07 +03:00
dkanada
c62976845e
Merge pull request #755 from dmitrylyzo/native_select_server
Add server select support for NativeShell
2020-02-13 16:48:58 +09:00
nyanmisaka
726a949514 fix device icons for Safari and Android 2020-02-09 21:36:42 +08:00
dkanada
1ece06e12a
Merge pull request #764 from thornbill/device-images
Fix device images on main dashboard page
2020-02-09 16:57:35 +09:00
ferferga
145324a209 Removed logs for testing and changed attempt 2020-02-07 14:32:45 +01:00
ferferga
1619646f0a Default font family now is Noto Sans. Linked to jellyfin-noto package 2020-02-06 16:51:42 +01:00
Bill Thornton
efbfbb822e Fix device images on main dashboard page 2020-02-04 17:24:44 -05:00
Bill Thornton
a8c979ceaf Fix custom css precedence 2020-02-04 15:40:32 -05:00
Dmitry Lyzo
6d6cce02af Add server select support for NativeShell 2020-02-02 00:50:46 +03:00
MrTimscampi
d3d482dcac Merge remote-tracking branch 'origin/master' into fadein 2020-02-01 19:54:06 +01:00
grafixeyehero
b06afa3305 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
# Resolve Conflicts:
#	src/assets/css/librarybrowser.css
#	src/itemdetails.html
2020-01-30 20:11:40 +03:00
dkanada
1a3037229d
Merge pull request #720 from dmitrylyzo/exit_on_back
Add app exit on "Go back"
2020-01-31 01:05:15 +09:00
Vasily
af75183d2a
Merge pull request #724 from nyanmisaka/master
Update and fix some canPlayType
2020-01-30 14:17:46 +03:00
MrTimscampi
cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
Nyanmisaka
86484bc9b4
Update browserdeviceprofile.js 2020-01-28 01:55:02 +08:00
Nyanmisaka
c60eff507b
Update browserdeviceprofile.js 2020-01-28 01:04:52 +08:00
Nyanmisaka
cb04a5aa91
correct canPlayType for hevc level4 2020-01-28 00:58:24 +08:00
grafixeyehero
16b6e7e4ed Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Deminify-part-4
# Resolve Conflicts:
#	src/controllers/dashboard/general.js
2020-01-27 19:20:48 +03:00
Dmitry Lyzo
ddf7eae55b Merge remote-tracking branch 'upstream/master' into exit_on_back2
Conflicts:
	src/components/apphost.js
2020-01-27 17:47:29 +03:00
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
dkanada
df06442518 remove missing file from dependency list 2020-01-27 22:54:25 +09:00
dkanada
7af58a03dd
Merge pull request #702 from dmitrylyzo/playback_remote
Add playback control from TV remote
2020-01-27 22:34:59 +09:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
Dmitry Lyzo
d93c16ea72 Exit app on "go back" at server selection page 2020-01-25 15:32:24 +03:00
Dmitry Lyzo
1ebf03d21b Exit app on "go back" at login page 2020-01-25 01:20:33 +03:00
Nyanmisaka
1f4af044b0
Update browserdeviceprofile.js 2020-01-24 18:24:32 +08:00
Nyanmisaka
5dbbfdd750
WebOS 1.0+ also supports ASF 2020-01-24 18:22:41 +08:00
Nyanmisaka
7f187b504b
Update browserdeviceprofile.js 2020-01-24 03:30:24 +08:00
Nyanmisaka
50b96b0afb
edge does not support h264 high10 directstream 2020-01-24 03:26:30 +08:00
Nyanmisaka
ae325bd747
Update browserdeviceprofile.js 2020-01-24 02:48:22 +08:00
Nyanmisaka
07c67f0382
Update browserdeviceprofile.js 2020-01-24 02:44:53 +08:00
Nyanmisaka
154a24bdb0
Update browserdeviceprofile.js 2020-01-24 02:38:43 +08:00
Nyanmisaka
9415cdc73c
Update browserdeviceprofile.js 2020-01-24 02:31:08 +08:00
dkanada
6728f5b718 remove useless autoplay script and add folder for settings 2020-01-24 02:57:29 +09:00
grafixeyehero
709b48a8a8 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
# Conflicts:
#	src/assets/css/librarybrowser.css
#	src/itemdetails.html
2020-01-23 20:51:30 +03:00
Nyanmisaka
f647a1b4c3
Add and fix some canPlayType 2020-01-24 01:04:07 +08:00
dkanada
040b86c74b
Merge pull request #663 from MrTimscampi/disable-headroom-on-desktop
Enable headroom only on mobile
2020-01-22 17:06:45 +09:00
grafixeyehero
f05fd60371 librarymenu.js 2020-01-22 03:31:15 +03:00
dkanada
519c3ada79
Merge pull request #716 from jellyfin/ac3
Safari supports AC-3
2020-01-21 23:22:12 +09:00
Dmitry Lyzo
60e64f8a58 Add exit on "Go back" 2020-01-21 12:56:11 +03:00
Bond_009
361a6acc96 Safari supports AC-3 2020-01-20 21:40:42 +01:00
dkanada
cb14982e16 move all generic image assets to the same folder 2020-01-20 10:11:05 +09:00
Dmitry Lyzo
12da467cfa Fix event subscription. Fix #623 2020-01-17 11:50:46 +03:00
dkanada
4a5088f35e
Merge pull request #683 from dkanada/codec
Minor playback improvements and a few icon and string fixes
2020-01-17 13:24:30 +09:00
grafixeyehero
442487799a change shape to overflow 2020-01-13 21:15:59 +03:00
dkanada
19861962af merge branch master into controllers 2020-01-12 02:24:54 +09:00
dkanada
3047b12382 add code suggestions 2020-01-12 02:23:16 +09:00
dkanada
503dbb5767 possible fix for ogg playback with chrome 2020-01-11 01:17:17 +09:00
Anthony Lavado
86bf6ab8d2
Merge pull request #672 from MrTimscampi/hide-cast-on-tv
Hide Cast button on TV layout
2020-01-10 02:00:33 -05:00
MrTimscampi
d963fe5cab Don't bind cast button event if in TV layout 2020-01-09 22:36:40 +01:00
dkanada
2db6bb4acf use android icon for dashboard 2020-01-08 23:17:21 +09:00
dkanada
2f4cf8248b merge branch master into assets 2020-01-08 11:10:24 +09:00
dkanada
a08d142db2 move some routes to their original locations for now 2020-01-08 01:45:45 +09:00
MrTimscampi
7a9117f136 Hide Cast button on TV layout 2020-01-06 22:05:31 +01:00
MrTimscampi
552390a9f9 Enable headroom only on mobile 2020-01-06 18:27:57 +01:00
mcarlton00
492d668ad3 User appname as the default image check 2020-01-05 19:09:11 -05:00
dkanada
ad91c897d7 update comment about dependencies 2020-01-05 14:17:25 +09:00
mcarlton00
cef7186000 Fix spacing error 2019-12-20 19:57:27 -05:00
mcarlton00
d9757956a3 Rework device icons + add Kodi 2019-12-20 17:44:38 -05:00
dkanada
cbb9ee7d26
Merge pull request #592 from grafixeyehero/screensaver
Add Screen saver
2019-12-18 18:32:44 +09:00
dkanada
07994e0a40 move authentication and playback controllers to subdirectories 2019-12-15 23:53:13 +09:00
dkanada
4bf12b1682 order all routes by category 2019-12-15 22:42:33 +09:00
dkanada
f036ccc674 move some elements to a new directory 2019-12-15 20:51:34 +09:00
dkanada
3aad09c5fd move all static assets into a single folder 2019-12-15 20:50:58 +09:00
dkanada
34c0d6019e move around half the dashboard controllers to a subdirectory 2019-12-15 20:47:47 +09:00
dkanada
69b90fa9cb merge remote-tracking branch 'upstream/master' into firefox 2019-12-03 23:14:20 +09:00
dkanada
7abe22780b move some css files to global folder 2019-11-30 20:46:32 +09:00
dkanada
906442fba0
Merge branch 'master' into scrollmanager 2019-11-28 23:37:00 +09:00
dkanada
59e9be84dd
Merge pull request #563 from dmitrylyzo/focus_pageload
Add autofocus on page load
2019-11-28 23:35:51 +09:00
grafixeyehero
f28074fb9e make screensaver manager get user settings 2019-11-27 18:02:38 +03:00
grafixeyehero
080b3365d6 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
# Conflicts:
#	src/components/guide/guide.js
#	src/components/mediainfo/mediainfo.js
#	src/components/multiselect/multiselect.js
#	src/components/playback/brightnessosd.js
#	src/components/recordingcreator/recordingbutton.js
#	src/components/userdatabuttons/emby-ratingbutton.js
#	src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada
5af72d6c9f
Merge branch 'master' into artworks2 2019-11-24 21:34:30 +09:00
grafixeyehero
016eb79885 make compatible 2019-11-23 23:25:10 +03:00
dkanada
3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
Dmitry Lyzo
c0783dbe8e Add scroll manager with base functionality 2019-11-21 00:07:53 +03:00
dkanada
c1b866d9c9
Merge pull request #571 from dkanada/select-server
Fix select server redirect and remove more dependencies
2019-11-20 12:08:19 +09:00
grafixeyehero
1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
Dmitry Lyzo
7a10be5933 Add autofocus on page load 2019-11-14 21:04:01 +03:00
Dmitry Lyzo
11b6e83d69 Apply suggestions from code review 2019-11-14 16:29:33 +03:00
Dmitry Lyzo
cdfa115ec0 Fix iOS platform detection #572 2019-11-13 22:00:27 +03:00
dkanada
ffd3886372 improve some comments 2019-11-11 01:59:23 +09:00
dkanada
b124427039 move remaining libraries to new folder 2019-11-11 01:47:28 +09:00
dkanada
105891b409 move more dependencies to webpack 2019-11-11 01:45:01 +09:00
dkanada
c10f3feb31
Merge pull request #549 from grafixeyehero/webpack-asset
Move bower_components libraries from source control to npm
2019-11-07 15:52:14 +09:00
grafixeyehero
af2b49ac30 change directory for almada and requrie,js 2019-11-06 19:25:24 +03:00
dkanada
3a4892d71f
Merge pull request #551 from dkanada/header
Remove dashboard icon from header
2019-11-07 01:04:48 +09:00
grafixeyehero
651a53d64a Move almada and require.js from source control to npm 2019-10-27 16:55:18 +03:00
Joshua M. Boniface
47b8c2bcb3
Merge pull request #550 from grafixeyehero/metadata-editor-livetvloading
Fix Metadata Manager Live TV Loading..
2019-10-26 11:44:57 -04:00
dkanada
fdb7c99ed4 remove dashboard icon from header 2019-10-25 23:14:42 +09:00
dkanada
1a2019bb0e
Merge branch 'master' into deminify-2 2019-10-25 22:16:59 +09:00
grafixeyehero
ab7d3b16e6 Fix metadata editor side bar live tv loading 2019-10-25 01:11:43 +03:00
ferferga
529e9102cd Improved appearance of images and artworks - Part 3 2019-10-21 16:24:36 +02:00
Fernando
e538a6d62c Improvements to the quality of artworks and user images - Part 2 (#512)
* Improved the overall appearance of user images

* Rounded photo in 'My profile' page

* Improved quality of media artwork

* fix some minor bugs introduced from a merge conflict
2019-10-13 15:46:22 -04:00
grafixeyehero
03a16287a0 remove query.Artistids conditions 2019-10-10 20:43:04 +03:00
grafixeyehero
af3579f328 update console.log livetvcomponents 2019-10-10 20:41:58 +03:00
grafixeyehero
d467499a7a remove new lines 2019-10-10 20:40:27 +03:00
grafixeyehero
61897f15e2 double quote 2019-10-08 21:00:31 +03:00
grafixeyehero
6eb8e1b8fa add console.log 2019-10-08 20:46:05 +03:00
grafixeyehero
0e306cad76 update taskbutton Suggested change 2019-10-08 20:14:43 +03:00
grafixeyehero
e7570d856f Update Suggested change 2019-10-08 19:54:02 +03:00
grafixeyehero
307e664286 wizardagreement.js 2019-10-08 01:30:21 +03:00
grafixeyehero
678b558935 userpassword.js 2019-10-08 01:30:02 +03:00
grafixeyehero
5ebf1bda80 themeloader.js 2019-10-08 01:29:47 +03:00
grafixeyehero
fe08645a98 taskbutton.js 2019-10-08 01:03:49 +03:00
grafixeyehero
5bed7bbf35 searchtab.js 2019-10-08 01:03:29 +03:00
grafixeyehero
850c2c4baf playlists.js 2019-10-08 01:03:08 +03:00
grafixeyehero
f5e62cbd65 playlistedit.js 2019-10-08 01:02:37 +03:00
grafixeyehero
44ba92261d livetvcomponents.js 2019-10-08 01:02:07 +03:00
grafixeyehero
ecccf00fcb librarymenu.js 2019-10-08 01:01:20 +03:00
grafixeyehero
f7c8d7b044 librarybrowser.js 2019-10-08 00:58:10 +03:00
grafixeyehero
40e4f6a27a itembynamedetailpage.js 2019-10-08 00:57:40 +03:00
grafixeyehero
af8d421a8c autobackdrops.js 2019-10-08 00:56:51 +03:00
dkanada
27944af119 move all user preference controllers to folder 2019-10-06 19:56:06 +09:00
dkanada
0c1c855eb8 remove duplicate define statement 2019-10-03 02:36:33 +09:00
dkanada
a260e33182 sort through the define statements 2019-10-03 02:33:21 +09:00
dkanada
02a23ffaee bundle flvjs and shaka and move all libs to one folder 2019-10-01 00:51:56 +09:00
Bill Thornton
3bf97ce66e Add jQuery to global scope 2019-09-30 00:05:20 -04:00
dkanada
0286cc60d5
Merge pull request #458 from dkanada/site
Refactor several files and methods
2019-09-25 23:52:49 +09:00
dkanada
e62b7f2e3d
Merge pull request #446 from dkanada/detail
Dashboard layout improvements
2019-09-14 17:21:28 -07:00
dkanada
1f0f1dc1b3 bundle swiper and sortable libs 2019-09-12 23:40:43 -07:00
dkanada
0aca394e1e bundle jquery and enable animations for metadata page 2019-09-12 04:01:53 -07:00
dkanada
26644c06c4 bundle libjass 2019-09-12 03:40:24 -07:00
dkanada
5a802c35b8 bundle howler using webpack 2019-09-12 03:24:10 -07:00
dkanada
d555840384 remove button enable util from legacy scripts 2019-09-11 22:16:27 -07:00
grafixeyehero
f2123d03cc fix folder style 2019-09-11 22:27:43 +03:00
dkanada
76ddb4d55f remove nonexistent define statements 2019-09-11 04:31:17 -07:00
dkanada
a1c66f31fc clean up some define statements 2019-09-11 03:22:22 -07:00
Bill Thornton
ed34530b1e Require hls.js from npm (#456)
* hlsjs

* Fix webpack libraryTarget config
2019-09-11 02:35:41 -07:00
dkanada
ea86b3f9e7 remove unused component 2019-09-08 01:51:25 -07:00
Bill Thornton
a61ef5bf30 Disable animations in editor sidebar 2019-09-07 00:24:51 -04:00
Anthony Lavado
0d17fcdfeb
Merge pull request #432 from grafixeyehero/metadataSidebar
Add icon to metadata editor side bar
2019-09-02 02:23:31 -04:00
Anthony Jean
c184bc6833 Add sorting for music albums in an artist's details page (#427) 2019-08-31 16:17:18 -07:00
grafixeyehero
2ffbc14cd7 add icon to metadata side bar 2019-08-31 17:41:56 +03:00
Joshua M. Boniface
c8f392bdd4
Merge pull request #343 from thornbill/webpack
Bundle npm dependencies using webpack
2019-08-27 11:33:57 -04:00
grafixeyehero
5fda5a8738 Change media info display (#386)
* Add btn more media info

* Add event listener

* change class and add close btn

* Add style

* Add event listener display

* hide btn

* remove media info form itemdetail page

* Add media templete

* cleanup unused stayle

* Add to context menu

* cleanup

* cleanup

* fix

* add todo to file path info

* allow admin and user to view the media info

* Add to strings

* Remove media info menu from book and music

* Remove splitVersions function

* Readd splitVersions function on item deatil page

* Remove unused elements

* double quotes & removing newlines

* minor style changes

* fix format and path info on itemdetails page

* update
2019-08-19 02:35:57 -07:00
dkanada
6978a9d9df clean up playback settings pages 2019-08-16 00:58:27 -07:00
dkanada
8bec0ad63d move all library pages to their own folders 2019-08-16 00:58:27 -07:00
Niklas Fäth
339b35cfb6
Enable blurred header 2019-08-07 14:45:24 +02:00
Bill Thornton
4b5aec42f7 Merge remote-tracking branch 'upstream/master' into webpack 2019-08-06 11:16:32 -04:00
dkanada
752212413c consolidate all library icons into a single method 2019-07-29 00:10:52 -07:00
dkanada
f3707153a0 add method to source device icons locally 2019-07-29 00:10:52 -07:00
Niklas Fäth
9cc0491e3a
Keep nav hidden on TV
Prevents focus of menu entries
2019-07-11 15:20:53 +02:00
Anthony Lavado
f936c04d15
Merge pull request #314 from oddstr13/pr-keyboard-navigation-1
Initial support for keyboard navigation (for webOS remote etc.)
2019-07-07 08:23:51 -04:00
dinki
8147f7847d Remove On Now PR fix 2019-07-03 09:37:05 -05:00
dinki
5f80642193 Fix homesection programs button to go to correct page 2019-07-02 14:17:36 -05:00
Chuck Connors
b592abbeff Add 'Series' button to Live TV menu off homesection (#372)
* Add Series button to main page

* Fix typo

* Fix typo
2019-07-01 10:14:28 -07:00
grafixeyehero
51a8569c15 Fix adminDrawerLogo 2019-06-30 01:08:11 +03:00
Anthony Lavado
aafb7c0be7
Merge pull request #366 from dkanada/margin
Minor fixes for section headers
2019-06-26 12:29:39 -04:00
dkanada
38bed87e92 minor fixes for section headers 2019-06-21 14:19:33 -07:00
Bill Thornton
1122b5b5d9 Simplify apploader code 2019-06-15 00:21:40 -04:00
vitorsemeano
8b09235e46 added getPlugins from NativeShellAPI 2019-06-10 22:42:57 -07:00
dkanada
de0b26fd61 fix highlight issue for active page on dashboard 2019-06-10 16:13:36 -07:00
dkanada
e6b60f99c4 add a hidden page to the dashboard menu 2019-06-10 15:56:56 -07:00
dkanada
e21763dfcd remove redundant advanced label 2019-06-10 15:25:07 -07:00
Anthony Lavado
edbe4c4345
Merge pull request #326 from grafixeyehero/icon
Fix icon
2019-05-23 20:06:23 -04:00
Bill Thornton
61de82e7fe Disable animations in jstree for jQuery slim support 2019-05-22 15:19:19 -04:00
Bill Thornton
fa50f3521c Add webpack bundle for external dependencies 2019-05-22 15:18:17 -04:00
Bill Thornton
ac98d7100f Deuglify apploader.js 2019-05-22 14:49:57 -04:00
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
grafixeyehero
7e0100ef3f update icon 2019-05-17 21:29:31 +03:00
grafixeyehero
f2ef23c9a8 update icon 2019-05-17 01:18:13 +03:00
grafixeyehero
93be06bdd4 update icon 2019-05-16 04:33:57 +03:00
grafixeyehero
c8e695f9c6 Fix secondery title position and show year on tv show ui 2019-05-15 23:01:54 +03:00
Odd Stråbø
1341a53543 Add initial support for keyboard navigation
see #303
2019-05-11 10:11:26 +02:00
Odd Stråbø
747201a6c7 Various fixes for webOS 3.3 2019-05-05 23:55:42 +02:00
vitorsemeano
3377042ad3 multiple modules resolution 2019-05-03 22:50:59 +01:00
vitorsemeano
1da48cd363 removed all vibrant references (dead module) 2019-05-03 22:50:59 +01:00
vitorsemeano
ede8b3397d cleanup data-require in views 2019-05-03 22:46:15 +01:00
vitorsemeano
5662841c2c deuglify dlnaprofile.js 2019-05-03 22:46:15 +01:00
vitorsemeano
b293f6e0f9 multiple modules resolution 2019-05-03 22:35:47 +01:00
vitorsemeano
efa3ff1730 module appSettings renamed 2019-05-03 22:35:47 +01:00
Joshua M. Boniface
8b703187d0
Merge pull request #292 from dkanada/auto
Fix some issues with the user preference page
2019-04-30 23:50:05 -04:00
Joshua M. Boniface
a80067859d
Merge pull request #265 from dkanada/docs
Update links for most of the old documentation
2019-04-30 23:48:36 -04:00
Joshua M. Boniface
8f2c33eaa5
Merge pull request #238 from dkanada/res
Remove unusable assets and update a string reference to connect
2019-04-30 23:47:36 -04:00
Joshua M. Boniface
12589460cf
Merge pull request #297 from jellyfin/release-10.3.z
Backmerge for 10.3.2 release
2019-04-30 23:35:40 -04:00
redSpoutnik
4d8ec5b466
Merge branch 'master' into synchronize-subtitles 2019-04-30 20:58:51 +02:00
Joshua M. Boniface
a6f942a99f
Merge pull request #291 from bugfixin/autoplaydetect404
Correct 404 on autoPlayDetect.js
2019-04-29 23:08:46 -04:00
dkanada
588c8c8fc7 fix some issues with the user preference page 2019-04-26 20:39:43 -07:00
bugfixin
02ad6c51af Change reference to correct autoplaydetect file 2019-04-26 23:36:00 +00:00
dkanada
6c7d64b4de remove unnecessary route 2019-04-25 11:16:11 -07:00
dkanada
05a1beebaf move livetv controller to the old location 2019-04-25 11:16:01 -07:00
dkanada
99a79b62e1 update links for new documentation 2019-04-22 09:29:06 -07:00
Bond-009
df3d3bc7d3
Merge pull request #256 from jellyfin/release-10.3.z
Backmerge release 10.3.0
2019-04-20 12:27:46 +02:00
dkanada
58dd96bdea remove old require statement for staticbackdrops 2019-04-10 01:07:26 -07:00
redSpoutnik
415ec9e91b add subtitleSync overlay in separated folder 2019-04-08 20:31:18 +02:00
dkanada
3f4b750288 move list page to the usual location 2019-04-06 00:24:30 -07:00
dkanada
3eec1cf2f7 move device routes to the usual location 2019-04-06 00:24:30 -07:00
dkanada
e4590b4898 fix some broken and unused elements on the plugin pages 2019-04-06 00:17:33 -07:00
dkanada
3b0b5228fe deminify the installed plugin page 2019-04-06 00:17:18 -07:00
dkanada
16faeb05fe remove duplicate button for user preferences 2019-03-29 23:52:45 -07:00
Joshua M. Boniface
3cc379d0bf
Merge pull request #211 from LogicalPhallacy/passwordresetimprovements
Adds web options to support better password resets
2019-03-29 18:24:55 -04:00
vitorsemeano
ac13bcb43e force emby-button load before routes 2019-03-28 22:40:36 +00:00
vitorsemeano
d751ff2c19 module resolution for htmlMediaHelper 2019-03-28 21:41:00 +00:00
vitorsemeano
7253406177 module resolution for images modules 2019-03-28 21:41:00 +00:00
vitorsemeano
f56a82b800 module resolution for loading, page and playerSelectionMenu 2019-03-28 21:41:00 +00:00
vitorsemeano
52af8d487e module resolution for scroller 2019-03-28 21:35:32 +00:00
vitorsemeano
d57629d90f module resolution for serverNotifications 2019-03-28 21:35:32 +00:00
vitorsemeano
ba89941fce module resolution for toast and serverRestartDialog 2019-03-28 21:35:32 +00:00
vitorsemeano
578a1670f4 module resoltion for viewContainer 2019-03-28 21:35:32 +00:00
vitorsemeano
a03502646c bug fixes for headroom 2019-03-28 21:35:32 +00:00
vitorsemeano
4a5fc817fb module resolution for viewManager 2019-03-28 21:35:32 +00:00
vitorsemeano
00c875b893 module resolution for headroom 2019-03-28 21:35:31 +00:00
vitorsemeano
86c19ee4a3 module resolution for fullscreenManager 2019-03-28 21:35:31 +00:00
vitorsemeano
e0ac97c109 remove duplicated component viewcontainer-lite 2019-03-28 21:35:31 +00:00
vitorsemeano
ecf316d671 removed polyfill fetch 2019-03-28 21:35:31 +00:00
vitorsemeano
afde8bebe7 removed module emby-linkbutton: same as emby-button 2019-03-28 21:35:31 +00:00
Vasily
6c3814f014
Apply suggestions from code review
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-27 13:42:01 -07:00
Joshua M. Boniface
535f3dbbad
Merge pull request #205 from dkanada/eslint
Move assets and third party libs out of components and update some strings
2019-03-27 16:28:48 -04:00
Vasily
e01feca025
Deuglify
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-27 10:02:48 -07:00
LogicalPhallacy
78ca7e48d1
Merge pull request #3 from LogicalPhallacy/master
update to current master
2019-03-25 22:21:38 -07:00
Phallacy
0fe1d350e6 removes useless connectlinktype check 2019-03-25 00:30:45 -07:00
Vasily
4144d929e7
Apply suggestions from code review
adding justaman's fixes

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-23 23:47:31 -07:00
dkanada
4df59cc345 move thirdparty libs and assets out of components folder 2019-03-23 22:25:18 -07:00
dkanada
c1649d6e65 fix theme videos option always enabled 2019-03-23 22:25:18 -07:00
dkanada
161892a54e create new directory for image assets 2019-03-23 22:25:18 -07:00
Joshua M. Boniface
fe71fc31c4
Merge branch 'master' into master 2019-03-24 01:01:55 -04:00
vitorsemeano
4a4a9fb1de removed unused dlnaserversettings route 2019-03-22 23:49:37 +00:00
vitorsemeano
b4257bfda8 optimizing defineRoute in routes.js 2019-03-22 23:48:38 +00:00
vitorsemeano
cc0e19c6bd fix identation for routes.js 2019-03-22 23:48:38 +00:00
vitorsemeano
0b71b0b493 fixed some bugs with merge from upstream 2019-03-22 23:47:19 +00:00
vitorsemeano
f54a751a9d module resolution for autoPlayDetect 2019-03-22 23:46:22 +00:00
vitorsemeano
32d9a1549d removed all unecessary polifys 2019-03-22 23:45:45 +00:00
vitorsemeano
9ad29733bf refactor and module resolution for appStorage 2019-03-22 23:44:33 +00:00
vitorsemeano
be505da8ac cleanup and module resolution in webpack for skinManager 2019-03-22 23:44:07 +00:00
vitorsemeano
9c758a8d85 module resolution for appRouter and moved controllers to dir 2019-03-22 23:43:05 +00:00
Phallacy
dba9b60800 added ui stuff for password reset pr 2019-03-22 00:12:01 -07:00
vitorsemeano
e82bd8b744 merge from upstream 2019-03-21 21:46:55 +00:00
Joshua M. Boniface
5864c0f5fd
Merge pull request #172 from dkanada/webpath
Add web path as config option
2019-03-21 09:06:50 -04:00
dkanada
bf95e6016f
apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-03-20 14:48:59 -07:00
Vasily
22649b66a6
Apply suggestions from JustAMan code review
https://www.youtube.com/watch?v=-CmadmM5cOk

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-19 23:12:23 -07:00
dkanada
65fafe9c58 remove registration services 2019-03-19 17:03:51 -07:00
dkanada
886dec1174 remove all sync and convert buttons 2019-03-19 17:03:47 -07:00
vitorsemeano
19cb905d5a removed require for cordova apphost 2019-03-17 23:23:59 +00:00
vitorsemeano
91ef01cbc0 removed require for cordova externalPlayer 2019-03-17 21:42:36 +00:00
Claus Vium
447ec2c3ab Return inner promise in init require 2019-03-17 22:24:49 +01:00
Phallacy
dab41fe6e1 made the main save and load methods that I modified more legible 2019-03-17 01:13:12 -07:00
vitorsemeano
01d82010ed cleanup for mediaSession require 2019-03-17 00:32:15 +00:00
vitorsemeano
7fc4165b53 remove some require modules of cordova 2019-03-16 22:56:55 +00:00
vitorsemeano
01d38d04ba removed require for module cordova filedownloader 2019-03-16 21:49:05 +00:00
vitorsemeano
856d87a9b2 clean filerepository and transfermanager requires 2019-03-16 21:21:40 +00:00
vitorsemeano
8b6b9974c7 removed require for cordova appshortcuts 2019-03-16 19:34:19 +00:00
vitorsemeano
164bba2faf removed require for module cordova localsync 2019-03-16 19:26:30 +00:00