- 16 Sep, 2016 1 commit
-
-
Sergio Bertolín authored
-
- 26 Jul, 2016 1 commit
-
-
Vincent Petry authored
* Add integration tests for double shares with rename in between * Make share target consistent when grouping group share with user share In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
-
- 19 Jul, 2016 1 commit
-
-
Vincent Petry authored
-
- 05 Jul, 2016 1 commit
-
-
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.
-
- 24 Jun, 2016 1 commit
-
-
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.
-
- 13 Jun, 2016 1 commit
-
-
Stefan Weil authored
Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- 02 May, 2016 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolín authored
-
- 30 Apr, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 15 Apr, 2016 2 commits
-
-
Sergio Bertolin authored
-
Roeland Jago Douma authored
Fixes https://github.com/owncloud/core/issues/23741
-
- 14 Apr, 2016 1 commit
-
-
Roeland 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
-
- 12 Apr, 2016 1 commit
-
-
Björn Schießle authored
-
- 31 Mar, 2016 1 commit
-
-
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
-
- 10 Mar, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 01 Mar, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 29 Feb, 2016 1 commit
-
-
Roeland Jago Douma authored
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
-
- 26 Feb, 2016 1 commit
-
-
Roeland Jago Douma authored
* Updated unit tests * Added intergration test
-
- 25 Feb, 2016 1 commit
-
-
Roeland Jago Douma authored
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.
-
- 23 Feb, 2016 1 commit
-
-
Morris Jobke authored
* 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
-
- 05 Feb, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 29 Jan, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 21 Jan, 2016 2 commits
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
- 13 Jan, 2016 1 commit
-
-
Roeland Jago Douma authored
-
- 06 Jan, 2016 1 commit
-
-
Roeland Jago Douma authored
The new sharing code handles things differently so there is no way for create shares to handle this all properly.
-
- 10 Dec, 2015 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
* Small changes plus check of the file using propfind * Restaured line removed accidentally
-
- 30 Nov, 2015 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
- 27 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
-
- 26 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
-
- 20 Nov, 2015 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
- 19 Nov, 2015 4 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
- 12 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
-
- 11 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
-