- 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 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
- 10 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
Check fields of the share response Added missing fields to check if their values are numbers
-
- 06 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
Added tests about getting shares of a file and a test for deleting a user from a group which doesn't exist
-
- 05 Nov, 2015 1 commit
-
-
Sergio Bertolin authored
-
- 04 Nov, 2015 2 commits
-
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
- 29 Oct, 2015 2 commits
-
-
Thomas Müller authored
-
Sergio Bertolin authored
added logic necessary for preconditions and postconditions of sharing tests Added sharing by link tests and sharing with group Added test which reproduces issue 19950 (adding expiration date) refactored given and then statements to be preconditions and not operations
-