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-03-18Add profile default setting for adminChristopher Ng
2022-03-17Add method to set all account properties from jsonChristopher Ng
2022-03-17Discard duplicate collection name from account serializationenh/account-json-serializationChristopher Ng
2022-01-11Fix testJoas Schilling
2022-01-07Fix email verificationChristopher Ng
2021-10-23fix populating account array with missing default valuesArthur Schiwon
2021-10-22Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p...John Molakvoæ
2021-10-19Add new account propertiesChristopher Ng
2021-09-09implement verification for additional mailsArthur Schiwon
2021-08-18Add missing scope to testDaniel Calviño Sánchez
2021-06-30adjust internal data handling logic to fix store and loadArthur Schiwon
2021-06-30adjust email verification checkerArthur 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 reports additional emails on getUserArthur Schiwon
2021-06-08CI: more flexible assertionsArthur Schiwon
2021-06-03allow interacting with IAccountPropertyCollectionsArthur Schiwon
2021-06-03add IAccountPropertyCollection with implementationArthur Schiwon
2021-06-03update unit testsArthur Schiwon
2021-05-25do not use private AccountManager in UsersControllerArthur Schiwon
2021-05-12allow to set valid scopes only in AccountPropertyArthur Schiwon
2021-04-22Validate the website field input to be a valid URLJoas Schilling
2021-03-26Add property scope tests for AccountManagerVincent Petry
2021-03-26Map old account scope properties to new namesVincent Petry
2021-03-12Fix Test class nameJoas Schilling
2020-12-07Add and fix unit testsJoas Schilling
2020-12-07Make code strictJoas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-20PSR logger for accountsJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2019-12-13Log critical fallback to user default if we can't parse the JSONChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-10-15Use IAccountManager constantsJulius Härtl
2018-10-15Add tests for new account api classesJulius Härtl
2017-10-24Use ::class in test mocksMorris Jobke
2017-04-29fix email verification statusBjoern Schiessle
2017-04-29updated unit testsBjoern Schiessle
2017-04-11Merge pull request #4256 from nextcloud/themingLukas Reschke
2017-04-10Also send the new account data with the eventJoas Schilling
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2016-11-25bring back setEmailAddress for the user managementBjoern Schiessle
2016-11-25update accounts table if email address or display name changes from outsideBjoern Schiessle
2016-11-21fix unit testsBjoern Schiessle