summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Expand)AuthorAgeFilesLines
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
* [tx-robot] updated from transifexNextcloud bot2021-09-192-2/+18
* [tx-robot] updated from transifexNextcloud bot2021-09-172-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-09-156-2/+24
* [tx-robot] updated from transifexNextcloud bot2021-09-1416-4/+52
* [tx-robot] updated from transifexNextcloud bot2021-09-1316-30/+46
* Merge pull request #28803 from nextcloud/rakekniven-patch-1kesselb2021-09-121-1/+1
|\
| * Changed spelling and aligned to other resources.rakekniven2021-09-111-1/+1
* | [tx-robot] updated from transifexNextcloud bot2021-09-1214-0/+112
|/
* also allow admins to set the primary emailArthur Schiwon2021-09-091-0/+1
* use specific email getter where necessaryArthur Schiwon2021-09-093-7/+10
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-092-27/+57
* Confirm mails only per POSTArthur Schiwon2021-09-092-3/+26
* implement verification for additional mailsArthur Schiwon2021-09-096-6/+139
* [tx-robot] updated from transifexNextcloud bot2021-08-202-0/+14
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
* [tx-robot] updated from transifexNextcloud bot2021-08-042-4/+4
* [tx-robot] updated from transifexNextcloud bot2021-08-0248-96/+48
* fix UserController tests failing because of max_quota app value not provided ...Julien Veyssier2021-07-301-0/+27
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-292-0/+18
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* fix incredible off-by-one-typo-errorArthur Schiwon2021-06-301-1/+1
* cleanupArthur Schiwon2021-06-302-14/+0
* fix small issues in UsersController handlingArthur Schiwon2021-06-302-3/+7
* adjust access permissions of new controller methodArthur Schiwon2021-06-301-1/+5
* fix regexArthur Schiwon2021-06-301-1/+1
* create a property on editUser when it was not set beforeArthur Schiwon2021-06-301-10/+14
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-302-0/+99
* prov api reports multiple mail as editable fieldArthur Schiwon2021-06-302-0/+4
* prov api reports additional emails on getUserArthur Schiwon2021-06-302-3/+20
* [tx-robot] updated from transifexNextcloud bot2021-06-282-4/+4
* Bump app versionJoas Schilling2021-06-241-1/+1
* Master is now 23Joas Schilling2021-06-241-1/+1
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
* Effectively return a valid group as it would be the case in a realDries Mys2021-06-051-2/+6
* Group may be null if backend doesn't support creating groupsDries Mys2021-06-051-0/+3
* Fixed indentationDries Mys2021-06-051-1/+1
* [ProvisioningAPI] Allow specifying group display name during creationDries Mys2021-06-051-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0419-45/+34
* Fix the get editable fields endpoint without a user idJoas Schilling2021-05-272-2/+19
* Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-135-26/+34
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-125-26/+34
* | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-1/+1
* | provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-085-68/+100
|/
* Also check implementsAction methodJoas Schilling2021-04-272-5/+92
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-273-11/+67
* [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+16
* [tx-robot] updated from transifexNextcloud bot2021-04-162-0/+16
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
* Capability for federated scopeVincent Petry2021-03-262-0/+103