summaryrefslogtreecommitdiffstats
path: root/build/integration/features/sharing-v1-part3.feature
Commit message (Collapse)AuthorAgeFilesLines
* Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-041-450/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add integration test for increasing sub reshare permissionsDaniel Calviño Sánchez2019-06-271-0/+21
| | | | | | | | The tests check an user share and a link share; there is a slight difference in style between them as each one is based on the test above it, which tests increasing reshare permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Do not create folders with admin userDaniel Calviño Sánchez2019-06-271-3/+5
| | | | | | | | | | The admin user is not deleted after each integration test is run, so folders created by the admin user in one test are still there when the next tests run; tests should be independent one from each other, so a regular user that is created and deleted for each test should be used instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for updating folder sharesJulius Härtl2019-04-161-0/+32
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix sharing trashbin integration testsRobin Appelman2018-09-201-3/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-021-6/+6
| | | | | | | | | | Until now it was safe to assume that every file was readable by its owner, so there was no need to return whether the file was readable or not. However, with the introduction of end to end encryption that is no longer the case, and it is now necessary to explicitly provide that information. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Split up sharing-v1-part2.feature to avoid timeoutsMorris Jobke2017-05-021-0/+395
Signed-off-by: Morris Jobke <hey@morrisjobke.de>