summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace OCSController with OCP\APIDaniel Kesselberg2021-06-021-1/+1
* Fix the get editable fields endpoint without a user idJoas Schilling2021-05-271-1/+18
* FIx stable21 differenceJoas Schilling2021-04-291-3/+4
* Also check implementsAction methodJoas Schilling2021-04-281-3/+7
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-281-6/+35
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
* Capability for federated scopeVincent Petry2021-03-291-0/+11
* Change account property capability Vincent Petry2021-03-291-1/+1
* Add capability for editable scopes in provisioning APIVincent Petry2021-03-292-0/+53
* Expose avatarScope through provisioning APIVincent Petry2021-03-292-0/+9
* OCS allow reading and writing account property scopesVincent Petry2021-03-292-8/+55
* Make extra user profile fields always editableVincent Petry2021-03-291-23/+8
* Only clear known users when we had at least one phonebook entryJoas Schilling2021-03-121-3/+3
* Rename some parameters and methods to make the API more clearJoas Schilling2021-03-112-2/+2
* Add a service to find out if a user knows another userJoas Schilling2021-03-112-30/+21
* Delete matches when the user is being deletedJoas Schilling2021-03-112-0/+58
* Delete matches when a user changes their phone numberJoas Schilling2021-03-111-0/+4
* Store when a user knows another user based on phone numberJoas Schilling2021-03-111-0/+22
* Fix some psalm warningsJoas Schilling2021-03-101-17/+22
* Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Unit tests for searching by phone numberJoas Schilling2020-12-071-7/+14
* Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-1/+1
* Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-1/+5
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+62
* Make code strictJoas Schilling2020-12-072-30/+32
* Merge pull request #22891 from nextcloud/techdebt/18680/improve-ProvisioningA...Morris Jobke2020-10-051-2/+13
|\
| * Improve registerService logic for ProvisioningApiMiddleware for static code a...Daniel Kesselberg2020-09-161-2/+13
* | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spacesMorris Jobke2020-10-052-3/+3
|\ \
| * | Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
| |/
* / Fix the user email issue while creating a userSujith Haridasan2020-10-051-12/+14
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-091-4/+19
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-142-13/+11
* Use the new method everywhereJoas Schilling2020-07-033-40/+15
* Fix languages empty arrayGretaD2020-05-081-1/+1
* Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisio...Joas Schilling2020-04-301-2/+2
|\
| * Patch to optimize for large installations (>5000 users >20000 groups) where s...Mikael Hammarin2020-04-251-2/+2
* | Update license headers for 19Christoph Wurst2020-04-293-0/+4
|/
* Make the groupId url encodedJulius Härtl2020-04-111-0/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-29/+20
* Use elseif instead of else ifChristoph Wurst2020-04-102-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-5/+5
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-1/+1
* query FederatedFileSharing Application instead of creating itRobin Appelman2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-059-18/+47