Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -108/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | add documentation | Morris Jobke | 2013-08-27 | 1 | -0/+13 |
| | |||||
* | Code style | Tom Needham | 2013-08-27 | 1 | -2/+2 |
| | |||||
* | Add quota to core api | Tom Needham | 2013-08-27 | 1 | -5/+28 |
| | |||||
* | more code style | Tom Needham | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Change strucutre of cloud/capabilities response | Tom Needham | 2013-02-09 | 1 | -1/+6 |
| | |||||
* | Remove app related values and change structure of /cloud/capabilties call | Tom Needham | 2013-02-04 | 1 | -9/+9 |
| | |||||
* | Add <syncpollinterval> and order the result for /cloud/capabilities | Tom Needham | 2013-01-16 | 1 | -5/+6 |
| | |||||
* | Add new /cloud/capabilities route and remove unused methods | Tom Needham | 2013-01-16 | 1 | -43/+11 |
| | |||||
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 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 :) | ||||
* | | removing unused parameter $parameters | Thomas Mueller | 2013-01-06 | 1 | -2/+2 |
|/ | | | | fixing undefined variable $useDir | ||||
* | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 1 | -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 Needham | 2012-12-12 | 1 | -26/+6 |
| | |||||
* | API: OCS methods now use OC_OCS_Result to return data | Tom Needham | 2012-12-12 | 1 | -2/+2 |
| | |||||
* | Fixup OCS modules | Bart Visscher | 2012-07-31 | 1 | -27/+26 |
| | |||||
* | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 1 | -0/+97 |