aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/share20/defaultshareprovider.php
Commit message (Expand)AuthorAgeFilesLines
* Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-201-852/+0
* Use more generic node instead of File/FolderRoeland Jago Douma2016-03-111-9/+1
* Select queries in the default share provider should query for file/folderRoeland Jago Douma2016-03-091-10/+51
* Update author informationLukas Reschke2016-03-011-0/+1
* Add parent for invisible link sharesRoeland Jago Douma2016-02-111-0/+4
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-041-0/+1
* Make the share object lazyRoeland Jago Douma2016-02-041-3/+2
* [Share 2.0] Fix defaultshare providerRoeland Jago Douma2016-02-031-77/+56
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-021-1/+1
* [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-021-0/+58
* getChildren should not return usergroup sharesRoeland Jago Douma2016-02-021-6/+6
* [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-021-12/+12
* Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-291-10/+13
* [Share 2.0] When deleting a group share delete childrenRoeland Jago Douma2016-01-281-9/+9
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-281-19/+22
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-271-12/+13
* [Share 2.0] Fix IShareRoeland Jago Douma2016-01-271-1/+1
* Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_...Thomas Müller2016-01-271-1/+1
|\
| * [Share 2.0] Properly handle user deleted group sharesRoeland Jago Douma2016-01-271-1/+1
* | Merge pull request #21887 from owncloud/share2_updateShareThomas Müller2016-01-271-0/+63
|\ \ | |/ |/|
| * Fix comments from ThomasRoeland Jago Douma2016-01-261-2/+2
| * [Share 2.0] Add update shareRoeland Jago Douma2016-01-261-0/+63
* | We must resolve to the proper usergroup shareRoeland Jago Douma2016-01-261-3/+11
|/
* Replace other usagesJoas Schilling2016-01-251-4/+3
* [Share 2.0] Add deleteFromSelf methodRoeland Jago Douma2016-01-221-0/+79
* [Share 2.0] Fix displaying old shares propleryRoeland Jago Douma2016-01-211-1/+12
* Comments from VincentRoeland Jago Douma2016-01-211-4/+4
* Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-13/+17
* [Share 2.0] Add subfiles=xRoeland Jago Douma2016-01-211-1/+1
* [Share 2.0] Resolve group sharesRoeland Jago Douma2016-01-211-5/+72
* [Sharing 2.0] Start with getSharesRoeland Jago Douma2016-01-211-5/+87
* [Share 2.0] Add fetching link shares to share managerRoeland Jago Douma2016-01-201-5/+30
* [Share 2.0] Share Object creation is a fragile thingRoeland Jago Douma2016-01-181-13/+59
* Only select elements from the database that we supportRoeland Jago Douma2016-01-141-1/+26
* Use namedparameterRoeland Jago Douma2016-01-141-6/+3
* [Share 2.0] Let the factory do the factory stuffRoeland Jago Douma2016-01-131-13/+0
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-0/+16
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-0/+13
* Happy new year!Thomas Müller2016-01-121-1/+1
* [Share 2.0] Make share provider ready for create sharesRoeland Jago Douma2016-01-061-11/+113
* [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-241-23/+30
* [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-11/+11
* [Sharing 2.0] Move hook and delete children logic to share managerRoeland Jago Douma2015-11-231-44/+9
* [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-161-5/+4
* Add unshare hooksRoeland Jago Douma2015-11-051-2/+29
* The new sharing code now handles deletionRoeland Jago Douma2015-11-051-0/+248