]> git.mxchange.org Git - friendica.git/commit
Move Login/Logout/TwoFactor to bundled submodule "Security"
authornupplaPhil <admin@philipp.info>
Fri, 27 Dec 2019 21:19:28 +0000 (22:19 +0100)
committernupplaPhil <admin@philipp.info>
Fri, 27 Dec 2019 21:19:28 +0000 (22:19 +0100)
commitaa5771cf3e170e1a335d4f3b770693033493be99
treeb86e3dec15a14a302005ec99105149e659f0d45a
parentd30e8665e11c45d16fa7d6e8f81b4a7da6bac185
Move Login/Logout/TwoFactor to bundled submodule "Security"
31 files changed:
mod/api.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/events.php
mod/message.php
mod/network.php
mod/notifications.php
mod/oexchange.php
mod/profiles.php
mod/regmod.php
mod/settings.php
src/App.php
src/Module/Bookmarklet.php
src/Module/Contact.php
src/Module/Home.php
src/Module/Item/Compose.php
src/Module/Login.php [deleted file]
src/Module/Logout.php [deleted file]
src/Module/Profile.php
src/Module/Search/Directory.php
src/Module/Security/Login.php [new file with mode: 0644]
src/Module/Security/Logout.php [new file with mode: 0644]
src/Module/Security/TwoFactor/Recovery.php [new file with mode: 0644]
src/Module/Security/TwoFactor/Verify.php [new file with mode: 0644]
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/TwoFactor/Recovery.php [deleted file]
src/Module/TwoFactor/Verify.php [deleted file]
static/routes.config.php