summaryrefslogtreecommitdiffstats
path: root/lib/ocs/cloud.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-108/+0
| | | | | Conflicts: lib/private/vcategories.php
* add documentationMorris Jobke2013-08-271-0/+13
|
* Code styleTom Needham2013-08-271-2/+2
|
* Add quota to core apiTom Needham2013-08-271-5/+28
|
* more code styleTom Needham2013-02-101-1/+1
|
* Change strucutre of cloud/capabilities responseTom Needham2013-02-091-1/+6
|
* Remove app related values and change structure of /cloud/capabilties callTom Needham2013-02-041-9/+9
|
* Add <syncpollinterval> and order the result for /cloud/capabilitiesTom Needham2013-01-161-5/+6
|
* Add new /cloud/capabilities route and remove unused methodsTom Needham2013-01-161-43/+11
|
* Whitespace cleanupBart Visscher2013-01-161-3/+3
|
* Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-2/+2
|\
| * Check if user is admin - boolLukas Reschke2013-01-141-2/+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 :)
* | removing unused parameter $parametersThomas Mueller2013-01-061-2/+2
|/ | | | fixing undefined variable $useDir
* Merge branch 'master' into ocs_apiTom Needham2012-12-311-29/+51
| | | | | | | | | | | | | | 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: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham2012-12-121-26/+6
|
* API: OCS methods now use OC_OCS_Result to return dataTom Needham2012-12-121-2/+2
|
* Fixup OCS modulesBart Visscher2012-07-311-27/+26
|
* Move OCS methods to lib/ocs/.phpTom Needham2012-07-301-0/+97