]> source.dussan.org Git - nextcloud-server.git/commit
Change 2FA activities to more generic security activities
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 16 May 2017 07:37:21 +0000 (09:37 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 18 May 2017 20:10:57 +0000 (22:10 +0200)
commit0928b5f621c42b2675fd877417e02dfc18b4e82b
treea4578de8557471c047f6017500cc1c0ffc797aca
parent879e11e7d1d9802647ade392f4ae317952bc6f8f
Change 2FA activities to more generic security activities

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/twofactor_backupcodes/appinfo/info.xml
apps/twofactor_backupcodes/lib/Activity/GenericFilter.php [deleted file]
apps/twofactor_backupcodes/lib/Activity/GenericProvider.php [deleted file]
apps/twofactor_backupcodes/lib/Activity/GenericSetting.php [deleted file]
lib/private/Authentication/TwoFactorAuth/Manager.php
settings/Activity/SecurityFilter.php [new file with mode: 0644]
settings/Activity/SecurityProvider.php [new file with mode: 0644]
settings/Activity/SecuritySetting.php [new file with mode: 0644]
settings/Application.php