| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: rebased the branch with master and resolved conflicts | yemkareems | 2024-07-08 | 1 | -0/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 1 | -24/+4 |
* | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -0/+1 |
* | Add API to change preferences | Joas Schilling | 2022-05-23 | 1 | -0/+6 |
* | Confirm mails only per POST | Arthur Schiwon | 2021-09-09 | 1 | -1/+2 |
* | implement verification for additional mails | Arthur Schiwon | 2021-09-09 | 1 | -0/+4 |
* | fix incredible off-by-one-typo-error | Arthur Schiwon | 2021-06-30 | 1 | -1/+1 |
* | fix regex | Arthur Schiwon | 2021-06-30 | 1 | -1/+1 |
* | prov api to be able to edit multivalue properties | Arthur Schiwon | 2021-06-30 | 1 | -0/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Fix the get editable fields endpoint without a user id | Joas Schilling | 2021-05-27 | 1 | -1/+1 |
* | Only return display name as editable when the user backend allows it | Joas Schilling | 2021-04-27 | 1 | -0/+1 |
* | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 1 | -0/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -0/+1 |
* | Make it possible to wipe all tokens/devices of a user | Christoph Wurst | 2019-07-09 | 1 | -0/+1 |
* | Fix interaction with groups that contain a slash | Joas Schilling | 2018-11-15 | 1 | -4/+4 |
* | Make the DELETION of groups match greedy on the groupID | Roeland Jago Douma | 2018-06-09 | 1 | -1/+1 |
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -0/+2 |
* | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 1 | -0/+1 |
|\ |
|
| * | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 1 | -0/+1 |
* | | Add userdetails to ocs api | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -0/+1 |
|/ |
|
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 1 | -1/+1 |
* | Provide list of editable fields via OCS API | Roeland Jago Douma | 2018-01-26 | 1 | -0/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -3/+1 |
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -0/+1 |
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 1 | -0/+1 |
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -8/+9 |
* | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -10/+6 |
* | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -22/+16 |
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -15/+12 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | Add provisioning api to enable and disable users | Thomas Müller | 2016-05-02 | 1 | -3/+8 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -1/+2 |
* | Merge pull request #20292 from owncloud/provisioning_api_group_unittest | Thomas Müller | 2015-11-16 | 1 | -1/+2 |
|\ |
|
| * | Moved grouptest over to pure unit tests | Roeland Jago Douma | 2015-11-16 | 1 | -1/+2 |
* | | enable api addUser for subadmins | michag86 | 2015-11-12 | 1 | -1/+1 |
|/ |
|
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -1/+3 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+2 |
* | Merge branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 1 | -0/+1 |
|\ |
|
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | | enable api getUsers for subadmins | michag86 | 2015-08-26 | 1 | -1/+1 |
|/ |
|
* | [provisioning_api] Move part of apps to OCP | Roeland Jago Douma | 2015-08-02 | 1 | -1/+3 |
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 1 | -2/+4 |
* | [provisioning_api] Moved groups away from static stuff | Roeland Jago Douma | 2015-08-02 | 1 | -1/+3 |
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 1 | -21/+30 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -20/+22 |