summaryrefslogtreecommitdiffstats
path: root/lib/public/share
Commit message (Expand)AuthorAgeFilesLines
* Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-307-885/+0
* Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-302-0/+54
* Add config to sharemanagerRoeland Jago Douma2016-03-221-0/+7
* Use more generic node instead of File/FolderRoeland Jago Douma2016-03-112-8/+7
* Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-101-2/+2
* Map MaciLukas Reschke2016-03-011-0/+1
* Update author informationLukas Reschke2016-03-011-1/+19
* Throw exceptionRoeland Jago Douma2016-02-091-1/+2
* Only set the default expiration date on share creationRoeland Jago Douma2016-02-091-1/+1
* Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-0/+7
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-1/+1
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-041-0/+26
* Make the share object lazyRoeland Jago Douma2016-02-041-4/+12
* [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-10/+10
* [Share 2.0] Fix defaultshare providerRoeland Jago Douma2016-02-031-1/+1
* [Share 2.0] Use strings for idsRoeland Jago Douma2016-02-032-17/+17
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-022-0/+60
* [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-022-3/+30
* [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-022-4/+9
* Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-292-2/+6
* [Share 2.0] Remove setId and setProviderId from the interfaceRoeland Jago Douma2016-01-281-18/+0
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-283-49/+51
* [Share 2.0] Create IManger interface for share managerRoeland Jago Douma2016-01-271-0/+210
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-273-0/+474