aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-104-30/+69
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* remove outdated scenarioArthur Schiwon2017-01-201-6/+0
| | | | | | covered by "Delete a non-existing configuration" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP PUT command now supports setting multiple keys at onceArthur Schiwon2017-01-202-22/+25
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* enable user_ldap app for testsArthur Schiwon2017-01-201-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for show configArthur Schiwon2017-01-192-0/+41
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* test against OCS v2 insteadArthur Schiwon2017-01-191-7/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add LDAP OCS Api for modifying a configurationArthur Schiwon2017-01-192-6/+36
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix and extend behat testsArthur Schiwon2017-01-193-1/+75
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for delete configArthur Schiwon2017-01-181-0/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for create configArthur Schiwon2017-01-181-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #2512 from nextcloud/cleanup-system-tag-usageRoeland Jago Douma2017-01-061-3/+10
|\ | | | | Only allow admins to delete tags
| * Only allow admins to delete tagsJoas Schilling2016-12-061-3/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2948 from nextcloud/allow-global-composer-to-be-usedMorris Jobke2017-01-061-9/+19
|\ \ | | | | | | Allow to use a global composer instance
| * | Allow to use a global composer instanceJoas Schilling2017-01-051-9/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix js testsRoeland Jago Douma2017-01-061-1/+2
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Test remember-me loginChristoph Wurst2017-01-023-20/+45
| | | | | | | | | | | | | | This adds a simple integration test that ensures that remembered login works when the session cookies vanish. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #2816 from nextcloud/changing_how_favorites_are_serializedRoeland Jago Douma2016-12-231-4/+4
|\ \ | | | | | | Return explicit values instead of boolean from sabre (#26654)
| * | Return explicit values instead of boolean from sabre (#26654)Sergio Bertolín2016-12-221-4/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Added phpdoc for getUserHomeSergio Bertolin2016-12-231-0/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Using propfind instead of accessing the file systemSergio Bertolin2016-12-231-2/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Changed data directory for work oneSergio Bertolin2016-12-232-5/+5
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Added support for homes which doesn't have user's nameSergio Bertolin2016-12-232-1/+11
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Added functionaly for not shared elementsSergio Bertolin2016-12-222-4/+13
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Added more favorites report casesSergio Bertolin2016-12-221-0/+44
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Added flexibility to propertiesSergio Bertolin2016-12-221-20/+13
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Fixed failing problemsSergio Bertolin2016-12-222-5/+5
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | WIP commit, adding report supportSergio Bertolin2016-12-222-1/+67
|/ / | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2758 from nextcloud/only-one-dav-backendLukas Reschke2016-12-212-0/+40
|\ \ | | | | | | Register only one dav backend
| * | Adjust integration test to Nextcloud brandingLukas Reschke2016-12-191-2/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add test for duplicate 401 headers on DAVVincent Petry2016-12-192-0/+40
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Fix finding transferred folder in integration testsVincent Petry2016-12-191-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Adjust to Nextcloud changesLukas Reschke2016-12-191-13/+31
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add transfer ownership integration tests (#26543)Vincent Petry2016-12-196-40/+405
|/ / | | | | | | | | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add integration test for creating folder with colonVincent Petry2016-12-162-0/+25
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2673 from nextcloud/shared-scanner-unmaskedLukas Reschke2016-12-151-0/+20
|\ \ | | | | | | use unmasked permissions in shared scanner
| * | Add integration tests for uploading files to a permission limited shareRobin Appelman2016-12-151-0/+20
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Don't set Content-Disposition header if one already existsLukas Reschke2016-12-143-0/+192
| | | | | | | | | | | | | | | | If a Content-Disposition header is already set by another plugin we don't need to set another one as this breaks clients. Fixes https://github.com/nextcloud/server/issues/1992 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | The hash can change so checking for it is kind of dangerousRoeland Jago Douma2016-12-131-1/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add intergration testsRoeland Jago Douma2016-12-023-0/+141
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration test for web based installerMorris Jobke2016-11-214-14/+76
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust integration testLukas Reschke2016-11-211-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add intergration testRoeland Jago Douma2016-11-141-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1792 from nextcloud/bump_sabreRoeland Jago Douma2016-11-091-1/+1
|\ | | | | Bump sabre
| * Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump jstests depsRoeland Jago Douma2016-11-081-7/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add sleep functionRoeland Jago Douma2016-11-042-0/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2016-11-041-6/+15
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove unneeded behat methodMorris Jobke2016-11-021-10/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adapted favorites and dav2 featuresSergio Bertolin2016-11-026-127/+248
|/ | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* Add .htaccess checker as CI stepLukas Reschke2016-11-021-0/+35
| | | | | | Don't want anyone to commit invalid changes in that file again :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>