summaryrefslogtreecommitdiffstats
path: root/build/integration
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix integration test to use a valid URLJoas Schilling2016-09-271-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make OCS intergration tests check for CSPRoeland Jago Douma2016-09-152-0/+25
| | | | * Very hacky in simple test but at least we test
* 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
|
* Fix intergration testsRoeland Jago Douma2016-08-142-9/+77
| | | | | * Set OCS-APIREQUEST: true * PUT requires a body
* 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
|/
* Add app to provisioning outputJoas Schilling2016-07-261-0/+1
|
* Fix intergration testsRoeland Jago Douma2016-07-221-2/+2
|
* Update with robinJoas Schilling2016-07-2115-13/+272
|
* Implement brute force protectionLukas Reschke2016-07-201-0/+3
| | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* Add a new integration test for CREATE only sharesJoas Schilling2016-07-141-0/+31
|
* Make sure the update was successfulJoas Schilling2016-07-141-0/+4
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-074-1/+59
|\
| * Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
| |
| * Add integration testsLukas Reschke2016-06-302-0/+47
| |
| * Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-281-3/+3
| |\ | | | | | | [Master] sync upstream
| | * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-3/+3
| | |\
| * | | Adjust integration testLukas Reschke2016-06-271-0/+1
| |/ / | | | | | | | | | The app is now enabled by default
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-215-40/+146
| |\ \
| * | | fix integration tests for new admin_audit appMorris Jobke2016-06-141-0/+1
| | | |
| * | | Add integration testsMorris Jobke2016-06-141-0/+9
| | | |
* | | | Add integration test for sharing with group, then user in groupVincent Petry2016-07-051-0/+15
| |_|/ |/| | | | | | | | | | | Add integration test for the use case where a group share exists and then the same owner creates a direct share to a user in that group.
* | | Add explicit delete permission to link sharesVincent Petry2016-06-241-3/+3
| |/ |/| | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
* | Added test with new endpoint (#23934)Sergio Bertolín2016-06-172-37/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test with new endpoint * Moved all scenarios using new dav endpoint to a new feature file * Removed extra slash in welcome.txt * some fixes * Incorrect user while downloading with range * Fixed Content-disposition
* | Added unfavoriting tests and some rewordingSergio Bertolín2016-06-152-8/+36
| |
* | Fixing the testsSergio Bertolín2016-06-152-21/+20
| |
* | Added favorites integration testsDavid Toledo2016-06-152-1/+62
| |
* | Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵Thomas Müller2016-06-141-1/+1
|/ | | | fixes #25087 (#25088)