summaryrefslogtreecommitdiffstats
path: root/ocs/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-211-2/+4
|
* remove unused parameterBjoern Schiessle2016-07-141-1/+1
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* update share permissionsBjörn Schießle2016-05-201-1/+1
|
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-1/+41
| | | | correctly accross share owner and share initiator
* use query builder for getShare and add testsBjörn Schießle2016-05-201-1/+1
|
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-1/+1
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+2
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-7/+0
| | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Check if files_sharing is actually enabled before using itRobin McCorkell2015-09-091-9/+11
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-28/+30
|
* Update license headersJenkins for ownCloud2015-03-261-3/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+20
|
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-0/+30
|
* New OCS route:Thomas Müller2013-10-211-1/+8
| | | | | | | | | | | | | | | | | | /ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs>
* remove the activity call here. it is not implemented anyways. This will be ↵Frank Karlitschek2013-08-311-8/+0
| | | | provided by Activity app in the future.
* Add quota to core apiTom Needham2013-08-271-1/+8
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* Fix typoTom Needham2013-04-271-1/+1
|
* Code style for ocs/routes.phpTom Needham2013-04-271-9/+65
|
* Change app identifier for core api routesTom Needham2013-04-271-8/+8
|
* Fix api result merging.Tom Needham2013-02-091-1/+1
|
* Add new /cloud/capabilities route and remove unused methodsTom Needham2013-01-161-1/+2
|
* remove php closing tagThomas Mueller2013-01-141-1/+1
|
* API: Tidy up routes.php, remove redundant call registrationTom Needham2012-12-141-9/+0
|
* API: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham2012-12-121-1/+7
|
* API: Add required auth level to OCS routes, move some routes to ↵Tom Needham2012-09-131-13/+9
| | | | provisioning_api app
* Fix the api routesTom Needham2012-08-011-2/+2
|
* Fix /privatedata/getattribute routeBart Visscher2012-07-311-0/+2
|
* Fixup OCS modulesBart Visscher2012-07-311-8/+8
|
* Add 'ocs' as app name to API registrationBart Visscher2012-07-301-12/+12
|
* Add the format parameter inside OC_APITom Needham2012-07-301-11/+11
|
* Move routes to ocs folderTom Needham2012-07-301-0/+25