]> git.mxchange.org Git - friendica.git/history - src/Module/Response.php
Use centralized function to fetch query results
[friendica.git] / src / Module / Response.php
2022-01-23 PhilippMerge pull request #11141 from urbalazs/language-names
2022-01-05 Hypolite PetovanMerge pull request #11140 from nupplaphil/friendica...
2022-01-05 Michael VogelMerge pull request #11135 from nupplaphil/bug/halcyon
2022-01-04 PhilippMake Response even more compatible ..
2022-01-04 PhilippFix OPTIONS
2022-01-04 PhilippAdd explicit status setting for PSR/ResponseInterface...
2022-01-03 PhilippMerge pull request #11136 from urbalazs/error-message...
2022-01-02 Hypolite PetovanMerge pull request #11131 from urbalazs/copyright-missing
2022-01-02 Balázs ÚrAdd missing copyright text
2021-11-27 Hypolite PetovanMerge pull request #11005 from nupplaphil/feat/module_di
2021-11-27 PhilippFixing Response
2021-11-27 PhilippFixing Response
2021-11-27 PhilippReplace IRespondToRequests with PSR-7 ResponseInterface
2021-11-27 PhilippInherit `ApiResponse` from `Response`
2021-11-27 PhilippIntroduce `Response` for Modules to create a testable...