aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Make deleting a group compatible with ocs v2Joas Schilling2017-03-231-1/+1
* Fix provisioning API callJoas Schilling2017-03-201-1/+8
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-1/+100
* add groups to user info outputBjoern Schiessle2017-02-091-0/+6
* make sure that 'getCurrentUser' gets an array in order to manipulate the data...Bjoern Schiessle2017-01-261-25/+37
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-0/+25
* add data from the users profile to the provisioning apiBjoern Schiessle2017-01-241-3/+15
* Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-181-0/+9
* Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-181-0/+14
* No need to check the subadmin againJoas Schilling2017-01-181-16/+11
* Require sudo mode on the provisioning APIJoas Schilling2016-12-053-7/+24
* Use new appstore APILukas Reschke2016-10-311-7/+2
* Add unit testsJoas Schilling2016-10-211-5/+4
* Make AppConfig part of the public APIJoas Schilling2016-10-211-0/+158
* Allow to retrieve the quota itself via the provisioning apiJoas Schilling2016-08-171-0/+1
* Move Apps to OCSControllerRoeland Jago Douma2016-08-141-30/+42
* Move Users to OCSControllerRoeland Jago Douma2016-08-141-189/+190
* Move Groups over to OCSControllerRoeland Jago Douma2016-08-141-60/+68
* Add ProvisioningAPI middlewareRoeland Jago Douma2016-08-143-0/+103
* Fix apps/Joas Schilling2016-07-213-9/+10
* Fix Warnings Provisioning APIRoeland Jago Douma2016-07-123-112/+109
* Update license headersLukas Reschke2016-05-263-4/+4
* Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-113-1/+1
* Add provisioning api to enable and disable usersThomas Müller2016-05-021-12/+60
* Update author informationLukas Reschke2016-03-011-0/+1
* 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-123-3/+3
* Update log message when error occurs during addGroupTom Needham2016-01-081-1/+1
* Remove unnecessary group name validationTom Needham2016-01-081-1/+1
* Inject OCSClientLukas Reschke2016-01-061-3/+7
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-1/+1
* Return empty list if group does not have subadminsRoeland Jago Douma2015-11-161-7/+1
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-161-10/+25
|\
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-161-10/+25
* | Added unit test for new functionalityRoeland Jago Douma2015-11-121-7/+8
* | enable api addUser for subadminsmichag862015-11-121-7/+37
|/
* Revert OCS error code change from #20135Joas Schilling2015-11-051-1/+6
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-292-111/+172
* Update license headersLukas Reschke2015-10-263-3/+4
* Merge pull request #18399 from owncloud/api-getusers-for-subadminsThomas Müller2015-10-201-1/+26
|\
| * Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-133-24/+105
| |\
| * | enable api getUsers for subadminsmichag862015-08-261-1/+26
* | | Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-27/+10
| |/ |/|
* | update licence headers via scriptMorris Jobke2015-10-053-0/+5
* | Add proper PHPDocLukas Reschke2015-09-083-24/+100
|/
* 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