]> git.mxchange.org Git - friendica.git/commit
Move Cookie to own class (with tests)
authornupplaPhil <admin@philipp.info>
Sun, 8 Dec 2019 21:45:34 +0000 (22:45 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 8 Dec 2019 21:45:34 +0000 (22:45 +0100)
commit54392fab817a1a65175936b6c49c85ad054ff0fb
tree7a1dd42936cb057515202ab71f252b275fed1e7c
parentc45b6d309be4dc13aeb8a4ec0aea7c2db907e076
Move Cookie to own class (with tests)
Move Authentication to App namespace
17 files changed:
include/api.php
index.php
mod/dfrn_poll.php
mod/openid.php
src/App.php
src/App/Authentication.php [new file with mode: 0644]
src/Core/Authentication.php [deleted file]
src/Core/Session.php
src/Model/User.php
src/Model/User/Cookie.php [new file with mode: 0644]
src/Module/Delegation.php
src/Module/Login.php
src/Module/Logout.php
src/Module/TwoFactor/Recovery.php
src/Module/TwoFactor/Verify.php
src/Network/FKOAuth1.php
tests/src/Model/User/CookieTest.php [new file with mode: 0644]