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-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-06-28Allow setting defaults and requirements for the api routeBart Visscher
2013-05-02respect format outputBernhard Posselt
2013-05-02logout before output to not run into header already sent problemsBernhard Posselt
2013-05-02fix bug that would only return error responses for 3rdparty appsBernhard Posselt
2013-04-28Merge pull request #3154 from owncloud/fix_3153Frank Karlitschek
2013-04-27Use correct variable when checking authTom Needham
2013-04-25Correct the api response when both a shipped app and/or a third party app failTom Needham
2013-03-05Rebase to current masterTom Needham
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-02-10Code style and remove OAuth codeTom Needham
2013-02-10Remove debug call, correct app identifierTom Needham
2013-02-09Fix api result merging.Tom Needham
2013-02-09Use OC_User::isAdminUser() in lib/api.phpTom Needham
2013-02-01Merge pull request #1287 from owncloud/ocs_xml_attributesThomas Müller
2013-01-25API: Remove api response structure from OC_OCS_Result, handle multiple regist...Tom Needham
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