summaryrefslogtreecommitdiffstats
path: root/build/integration/features/sharing-v1.feature
Commit message (Collapse)AuthorAgeFilesLines
* Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-041-303/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add integration test for creating room shares when Talk is not enabledDaniel Calviño Sánchez2018-08-081-0/+12
| | | | | | | | The test just ensures that the controller will gracefully reject the creation instead of failing miserably; the integration tests when Talk is enabled are in the Talk repository. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix unit testsMorris Jobke2017-03-281-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Split long running features/sharing-v1.feature into two smaller partsMorris Jobke2017-03-281-710/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-0/+10
| | | | | | The CacheWrapper will properly forward the call to the wrapped cache. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "Add integration test for trashbin"Morris Jobke2017-03-171-30/+0
|
* Merge pull request #3893 from nextcloud/downstream-27069Roeland Jago Douma2017-03-171-0/+30
|\ | | | | Add integration test for trashbin
| * Add integration test for trashbinVincent Petry2017-03-161-0/+30
| | | | | | | | | | | | | | | | | | Add test for basic deletion. Add test when deleting from shared folder as recipient. Add test to check that metadata stays when moving out of shared folder as recipient. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adjust integration testLukas Reschke2017-03-161-1/+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>
* Add sleep functionRoeland Jago Douma2016-11-041-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adapted favorites and dav2 featuresSergio Bertolin2016-11-021-66/+68
| | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* 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
|
* Added test for 26182Sergio Bertolin2016-10-101-0/+14
|
* Orphaned shares test and some requirementsSergio Bertolín2016-10-061-0/+18
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make OCS intergration tests check for CSPRoeland Jago Douma2016-09-151-0/+2
| | | | * Very hacky in simple test but at least we test
* 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-031-0/+30
|
* Add integration tests for merging received sharesVincent Petry2016-08-031-0/+113
|
* Add intergration testRoeland Jago Douma2016-08-021-0/+16
|
* Add some integration test fixesMorris Jobke2016-07-291-5/+5
|
* 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
|
* 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.
* Fix typo (found by codespell) (#25073)Stefan Weil2016-06-131-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Modified expected output according to rullzerSergio Bertolin2016-05-021-1/+2
|
* Added integration tests directly in the code PRSergio Bertolín2016-05-021-0/+12
|
* Not logged in is original calculated targetRoeland Jago Douma2016-04-301-2/+2
|
* Merge pull request #24030 from owncloud/integration-tests-improved-resharingLukas Reschke2016-04-161-0/+14
|\ | | | | Added test case for QA-94
| * Added test case for QA-94Sergio Bertolin2016-04-151-0/+14
| |
* | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-20/+20
|/ | | | Fixes https://github.com/owncloud/core/issues/23741
* On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-141-0/+12
| | | | | | | | | | | | 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
* always return the complete permissions the file was shared withBjörn Schießle2016-04-121-2/+2
|
* Add sharePermissions webdav propertyRoeland Jago Douma2016-03-311-0/+104
| | | | | | | | | | | | | | | | This property can be queries by the clients so they know the max permissions they can use to share a file with. This will improve the UX. The oc:permissions proptery is not enough since mountpoints have different permissions (delete + move by default). By making it a new property the clients can just request it. On older servers it will just return a 404 for that property (and thus they know they have to fall back to their hacky work arounds). But if the property is returned the client can show proper info. * unit tests * intergration test
* Add intergration testsRoeland Jago Douma2016-03-101-0/+7
|
* Intergration testsRoeland Jago Douma2016-03-011-0/+12
|
* 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
* 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.
* 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 intergration testRoeland Jago Douma2016-02-051-10/+15
|
* 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 integration testsRoeland Jago Douma2016-01-131-2/+2
|
* Skip one intergration test until we have fixed the getsharesRoeland Jago Douma2016-01-061-17/+20
| | | | | The new sharing code handles things differently so there is no way for create shares to handle this all properly.
* Added check for /textfile0.txtSergio Bertolin2015-12-101-1/+22
|
* Added shared by multiple channels testSergio Bertolin2015-12-101-0/+20
| | | | | * Small changes plus check of the file using propfind * Restaured line removed accidentally