summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo/routes.php
Commit message (Expand)AuthorAgeFilesLines
* Confirm mails only per POSTArthur Schiwon2021-09-091-1/+2
* implement verification for additional mailsArthur Schiwon2021-09-091-0/+4
* fix incredible off-by-one-typo-errorArthur Schiwon2021-06-301-1/+1
* fix regexArthur Schiwon2021-06-301-1/+1
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Fix the get editable fields endpoint without a user idJoas Schilling2021-05-271-1/+1
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-271-0/+1
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-0/+1
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-0/+1
* Fix interaction with groups that contain a slashJoas Schilling2018-11-151-4/+4
* Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-1/+1
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-0/+2
* Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-231-0/+1
|\
| * Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+1
* | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-161-0/+1
|/
* Fix testsRoeland Jago Douma2018-01-261-1/+1
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-261-0/+1
* Update license headersMorris Jobke2017-11-061-3/+1
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+1
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-0/+1
* Make AppConfig part of the public APIJoas Schilling2016-10-211-8/+9
* Move Apps to OCSControllerRoeland Jago Douma2016-08-141-10/+6
* Move Users to OCSControllerRoeland Jago Douma2016-08-141-22/+16
* Move Groups over to OCSControllerRoeland Jago Douma2016-08-141-15/+12
* Fix apps/Joas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-1/+2
* Add provisioning api to enable and disable usersThomas Müller2016-05-021-3/+8
* Happy new year!Thomas Müller2016-01-121-1/+1
* Inject OCSClientLukas Reschke2016-01-061-1/+2
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-161-1/+2
|\
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-161-1/+2
* | enable api addUser for subadminsmichag862015-11-121-1/+1
|/
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-1/+3
* Update license headersLukas Reschke2015-10-261-1/+2
* Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-131-0/+1
|\
| * update licence headers via scriptMorris Jobke2015-10-051-0/+1
* | enable api getUsers for subadminsmichag862015-08-261-1/+1
|/
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-021-1/+3
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-021-2/+4
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-021-1/+3
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-021-21/+30
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-20/+22
* Update license headersJenkins for ownCloud2015-03-261-15/+12
* Revert "Updating license headers"Morris Jobke2015-02-261-11/+16
* Updating license headersJenkins for ownCloud2015-02-231-16/+11
* Add provisioning_api appTom Needham2014-12-241-0/+50