summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Collapse)AuthorAgeFilesLines
* Check for userSession->getUser() === nullRoeland Jago Douma2015-08-112-24/+68
|
* [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-111-1/+1
|
* Fix groupsRoeland Jago Douma2015-08-111-2/+2
|
* [provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma2015-08-021-2/+2
|
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-021-7/+14
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-022-22/+35
|
* [provisioning_api] subadmin check for usersRoeland Jago Douma2015-08-021-10/+10
|
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-021-19/+36
|
* [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-012-4/+4
|\ | | | | Move core apps from OC_Log::write to OCP\Util
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-182-4/+4
| |
* | update license headers and authorsMorris Jobke2015-06-253-0/+5
| |
* | 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-183-6/+6
|
* 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-263-45/+36
|
* Revert "Updating license headers"Morris Jobke2015-02-263-33/+48
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-48/+33
|
* Remove unnecessary setUp methodTom Needham2015-01-041-5/+0
|
* Ensure admin group is present before running testsTom Needham2015-01-032-1/+6
|
* Add provisioning_api appTom Needham2014-12-243-0/+535
enable unit tests for provisioning api fix admin docu key