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
2022-07-06Do not save invalid display name to the databaseChristopher Ng
2022-06-12Fix exception handling when profile data is too longbackport/32799/stable24Joas Schilling
2021-10-22Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p...John Molakvoæ
2021-10-19Profile backendChristopher Ng
2021-10-19Add new account propertiesChristopher Ng
2021-10-17l10n: Spelling unificationValdnet
2021-10-15Add support for Delegation Settings for more appsCarl Schwan
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-08-18Split capabilityDaniel Calviño Sánchez
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