summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-022-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-022-2/+2
|
* Add using casing check/fix for initMountPointsVincent Petry2016-11-028-13/+154
|
* Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-024-13/+20
|\ | | | | Allow setting a maximun number of buckets for multibucket
| * Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-024-13/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1943 from nextcloud/log-query-builder-queriesLukas Reschke2016-11-027-12/+222
|\ \ | | | | | | Log QueryBuilder queries
| * | Add testsLukas Reschke2016-11-022-0/+139
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Inject config and loggerJoas Schilling2016-11-024-13/+51
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix missing update of session, when it was already used.Joas Schilling2016-11-022-2/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1511 from nextcloud/master-kill-upload-limitRoeland Jago Douma2016-11-026-37/+2
|\ \ \ | | | | | | | | Remove upload_limit in files app as it is not needed with PUT upload
| * | | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-026-37/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1973 from ↵Morris Jobke2016-11-022-1/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dont-disable-shipped-apps-but-throw-instead Throw an exception when a shipped app was not replaced before the update
| * | | | Throw an exception when a shipped app was not replaced before the updateJoas Schilling2016-11-022-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #1986 from nextcloud/add-htaccess-checkerMorris Jobke2016-11-022-0/+43
|\ \ \ \ \ | |_|_|/ / |/| | | | Add .htaccess checker as CI step
| * | | | Add .htaccess checker as CI stepLukas Reschke2016-11-022-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't want anyone to commit invalid changes in that file again :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #1958 from harry-7/1428issueLukas Reschke2016-11-021-8/+16
|\ \ \ \ \ | | | | | | | | | | | | Added Exception catch and ignore for DBuser exists
| * | | | | Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hemanth Kumar Veeranki <hemanthveeranki@gmail.com>
* | | | | | Merge pull request #1984 from nextcloud/improve-error-messages-federated-sharingLukas Reschke2016-11-022-8/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | improved error messages in case federated sharing fails
| * | | | | catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-022-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | Merge pull request #1960 from nextcloud/adjust-link-to-contributing.mdRoeland Jago Douma2016-11-024-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust link to contributing.md
| * | | | | | Adjust link to contributing.mdJoas Schilling2016-11-022-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Revert "Move CONTRIBUTUNG and issue template into .github subfolder"Joas Schilling2016-11-022-0/+0
| | |_|/ / / | |/| | | | | | | | | | | | | | | | This reverts commit 9ebd8d80ff5ba655db8cf94dbb9112a9dacff6cf.
* | | | | | Merge pull request #1971 from nextcloud/fix-checkbox-glitchRoeland Jago Douma2016-11-022-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix checkbox left margin glitch
| * | | | | Fix #1782John Molakvoæ2016-11-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix checkbox left margin glitch Fix tests fix unit tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-0220-222/+643
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix remember me login
| * | | | | document what the method doesChristoph Wurst2016-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Add missing tests and fix PHPDocLukas Reschke2016-11-024-4/+169
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix typ in constant nameLukas Reschke2016-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-023-61/+79
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | bring back remember-meChristoph Wurst2016-11-0220-184/+420
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-0246-2556/+2228
|\ \ \ \ \ | | | | | | | | | | | | Use new appstore API
| * | | | | Add tests for installer methodLukas Reschke2016-10-315-26/+550
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Remove non-required getterLukas Reschke2016-10-311-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Move to non-static versionLukas Reschke2016-10-312-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The static version is used nowhere in the code and just decreases coverage Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Use findAppInDirectoriesLukas Reschke2016-10-312-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The other function doesn't work if the appstore is disabled Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-313-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Add update supportLukas Reschke2016-10-3113-368/+445
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Query the timefactory instead of creating itLukas Reschke2016-10-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Add support for CRLLukas Reschke2016-10-312-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Replace with exception instead of boolean return valueLukas Reschke2016-10-312-32/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | %d instead %sLukas Reschke2016-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are only numbers. THX @nickvergessen Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Use substr and explode instead of a regexLukas Reschke2016-10-312-14/+40
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Read array elements instead of substrLukas Reschke2016-10-311-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise this would break with 11.0.0 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Make non-staticLukas Reschke2016-10-311-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix testsLukas Reschke2016-10-316-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Use new appstore APILukas Reschke2016-10-3130-2193/+1243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #1982 from nextcloud/revert-1949-disable-codecov-commentsLukas Reschke2016-11-021-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Revert "Disable codecov comments"
| * | | | | Remove sunburstLukas Reschke2016-11-021-1/+1
| | | | | |