summaryrefslogtreecommitdiffstats
path: root/lib/ocs
Commit message (Collapse)AuthorAgeFilesLines
* Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-111-1/+1
|
* merge master into filesystemRobin Appelman2013-01-165-16/+16
|\
| * Whitespace cleanupBart Visscher2013-01-165-15/+15
| |
| * Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-2/+2
| |\
| * | removing unused parameter $parametersThomas Mueller2013-01-061-2/+2
| | | | | | | | | | | | fixing undefined variable $useDir
* | | merge master into filesystemRobin Appelman2013-01-151-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 :)
* / merge master into filesystemRobin Appelman2013-01-071-4/+4
|/
* Code cleanup and add copyright infoTom Needham2012-12-311-1/+23
|
* Merge branch 'master' into ocs_apiTom Needham2012-12-315-52/+158
| | | | | | | | | | | | | | 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
* Remove unused methodsTom Needham2012-12-311-16/+0
|
* 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-123-29/+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-121-0/+65
|
* API: Fix /person/check api methodTom Needham2012-09-051-0/+1
|
* Fix ocs/person/checkTom Needham2012-09-051-4/+5
|
* Fixup OCS modulesBart Visscher2012-07-315-46/+39
|
* Fix OC_OCS_Privatedata::privateDataGetBart Visscher2012-07-301-2/+5
|
* Move OCS methods to lib/ocs/.phpTom Needham2012-07-305-0/+183