summaryrefslogtreecommitdiffstats
path: root/lib/private/api.php
Commit message (Collapse)AuthorAgeFilesLines
* Use existing IRequest to not read php://input multiple timesLukas Reschke2015-05-061-2/+2
| | | | Fixes https://github.com/owncloud/client/issues/3204#issuecomment-99427563 - the firewall app has instantiiated an IRequest before and thus broke a lot of stuff on < PHP 5.6.
* Merge pull request #12918 from owncloud/use-uid-instead-of-login-nameMorris Jobke2014-12-191-1/+1
|\ | | | | Return UID instead of login name
| * Return UID instead of login nameLukas Reschke2014-12-171-1/+1
| | | | | | | | Without this OCS on LDAP is broken for API requests coming via Basic Authentication...
* | Store result of authenticationLukas Reschke2014-12-171-1/+7
|/
* because OC_User::login will create a new session we shall only try to login ↵Thomas Müller2014-11-261-16/+22
| | | | | | if user and pass are set ensure to never destroy an existing session
* introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-011-1/+2
|
* reset collection to 'root' after adding a route to the apiJörn Friedrich Dreyer2014-07-011-0/+1
|
* Return 503 OCS response with requested formatVincent Petry2014-06-301-1/+1
|
* Some more PHPDoc fixesLukas Reschke2014-04-211-2/+2
|
* Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-2/+2
|\ | | | | Move routing classes to an interface and expose it in the public api
| * switch OC::getRouter usages to OC::$server->getRouterRobin Appelman2014-03-101-2/+2
| |
* | fixing method namesThomas Müller2014-03-121-1/+1
| |
* | set content-type on ocs exceptionsThomas Müller2014-03-121-3/+30
| |
* | fixing identThomas Müller2014-03-071-9/+9
| |
* | we first shall check if the current session is valid - otherwise the ↵Thomas Müller2014-03-071-12/+13
|/ | | | session-id will be regenerated on login via basic auth
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|
* keep response messageBjoern Schiessle2014-01-131-20/+22
|
* Merge multiple failed third party responses when returning the resulttomneedham2013-11-141-3/+10
|
* Merge multiple shipped failures before responding.tomneedham2013-11-141-2/+10
|
* Return failed shipped responses over succedded shipped responsestomneedham2013-11-141-3/+3
|
* Return result object when only one successful response is returnedtomneedham2013-11-141-2/+2
|
* Update lib/private/api.php after merge conflicttomneedham2013-11-141-1/+1
|
* Merge branch 'ocs_api_fix_success_code' into oc_api_teststomneedham2013-11-141-2/+13
|\
| * Pick any none 100 status code before defaulting to 100Tom Needham2013-11-131-2/+13
| |
* | Remove OC_App dependancy from OC_API::mergeResponses()tomneedham2013-11-131-9/+12
|/
* the filesystem has to be initialized once we know the userThomas Müller2013-11-081-0/+8
|
* Added missing HTTP prefix to the $_SERVER variableLukas Reschke2013-10-301-1/+1
|
* http header OCS-ApiRequest: true is required in case of session based OCS ↵Thomas Müller2013-10-291-1/+2
| | | | API calls
* Support existing sessions within OCS API callsThomas Müller2013-10-211-3/+19
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+293
Conflicts: lib/private/vcategories.php