aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Remove WIP OAuth codeTom Needham2012-12-312-206/+0
| | * | Code cleanup and add copyright infoTom Needham2012-12-311-1/+23
| | * | Merge branch 'master' into ocs_apiTom Needham2012-12-3120-874/+1142
| | |\ \
| | * | | Remove unused methodsTom Needham2012-12-311-16/+0
| | * | | Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-291-5/+10
| | * | | Merge branch 'master' into ocs_apiTom Needham2012-12-1614-178/+198
| | |\ \ \
| | * | | | API: PUT and DELETE variables are now accessed from the parameters arrayTom Needham2012-12-151-3/+3
| | * | | | Merge master into ocs_api, fix conflicts.Tom Needham2012-12-14126-1146/+2987
| | |\ \ \ \
| | * | | | | API: Add check to see if the user is authorised to run the api methodTom Needham2012-12-121-5/+9
| | * | | | | API: Include totalitems and itemsperpage meta data when needed.Tom Needham2012-12-121-1/+7
| | * | | | | API: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham2012-12-124-319/+10
| | * | | | | API: OCS methods now use OC_OCS_Result to return dataTom Needham2012-12-124-10/+10
| | * | | | | API: Further tidying, implement OC_OCS_Result object for api results.Tom Needham2012-12-122-60/+74
| | * | | | | API: Specify the response format using a GET parameterTom Needham2012-12-111-9/+5
| | * | | | | Merge master into ocs_apiTom Needham2012-10-28117-1090/+2590
| | |\ \ \ \ \
| | * | | | | | Add API method for sharing a file, currently only via a link.Tom Needham2012-10-281-1/+1
| | * | | | | | Allow apps to pass defaults and requirements for their API callsTom Needham2012-10-281-2/+4
| | * | | | | | Merge branch 'master' into ocs_apiTom Needham2012-09-174-8/+13
| | |\ \ \ \ \ \
| | * | | | | | | API: Parse PUT and DELETE variablesTom Needham2012-09-171-0/+6
| | * | | | | | | API: Fix merge conflict remnantsTom Needham2012-09-171-1/+0
| | * | | | | | | API: Allow admins to access SUBADMIN api methodsTom Needham2012-09-141-2/+8
| | * | | | | | | API: Use http authentication, check the auth level requiredTom Needham2012-09-131-19/+22
| | * | | | | | | API: Default to user authentication levelTom Needham2012-09-131-2/+3
| | * | | | | | | Fix autoloader merge conflictTom Needham2012-09-131-2/+4
| | * | | | | | | Remove a merge conflictTom Needham2012-09-131-4/+1
| | * | | | | | | Fix merge conflictsTom Needham2012-09-13133-2845/+6597
| | |\ \ \ \ \ \ \
| | * | | | | | | | API: Require api calls to register the required auth levelTom Needham2012-09-131-7/+56
| | * | | | | | | | API: Fix /person/check api methodTom Needham2012-09-051-0/+1
| | * | | | | | | | Fix ocs/person/checkTom Needham2012-09-051-4/+5
| | * | | | | | | | API: remove OAuth auth check, respond in ocs formatted xml/jsonTom Needham2012-09-041-11/+25
| | * | | | | | | | API: Add callback_fail, add OC_OAuth::init and bespoke request token methodTom Needham2012-09-042-18/+54
| | * | | | | | | | Add ownCloud OAuth store backend. WIPTom Needham2012-08-301-5/+69
| | * | | | | | | | Fix class nameTom Needham2012-08-301-1/+1
| | * | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent.Tom Needham2012-08-031-5/+5
| | * | | | | | | | API: Check if the consumer has permissions to access the requested methodTom Needham2012-08-032-4/+11
| | * | | | | | | | Move OAuth classes into lib/oauthTom Needham2012-08-033-3/+39
| | * | | | | | | | OAuth server implementation using oauth libraryMichael Gapczynski2012-08-022-102/+45
| | * | | | | | | | Routing: combine all routes into one setBart Visscher2012-08-022-8/+15
| | * | | | | | | | Move loading of routes to OC::getRouter functionBart Visscher2012-08-022-1/+7
| | * | | | | | | | Quick fix for xml encoding arraysBart Visscher2012-08-021-0/+3
| | * | | | | | | | Change access to router object to getter functionBart Visscher2012-08-022-7/+13
| | * | | | | | | | API: Complete respond functionBart Visscher2012-08-011-3/+22
| | * | | | | | | | Logout the user at the end of a call to be statelessTom Needham2012-08-011-0/+2
| | * | | | | | | | API: add OC_API::checkLoggedIn()Tom Needham2012-08-011-0/+11
| | * | | | | | | | Remove unnecessary includeTom Needham2012-08-011-1/+0
| | * | | | | | | | Fix 3rdparty paths, initialise OAuth in correct orderTom Needham2012-08-011-4/+6
| | * | | | | | | | Fix /privatedata/getattribute routeBart Visscher2012-07-311-4/+6
| | * | | | | | | | API: set request method for registered urlsBart Visscher2012-07-311-0/+1
| | * | | | | | | | Routing: Method needs to be uppercaseBart Visscher2012-07-312-6/+6
| | * | | | | | | | Fixup OCS modulesBart Visscher2012-07-315-46/+39