aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share20
Commit message (Expand)AuthorAgeFilesLines
* Block group sharing in API and in share managerRoeland Jago Douma2016-03-221-0/+30
* Merge pull request #22683 from owncloud/fix_22682Thomas Müller2016-02-291-0/+11
|\
| * Relax rootfolder checkRoeland Jago Douma2016-02-261-0/+11
* | Expiration date can only be enforced if default is enabledRoeland Jago Douma2016-02-261-0/+15
|/
* Merge pull request #22660 from owncloud/fix_22656Thomas Müller2016-02-261-0/+29
|\
| * Do not allow sharing of the root folderRoeland Jago Douma2016-02-251-0/+29
* | Merge pull request #22646 from owncloud/fix_22642Thomas Müller2016-02-261-6/+27
|\ \
| * | Set default expiration date if none given on share creationRoeland Jago Douma2016-02-251-6/+27
| |/
* / Fix verifyExpirationDate passwordSet argumentRoeland Jago Douma2016-02-251-2/+3
|/
* When (re-)sharing an incomming federated share set the corrent ownerRoeland Jago Douma2016-02-191-9/+88
* Return proper error string if sharing for this user is disabledRoeland Jago Douma2016-02-161-31/+10
* Merge pull request #22309 from owncloud/infinite-recursion-on-expired-linkThomas Müller2016-02-121-12/+2
|\
| * Fix unit testsRoeland Jago Douma2016-02-111-12/+2
* | Add parent for invisible link sharesRoeland Jago Douma2016-02-111-0/+4
|/
* Only set the default expiration date on share creationRoeland Jago Douma2016-02-091-0/+16
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-0/+103
* Delete expired share when fetched by idRoeland Jago Douma2016-02-061-0/+27
* Delete a link share if it is expired on accessRoeland Jago Douma2016-02-061-0/+43
* Path should be relativeRoeland Jago Douma2016-02-041-2/+5
* [Share 2.0] Add missing post_update_permissions hookRoeland Jago Douma2016-02-041-7/+34
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-041-0/+80
* Unit test for delete lazy sharesRoeland Jago Douma2016-02-041-0/+33
* Add unit testsRoeland Jago Douma2016-02-041-0/+79
* Make the share object lazyRoeland Jago Douma2016-02-042-49/+50
* [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-170/+176
* [Share 2.0] Fix defaultshare providerRoeland Jago Douma2016-02-031-229/+112
* [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-3/+3
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-022-3/+3
* Merge pull request #22013 from owncloud/share2_moveshareThomas Müller2016-02-022-0/+142
|\
| * [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-022-0/+142
* | Merge pull request #22057 from owncloud/share2_update_hashThomas Müller2016-02-021-0/+21
|\ \ | |/ |/|
| * Update old password hashed for link shares on accessRoeland Jago Douma2016-02-011-0/+21
* | [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-021-0/+38
|/
* Merge pull request #22028 from owncloud/share_hook_expirationdateThomas Müller2016-02-011-19/+111
|\
| * Add Unit testsRoeland Jago Douma2016-01-301-19/+111
* | Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-291-3/+75
|/
* [Share 2.0] When deleting a group share delete childrenRoeland Jago Douma2016-01-281-56/+58
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-282-73/+73
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-272-24/+26
* [Share 2.0] Fix IShareRoeland Jago Douma2016-01-271-3/+3
* Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_...Thomas Müller2016-01-271-7/+7
|\
| * [Share 2.0] Properly handle user deleted group sharesRoeland Jago Douma2016-01-271-7/+7
* | Merge pull request #21887 from owncloud/share2_updateShareThomas Müller2016-01-272-70/+660
|\ \ | |/ |/|
| * Fix comments from ThomasRoeland Jago Douma2016-01-262-21/+22
| * [share 2.0] manager unit testsRoeland Jago Douma2016-01-261-1/+245
| * [Share 2.0] Fix unit testsRoeland Jago Douma2016-01-261-46/+52
| * [Share 2.0] Add unit test for the default share providerRoeland Jago Douma2016-01-261-7/+346
* | We must resolve to the proper usergroup shareRoeland Jago Douma2016-01-261-0/+21
|/
* [Share 2.0] Add deleteFromSelf methodRoeland Jago Douma2016-01-221-2/+300
* Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-43/+395