summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #24027 from owncloud/translate_ocs_shareThomas Müller2016-04-262-30/+37
|\
| * Translate OCS Share API error messagesRoeland Jago Douma2016-04-252-30/+37
* | move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-2/+16
|/
* Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-222-3/+18
|\
| * Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-221-3/+14
| * 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 #23287 from owncloud/issue-22786-absolute-pathsThomas Müller2016-03-171-2/+2
|\
| * Make sure to append the web root as per docJoas Schilling2016-03-161-2/+2
* | Specify the target user when unsharing a federated shareRobin Appelman2016-03-141-1/+1
|/
* Merge pull request #23091 from owncloud/issue-23085-csae-insensitive-group-se...Thomas Müller2016-03-131-7/+7
|\
| * Correctly lower the search input as wellJoas Schilling2016-03-111-5/+5
| * Return the correct group casing in sharee apiJoas Schilling2016-03-111-2/+2
* | Remove the old OCS Share API codeRoeland Jago Douma2016-03-131-645/+0
|/
* Merge pull request #23121 from owncloud/scrutinizer_share_fixesThomas Müller2016-03-102-2/+2
|\
| * Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-102-2/+2
* | 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
* Update author informationLukas Reschke2016-03-011-0/+2
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-012-0/+37
|\
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-262-0/+37
* | 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
* Merge pull request #22337 from owncloud/new_reshare_no_initiatorThomas Müller2016-02-151-4/+4
|\
| * 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
* | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-131-0/+71
|\ \ | |/ |/|
| * add remote server to the resultBjoern Schiessle2016-02-121-0/+71
* | Delete the notification when the owner unshares the remote before the user di...Joas Schilling2016-02-111-0/+7
* | Remove the notification if accepting/declining failed because of 404Joas Schilling2016-02-111-1/+7
|/
* Fix oracle by using less quotesJoas Schilling2016-02-101-1/+1
* Create the actions with the correct IDJoas Schilling2016-02-101-3/+4
* Make sure the share ID is an integerJoas Schilling2016-02-101-2/+2
* Fix action pathsJoas Schilling2016-02-101-2/+2
* Fix the notification API usageJoas Schilling2016-02-101-1/+1
* Revert "Disable the remote sharing notifications until they work properly"Joas Schilling2016-02-101-3/+0
* 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
* Filter contacts from the local system addressbook - remote share with local u...Thomas Müller2016-02-021-0/+3
* In some cases $contact['CLOUD'] is not an arrayThomas Müller2016-02-021-1/+5
* Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-291-7/+11