summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove exception for Chrome on MobileLukas Reschke2016-11-241-9/+0
* Merge pull request #2321 from nextcloud/lint-php7.1Roeland Jago Douma2016-11-241-0/+9
|\
| * Run syntex test for php7.1Roeland Jago Douma2016-11-241-0/+9
|/
* Merge pull request #2319 from nextcloud/php-7.1rc6Roeland Jago Douma2016-11-241-2/+2
|\
| * Bump php7.1 container to RC6Roeland Jago Douma2016-11-241-2/+2
* | Merge pull request #2301 from nextcloud/pass-confirm-cookie-loginRoeland Jago Douma2016-11-241-4/+3
|\ \
| * | fix password check when using remember me loginRobin Appelman2016-11-241-4/+3
* | | Merge pull request #2243 from nextcloud/file-drop-wordingRoeland Jago Douma2016-11-241-1/+1
|\ \ \
| * | | fix wording of File drop, ref #2207Jan-Christoph Borchardt2016-11-221-1/+1
* | | | Merge pull request #2316 from nextcloud/fix-personal-loading-iconRoeland Jago Douma2016-11-242-5/+5
|\ \ \ \
| * | | | Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-242-5/+5
|/ / / /
* | | | Merge pull request #2306 from nextcloud/dont-log-user-passwordMorris Jobke2016-11-242-9/+21
|\ \ \ \
| * | | | Don't log the user password in case something goes wrongJoas Schilling2016-11-242-9/+21
| | |_|/ | |/| |
* | | | Merge pull request #2307 from nextcloud/better-filter-on-appstoreblizzz2016-11-245-12/+1952
|\ \ \ \
| * | | | Also show updates on the "enabled" pageLukas Reschke2016-11-241-0/+6
| * | | | Loop for newest version in appstore responseLukas Reschke2016-11-244-12/+1946
| |/ / /
* | | | Merge pull request #2313 from nextcloud/fix-namingMorris Jobke2016-11-244-15/+15
|\ \ \ \
| * | | | fix some outdated namingJan-Christoph Borchardt2016-11-244-15/+15
* | | | | Merge pull request #2309 from nextcloud/fix-faviconsLukas Reschke2016-11-245-5/+5
|\ \ \ \ \
| * | | | | fix favicon viewbox, remove decimalsJan-Christoph Borchardt2016-11-245-5/+5
* | | | | | Merge pull request #2224 from nextcloud/fix-visibility-switcherLukas Reschke2016-11-243-2/+3
|\ \ \ \ \ \
| * | | | | | Make Christoph happierLukas Reschke2016-11-211-1/+1
| * | | | | | Fix visibility switcher for avatarLukas Reschke2016-11-212-1/+2
* | | | | | | Merge pull request #2302 from nextcloud/register-command-error-handlingLukas Reschke2016-11-242-3/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | handle errors in apps while registering commandsRobin Appelman2016-11-242-3/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2299 from nextcloud/oc-mounts-non-existing-userLukas Reschke2016-11-241-3/+6
|\ \ \ \ \ \
| * | | | | | filter out oc_mounts results from non existing usersRobin Appelman2016-11-241-3/+6
| |/ / / / /
* | | | | | Merge pull request #2305 from nextcloud/fix_previews_federated_sharesMorris Jobke2016-11-241-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix previews for federated sharesRoeland Jago Douma2016-11-241-1/+2
| |/ / / /
* | | | | Merge pull request #2303 from nextcloud/password-check-improvementsMorris Jobke2016-11-242-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | show dialog again of operation failedBjoern Schiessle2016-11-241-0/+1
| * | | | set focus on input fieldBjoern Schiessle2016-11-241-0/+1
|/ / / /
* | | | Merge pull request #2296 from nextcloud/nitpicking-on-federation-admin-sectionLukas Reschke2016-11-241-3/+3
|\ \ \ \
| * | | | Fix some language issues in the federation admin panelJoas Schilling2016-11-241-3/+3
* | | | | Merge pull request #2290 from nextcloud/placeholder-typo-public-link-activityRoeland Jago Douma2016-11-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix placeholder typo in public link activityJoas Schilling2016-11-231-1/+1
* | | | | Merge pull request #2283 from nextcloud/no-padding-if-no-settings-areaJulius Härtl2016-11-232-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove padding from apps navigation if there is no settings areaMorris Jobke2016-11-232-0/+8
* | | | | Merge pull request #2233 from nextcloud/change-link-to-11Lukas Reschke2016-11-231-1/+1
|\ \ \ \ \
| * | | | | Update link to the docs to 11Lukas Reschke2016-11-221-1/+1
* | | | | | Merge pull request #2286 from nextcloud/ldap_password_pr-1Lukas Reschke2016-11-2315-6/+507
|\ \ \ \ \ \
| * | | | | | Add testsLukas Reschke2016-11-237-1/+268
| * | | | | | restore ldap_password_prroot2016-11-2311-6/+240
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2247 from nextcloud/avatar-fallbackRoeland Jago Douma2016-11-232-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix unit testsMorris Jobke2016-11-231-2/+2
| * | | | | use ? instead of X for avatar name fallbackJan-Christoph Borchardt2016-11-221-3/+3
* | | | | | Merge pull request #2242 from nextcloud/fix-installation-spinnerMorris Jobke2016-11-231-2/+2
|\ \ \ \ \ \
| * | | | | | show installation spinner correctly, fix #2129Jan-Christoph Borchardt2016-11-221-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2281 from nextcloud/fix-translationMorris Jobke2016-11-232-4/+4
|\ \ \ \ \ \
| * | | | | | Fix language typoJoas Schilling2016-11-232-4/+4