aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api/ocssharewrapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-63/+0
|
* Translate OCS Share API error messagesRoeland Jago Douma2016-04-251-1/+3
| | | | For https://github.com/owncloud/core/issues/22209
* Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-101-1/+1
| | | | | | * Better phpdoc * Promper use statements * Unused parameter
* [Share 2.0] Add update shareRoeland Jago Douma2016-01-261-1/+2
|
* [Sharing 2.0] Start with getSharesRoeland Jago Douma2016-01-211-1/+1
|
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-27/+1
| | | | | | | * Add providers * Add share manager to server container * Use share manager from server container * Properly get the share manager
* [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-12/+24
| | | | * Properly register the default share provider
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-061-1/+2
|
* [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-061-4/+8
|
* [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-241-1/+1
| | | | | We need to use the rootfolder here since we also other people than the shareOwner can request a share.
* [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-241-1/+2
|
* [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-1/+1
| | | | | | No injection of userfolders etc. Only generic DI components (IRootFolder) etc should be used to make sure we can also run this from the cli
* [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-19/+16
| | | | | The share manager etc should not care about filtering stuff. They should return what is asked for them.
* [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-161-6/+8
|
* The new sharing code now handles deletionRoeland Jago Douma2015-11-051-3/+10
| | | | OCS -> ShareManager -> DefaultShareProvider
* Prepare OCS Share endpointRoeland Jago Douma2015-11-051-0/+62