summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api/share20ocs.php
Commit message (Expand)AuthorAgeFilesLines
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-768/+0
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-2/+10
* Unlock before all returnsRoeland Jago Douma2016-04-301-7/+50
* Add locking to modifying operation of the OCS Share APIRoeland Jago Douma2016-04-301-2/+19
* Translate OCS Share API error messagesRoeland Jago Douma2016-04-251-29/+34
* Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-221-0/+4
|\
| * Block group sharing in API and in share managerRoeland Jago Douma2016-03-221-0/+4
* | When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-221-1/+20
|/
* Merge pull request #23121 from owncloud/scrutinizer_share_fixesThomas Müller2016-03-101-1/+1
|\
| * Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-101-1/+1
* | Add mimetype to OCS Share API outputRoeland Jago Douma2016-03-101-0/+1
|/
* Can't convert node to stringRoeland Jago Douma2016-03-071-1/+6
* Move common code to functionRoeland Jago Douma2016-03-071-56/+31
* For now only allow 1 link share per file/folderRoeland Jago Douma2016-03-011-0/+9
* Check correct permissions when resharingRoeland Jago Douma2016-02-291-0/+16
* Remove delete permissions for read-only federated resharesRoeland Jago Douma2016-02-251-0/+9
* OCS Share API should not return invalid sharesRoeland Jago Douma2016-02-171-7/+25
* The owner and recipient can also be nullRoeland Jago Douma2016-02-121-3/+3
* If the initiator no longer exists return UIDRoeland Jago Douma2016-02-121-1/+1
* Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-3/+25
* Update OCS Share API to use federated share providerRoeland Jago Douma2016-02-081-12/+23
* Even single shares are returned as arrayRoeland Jago Douma2016-02-081-1/+1
* [Share 2.0] Fix OCS endpointRoeland Jago Douma2016-02-031-42/+43
* [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-9/+8
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-021-3/+3
* Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-291-7/+11
* Fix OCS unit tests after two share mergesRoeland Jago Douma2016-01-281-1/+1
* Merge pull request #21960 from owncloud/share2_ocs_fix_passing_empty_stringsThomas Müller2016-01-281-27/+79
|\
| * [Share 2.0] Allow using permissions to update link shareRoeland Jago Douma2016-01-271-14/+41
| * [Share 2.0] Still allow isolated updatesRoeland Jago Douma2016-01-271-4/+4
| * [Share 2.0] Also handle empty parameter in updateShareRoeland Jago Douma2016-01-271-24/+45
| * [Share 2.0] When passing empty strings don't failRoeland Jago Douma2016-01-271-5/+9
* | [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-281-11/+11
* | [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-271-7/+5
|/
* Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_...Thomas Müller2016-01-271-1/+8
|\
| * [Share 2.0] Properly handle user deleted group sharesRoeland Jago Douma2016-01-271-1/+8
* | [Share 2.0] Add update shareRoeland Jago Douma2016-01-261-0/+66
|/
* Comments from VincentRoeland Jago Douma2016-01-211-5/+3
* [Share 2.0] Add subfiles=xRoeland Jago Douma2016-01-211-0/+44
* [Sharing 2.0] Start with getSharesRoeland Jago Douma2016-01-211-0/+56
* [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-151-0/+2
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-10/+21
* 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-4/+7
* [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-061-1/+1
* [Sharing 2.0] General exceptions return 403Roeland Jago Douma2016-01-061-1/+1
* [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-061-1/+147
* [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-241-5/+6
* [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-241-6/+6
* [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-241-12/+63