aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Accounts
Commit message (Expand)AuthorAgeFilesLines
* Fix testsCarl Schwan2022-11-221-0/+39
* Allow to tweak default scopes for accountsThomas Citharel2022-05-161-33/+71
* Minor optimizations for saving user personal informationCarl Schwan2022-05-121-6/+3
* Add profile default setting for adminChristopher Ng2022-03-181-0/+6
* Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+25
* Discard duplicate collection name from account serializationChristopher Ng2022-03-171-1/+15
* Fix testJoas Schilling2022-01-111-1/+1
* Fix email verificationChristopher Ng2022-01-061-0/+39
* fix populating account array with missing default valuesArthur Schiwon2021-10-221-9/+7
* Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p...John Molakvoæ2021-10-221-0/+1
|\
| * Add missing scope to testDaniel Calviño Sánchez2021-08-181-0/+1
* | Add new account propertiesChristopher Ng2021-10-191-6/+192
* | implement verification for additional mailsArthur Schiwon2021-09-091-0/+36
|/
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-146/+109
* adjust email verification checkerArthur Schiwon2021-06-301-4/+1
* adjust verification state updater methodArthur Schiwon2021-06-301-10/+5
* make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-163/+106
* accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-301-42/+42
* prov api reports additional emails on getUserArthur Schiwon2021-06-301-0/+1
* CI: more flexible assertionsArthur Schiwon2021-06-071-1/+6
* allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-031-3/+24
* add IAccountPropertyCollection with implementationArthur Schiwon2021-06-031-0/+209
* update unit testsArthur Schiwon2021-06-031-16/+166
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-253-18/+40
* allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-122-7/+25
* Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+26
* Add property scope tests for AccountManagerVincent Petry2021-03-261-0/+123
* Map old account scope properties to new namesVincent Petry2021-03-263-34/+63
* Fix Test class nameJoas Schilling2021-03-121-2/+2
* Add and fix unit testsJoas Schilling2020-12-071-6/+45
* Make code strictJoas Schilling2020-12-071-14/+15
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* PSR logger for accountsJoas Schilling2020-10-202-8/+9
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-14/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Log critical fallback to user default if we can't parse the JSONChristoph Wurst2019-12-131-7/+12
* Mode to modern phpunitRoeland Jago Douma2019-11-272-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+0
* Use IAccountManager constantsJulius Härtl2018-10-153-68/+67
* Add tests for new account api classesJulius Härtl2018-10-153-0/+253
* Use ::class in test mocksMorris Jobke2017-10-241-6/+6
* fix email verification statusBjoern Schiessle2017-04-281-1/+1
* updated unit testsBjoern Schiessle2017-04-281-6/+50
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+0
|\
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+0
* | Also send the new account data with the eventJoas Schilling2017-04-101-5/+8
|/
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-0/+157