]> git.mxchange.org Git - friendica.git/commit
Introduce `Response` for Modules to create a testable way for module responses
authorPhilipp <admin@philipp.info>
Sun, 21 Nov 2021 19:06:36 +0000 (20:06 +0100)
committerPhilipp <admin@philipp.info>
Sat, 27 Nov 2021 11:40:38 +0000 (12:40 +0100)
commit561aba18e3a230c0912ad9483c6df43cc40e09d6
tree9fa74b5fa4e92e6afb8a1d623b43f3148a3c53f5
parentad5b0762b053275529efbf827c448b6a8cf014ba
Introduce `Response` for Modules to create a testable way for module responses
37 files changed:
mod/settings.php
src/App.php
src/App/Page.php
src/BaseModule.php
src/Capabilities/ICanHandleRequests.php
src/Capabilities/ICanReadAndWriteToResponds.php [new file with mode: 0644]
src/Capabilities/IRespondToRequests.php [new file with mode: 0644]
src/LegacyModule.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Tos.php
src/Module/Api/Twitter/ContactEndpoint.php
src/Module/Apps.php
src/Module/BaseNotifications.php
src/Module/BaseSettings.php
src/Module/Contact/Advanced.php
src/Module/Contact/Revoke.php
src/Module/Debug/Feed.php
src/Module/Diaspora/Receive.php
src/Module/Filer/SaveTag.php
src/Module/FriendSuggest.php
src/Module/Install.php
src/Module/Magic.php
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notifications.php
src/Module/Profile/Index.php
src/Module/Register.php
src/Module/RemoteFollow.php
src/Module/Response.php [new file with mode: 0644]
src/Module/Search/Saved.php
src/Module/Security/Logout.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Trusted.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Statistics.php
src/Module/Tos.php