Commit Graph

40 Commits

Author SHA1 Message Date
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 adc74d852a Merge pull request #36 from dkanada/fullscreen
Open videos in fullscreen on android devices
2019-01-19 18:48:22 +03: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
hawken cba0968358 fix pagination to negative pages bug 2019-01-16 22:12:23 +00:00
Joshua M. Boniface a2c008a7cf Merge pull request #8 from cvium/remove_premiere_fix_crashes
Remove premiere stuff and fix crashes caused by earlier removals
2019-01-16 12:00:16 -05:00
cvium cc751aa312 remove trailing whitespace 2019-01-15 22:45:39 +01:00
dkanada e322ebaf05 open videos in fullscreen on android devices 2019-01-15 19:53:30 +09:00
cvium 790cb3f32c last review comments 2019-01-14 22:52:33 +01:00
Joshua M. Boniface 52cd371b51 Merge pull request #30 from dkanada/iap
Remove iap and simplify registrationservices
2019-01-13 13:09:00 -05:00
dkanada 4b89f85d61 remove iap and simplify registrationservices 2019-01-13 16:57:08 +09:00
cvium 0d6c45173b fix typo 2019-01-12 20:09:24 +01:00
cvium f27ff18cd1 fixed indentation and if statement 2019-01-12 20:06:26 +01:00
Riccardo Zanotto b7e857127c Fix spinning circle at the end of config wizard.
Adds some functions to navigate directly to url, instead of relatively.
2019-01-12 12:41:01 +01:00
dkanada 810fee21ab deminify addserver script 2019-01-12 13:41:05 +09:00
dkanada 20286dd81e remove some connect references 2019-01-12 13:41:05 +09:00
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
Riccardo Zanotto 6d1d6edeb4 Show album thumbnail and artist image in page itemdetail 2019-01-11 18:16:10 +01:00
Vasily 8cc83f8869 Merge branch 'dev' into master 2019-01-11 20:01:20 +03:00
cvium 6651a62ca6 dashboardpage review comments 2019-01-11 17:13:48 +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
grafixeyehero 92544483ed fix return page
fix return page to index.html #11
2019-01-11 00:47:02 +03: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 8a4d86df62 remove premiere stuff and fix lingering js crashes 2019-01-10 21:13:18 +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
Erwin de Haan 4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01:00