Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHPDoc | Thomas Müller | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 1 | -2/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Catch auth coming from JS in OCS | Lukas Reschke | 2016-02-15 | 1 | -2/+9 |
| | |||||
* | Remove unreachable code in priavte/api.php | Morris Jobke | 2016-02-14 | 1 | -5/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -2/+6 |
| | |||||
* | Merge pull request #18184 from owncloud/ocs-merge-headers | Thomas Müller | 2015-10-21 | 1 | -7/+11 |
|\ | | | | | Merge headers of ocs results | ||||
| * | Merge headers of ocs results | Thomas Müller | 2015-09-21 | 1 | -7/+11 |
| | | |||||
* | | Strip directory from scriptName | Lukas Reschke | 2015-10-12 | 1 | -5/+5 |
| | | | | | | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes. | ||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+30 |
|/ | |||||
* | With V2 we should ensure that the status codes are kept in sync | Thomas Müller | 2015-08-13 | 1 | -5/+7 |
| | |||||
* | Adding header support to class OC_OCS_Result | Thomas Müller | 2015-08-07 | 1 | -0/+4 |
| | |||||
* | Following the spec: | Thomas Müller | 2015-08-05 | 1 | -5/+1 |
| | | | | "`statuscode`: The OCS status code of the response, everything except 100 MUST be handled as failure." | ||||
* | Return 200 not null - we should return consistent types | Thomas Müller | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | Remove duplicate and unused code | Thomas Müller | 2015-08-03 | 1 | -20/+30 |
| | |||||
* | Adding ocs/v2.php with status code mapper | Thomas Müller | 2015-08-03 | 1 | -8/+56 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | Deprecate the OC_API constants in favor of the OCP ones | Joas Schilling | 2015-04-18 | 1 | -8/+24 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -23/+28 |
| | |||||
* | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -2/+3 |
| | |||||
* | Read from IRequest instead of reading twice | Lukas Reschke | 2015-02-27 | 1 | -4/+6 |
| | | | | Potentially fixes https://github.com/owncloud/core/issues/14541 and https://github.com/owncloud/core/issues/14506 | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+24 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -24/+27 |
| | |||||
* | Merge pull request #12918 from owncloud/use-uid-instead-of-login-name | Morris Jobke | 2014-12-19 | 1 | -1/+1 |
|\ | | | | | Return UID instead of login name | ||||
| * | Return UID instead of login name | Lukas Reschke | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | Without this OCS on LDAP is broken for API requests coming via Basic Authentication... | ||||
* | | Store result of authentication | Lukas Reschke | 2014-12-17 | 1 | -1/+7 |
|/ | |||||
* | because OC_User::login will create a new session we shall only try to login ↵ | Thomas Müller | 2014-11-26 | 1 | -16/+22 |
| | | | | | | if user and pass are set ensure to never destroy an existing session | ||||
* | introduce and use getCurrentConnection() | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -1/+2 |
| | |||||
* | reset collection to 'root' after adding a route to the api | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -0/+1 |
| | |||||
* | Return 503 OCS response with requested format | Vincent Petry | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -2/+2 |
|\ | | | | | Move routing classes to an interface and expose it in the public api | ||||
| * | switch OC::getRouter usages to OC::$server->getRouter | Robin Appelman | 2014-03-10 | 1 | -2/+2 |
| | | |||||
* | | fixing method names | Thomas Müller | 2014-03-12 | 1 | -1/+1 |
| | | |||||
* | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 1 | -3/+30 |
| | | |||||
* | | fixing ident | Thomas Müller | 2014-03-07 | 1 | -9/+9 |
| | | |||||
* | | we first shall check if the current session is valid - otherwise the ↵ | Thomas Müller | 2014-03-07 | 1 | -12/+13 |
|/ | | | | session-id will be regenerated on login via basic auth | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
| | |||||
* | keep response message | Bjoern Schiessle | 2014-01-13 | 1 | -20/+22 |
| | |||||
* | Merge multiple failed third party responses when returning the result | tomneedham | 2013-11-14 | 1 | -3/+10 |
| | |||||
* | Merge multiple shipped failures before responding. | tomneedham | 2013-11-14 | 1 | -2/+10 |
| | |||||
* | Return failed shipped responses over succedded shipped responses | tomneedham | 2013-11-14 | 1 | -3/+3 |
| | |||||
* | Return result object when only one successful response is returned | tomneedham | 2013-11-14 | 1 | -2/+2 |
| | |||||
* | Update lib/private/api.php after merge conflict | tomneedham | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ocs_api_fix_success_code' into oc_api_tests | tomneedham | 2013-11-14 | 1 | -2/+13 |
|\ | |||||
| * | Pick any none 100 status code before defaulting to 100 | Tom Needham | 2013-11-13 | 1 | -2/+13 |
| | | |||||
* | | Remove OC_App dependancy from OC_API::mergeResponses() | tomneedham | 2013-11-13 | 1 | -9/+12 |
|/ | |||||
* | the filesystem has to be initialized once we know the user | Thomas Müller | 2013-11-08 | 1 | -0/+8 |
| | |||||
* | Added missing HTTP prefix to the $_SERVER variable | Lukas Reschke | 2013-10-30 | 1 | -1/+1 |
| |