Vasily
41141a9e7a
Merge pull request #65 from cvium/fix_profile_page_image
...
Fix profile image not being shown on profile page
2019-01-24 15:40:10 +03:00
Claus Vium
f715ac7ca2
Fix profile image not being shown on profile page
2019-01-24 07:39:22 +01:00
Joshua M. Boniface
82fce1232c
Merge pull request #56 from dkanada/i18n
...
Use English for fallback translations and clean up language files
2019-01-23 22:24:39 -05:00
Joshua M. Boniface
094c1deae9
Merge pull request #49 from jellyfin/release-10.1.0
...
Release 10.1.0
2019-01-22 13:05:08 -05:00
dkanada
8a59ae79dc
remove duplicates from british language and add todo
2019-01-23 01:52:20 +09:00
dkanada
4a69383765
remove english strings from other languages in emby-webcomponents
2019-01-22 17:32:30 +09:00
dkanada
1a9bd39c4f
remove english strings from other languages in core
2019-01-22 17:31:42 +09:00
Andrew Rabert
2203f5d4ce
Merge pull request #54 from sparky8251/release-10.1.0
...
Add back button to server dashboard
2019-01-21 21:10:17 -05:00
Sparky
59a4baab72
Add back button to server dashboard
2019-01-21 20:52:56 -05:00
Joshua M. Boniface
2779621e37
Merge pull request #53 from Bond-009/users
...
Fix user tabs color
2019-01-21 16:34:26 -05:00
Bond_009
e4392078ab
Fix user tabs
2019-01-21 20:01:38 +01:00
Joshua M. Boniface
e2fbc429e0
Merge pull request #52 from Bond-009/progress
...
Fix progress color
2019-01-21 13:23:44 -05:00
Bond_009
7b3b57bd80
Fix progress color
2019-01-21 17:55:19 +01:00
dkanada
c1a8f91a2b
use en-us as default translation if language or key is missing
2019-01-21 20:44:04 +09:00
Andrew Rabert
b4d9b37cbd
Merge pull request #46 from dkanada/removetwo
...
minor changes to navbar elements
2019-01-20 20:37:18 -05:00
Andrew Rabert
4d4f621f38
Merge pull request #29 from ViXXoR/imageupload-fixes
...
Cleaning up imageuploader
2019-01-20 20:35:16 -05:00
Andrew Rabert
412c53b087
Merge pull request #43 from taconaut/feature/FilterVideosByAudioStreamLanguage
...
Filter videos by audio stream language
2019-01-20 20:34:26 -05:00
Andrew Rabert
16e46d065c
Merge pull request #45 from cvium/fix_data_backbutton
...
Fix data-backbutton logic
2019-01-20 20:34:13 -05:00
Joshua M. Boniface
8242a6277f
Merge pull request #48 from nvllsvm/hide_sync
...
Remove Sync code
2019-01-20 18:57:12 -05:00
Andrew Rabert
ca10eef36a
Remove Sync code
2019-01-20 18:31:12 -05:00
dkanada
c2ddda7afc
remove metadata manager from navbar
2019-01-20 23:32:17 +09:00
dkanada
3b271ca3b7
move profile to top of user settings
2019-01-20 23:21:09 +09:00
dkanada
925e4a4ba5
improvements to icons and strings on several pages
2019-01-20 23:19:54 +09:00
Claus Vium
933505cb2e
Add back button to metadata manager
2019-01-20 15:05:26 +01:00
dkanada
7ac964fca0
minor changes to navbar elements
2019-01-20 17:33:48 +09:00
Claus Vium
47f5cd330f
Fix data-backbutton logic
2019-01-20 09:07:28 +01:00
Joshua M. Boniface
791d1ea373
Merge pull request #44 from cvium/fix_library_content_type
...
Remove filter from library collection type options
2019-01-20 00:20:03 -05:00
Joshua M. Boniface
d241877853
Merge pull request #42 from nkmerrill/backdropfix
...
Fixed Home Backdrop Not Loading
2019-01-20 00:17:35 -05:00
Joshua M. Boniface
0977259fdd
Merge pull request #39 from sparky8251/fix-inconsistent-back-button
...
Remove back button from dashboard and metadata manager
2019-01-20 00:16:48 -05:00
Joshua M. Boniface
88c1b112e3
Merge branch 'dev' into fix-inconsistent-back-button
2019-01-20 00:15:51 -05:00
Joshua M. Boniface
b1f8bb93a3
Merge branch 'dev' into imageupload-fixes
2019-01-20 00:13:38 -05:00
Joshua M. Boniface
f28b16ce45
Merge pull request #37 from dkanada/remove
...
Remove broken features from web interface
2019-01-19 21:33:16 -05:00
Claus Vium
a04ba7b3a9
Remove filter from library collection type options
2019-01-19 21:45:52 +01:00
Vasily
4f6102d68e
Cleanup bindMenuEvents
...
Suggested bu @Vasily
2019-01-19 12:54:32 -05:00
Sparky
91b7161993
"Fix" Back updateBackButton evaluation
2019-01-19 12:44:30 -05:00
Sparky
036cf6ef95
Fix broken hamburger menu
2019-01-19 12:44:30 -05:00
Sparky
d090ac8d72
Fix up some additional deuglification failures
...
Replaced += on some strings
Declared `var i`in for loops rather than just using `i`
Fixed left over nest if, changed to else if
Switched to `===` for string to string comparisons
Unfurled ternary operator deuglification missed
...Applied suggestions from code review...
2019-01-19 12:44:30 -05:00
Sparky
858decb4bb
Removed back button from dashboard and metadata manager
2019-01-19 12:44:30 -05:00
Sparky
84dd50e995
Manual cleanup of deuglification
...
Deuglification
2019-01-19 12:44:30 -05:00
Sparky
4c0170535d
Initial Deuglification
...
Need to clean up afterwards.
2019-01-19 12:44:30 -05:00
Vasily
7417b844f0
Merge pull request #27 from hawken93/fix_503
...
Stop pagination and adding a library from being able to trigger multiple times
2019-01-19 19:51:06 +03:00
Vasily
db52db1968
add suggested changes to improve formatting
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-20 00:55:34 +09:00
Vasily
adc74d852a
Merge pull request #36 from dkanada/fullscreen
...
Open videos in fullscreen on android devices
2019-01-19 18:48:22 +03:00
Philippe
11cedaa7e4
Support Frontend audio language filter selection jellyfin#617
...
Show audio languages filter if any have been received in get filters call
Localized audio languages filter header in three languages
2019-01-19 16:48:11 +01:00
dkanada
fe54e713f3
fix connect return value and promise issue
2019-01-20 00:39:31 +09:00
Nicholos Merrill
ccbb5a00e9
Changed backdrop initialization module to load on page show instead of
...
before page show so that home page does continues to load backdrop image
even after changing page.
Also added my name to contributors.
2019-01-19 02:52:02 -07:00
hawken
e9fdcd2807
prettify a bit and add comment in medialibrarycreator.js
2019-01-16 22:12:24 +00:00
hawken
dfcad4992b
Add loading and disable submit event while adding library folder
2019-01-16 22:12:23 +00:00
hawken
92aa36de0b
fix formatting in moviecollections/movies.js
2019-01-16 22:12:23 +00:00
hawken
5ef8a2e1cc
missing space in userpasswordpage.js
2019-01-16 22:12:23 +00:00