]> git.mxchange.org Git - friendica.git/commit
Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace `Friendica\Security`
authorPhilipp <admin@philipp.info>
Wed, 30 Sep 2020 09:14:01 +0000 (11:14 +0200)
committerPhilipp <admin@philipp.info>
Wed, 30 Sep 2020 09:14:01 +0000 (11:14 +0200)
commit8318a0b6407a1e76ebe09f3cd9a4349382235319
tree75c0f1777f20e1916cf845d89ed7a445dc71ab0e
parent8fb3aa47dda4d557953bee6f49f99efb04269aec
Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace `Friendica\Security`
17 files changed:
bin/auth_ejabberd.php
library/OAuth1.php
mod/item.php
mod/photos.php
mod/videos.php
src/Model/Attach.php
src/Model/Photo.php
src/Module/Profile/Status.php
src/Network/FKOAuth1.php [deleted file]
src/Network/FKOAuthDataStore.php [deleted file]
src/Object/Thread.php
src/Security/ExAuth.php [new file with mode: 0644]
src/Security/FKOAuth1.php [new file with mode: 0644]
src/Security/FKOAuthDataStore.php [new file with mode: 0644]
src/Security/Security.php [new file with mode: 0644]
src/Util/ExAuth.php [deleted file]
src/Util/Security.php [deleted file]