summaryrefslogtreecommitdiffstats
path: root/build/integration/features
Commit message (Collapse)AuthorAgeFilesLines
* Docs for BasicStructureJoas Schilling2016-03-111-0/+16
|
* Fix the use of traitsJoas Schilling2016-03-112-4/+0
|
* Fix inheritance of membersJoas Schilling2016-03-113-13/+31
|
* API version needs to be on basic because we use it thereJoas Schilling2016-03-112-12/+11
|
* Fix type in class nameJoas Schilling2016-03-111-1/+1
|
* Remove hardcoded api versionsJoas Schilling2016-03-111-3/+3
|
* asCreatingAShareWith has no returnJoas Schilling2016-03-111-1/+1
|
* Fix docsJoas Schilling2016-03-111-3/+20
|
* Add intergration testsRoeland Jago Douma2016-03-101-0/+7
|
* Merge pull request #22602 from owncloud/fix_slow_chunkcheckThomas Müller2016-03-092-0/+38
|\ | | | | Do not check all chunks of a chunked upload if we do not need to
| * Added testsRoeland Jago Douma2016-03-072-0/+38
| | | | | | | | | | * Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine
* | Fix capabilities intergration testsRoeland Jago Douma2016-03-081-2/+2
|/ | | | Split the array element selection and the member selection.
* Adjust OCS testLukas Reschke2016-03-041-0/+1
|
* Checksum intergration testRoeland Jago Douma2016-03-012-0/+303
| | | | | | | | * Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
* Merge pull request #22700 from owncloud/only_1_linkshareThomas Müller2016-03-012-0/+32
|\ | | | | For now only allow 1 link share per file/folder
| * Intergration testsRoeland Jago Douma2016-03-012-0/+32
| |
* | Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-014-0/+419
|\ \ | | | | | | Hides nodes from listing that the user has no access to
| * | Hides nodes from listing that the user has no access toLukas Reschke2016-02-294-0/+419
| | |
* | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-014-12/+97
|\ \ \ | |_|/ |/| | Don't return quota when none set
| * | Return -3 for unlimited quotaVincent Petry2016-02-294-12/+97
| |/ | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
* / Check correct permissions when resharingRoeland Jago Douma2016-02-291-0/+21
|/ | | | | | | | | | | Fixes #22675 Since we only get a share id we do not know the path for the sharer. Now if we edit a share we start searching for shares for that user of that node. And deduce the permissions that way. * Intergration test added * Fix unit tests
* Relax rootfolder checkRoeland Jago Douma2016-02-261-1/+13
| | | | | * Updated unit tests * Added intergration test
* Merge pull request #22660 from owncloud/fix_22656Thomas Müller2016-02-261-0/+8
|\ | | | | Do not allow sharing of the users root folder
| * Do not allow sharing of the root folderRoeland Jago Douma2016-02-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | Sharing of the users root folder should not be allowed as it is very weird UX. Also many of our clients have no proper way of displaying this. Added unit test Also added intergration tests to make sure we won't allow it in the future.
* | Fix typoLukas Reschke2016-02-251-1/+1
| |
* | Add integration test for CSRF protection on DAVLukas Reschke2016-02-252-2/+127
|/ | | | | | This adds the integration tests for the CSRF protection on the DAV backend introduced with 9.0. Fixes https://github.com/owncloud/core/issues/22598
* Merge pull request #22592 from owncloud/fix-response-headerThomas Müller2016-02-242-4/+73
|\ | | | | Add header for attachment disposition only once
| * Add header for attachment disposition only onceLukas Reschke2016-02-232-4/+73
| | | | | | | | | | | | | | | | Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577
* | Add a test that reproduces #20686Morris Jobke2016-02-231-0/+11
|/ | | | | * user with a quota of 0 gets a file shared and can't update this file because the wrong quota is used to verify if the update is allowed
* Add integration tests for tagsLukas Reschke2016-02-192-0/+852
|
* Add integration tests for commentsLukas Reschke2016-02-194-2/+529
| | | | | | This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367
* Move update notification code into appLukas Reschke2016-02-091-0/+1
| | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable...
* Fix intergration testsRoeland Jago Douma2016-02-081-0/+1
|
* Add intergration testRoeland Jago Douma2016-02-051-10/+15
|
* Add comments app to expected apps in testVincent Petry2016-02-021-1/+2
|
* Add intergration testRoeland Jago Douma2016-01-291-0/+22
|
* Add intergration test for shared_with me and group sharesRoeland Jago Douma2016-01-211-0/+13
|
* Renable intergration testRoeland Jago Douma2016-01-211-17/+14
|
* Fix app metadata/test issues for system tags appVincent Petry2016-01-201-0/+1
|
* Fix integration testsRoeland Jago Douma2016-01-131-2/+2
|
* Added test case about deleting a group with special charactersSergio Bertolín2016-01-131-0/+8
|
* Added test with spcial chars in groupSergio Bertolín2016-01-131-0/+11
|
* Merge pull request #21066 from ↵Thomas Müller2016-01-072-26/+108
|\ | | | | | | | | owncloud/behat_capabilities_changing_server_configuration Added new capabilities test with changes in server configuration
| * Deduplicate the arrayJoas Schilling2015-12-111-20/+15
| |
| * Speed up the tests by reseting the configs and app only when neededJoas Schilling2015-12-111-22/+47
| |
| * Prepare logic to handle nested elements and add pending test casesSergio Bertolin2015-12-111-14/+19
| |
| * Added tests disabling options using testing appSergio Bertolin2015-12-111-4/+14
| |
| * Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-112-41/+44
| |
| * Added functionality to change server configurationSergio Bertolin2015-12-111-15/+40
| |
| * Added functionality for changing server configurationSergio Bertolin2015-12-111-0/+19
| |