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

6279 commits

Author SHA1 Message Date
dkanada
1967d248a7 reimplement page to add server 2019-01-12 13:38:05 +09:00
Joshua M. Boniface
9222f8b15b
Merge pull request #20 from drago-96/thumbs-itemdetails
Show album thumbnail and artist image in page itemdetail
2019-01-11 23:30:00 -05:00
Joshua M. Boniface
4dc4a26719
Merge pull request #13 from dkanada/android
Send android clients to select server before login
2019-01-11 23:24:15 -05:00
Joshua M. Boniface
d2c6840ceb
Merge pull request #12 from grafixeyehero/master
Fix return from PIN reset to index.html
2019-01-11 23:23:06 -05:00
Joshua M. Boniface
4cab2dd289
Merge pull request #6 from EraYaN/dev
Make icon into proper ico and large PNG
2019-01-11 23:22:15 -05:00
Joshua M. Boniface
1a3b3bfa71
Merge pull request #1 from cvium/deuglify_webcomponents
Change webcomponents to non-minified version
2019-01-11 23:21:24 -05:00
Joshua Boniface
2bb69b68d4 Add Master codeowners
In conjunction with branch protection rules, this will require
approval from the Org owners (myself or @nvllsvm) before a merge
can be accepted.
2019-01-11 23:13:58 -05:00
Joshua M. Boniface
6a15a98e28
Merge pull request #19 from JustAMan/git-attrs
Set union merge for CONTRIBUTORS.md
2019-01-11 22:08:40 -05:00
Riccardo Zanotto
6d1d6edeb4 Show album thumbnail and artist image in page itemdetail 2019-01-11 18:16:10 +01:00
Vasily
525ad1cfc5 Set union merge for CONTRIBUTORS.md 2019-01-11 20:06:35 +03:00
Vasily
8cc83f8869
Merge branch 'dev' into master 2019-01-11 20:01:20 +03:00
grafixeyehero
595d6d516c add grafixeyehero to contributors
CONTRIBUTORS
2019-01-11 19:46:11 +03:00
cvium
6651a62ca6 dashboardpage review comments 2019-01-11 17:13:48 +01:00
Vasily
b0c218c49f
Update src/components/tvproviders/xmltv.js
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-01-11 15:42:46 +01:00
Vasily
dd3d5ef9dc
simplify ternary expression
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-11 23:12:11 +09:00
Vasily
3eb533d4bb
improve readability of logout function
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-11 23:11:36 +09:00
dkanada
3c0dbeedd5 send android clients to select server before login 2019-01-11 16:13:57 +09:00
Joshua M. Boniface
754d68a286
Merge pull request #7 from hawken93/fix_522
Fix firefox failing to set password for users with no password set
2019-01-10 22:29:55 -05:00
Joshua M. Boniface
5b21303e26
Merge pull request #4 from cvium/fix_userprofile
Fix user profile regression
2019-01-10 21:11:37 -05:00
grafixeyehero
92544483ed fix return page
fix return page to index.html #11
2019-01-11 00:47:02 +03:00
cvium
1e45473b54 added cvium to CONTRIBUTORS 2019-01-10 22:26:00 +01:00
cvium
58264c5046 cursory post-deuglification clean-up 2019-01-10 22:10:45 +01:00
hawken
039c5ffdda Fix 522 2019-01-10 20:53:46 +00:00
cvium
dee0e6a5c7 deuglification 2019-01-10 21:37:02 +01:00
cvium
c93cd26774 xmltv cleanup 2019-01-10 21:34:44 +01:00
cvium
8a4d86df62 remove premiere stuff and fix lingering js crashes 2019-01-10 21:13:18 +01:00
cvium
4dbb912ff4 add paths back 2019-01-10 21:12:58 +01:00
Erwin de Haan
b8046bc24f Made icon into proper icon file, left large favicon.png for modern browsers. 2019-01-10 20:23:03 +01:00
cvium
76b9411d6c remove always-true showImageEditing variable 2019-01-10 19:21:23 +01:00
cvium
670371de64 post-deuglification cleanup 2019-01-10 19:16:31 +01:00
cvium
e82a93c813 deuglify myprofile.js 2019-01-10 18:53:37 +01:00
cvium
9c395cc468 fix profile editing on user profile page 2019-01-10 18:47:52 +01:00
Vasily
500cfe2052 Apply back Jellyfin changes 2019-01-10 15:42:55 +03:00
Vasily
de6ac33ec1 Unminify using 1.5.323
Repo with tag: https://github.com/MediaBrowser/emby-webcomponents/tree/1.5.323
2019-01-10 15:42:01 +03:00
Erwin de Haan
4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01:00
Joshua M. Boniface
09513af31b Merge pull request #491 from sparky8251/fix-user-profile
Fix userprofile.js crash
2019-01-08 18:04:37 -05:00
bfayers
a203179e7e link to rtfd contributing page rather than just the github repo 2019-01-07 18:39:04 +00:00
Sparky
a4c8c131b1 Fix userprofile.js crash
Fixes #483

Crash caused the endless loading circle.

Crash prevented password changes, icon updates, and easy pin code changes.
2019-01-07 12:19:59 -05:00
Anthony Lavado
d270bfdbb2 Apply branding to index, improve icons, fix theme colour
- For index.html, set the Chrome title bar on mobile to the background #101010 instead of the blue. It also adds a better "one size fits all" Apple Touch icon declaration. The Open Graph description is updated to our tagline instead of the original.
- For manifest.json, restructures the file, sets the background #101010 to the theme colour, and fixes the capitalization on the description.
- For touchicon.png, this is just an enhanced version with the background applied, and a margin so it doesn't get cut off on home screens.
2019-01-07 00:38:26 -05:00
Andrew Rabert
a0109fc505 Remove broken paths section 2019-01-06 23:13:32 -05:00
Andrew Rabert
0e99b9228d Remove unused
Also stop disable the loading indicator at the end of execution
2019-01-06 23:06:23 -05:00
Andrew Rabert
cfa70b92f5 Disable product news 2019-01-06 22:36:25 -05:00
Andrew Rabert
ef819f142b Disable unimplemented updates 2019-01-06 22:32:14 -05:00
Andrew Rabert
ee548f1580 Shrink bottom padding 2019-01-06 21:41:04 -05:00
Andrew Rabert
caa9f1491e Use white for active tab color
Also make the colors in TV mode the same as on web.
2019-01-06 21:18:07 -05:00
Andrew Rabert
f8e655e295 Darken background color 2019-01-06 21:17:37 -05:00
Andrew Rabert
481cec5a74 Make header color consistent with main background 2019-01-06 21:17:23 -05:00
Sparky
df14540b7c Change UI accents, update artwork
Replaced "Emby Green" with blue taken from artwork.

Replaced artwork.

Kept old "Emby Green" themes for future reuse and renamed them "classic".

Removed CSS element that was making the Jellyfin banner too small.
2019-01-06 20:47:58 -05:00
cvium
bef8c4189b Readded launch web browser 2019-01-06 08:55:46 +01:00
cvium
53523808f6 missed some things 2019-01-05 23:14:06 +01:00