summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Show hint in OCS API for user creationMorris Jobke2018-02-231-2/+10
* Change @georgehrke's emailMorris Jobke2017-11-062-0/+2
* Update license headersMorris Jobke2017-11-067-3/+71
* throw 101 when an empty group string is providedArthur Schiwon2017-09-181-1/+1
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-2/+2
* Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-5/+6
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-242-7/+15
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-0/+13
* Don't allow the user to set fields they can't seeJoas Schilling2017-06-021-7/+24
* Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casingMorris Jobke2017-04-241-32/+9
|\
| * Remove dead argumentsJoas Schilling2017-04-241-24/+1
| * Fix similar issues with the group idJoas Schilling2017-04-241-3/+3
| * Fix the storage info and other checks when the user has wrong casingJoas Schilling2017-04-241-5/+5
* | Remove unused use statementsMorris Jobke2017-04-221-1/+0
|/
* Use RESPOND_NOT_FOUND for non existing userMorris Jobke2017-04-211-1/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-5/+6
* Merge pull request #4244 from nextcloud/welcome-emailMorris Jobke2017-04-072-24/+26
|\
| * Add support for themingLukas Reschke2017-04-072-24/+26
* | Allow to change account info via provisioning apiJoas Schilling2017-04-071-10/+31
|/
* 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