aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #895 from nextcloud/autoloader_checkerLukas Reschke2016-08-171-0/+44
|\ | | | | Autoloader checker
| * Add autoload checkerRoeland Jago Douma2016-08-171-0/+44
| |
* | Merge pull request #846 from nextcloud/provisioning_api_ocsJoas Schilling2016-08-172-9/+77
|\ \ | |/ |/| Move Provisioning API to the AppFramework
| * Fix intergration testsRoeland Jago Douma2016-08-142-9/+77
| | | | | | | | | | * Set OCS-APIREQUEST: true * PUT requires a body
* | If there is no copyright notice print comment lineRoeland Jago Douma2016-08-151-1/+6
| |
* | Do not licence composer stuffRoeland Jago Douma2016-08-151-1/+1
|/
* Fix intergration test for admin_auditRoeland Jago Douma2016-08-081-1/+0
|
* Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-083-3/+29
|\ | | | | OCS Share API to appframework
| * Add OCS-APIREQUEST header to intergration test callsRoeland Jago Douma2016-08-053-3/+29
| |
* | Disbale failing intergration test for nowRoeland Jago Douma2016-08-051-14/+14
|/ | | | | | I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now.
* Add integration tests for double shares with rename in betweenVincent Petry2016-08-032-4/+34
|
* Add integration tests for merging received sharesVincent Petry2016-08-033-24/+180
|
* Add intergration testRoeland Jago Douma2016-08-021-0/+16
|
* Merge pull request #648 from nextcloud/add-quotaplugin-v2-masterBjörn Schießle2016-07-292-2/+41
|\ | | | | [upstream] Adding quota plugin to new dav endpoint
| * Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-292-2/+41
| | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* | Add some integration test fixesMorris Jobke2016-07-294-22/+21
| |
* | ownCloud --> Nextcloudenoch852016-07-282-12/+12
|/