Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sharing integration tests to their own directory | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -303/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add integration test for creating room shares when Talk is not enabled | Daniel Calviño Sánchez | 2018-08-08 | 1 | -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 tests | Morris Jobke | 2017-03-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Split long running features/sharing-v1.feature into two smaller parts | Morris Jobke | 2017-03-28 | 1 | -710/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove SharedCache::getNumericStorageId to let CacheWrapper do it | Vincent Petry | 2017-03-23 | 1 | -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 Jobke | 2017-03-17 | 1 | -30/+0 |
| | |||||
* | Merge pull request #3893 from nextcloud/downstream-27069 | Roeland Jago Douma | 2017-03-17 | 1 | -0/+30 |
|\ | | | | | Add integration test for trashbin | ||||
| * | Add integration test for trashbin | Vincent Petry | 2017-03-16 | 1 | -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 test | Lukas Reschke | 2017-03-16 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add intergration test | Roeland Jago Douma | 2016-11-14 | 1 | -0/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add sleep function | Roeland Jago Douma | 2016-11-04 | 1 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Adapted favorites and dav2 features | Sergio Bertolin | 2016-11-02 | 1 | -66/+68 |
| | | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers | ||||
* | Fix intergration tests | Roeland Jago Douma | 2016-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Added test case about issue 26346 | Sergio Bertolin | 2016-11-02 | 1 | -0/+15 |
| | |||||
* | Added test for 26182 | Sergio Bertolin | 2016-10-10 | 1 | -0/+14 |
| | |||||
* | Orphaned shares test and some requirements | Sergio Bertolín | 2016-10-06 | 1 | -0/+18 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Make OCS intergration tests check for CSP | Roeland Jago Douma | 2016-09-15 | 1 | -0/+2 |
| | | | | * Very hacky in simple test but at least we test | ||||
* | Disbale failing intergration test for now | Roeland Jago Douma | 2016-08-05 | 1 | -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 between | Vincent Petry | 2016-08-03 | 1 | -0/+30 |
| | |||||
* | Add integration tests for merging received shares | Vincent Petry | 2016-08-03 | 1 | -0/+113 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-08-02 | 1 | -0/+16 |
| | |||||
* | Add some integration test fixes | Morris Jobke | 2016-07-29 | 1 | -5/+5 |
| | |||||
* | Add a new integration test for CREATE only shares | Joas Schilling | 2016-07-14 | 1 | -0/+31 |
| | |||||
* | Make sure the update was successful | Joas Schilling | 2016-07-14 | 1 | -0/+4 |
| | |||||
* | Add integration test for sharing with group, then user in group | Vincent Petry | 2016-07-05 | 1 | -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 shares | Vincent Petry | 2016-06-24 | 1 | -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 Weil | 2016-06-13 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Modified expected output according to rullzer | Sergio Bertolin | 2016-05-02 | 1 | -1/+2 |
| | |||||
* | Added integration tests directly in the code PR | Sergio Bertolín | 2016-05-02 | 1 | -0/+12 |
| | |||||
* | Not logged in is original calculated target | Roeland Jago Douma | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #24030 from owncloud/integration-tests-improved-resharing | Lukas Reschke | 2016-04-16 | 1 | -0/+14 |
|\ | | | | | Added test case for QA-94 | ||||
| * | Added test case for QA-94 | Sergio Bertolin | 2016-04-15 | 1 | -0/+14 |
| | | |||||
* | | Move share-permissions property namespace | Roeland Jago Douma | 2016-04-15 | 1 | -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 Douma | 2016-04-14 | 1 | -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 with | Björn Schießle | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 1 | -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 tests | Roeland Jago Douma | 2016-03-10 | 1 | -0/+7 |
| | |||||
* | Intergration tests | Roeland Jago Douma | 2016-03-01 | 1 | -0/+12 |
| | |||||
* | Check correct permissions when resharing | Roeland Jago Douma | 2016-02-29 | 1 | -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 check | Roeland Jago Douma | 2016-02-26 | 1 | -1/+13 |
| | | | | | * Updated unit tests * Added intergration test | ||||
* | Do not allow sharing of the root folder | Roeland Jago Douma | 2016-02-25 | 1 | -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 #20686 | Morris Jobke | 2016-02-23 | 1 | -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 test | Roeland Jago Douma | 2016-02-05 | 1 | -10/+15 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-01-29 | 1 | -0/+22 |
| | |||||
* | Add intergration test for shared_with me and group shares | Roeland Jago Douma | 2016-01-21 | 1 | -0/+13 |
| | |||||
* | Renable intergration test | Roeland Jago Douma | 2016-01-21 | 1 | -17/+14 |
| | |||||
* | Fix integration tests | Roeland Jago Douma | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Skip one intergration test until we have fixed the getshares | Roeland Jago Douma | 2016-01-06 | 1 | -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.txt | Sergio Bertolin | 2015-12-10 | 1 | -1/+22 |
| | |||||
* | Added shared by multiple channels test | Sergio Bertolin | 2015-12-10 | 1 | -0/+20 |
| | | | | | * Small changes plus check of the file using propfind * Restaured line removed accidentally |