aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-022-1/+47
|\ | | | | Added functions to check etag of elements - integration tests
| * Fix intergration testsRoeland Jago Douma2016-11-021-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Added test case about issue 26346Sergio Bertolin2016-11-021-0/+15
| |
| * Changed description of variableSergio Bertolin2016-11-021-1/+1
| |
| * Added functions to check etag of elementsSergio Bertolin2016-11-021-0/+31
| |
* | unit tests updated and new addedBjoern Schiessle2016-11-011-1/+2
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove unneeded stepsMorris Jobke2016-10-211-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-202-3/+29
| | | | | | | | * Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
* Added test for 26182Sergio Bertolin2016-10-101-0/+14
|
* Adding type parameter because behat cannot ignore itSergio Bertolín2016-10-061-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Orphaned shares test and some requirementsSergio Bertolín2016-10-063-1/+50
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* User was incorrectSergio Bertolin2016-10-051-10/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Modifications to avoid old dav pathSergio Bertolín2016-10-052-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added failing testsSergio Bertolin2016-10-051-0/+38
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix sizeRoeland Jago Douma2016-10-021-2/+2
| | | | Nextcloud has a letter (byte) more than ownCloud. So update test
* Added quota calculation test when a file is recievedSergio Bertolin2016-10-023-2/+15
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added test checking quota after usageSergio Bertolin2016-10-023-0/+31
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused endpointJoas Schilling2016-09-301-6/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add codecovLukas Reschke2016-09-281-0/+6
| | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1538 from nextcloud/fix-integration-test-to-use-a-valid-urlLukas Reschke2016-09-271-2/+3
|\ | | | | Fix integration test to use a valid URL
| * Fix integration test to use a valid URLJoas Schilling2016-09-271-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Read repo name dynamicallyLukas Reschke2016-09-261-1/+13
|/ | | | | | This way apps can easily use this as well Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Rely solely on GitHub API outputLukas Reschke2016-09-221-22/+7
| | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add checker for signed off commitsLukas Reschke2016-09-221-0/+120
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make OCS intergration tests check for CSPRoeland Jago Douma2016-09-152-0/+25
| | | | * Very hacky in simple test but at least we test
* $this->blackListedClassNames is unknownThomas Müller2016-09-071-1/+1
|
* Add basic osc intergration testsRoeland Jago Douma2016-09-072-0/+32
|
* Fix AppTest and intergration testRoeland Jago Douma2016-09-051-0/+1
|
* Use "testing" instead of "user_ldap" as test appLukas Reschke2016-08-311-6/+6
|
* Creating the folder when the tests runSergio Bertolín2016-08-303-7/+4
|
* Changed enabled/disabled app in provisioning api testsSergio Bertolín2016-08-301-6/+7
|
* External storage was not enabled and content was not deleted before scenariosSergio Bertolín2016-08-302-1/+19
|
* Added local_storage folderSergio Bertolín2016-08-301-0/+4
|
* Run as current userSergio Bertolin2016-08-301-5/+3
|
* Removed extra context added needed option and remove storage after external ↵Sergio Bertolin2016-08-305-26/+15
| | | | storage scenarios
* Added feature and context, not working yet, option to allow sharing needs to ↵Sergio Bertolin2016-08-302-0/+50
| | | | be added
* Modified run.sh to mount a local storageSergio Bertolin2016-08-302-0/+9
|
* Added integration testSergio Bertolin2016-08-291-0/+18
|
* Make sure to also detect their new copy right lineJoas Schilling2016-08-181-1/+1
| | | | Ref owncloud/core#25518