summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/api/share20ocstest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests to PSR-4Joas Schilling2016-05-251-2089/+0
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-0/+2
* Add locking to modifying operation of the OCS Share APIRoeland Jago Douma2016-04-301-37/+156
* Translate OCS Share API error messagesRoeland Jago Douma2016-04-251-29/+46
* Fix Share20OCSTestRoeland Jago Douma2016-04-081-4/+3
* Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-221-1/+49
|\
| * Block group sharing in API and in share managerRoeland Jago Douma2016-03-221-1/+49
* | When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-221-0/+71
|/
* Add mimetype to OCS Share API outputRoeland Jago Douma2016-03-101-4/+18
* Check correct permissions when resharingRoeland Jago Douma2016-02-291-0/+4
* Remove delete permissions for read-only federated resharesRoeland Jago Douma2016-02-251-0/+120
* Add unit tests for formatShareRoeland Jago Douma2016-02-171-0/+325
* OCS Share API should not return invalid sharesRoeland Jago Douma2016-02-171-0/+6
* Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-0/+2
* Update OCS Share API to use federated share providerRoeland Jago Douma2016-02-081-3/+8
* Even single shares are returned as arrayRoeland Jago Douma2016-02-081-1/+1
* [Share 2.0] Fix OCS endpointRoeland Jago Douma2016-02-031-66/+80
* [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-19/+0
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-021-1/+1
* Fix OCS unit tests after two share mergesRoeland Jago Douma2016-01-281-31/+31
* Merge pull request #21960 from owncloud/share2_ocs_fix_passing_empty_stringsThomas Müller2016-01-281-5/+665
|\
| * [Share 2.0] Allow using permissions to update link shareRoeland Jago Douma2016-01-271-0/+72
| * [Share 2.0] Still allow isolated updatesRoeland Jago Douma2016-01-271-7/+121
| * [Share 2.0] Also handle empty parameter in updateShareRoeland Jago Douma2016-01-271-0/+238
| * [Share 2.0] When passing empty strings don't failRoeland Jago Douma2016-01-271-5/+241
* | [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-281-6/+7
* | [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-271-18/+20
|/
* [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-151-11/+19
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-5/+15
* Happy new year!Thomas Müller2016-01-121-1/+1
* [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-061-4/+14
* [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-061-0/+277
* [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-241-43/+58
* [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-241-49/+82
* [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-7/+7
* [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-161-13/+246
* The new sharing code now handles deletionRoeland Jago Douma2015-11-051-0/+113