summaryrefslogtreecommitdiffstats
path: root/tests/lib/share20
Commit message (Expand)AuthorAgeFilesLines
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+58
* Add testLukas Reschke2016-04-121-0/+40
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+94
* Fix ShareManager testsRoeland Jago Douma2016-04-081-1/+1
* Set proper permissions on link shareRoeland Jago Douma2016-04-081-0/+19
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-0/+127
* Add unit testsRoeland Jago Douma2016-03-301-0/+93
* Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-301-1/+1
* Non moveable mount points should always be UPDATE+DELETE shareableRoeland Jago Douma2016-03-301-0/+11
* Remove support for old shares in the default share providerRoeland Jago Douma2016-03-231-99/+13
* 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