Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | respect format output | Bernhard Posselt | 2013-05-02 | 1 | -2/+3 |
| | |||||
* | logout before output to not run into header already sent problems | Bernhard Posselt | 2013-05-02 | 1 | -1/+2 |
| | |||||
* | fix bug that would only return error responses for 3rdparty apps | Bernhard Posselt | 2013-05-02 | 1 | -1/+5 |
| | |||||
* | Merge pull request #3154 from owncloud/fix_3153 | Frank Karlitschek | 2013-04-28 | 1 | -1/+1 |
|\ | | | | | Change app identifier for core api routes | ||||
| * | Use correct variable when checking auth | Tom Needham | 2013-04-27 | 1 | -1/+1 |
| | | |||||
* | | Correct the api response when both a shipped app and/or a third party app fail | Tom Needham | 2013-04-25 | 1 | -2/+2 |
|/ | |||||
* | Rebase to current master | Tom Needham | 2013-03-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1287 from owncloud/ocs_xml_attributes | Thomas Müller | 2013-01-31 | 1 | -2/+5 |
| |\ | | | | | | | API: Treat array keys starting with '@' as XML attributes | ||||
| | * | Simpler method for getting the first char | Tom Needham | 2013-01-24 | 1 | -1/+1 |
| | | | |||||
| | * | Remove some whitespace | Tom Needham | 2013-01-24 | 1 | -4/+0 |
| | | | |||||
| | * | API: If key begins with '@' treat it as an xml attribute | Tom Needham | 2013-01-24 | 1 | -2/+9 |
| | | | |||||
* | | | Code style and remove OAuth code | Tom Needham | 2013-02-10 | 1 | -11/+3 |
| | | | |||||
* | | | Remove debug call, correct app identifier | Tom Needham | 2013-02-10 | 1 | -2/+0 |
| | | | |||||
* | | | Fix api result merging. | Tom Needham | 2013-02-09 | 1 | -3/+3 |
| | | | |||||
* | | | Use OC_User::isAdminUser() in lib/api.php | Tom Needham | 2013-02-09 | 1 | -2/+2 |
| | | | |||||
* | | | API: Remove api response structure from OC_OCS_Result, handle multiple ↵ | Tom Needham | 2013-01-25 | 1 | -32/+123 |
|/ / | | | | | | | registered methods for api calls | ||||
* | | Merge pull request #1286 from owncloud/ocs_api | Thomas Müller | 2013-01-24 | 1 | -0/+3 |
|\| | | | | | Check that external api methods return instances of OC_OCS_Result | ||||
| * | Code style update | Tom Needham | 2013-01-23 | 1 | -1/+1 |
| | | |||||
| * | Check that api methods return the correct result type | Tom Needham | 2013-01-16 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1205 from owncloud/ocs_api | Thomas Müller | 2013-01-18 | 1 | -0/+2 |
|\ \ | | | | | | | Return 401 headers when trying to access a restricted api call | ||||
| * | | Correct spelling of 'Authorization' | tomneedham | 2013-01-17 | 1 | -1/+1 |
| |/ | |||||
| * | Fix incorrect indentation | Tom Needham | 2013-01-16 | 1 | -2/+2 |
| | | |||||
| * | Return 401 headers when authentication is required for the api call | Tom Needham | 2013-01-16 | 1 | -0/+2 |
| | | |||||
* | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -11/+11 |
| | | |||||
* | | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -3/+2 |
|/ | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
* | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 1 | -40/+38 |
| | | | | | | | | | | | | | | Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot | ||||
* | API: PUT and DELETE variables are now accessed from the parameters array | Tom Needham | 2012-12-15 | 1 | -3/+3 |
| | |||||
* | API: Add check to see if the user is authorised to run the api method | Tom Needham | 2012-12-12 | 1 | -5/+9 |
| | |||||
* | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 1 | -60/+9 |
| | |||||
* | API: Specify the response format using a GET parameter | Tom Needham | 2012-12-11 | 1 | -9/+5 |
| | |||||
* | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | API: Parse PUT and DELETE variables | Tom Needham | 2012-09-17 | 1 | -0/+6 |
| | |||||
* | API: Allow admins to access SUBADMIN api methods | Tom Needham | 2012-09-14 | 1 | -2/+8 |
| | |||||
* | API: Use http authentication, check the auth level required | Tom Needham | 2012-09-13 | 1 | -19/+22 |
| | |||||
* | API: Require api calls to register the required auth level | Tom Needham | 2012-09-13 | 1 | -7/+56 |
| | |||||
* | API: remove OAuth auth check, respond in ocs formatted xml/json | Tom Needham | 2012-09-04 | 1 | -11/+25 |
| | |||||
* | Fix class name | Tom Needham | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | API: Fix merging of responses. Return 400 error when no OAuth operation sent. | Tom Needham | 2012-08-03 | 1 | -5/+5 |
| | |||||
* | API: Check if the consumer has permissions to access the requested method | Tom Needham | 2012-08-03 | 1 | -3/+9 |
| | |||||
* | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 1 | -2/+2 |
| | |||||
* | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 1 | -1/+10 |
| | |||||
* | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | Quick fix for xml encoding arrays | Bart Visscher | 2012-08-02 | 1 | -0/+3 |
| | |||||
* | Change access to router object to getter function | Bart Visscher | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | API: Complete respond function | Bart Visscher | 2012-08-01 | 1 | -3/+22 |
| | |||||
* | Logout the user at the end of a call to be stateless | Tom Needham | 2012-08-01 | 1 | -0/+2 |
| | |||||
* | API: add OC_API::checkLoggedIn() | Tom Needham | 2012-08-01 | 1 | -0/+11 |
| | |||||
* | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 1 | -4/+6 |
| | |||||
* | API: set request method for registered urls | Bart Visscher | 2012-07-31 | 1 | -0/+1 |
| |