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
path: root/lib/ocs
AgeCommit message (Expand)Author
2014-02-18Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer
2014-02-18fixing undefined index in delete()Thomas Müller
2014-02-18PHPDoc comment updated - checkLoggedIn() removedThomas Müller
2014-02-18no need to check if the user is logged inThomas Müller
2014-02-18fixing php notice: Undefined index keyThomas Müller
2014-02-18no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller
2014-02-18fix the privatedata key value storeFrank Karlitschek
2014-02-10getData() always needs to return an array, backport of #6988Bjoern Schiessle
2013-03-05Rebase to current masterTom Needham
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-02-10more code styleTom Needham
2013-02-11Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman
2013-02-09Merge branch 'ocs_capabilities' into ocs_multiple_methodsTom Needham
2013-02-09Change strucutre of cloud/capabilities responseTom Needham
2013-02-04Remove app related values and change structure of /cloud/capabilties callTom Needham
2013-01-25API: Remove api response structure from OC_OCS_Result, handle multiple regist...Tom Needham
2013-01-17Add <syncpollinterval> and order the result for /cloud/capabilitiesTom Needham
2013-01-17Add new /cloud/capabilities route and remove unused methodsTom Needham
2013-01-16merge master into filesystemRobin Appelman
2013-01-16Whitespace cleanupBart Visscher
2013-01-15merge master into filesystemRobin Appelman
2013-01-15Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller
2013-01-14Check if user is admin - boolLukas Reschke
2013-01-07merge master into filesystemRobin Appelman
2013-01-07removing unused parameter $parametersThomas Mueller
2012-12-31Code cleanup and add copyright infoTom Needham
2012-12-31Merge branch 'master' into ocs_apiTom Needham
2012-12-31Remove unused methodsTom Needham
2012-12-13API: Include totalitems and itemsperpage meta data when needed.Tom Needham
2012-12-12API: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham
2012-12-12API: OCS methods now use OC_OCS_Result to return dataTom Needham
2012-12-12API: Further tidying, implement OC_OCS_Result object for api results.Tom Needham
2012-09-05API: Fix /person/check api methodTom Needham
2012-09-05Fix ocs/person/checkTom Needham
2012-08-01Fixup OCS modulesBart Visscher
2012-07-30Fix OC_OCS_Privatedata::privateDataGetBart Visscher
2012-07-30Move OCS methods to lib/ocs/.phpTom Needham