aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add integration testsJoas Schilling2017-03-202-0/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added logic and tests to remove everything inside a folderSergio Bertolin2017-03-202-0/+57
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added functions to add files in local_storageSergio Bertolin2017-03-191-0/+24
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "Add integration test for trashbin"Morris Jobke2017-03-175-177/+10
|
* Merge pull request #3893 from nextcloud/downstream-27069Roeland Jago Douma2017-03-175-10/+177
|\ | | | | Add integration test for trashbin
| * Add integration test for trashbinVincent Petry2017-03-165-10/+177
| | | | | | | | | | | | | | | | | | Add test for basic deletion. Add test when deleting from shared folder as recipient. Add test to check that metadata stays when moving out of shared folder as recipient. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3894 from nextcloud/downstream-27008Joas Schilling2017-03-171-17/+25
|\ \ | | | | | | Integration test check download without saving file locally
| * | Integration test check download without saving file locallyVincent Petry2017-03-161-17/+25
| |/ | | | | | | | | | | | | Use Guzzle stream mode to download the contents instead of using a temporary local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Adjust integration testLukas Reschke2017-03-161-1/+1
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make intergration tests work againRoeland Jago Douma2017-03-101-3/+3
| | | | | | The regex was to greedy Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use clearer name setUpScenarioPhil Davis2017-02-215-5/+5
| | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
* Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck2017-02-201-0/+2
| | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* 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>