summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/users.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-111-631/+0
| | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests
* Add provisioning api to enable and disable usersThomas Müller2016-05-021-12/+60
|
* Update author informationLukas Reschke2016-03-011-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 instanceArthur Schiwon2016-02-091-1/+1
|
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-1/+1
|
* Added unit test for new functionalityRoeland Jago Douma2015-11-121-7/+8
|
* enable api addUser for subadminsmichag862015-11-121-7/+37
| | | | * Fix existing unit tests
* Revert OCS error code change from #20135Joas Schilling2015-11-051-1/+6
|
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-107/+152
|
* Update license headersLukas Reschke2015-10-261-1/+2
|
* Merge pull request #18399 from owncloud/api-getusers-for-subadminsThomas Müller2015-10-201-1/+26
|\ | | | | enable api getUsers for subadmins
| * Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-131-10/+47
| |\
| * | enable api getUsers for subadminsmichag862015-08-261-1/+26
| | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of.
* | | Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-27/+10
| |/ |/| | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
* | update licence headers via scriptMorris Jobke2015-10-051-0/+1
| |
* | Add proper PHPDocLukas Reschke2015-09-081-10/+46
|/ | | | Makes my IDE happier when going through that file.
* Check for userSession->getUser() === nullRoeland Jago Douma2015-08-111-21/+59
|
* [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-111-1/+1
|
* [provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma2015-08-021-2/+2
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-021-19/+26
|
* [provisioning_api] subadmin check for usersRoeland Jago Douma2015-08-021-10/+10
|
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-021-42/+80
|
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-3/+3
|\ | | | | Move core apps from OC_Log::write to OCP\Util
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-3/+3
| |
* | update license headers and authorsMorris Jobke2015-06-251-0/+3
| |
* | Catch NotFoundException and return no quota information which simply ↵Thomas Müller2015-05-191-10/+26
|/ | | | reflects the current state - no file storage has been initialized for the user.
* Validate the quota value to be a correct valueThomas Müller2015-05-071-1/+8
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-3/+3
|
* Do not try to make user subadmin of group twiceRoeland Jago Douma2015-04-131-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 headersJenkins for ownCloud2015-03-261-16/+12
|
* Revert "Updating license headers"Morris Jobke2015-02-261-11/+17
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-17/+11
|
* Ensure admin group is present before running testsTom Needham2015-01-031-1/+1
|
* Add provisioning_api appTom Needham2014-12-241-0/+346
enable unit tests for provisioning api fix admin docu key