nextcloud-server/tests/lib/Accounts
Arthur Schiwon aacaad2a3f
implement verification for additional mails
- mails added by (sub)admins are automatically verified
- provisioning_api controller as verification endpoint
- IAccountProperty gets a locallyVerified property
- IPropertyCollection gets a method to fetch an IAccountProperty by value
  - an remove equivalent was already present
- AccountManager always initiates mail verification on update if necessary
- add core success template for arbitrary title and message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-09 14:03:35 +07:00
..
AccountManagerTest.php implement verification for additional mails 2021-09-09 14:03:35 +07:00
AccountPropertyCollectionTest.php add IAccountPropertyCollection with implementation 2021-06-03 20:49:49 +07:00
AccountPropertyTest.php do not use private AccountManager in UsersController 2021-05-25 14:35:38 +07:00
AccountTest.php allow interacting with IAccountPropertyCollections 2021-06-03 20:49:49 +07:00
HooksTest.php accounts event handler to use eventdispatcher, DI and Accounts API 2021-06-30 00:41:11 +07:00