]> git.mxchange.org Git - friendica.git/history - src/Module/Response.php
Changes:
[friendica.git] / src / Module / Response.php
2024-01-03 Hypolite PetovanMerge pull request #13785 from foss-/patch-11
2024-01-03 Hypolite PetovanMerge pull request #13795 from annando/copyright
2024-01-02 MichaelFriendica copyright changed from 2023 to 2034
2023-10-12 MichaelMerge remote-tracking branch 'upstream/2023.09-rc'...
2023-09-30 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-09-27 Michael VogelMerge pull request #13456 from MrPetovan/bug/cors-heade...
2023-09-24 Hypolite PetovanMove System::httpExit to BaseModule->httpExit
2023-04-23 Tobias DiekershoffMerge branch '2023.03-rc' into stable
2023-01-01 PhilippMerge pull request #12562 from MrPetovan/bug/notices
2023-01-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-01 Michael VogelMerge pull request #12591 from MrPetovan/task/2023...
2023-01-01 Hypolite PetovanHappy New Year 2023!
2022-04-11 Hypolite PetovanMerge pull request #11402 from annando/featured-endpoint
2022-04-10 MichaelUnified output via the "httpExit" function
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...