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 | 5 | -349/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | remove the activity call here. it is not implemented anyways. This will be ↵ | Frank Karlitschek | 2013-08-31 | 1 | -28/+0 |
| | | | | provided by Activity app in the future. | ||||
* | 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 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Make class properties protected instead of private to allow subclassing | Tom Needham | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Rebase to current master | Tom Needham | 2013-03-05 | 1 | -2/+2 |
|\ | |||||
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 2 | -2/+2 |
| | | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| |\ | |||||
| * \ | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -4/+4 |
| | | | | |||||
* | | | | more code style | Tom Needham | 2013-02-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'ocs_capabilities' into ocs_multiple_methods | Tom Needham | 2013-02-09 | 1 | -43/+17 |
|\ \ \ \ | |||||
| * | | | | 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 |
| | |_|/ | |/| | | |||||
* / | | | API: Remove api response structure from OC_OCS_Result, handle multiple ↵ | Tom Needham | 2013-01-25 | 1 | -13/+35 |
|/ / / | | | | | | | | | | registered methods for api calls | ||||
* | | | 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 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 | ||||
* | 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 |