]> source.dussan.org Git - nextcloud-server.git/commit
Move the personal 2FA settings to its own app 19192/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 29 Jan 2020 09:42:11 +0000 (10:42 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 29 Jan 2020 19:37:47 +0000 (20:37 +0100)
commit391a368557b18a89c79406d366e578530e36fe36
treedbfdb1fa9c74838a7f91e47079c2160a948bd8ca
parent53817f5fc20533d2b9da2ecff6bd96acf21b4e17
Move the personal 2FA settings to its own app

Small isolated classes are easier to understand and to maintain!
Another step in the cleaning up of the settings. So that adding new
stuff later is easier.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/settings/appinfo/info.xml
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/Settings/Personal/Security.php
apps/settings/lib/Settings/Personal/Security/TwoFactor.php [new file with mode: 0644]
apps/settings/templates/settings/personal/security.php
apps/settings/templates/settings/personal/security/twofactor.php [new file with mode: 0644]
apps/settings/tests/Settings/Personal/SecurityTest.php