summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api
Commit message (Expand)AuthorAgeFilesLines
* [Share 2.0] Add update shareRoeland Jago Douma2016-01-262-1/+68
* 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-212-1/+57
* [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
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-27/+1
* [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-12/+24
* Happy new year!Thomas Müller2016-01-126-6/+8
* Do not lower the sharee searchRoeland Jago Douma2016-01-121-1/+1
* [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-062-5/+9
* [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-062-5/+155
* Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-2/+4
* Only return the exact match, when it's allowedJoas Schilling2015-12-021-7/+18
* [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-242-6/+7
* [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-241-6/+6
* [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-242-13/+65
* [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-1/+1
* [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-19/+16
* Merge pull request #20558 from owncloud/remove-path-from-shared-withThomas Müller2015-11-231-0/+1
|\
| * Unset `path` for shared with meLukas Reschke2015-11-171-0/+1
* | Use proper variableLukas Reschke2015-11-181-1/+1
|/
* [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-162-13/+101
* Use the old code for remote shares for nowRoeland Jago Douma2015-11-051-0/+8
* The new sharing code now handles deletionRoeland Jago Douma2015-11-052-3/+83
* Prepare OCS Share endpointRoeland Jago Douma2015-11-051-0/+62
* Update license headersLukas Reschke2015-10-264-3/+4
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-1/+6
* Make sure that remote shares use the correct uid casingJoas Schilling2015-10-061-0/+1
* update licence headers via scriptMorris Jobke2015-10-054-0/+5
* Extend share infoRoeland Jago Douma2015-10-021-1/+23
* Added '../remote_shares' endpointRoeland Jago Douma2015-10-021-2/+77
* Do not allow user enumeration if the config is disabledJoas Schilling2015-09-231-2/+18
* Merge pull request #19087 from owncloud/disable-remote-share-notifications-fo...Thomas Müller2015-09-181-5/+8
|\
| * Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-0/+3
| * Change the order of the buttonsJoas Schilling2015-09-171-5/+5
* | Fix status codeJoas Schilling2015-09-151-3/+4
* | Throw an error when the page count or perPage setting is invalidJoas Schilling2015-09-151-3/+10
|/
* Fix parameter name to match the specsJoas Schilling2015-09-151-2/+2
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+0
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-082-1/+5
* Add notifications for remote sharesJoas Schilling2015-09-081-0/+22
* Merge pull request #18234 from owncloud/ocs_api_for_sharees_listBjörn Schießle2015-09-011-0/+409
|\
| * Bring the coverage back to 100%Joas Schilling2015-08-261-17/+21
| * Adjust testsJoas Schilling2015-08-261-26/+51
| * Fix performance issues of the sharees apiJoas Schilling2015-08-261-177/+149
| * Do not return the current user himselfJoas Schilling2015-08-261-0/+5
| * Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-13/+55