- Oct 04, 2019
-
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Jun 27, 2019
-
-
Daniel Calviño Sánchez authored
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>
-
Daniel Calviño Sánchez authored
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>
-
- Apr 16, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Sep 20, 2018
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Nov 02, 2017
-
-
Daniel Calviño Sánchez authored
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>
-
- May 02, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 11, 2017
-
-
Vincent Petry authored
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>
-
- Mar 28, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 23, 2017
-
-
Vincent Petry authored
The CacheWrapper will properly forward the call to the wrapped cache. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 17, 2017
-
-
Morris Jobke authored
-
Vincent Petry authored
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>
-
- Mar 16, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 14, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 04, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 02, 2016
-
-
Sergio Bertolin authored
Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Sergio Bertolin authored
-
- Oct 10, 2016
-
-
Sergio Bertolin authored
-
- Oct 06, 2016
-
-
Sergio Bertolín authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Sep 15, 2016
-
-
Roeland Jago Douma authored
* Very hacky in simple test but at least we test
-
- Aug 05, 2016
-
-
Roeland Jago Douma authored
I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now.
-
- Aug 03, 2016
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- Aug 02, 2016
-
-
Roeland Jago Douma authored
-
- Jul 29, 2016
-
-
Morris Jobke authored
-
- Jul 14, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 05, 2016
-
-
Vincent Petry authored
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.
-
- Jun 24, 2016
-
-
Vincent Petry authored
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.
-
- Jun 13, 2016
-
-
Stefan Weil authored
Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- May 02, 2016
-
-
Sergio Bertolin authored
-
Sergio Bertolín authored
-
- Apr 30, 2016
-
-
Roeland Jago Douma authored
-
- Apr 15, 2016
-
-
Sergio Bertolin authored
-
Roeland Jago Douma authored
Fixes https://github.com/owncloud/core/issues/23741
-
- Apr 14, 2016
-
-
Roeland Jago Douma authored
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
-
- Apr 12, 2016
-
-
Björn Schießle authored
-
- Mar 31, 2016
-
-
Roeland Jago Douma authored
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
-