nextcloud/tests/lib/Accounts
Arthur Schiwon c9c671a466
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-10 13:17:39 +02:00
..
AccountManagerTest.php implement verification for additional mails 2021-09-10 13:17:39 +02:00
AccountPropertyCollectionTest.php add IAccountPropertyCollection with implementation 2021-06-03 20:49:49 +02:00
AccountPropertyTest.php do not use private AccountManager in UsersController 2021-05-25 14:35:38 +02:00
AccountTest.php allow interacting with IAccountPropertyCollections 2021-06-03 20:49:49 +02:00
HooksTest.php accounts event handler to use eventdispatcher, DI and Accounts API 2021-06-30 05:15:49 +00:00