Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 5 | -16/+16 |
|\ | |||||
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 5 | -15/+15 |
| | | |||||
| * | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 1 | -2/+2 |
| |\ | |||||
| * | | removing unused parameter $parameters | Thomas Mueller | 2013-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | fixing undefined variable $useDir | ||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -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 filesystem | Robin Appelman | 2013-01-07 | 1 | -4/+4 |
|/ | |||||
* | Code cleanup and add copyright info | Tom Needham | 2012-12-31 | 1 | -1/+23 |
| | |||||
* | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 5 | -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 methods | Tom Needham | 2012-12-31 | 1 | -16/+0 |
| | |||||
* | API: Include totalitems and itemsperpage meta data when needed. | Tom Needham | 2012-12-12 | 1 | -1/+7 |
| | |||||
* | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 3 | -29/+10 |
| | |||||
* | API: OCS methods now use OC_OCS_Result to return data | Tom Needham | 2012-12-12 | 4 | -10/+10 |
| | |||||
* | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 1 | -0/+65 |
| | |||||
* | API: Fix /person/check api method | Tom Needham | 2012-09-05 | 1 | -0/+1 |
| | |||||
* | Fix ocs/person/check | Tom Needham | 2012-09-05 | 1 | -4/+5 |
| | |||||
* | Fixup OCS modules | Bart Visscher | 2012-07-31 | 5 | -46/+39 |
| | |||||
* | Fix OC_OCS_Privatedata::privateDataGet | Bart Visscher | 2012-07-30 | 1 | -2/+5 |
| | |||||
* | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 5 | -0/+183 |