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-01-11Fix undefined/unset scope in account propertiesJoas Schilling
2022-01-07Fix email verificationChristopher Ng
2021-09-10implement verification for additional mailsArthur Schiwon
2021-06-30cleanupArthur Schiwon
2021-06-30adjust internal data handling logic to fix store and loadArthur Schiwon
2021-06-30adjust email verification checkerArthur Schiwon
2021-06-30fix code styleArthur Schiwon
2021-06-30adjust verification state updater methodArthur Schiwon
2021-06-30make AccountManager actually write multi value propertiesArthur Schiwon
2021-06-30accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon
2021-06-30prov api to be able to edit multivalue propertiesArthur Schiwon
2021-06-30prov api reports additional emails on getUserArthur Schiwon
2021-06-08Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-04psalm happinessArthur Schiwon
2021-06-03adjust property type declarationArthur Schiwon
2021-06-03fix code styleArthur Schiwon
2021-06-03allow interacting with IAccountPropertyCollectionsArthur Schiwon
2021-06-03add IAccountPropertyCollection with implementationArthur Schiwon
2021-06-03deal with property collections when fetching users (with update)Arthur Schiwon
2021-06-03refactor validators and sanitizersArthur Schiwon
2021-05-25do not use private AccountManager in UsersControllerArthur Schiwon
2021-05-12allow to set valid scopes only in AccountPropertyArthur Schiwon
2021-04-26Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling
2021-04-23Guard against null phone number valueDaniel Calviño Sánchez
2021-04-22Validate the website field input to be a valid URLJoas Schilling
2021-04-08Limit size of properties to 2048 charactersLukas Reschke
2021-03-31Allow apps to write/update account dataJoas Schilling
2021-03-26Add property scope tests for AccountManagerVincent Petry
2021-03-26OCS allow reading and writing account property scopesVincent Petry
2021-03-26Map old account scope properties to new namesVincent Petry
2021-03-12Chunk the array of phone numbersJoas Schilling
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07Make the throwing optional, so background tasks don't breakJoas Schilling
2020-12-07Add a config for default region of phone numbersJoas Schilling
2020-12-07Also translate the phone number when coming in via the accounts manager API d...Joas Schilling
2020-12-07Add an endpoint to search for accounts based on phone numberJoas Schilling
2020-12-07Add a database table for the accounts data so we can search it betterJoas Schilling
2020-12-07Make code strictJoas Schilling
2020-10-20PSR logger for accountsJoas Schilling
2020-10-06Only run the query to get the account data onceJoas Schilling
2020-05-17Create account structure also for empty recordDaniel Kesselberg
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2019-12-20Update license headers for 18Christoph Wurst
2019-12-13Log critical fallback to user default if we can't parse the JSONChristoph Wurst
2019-12-13Return a default user record if json is brokenDaniel Kesselberg
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma