Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-11Changed spelling and aligned to other resources.rakekniven
2021-09-09also allow admins to set the primary emailArthur Schiwon
2021-09-09use specific email getter where necessaryArthur Schiwon
2021-09-09enable the user to set a primary (notification) email address (backend)Arthur Schiwon
2021-09-09Confirm mails only per POSTArthur Schiwon
2021-09-09implement verification for additional mailsArthur Schiwon
2021-07-29refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier
2021-06-30Migrate HintException to OCPGary Kim
2021-06-30cleanupArthur Schiwon
2021-06-30fix small issues in UsersController handlingArthur Schiwon
2021-06-30adjust access permissions of new controller methodArthur Schiwon
2021-06-30create a property on editUser when it was not set beforeArthur Schiwon
2021-06-30prov api to be able to edit multivalue propertiesArthur Schiwon
2021-06-30prov api reports multiple mail as editable fieldArthur Schiwon
2021-06-30prov api reports additional emails on getUserArthur Schiwon
2021-06-05Group may be null if backend doesn't support creating groupsDries Mys
2021-06-05Fixed indentationDries Mys
2021-06-05[ProvisioningAPI] Allow specifying group display name during creationDries Mys
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-27Fix the get editable fields endpoint without a user idJoas Schilling
2021-05-14Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz
2021-05-12Fix unauthorized OCS status in provisioningJoas Schilling
2021-05-12allow to set valid scopes only in AccountPropertyArthur Schiwon
2021-05-08provAPI to use only public API of IAccountManagerArthur Schiwon
2021-04-27Also check implementsAction methodJoas Schilling
2021-04-27Only return display name as editable when the user backend allows itJoas Schilling
2021-03-31Also check the default phone region when the number has no country codeJoas Schilling
2021-03-26Capability for federated scopeVincent Petry
2021-03-26Change account property capability Vincent Petry
2021-03-26Add capability for editable scopes in provisioning APIVincent Petry
2021-03-26Expose avatarScope through provisioning APIVincent Petry
2021-03-26OCS allow reading and writing account property scopesVincent Petry
2021-03-26Make extra user profile fields always editableVincent Petry
2021-03-12Only clear known users when we had at least one phonebook entryJoas Schilling
2021-03-10Rename some parameters and methods to make the API more clearJoas Schilling
2021-03-10Add a service to find out if a user knows another userJoas Schilling
2021-03-10Delete matches when the user is being deletedJoas Schilling
2021-03-10Delete matches when a user changes their phone numberJoas Schilling
2021-03-10Store when a user knows another user based on phone numberJoas Schilling
2021-03-10Fix some psalm warningsJoas Schilling
2021-03-10Provisioning API to IBootstrapRoeland Jago Douma
2021-03-05Fixed error after merge in UsersControllerRoeland Jago Douma
2021-03-05Merge pull request #25589 from nextcloud/provisioning-api-invalid-argumentRoeland Jago Douma
2021-03-03Remove deprecated \OCP\APIRoeland Jago Douma
2021-03-02LoggerInterface for provisioning API ControllersRoeland Jago Douma
2021-02-16Cleanup appinfo usageJoas Schilling
2021-02-11forward invalid argument message to frontend when creating a user failsRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07Unit tests for searching by phone numberJoas Schilling
2020-12-07Make the throwing optional, so background tasks don't breakJoas Schilling