Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2016-11-28Add test for duplicate 401 headers on DAVVincent Petry
2016-11-25Fix finding transferred folder in integration testsVincent Petry
2016-11-25Merge pull request #26696 from owncloud/stable9-publicupload-fixVincent Petry
[stable9] Properly convert OCS params + more tests
2016-11-24Backport integration test functions from #26610Vincent Petry
Partial backport of the integration tests from #26610
2016-11-24Added tests about permissions and public uploadSergio Bertolin
Added read and share permissions instead of all (default ones) Added positive case Check also permissions update Added tests for resharing with public links when the user doesn't have enough permisssions
2016-11-24Add transfer ownership integration tests (#26543)Vincent Petry
* Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks
2016-11-24Remove dav v2 move because broken on stable9Vincent Petry
2016-11-24Removed useless functionSergio Bertolin
2016-11-23Added test case about issue 26346Sergio Bertolin
Conflicts: build/integration/features/sharing-v1.feature
2016-11-23Changed description of variableSergio Bertolin
2016-11-23Added functions to check etag of elementsSergio Bertolin
Conflicts: build/integration/features/bootstrap/WebDav.php
2016-11-21Removed some tests added in the conflict resolution which are not needed in ↵Sergio Bertolin
this version
2016-11-21Changed nothing for 0 because of previous sabre dav versionSergio Bertolin
2016-11-21Added missing requirementsSergio Bertolin
2016-11-21Removed forgotten leftoversSergio Bertolin
Conflicts: build/integration/features/bootstrap/WebDav.php
2016-11-21Added weddav related featureSergio Bertolin
Conflicts: build/integration/features/webdav-related.feature
2016-11-21Adapted sharing and external features, random failures in sharing:857Sergio Bertolin
Conflicts: build/integration/features/sharing-v1.feature Conflicts: build/integration/features/sharing-v1.feature
2016-11-21Adapted favorites and dav2 featuresSergio Bertolin
Conflicts: build/integration/features/bootstrap/WebDav.php build/integration/features/favorites.feature Conflicts: build/integration/features/dav-v2.feature
2016-11-15Added quota calculation test when a file is recievedSergio Bertolin
2016-11-15Added test checking quota after usageSergio Bertolin
Conflicts: build/integration/features/bootstrap/BasicStructure.php
2016-11-14behat will only only pass if all tests passThomas Müller
2016-10-04Added scenario sharing again an own file while belonging to a group to stable9Sergio Bertolin
2016-08-31Changed enabled/disabled app in provisioning api testsSergio Bertolín
2016-08-31External storage was not enabled and content was not deleted before scenariosSergio Bertolín
Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh
2016-08-31Added local_storage folderSergio Bertolín
2016-08-31Run as current userSergio Bertolin
Conflicts: build/integration/run.sh
2016-08-31Removed extra context added needed option and remove storage after external ↵Sergio Bertolin
storage scenarios Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh
2016-08-31Added feature and context, not working yet, option to allow sharing needs to ↵Sergio Bertolin
be added
2016-08-31Creating the folder when the tests runSergio Bertolín
Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh
2016-08-26Typo in scenarioSergio Bertolín
2016-08-26Change of user missingSergio Bertolin
2016-08-26Only check the pertenence to groupsSergio Bertolin
2016-08-26Added testcases about adding and removing users to groups using subadminsSergio Bertolin
Conflicts: build/integration/features/provisioning-v1.feature
2016-08-13Add integration tests for double shares with rename in betweenVincent Petry
2016-08-13Add integration tests for merging received sharesVincent Petry
2016-08-09[stable9] Added integration test (#25677)Thomas Müller
* [stable9] Added integration test * Use phantomjs-prebuilt
2016-07-31[stable9] Adding quota plugin to new dav endpoint (#25615) (#25646)Thomas Müller
* Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
2016-07-28Stable9 backport integration tests (#25631)Sergio Bertolín
* Bring all tests from master * Removed not applying tests of webdav * Removed tests about disabling/enabling users * Fixed/removed some sharing tests for 9.0 * fixed capabilities tests * Fixed security headers confusion * Indentation * Removed merging shares tests
2016-07-12Modified integration testsSergio Bertolín
2016-07-12Additional perm check in WebdavVincent Petry
2016-07-05Add integration test for sharing with group, then user in groupVincent Petry
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.
2016-06-23On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma
Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
2016-06-15Merge pull request #25052 from owncloud/stable9-webdav-download-mimetypeVincent Petry
[stable9] DAV now returns file name with Content-Disposition header
2016-06-14Use an explicit version of sabre/dav to allow caching on the jenkins slaves ↵Thomas Müller
- fixes #25087 (#25089)
2016-06-13DAV now returns file name with Content-Disposition headerVincent Petry
2016-03-18Add intergration testsRoeland Jago Douma
Intergration tests to ensure the share-types property is set correctly. * Unshared item * Shared with user * Shared with group * Shared by link * Shared with user & group & link
2016-03-15Merge pull request #23022 from owncloud/stable9_backport_22602Thomas Müller
[stable 9] Do not check all chunks of a chunked upload if we do not need to
2016-03-14Add integration tests for sharee APIJoas Schilling
2016-03-10Add intergration testsRoeland Jago Douma
2016-03-09Added testsRoeland Jago Douma
* Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine