summaryrefslogtreecommitdiffstats
path: root/ocs
Commit message (Collapse)AuthorAgeFilesLines
* Use the proper content-typeLukas Reschke2014-02-171-0/+2
| | | | | We should use the proper content-type `application/xml` instead of the default `text/html` here. Backport requested.
* 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
|
* Use raw PathInfo for matching urlsBart Visscher2013-06-281-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
|
* Merge masterTom Needham2013-02-041-1/+1
|\
| * add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions.
* | Add new /cloud/capabilities route and remove unused methodsTom Needham2013-01-161-1/+2
|/
* remove php closing tagThomas Mueller2013-01-141-1/+1
|
* Merge master into ocs_api, fix conflicts.Tom Needham2012-12-142-16/+16
|\
| * make it possible to manually override the hostname and protocol if the ↵Frank Karlitschek2012-11-221-1/+1
| | | | | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
| * Style: The last two spacesFelix Moeller2012-11-042-2/+2
| |
| * Style: Remove all the dangling white spacesFelix Moeller2012-11-042-16/+16
| |
* | 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
| |
* | Detect http protocol in providers.phpTom Needham2012-10-281-1/+1
| |
* | API: Add required auth level to OCS routes, move some routes to ↵Tom Needham2012-09-131-13/+9
| | | | | | | | provisioning_api app
* | Fix merge conflictsTom Needham2012-09-132-2/+3
|\|
| * Respect coding styleThomas Müller2012-09-041-1/+1
| |
| * Respect coding styleThomas Müller2012-09-041-2/+2
| |
* | Routing: combine all routes into one setBart Visscher2012-08-021-3/+1
| |
* | Move loading of routes to OC::getRouter functionBart Visscher2012-08-021-1/+0
| |
* | Change access to router object to getter functionBart Visscher2012-08-021-3/+3
| |
* | Fix the api routesTom Needham2012-08-011-2/+2
| |
* | Fix /privatedata/getattribute routeBart Visscher2012-07-311-0/+2
| |
* | Routing: Handle MethodNotAllowedExceptionBart Visscher2012-07-311-0/+3
| |
* | Fixup OCS modulesBart Visscher2012-07-311-8/+8
| |
* | Make calling ocs/v1.php/config workBart Visscher2012-07-301-2/+10
| |
* | 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
|/
* first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-231-1/+3
| | | | | | | | The specification is developed here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services-1.7#CLOUD will be moved to http://www.freedesktop.org/wiki/Specifications/open-collaboration-services as soon as everything is done.
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-092-5/+0
|
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-1/+1
|
* update copyrightFrank Karlitschek2012-05-262-2/+2
|
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-1/+1
|
* fixed include for ocsKlaas Freitag2011-09-122-2/+2
|
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-092-2/+2
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-162-0/+0
|
* fixes in log and ocsRobin2010-05-151-0/+1
|
* mergeRobin2010-04-281-0/+0
|
* add Open Collaboration API support. You can now connect your ownCloud with ↵Frank Karlitschek2010-04-142-0/+72
the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5