Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 1 | -631/+0 |
| | | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests | ||||
* | Add provisioning api to enable and disable users | Thomas Müller | 2016-05-02 | 1 | -12/+60 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Added unit test for new functionality | Roeland Jago Douma | 2015-11-12 | 1 | -7/+8 |
| | |||||
* | enable api addUser for subadmins | michag86 | 2015-11-12 | 1 | -7/+37 |
| | | | | * Fix existing unit tests | ||||
* | Revert OCS error code change from #20135 | Joas Schilling | 2015-11-05 | 1 | -1/+6 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -107/+152 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+2 |
| | |||||
* | Merge pull request #18399 from owncloud/api-getusers-for-subadmins | Thomas Müller | 2015-10-20 | 1 | -1/+26 |
|\ | | | | | enable api getUsers for subadmins | ||||
| * | Merge branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 1 | -10/+47 |
| |\ | |||||
| * | | enable api getUsers for subadmins | michag86 | 2015-08-26 | 1 | -1/+26 |
| | | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of. | ||||
* | | | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -27/+10 |
| |/ |/| | | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | Add proper PHPDoc | Lukas Reschke | 2015-09-08 | 1 | -10/+46 |
|/ | | | | Makes my IDE happier when going through that file. | ||||
* | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 1 | -21/+59 |
| | |||||
* | [provisioning api] Test for correct displayname | Roeland Jago Douma | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | [provisioning api] Move away from OC\Util to OCP\Util | Roeland Jago Douma | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 1 | -19/+26 |
| | |||||
* | [provisioning_api] subadmin check for users | Roeland Jago Douma | 2015-08-02 | 1 | -10/+10 |
| | |||||
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 1 | -42/+80 |
| | |||||
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -3/+3 |
|\ | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -3/+3 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+3 |
| | | |||||
* | | Catch NotFoundException and return no quota information which simply ↵ | Thomas Müller | 2015-05-19 | 1 | -10/+26 |
|/ | | | | reflects the current state - no file storage has been initialized for the user. | ||||
* | Validate the quota value to be a correct value | Thomas Müller | 2015-05-07 | 1 | -1/+8 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -3/+3 |
| | |||||
* | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 1 | -0/+4 |
| | | | | | | | If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -16/+12 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -11/+17 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+11 |
| | |||||
* | Ensure admin group is present before running tests | Tom Needham | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 1 | -0/+346 |
enable unit tests for provisioning api fix admin docu key |