Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-01Merge pull request #1287 from owncloud/ocs_xml_attributesThomas Müller
2013-01-24Simpler method for getting the first charTom Needham
2013-01-24Remove some whitespaceTom Needham
2013-01-24API: If key begins with '@' treat it as an xml attributeTom Needham
2013-01-24Merge pull request #1286 from owncloud/ocs_apiThomas Müller
2013-01-24Code style updateTom Needham
2013-01-18Merge pull request #1205 from owncloud/ocs_apiThomas Müller
2013-01-17Correct spelling of 'Authorization'tomneedham
2013-01-17Check that api methods return the correct result typeTom Needham
2013-01-17Fix incorrect indentationTom Needham
2013-01-17Return 401 headers when authentication is required for the api callTom Needham
2013-01-16Whitespace cleanupBart Visscher
2013-01-14Check if user is admin - boolLukas Reschke
2012-12-31Merge branch 'master' into ocs_apiTom Needham
2012-12-15API: PUT and DELETE variables are now accessed from the parameters arrayTom Needham
2012-12-13API: Add check to see if the user is authorised to run the api methodTom Needham
2012-12-12API: Further tidying, implement OC_OCS_Result object for api results.Tom Needham
2012-12-12API: Specify the response format using a GET parameterTom Needham
2012-10-28Add API method for sharing a file, currently only via a link.Tom Needham
2012-09-17API: Parse PUT and DELETE variablesTom Needham
2012-09-14API: Allow admins to access SUBADMIN api methodsTom Needham
2012-09-13API: Use http authentication, check the auth level requiredTom Needham
2012-09-13API: Require api calls to register the required auth levelTom Needham
2012-09-04API: remove OAuth auth check, respond in ocs formatted xml/jsonTom Needham
2012-08-30Fix class nameTom Needham
2012-08-03API: Fix merging of responses. Return 400 error when no OAuth operation sent.Tom Needham
2012-08-03API: Check if the consumer has permissions to access the requested methodTom Needham
2012-08-03Move OAuth classes into lib/oauthTom Needham
2012-08-03OAuth server implementation using oauth libraryMichael Gapczynski
2012-08-02Routing: combine all routes into one setBart Visscher
2012-08-02Quick fix for xml encoding arraysBart Visscher
2012-08-02Change access to router object to getter functionBart Visscher
2012-08-01API: Complete respond functionBart Visscher
2012-08-01Logout the user at the end of a call to be statelessTom Needham
2012-08-01API: add OC_API::checkLoggedIn()Tom Needham
2012-08-01Fix /privatedata/getattribute routeBart Visscher
2012-08-01API: set request method for registered urlsBart Visscher
2012-07-30Make calling ocs/v1.php/config workBart Visscher
2012-07-30Fix OC_API::registerBart Visscher
2012-07-30Move loading of routes to OC_RouterBart Visscher
2012-07-30Merge the responses recursivelyTom Needham
2012-07-30Improve merging of api responsesTom Needham
2012-07-30Clean code slightlyTom Needham
2012-07-30Record the app that is registering a call to use later with OAuthTom Needham
2012-07-30Add the format parameter inside OC_APITom Needham
2012-07-30Move OCS methods to lib/ocs/.phpTom Needham
2012-07-30Add core routes and include them in OC_API::call()Tom Needham
2012-07-29Load routes before calling actionsTom Needham
2012-07-29Fix odd indentation issueTom Needham
2012-07-29Basic structure and functionality of api classTom Needham