summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disable checkboxes during save op to avoid race conditionsArthur Schiwon2016-12-082-2/+17
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix some coding style and stricter comparisons, makes scrutinizer happierArthur Schiwon2016-12-082-4/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* also handle can-edit changeArthur Schiwon2016-12-081-0/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* flicker-free permission change in share dialogArthur Schiwon2016-12-082-63/+132
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2016-12-0826-6/+88
|
* Increase version string to 11,0,0,6Lukas Reschke2016-12-071-1/+1
|
* Merge pull request #2549 from nextcloud/increase-version-to-rcLukas Reschke2016-12-071-1/+1
|\ | | | | Increase versionto 11 RC1
| * Increase versionto 11 RC1Lukas Reschke2016-12-071-1/+1
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2542 from nextcloud/followup-2516-undefined-providerLukas Reschke2016-12-071-10/+12
|\ | | | | Make sure $provider is defined when we use it
| * Make sure $provider is defined when we use itJoas Schilling2016-12-071-10/+12
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-078-80/+216
|
* Merge pull request #2530 from ↵blizzz2016-12-062-1/+4
|\ | | | | | | | | nextcloud/fix-change-permissions-mail-shares-on-folder fix change permission on mail shares of folders
| * fix type in jsdocArthur Schiwon2016-12-061-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * set different permissions if file or folderArthur Schiwon2016-12-061-3/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * set full edit permissionsArthur Schiwon2016-12-061-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix change permission on mail shares of foldersArthur Schiwon2016-12-061-4/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #2532 from nextcloud/token-dropdownBjörn Schießle2016-12-062-0/+15
|\ \ | | | | | | Fix apppassword dropdown issues
| * | hide token configure menu when clicking outside itRobin Appelman2016-12-061-1/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | hide all other token dropdowns when showing oneRobin Appelman2016-12-061-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | center arrow for token dropdownRobin Appelman2016-12-061-0/+5
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2524 from nextcloud/fix-db-selectionRoeland Jago Douma2016-12-062-14/+29
|\ \ | | | | | | Fix db selection design and fix #2511
| * | Fix db selection design and fix #2511John Molakvoæ (skjnldsv)2016-12-062-14/+29
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #2519 from nextcloud/404-versions-downloadRoeland Jago Douma2016-12-061-1/+9
|\ \ | |/ |/| Show nice error page for not available versions
| * Show nice error page for not available versionsMorris Jobke2016-12-051-1/+9
| | | | | | | | | | | | * fixes #1464 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2513 from nextcloud/fix-htaccess-checksRoeland Jago Douma2016-12-063-3/+6
|\ \ | | | | | | Properly check the data dir
| * | Properly check the data dirMorris Jobke2016-12-053-3/+6
| |/ | | | | | | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2521 from nextcloud/config-switchesRoeland Jago Douma2016-12-063-1/+15
|\ \ | | | | | | Document updater channel & check for correct PHP version in updater
| * | Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-063-1/+15
| | | | | | | | | | | | | | | | | | * see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-06100-426/+396
|/ /
* | Merge pull request #2520 from nextcloud/replace-stringMorris Jobke2016-12-052-3/+9
|\ \ | | | | | | Check for nextcloud version as well
| * | Check for nextcloud version as wellLukas Reschke2016-12-052-3/+9
| | | | | | | | | | | | | | | | | | The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #497 from nextcloud/postgres-setup-no-adminMorris Jobke2016-12-052-39/+50
|\ \ \ | | | | | | | | handle postgres setup when we cant connect as admin
| * | | handle postgres setup when we cant connect as adminRobin Appelman2016-12-052-39/+50
| | | |
* | | | Merge pull request #2505 from nextcloud/sudo-mode-provisioning-apiMorris Jobke2016-12-055-7/+130
|\ \ \ \ | | | | | | | | | | Require sudo mode on the provisioning API
| * | | | Set last-login-check on basic authRoeland Jago Douma2016-12-052-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the last-login-check fails hard because the session value is not set and thus defaults to 0. * Started with tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Require sudo mode on the provisioning APIJoas Schilling2016-12-053-7/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #2516 from nextcloud/graceful_no_share_providerMorris Jobke2016-12-051-8/+34
|\ \ \ \ \ | |_|_|/ / |/| | | | Handle unavailable share providers more graceful
| * | | | Handle unavailable share providers more gracefulRoeland Jago Douma2016-12-051-8/+34
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | If the sharebymail app (or the federatedshareprovider app) are disabled this kills a lot of stuff. So we should handle a share provider not begin available a bit more graceful. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2509 from nextcloud/sudo-mode-for-app-enablingLukas Reschke2016-12-055-0/+38
|\ \ \ \ | | | | | | | | | | Add sudo mode to enabling and disabling apps
| * | | | Add sudo mode to enabling and disabling appsLukas Reschke2016-12-055-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible. Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic) Ref https://github.com/nextcloud/server/issues/2487 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #2484 from nextcloud/fix-wrong-update-of-email-addressChristoph Wurst2016-12-052-7/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | | make sure that we only update the email address if it really changed
| * | | | make sure that we only update the email address if it really changedBjoern Schiessle2016-12-022-7/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #2508 from nextcloud/systemtags-dropdown-styleMorris Jobke2016-12-051-0/+19
|\ \ \ \ \ | | | | | | | | | | | | improve systemtags selector styling
| * | | | | improve systemtags selector stylingRobin Appelman2016-12-051-0/+19
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke2016-12-057-1/+192
|\ \ \ \ \ | |_|_|/ / |/| | | | Move lately used tags to the top
| * | | | Make sure the object exists before adding it.Joas Schilling2016-11-071-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Also sort the tags in the filterJoas Schilling2016-11-071-0/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Sort tags by name on the admin pageJoas Schilling2016-11-071-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | First list tags the user used latelyJoas Schilling2016-11-075-1/+150
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #2496 from nextcloud/add-activities-for-favorite-managemetMorris Jobke2016-12-059-23/+605
|\ \ \ \ \ | | | | | | | | | | | | Add an activity when managing favorites