summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add integration tests for token authLukas Reschke2017-04-052-36/+158
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* mergejs should print a newline between importsRoeland Jago Douma2017-03-311-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix setup of external storage integration testsRobin Appelman2017-03-301-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix unit testsMorris Jobke2017-03-281-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Split long running features/sharing-v1.feature into two smaller partsMorris Jobke2017-03-282-710/+718
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-282-1/+30
|\ | | | | Remove SharedCache::getNumericStorageId to let CacheWrapper do it
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-232-1/+30
| | | | | | | | | | | | The CacheWrapper will properly forward the call to the wrapped cache. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use authType BASIC for Sabre client in integration testsVincent Petry2017-03-241-6/+7
| | | | | | | | | | | | | | | | | | | | | | This helps massively reduce the numerous useless 401 exceptions that appears in the test log. These appear only because Sabre first connects without any auth type to receive the challenge and then sends the authentication data. With this change it will directly use basic auth. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4013 from nextcloud/bundle_vendor_jsLukas Reschke2017-03-242-0/+60
|\ \ | | | | | | Bundle vendor js
| * | Add CI step to verify merged vendor jsRoeland Jago Douma2017-03-231-0/+25
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Merge vendor jsRoeland Jago Douma2017-03-231-0/+35
| |/ | | | | | | | | | | | | | | There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | also install sinonMorris Jobke2017-03-231-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update karma, use sinon from npmVincent Petry2017-03-231-5/+10
| | | | | | | | | | | | | | Update karma library and use sinon JS library provided by karma-jasmine-sinon instead of local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3879 from nextcloud/downstream-26915Morris Jobke2017-03-236-7/+256
|\ \ | | | | | | Added integration tests for sharees using v2.php
| * | Use proper bash test syntaxMorris Jobke2017-03-201-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix warningJoas Schilling2017-03-201-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | 200 is okJoas Schilling2017-03-201-15/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix deletion of groupsJoas Schilling2017-03-201-1/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Strict comparisonsJoas Schilling2017-03-202-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Added tests using v2.phpSergio Bertolin2017-03-202-2/+246
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3965 from nextcloud/downstream-27343Morris Jobke2017-03-232-0/+121
|\ \ \ | |_|/ |/| | Providing --path option to transfer-ownership
| * | Providing --path option to transfer-ownershipSujith H2017-03-202-0/+121
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help user to selectively move the folders specified using --path option, instead of moving entire folder under files directory. Signed-off-by: Sujith H <sharidasan@owncloud.com> Update the integration test for transfer-ownership Update the integration test for transfer-ownership as the new option --path is introduced in the command. Signed-off-by: Sujith H <sharidasan@owncloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / add integration test to ensure that shares dont overwrite external storagesRobin Appelman2017-03-222-2/+18
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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>