]> git.mxchange.org Git - friendica.git/history - src/Util/HTTPSignature.php
Fixed max value check, improved request value fetching
[friendica.git] / src / Util / HTTPSignature.php
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 PhilippReplace 'REQUEST_METHOD' with App\Arguments::getMethod()
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
2021-11-03 Hypolite PetovanMerge pull request #10950 from friendica/issue-10947
2021-11-03 MichaelIssue 10947: Send correct accept-header for AP
2021-11-02 Hypolite PetovanMerge pull request #10942 from annando/error-handling
2021-10-31 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-29 MichaelImproved http error handling
2021-10-29 Hypolite PetovanMerge pull request #10921 from nupplaphil/feat/httpclie...
2021-10-28 PhilippRestructure HTTPClient for new paradigm
2021-10-25 Hypolite PetovanMerge pull request #10908 from annando/logging
2021-10-25 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-22 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-20 MichaelReplace deprecated `log` calls
2021-08-25 Hypolite PetovanMerge pull request #10636 from nupplaphil/feat/httpclie...
2021-08-25 PhilippRename DI::httpRequest() into DI::httpClient()
2021-08-25 PhilippRename HTTPRequestOptions to HTTPClientOptions
2021-08-25 PhilippUse HTTPRequestOptions constants for HTTPClient::post()
2021-08-25 Hypolite PetovanMerge pull request #10633 from nupplaphil/task/httprequ...
2021-08-25 PhilippFix headers (string to array) and make sure the signatu...
2021-08-25 PhilippFixup HTTP headers for httpClient requests
2021-08-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-08-17 Tobias DiekershoffMerge pull request #10607 from MrPetovan/task/advanceco...
2021-08-17 Hypolite PetovanMerge pull request #10610 from nupplaphil/feat/readd_ph...
2021-08-17 Hypolite PetovanMerge pull request #10582 from nupplaphil/feat/storage_...
2021-08-16 Philipp- Revert HTTPSignature change
2021-08-16 PhilippSplit IStorage and ISelectableStorage and make their...
2021-07-04 Tobias DiekershoffMerge branch 'stable' into develop
2021-07-03 Tobias DiekershoffMerge pull request #10289 from tobiasd/2021.06-credits
2021-06-02 Tobias DiekershoffMerge branch '2021.06-rc' of https://github.com/friendi...
2021-05-25 Tobias DiekershoffMerge pull request #10320 from annando/notice
2021-05-25 MichaelImproved logging
2021-05-23 Hypolite PetovanMerge pull request #10283 from very-ape/fix-message...
2021-05-22 MichaelMerge remote-tracking branch 'upstream/2021.06-rc'...
2021-05-22 Hypolite PetovanMerge pull request #10286 from annando/local-contacts...
2021-05-22 MichaelDon't delete local tombstone contacts
2021-05-20 Hypolite PetovanMerge pull request #10277 from very-ape/authenticate...
2021-05-19 Hypolite PetovanMerge pull request #10275 from very-ape/authenticate...
2021-05-14 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-05-01 Tobias DiekershoffMerge pull request #10189 from annando/signature-message
2021-05-01 MichaelImproved logging for invalid HTTP signatures
2021-04-26 Hypolite PetovanMerge pull request #10166 from mexon/mat/refactor-user...
2021-04-26 Tobias DiekershoffMerge branch 'develop' of https://github.com/friendica...
2021-03-29 Hypolite PetovanMerge pull request #10093 from urbalazs/copyright-2021
2021-03-29 Balázs ÚrMerge branch '2021.03-rc' into copyright-2021
2021-03-29 Balázs ÚrUpdate copyright
2021-01-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-12-17 Hypolite PetovanMerge pull request #9671 from annando/insert-ignore
2020-12-17 MichaelAvoid "Duplicate entry"
2020-12-17 Hypolite PetovanMerge pull request #9668 from annando/keywarning
2020-12-17 MichaelDelete tombstone contacts
2020-12-17 MichaelFix warning "supplied key param cannot be coerced into...
2020-12-16 Hypolite PetovanMerge pull request #9664 from annando/delete-contacts
2020-12-15 MichaelDelete removed contacts
2020-11-24 Hypolite PetovanMerge pull request #9586 from annando/inbox-status
2020-11-23 MichaelDon't transmit to archived inboxes
2020-10-20 PhilippMerge pull request #9441 from annando/fatal
2020-10-20 PhilippMerge pull request #9442 from annando/notice
2020-10-20 MichaelFixes notice: Undefined index: nobody in /src/Util...
2020-10-20 Hypolite PetovanMerge pull request #9440 from annando/one-click-follow
2020-10-19 Hypolite PetovanMerge pull request #9437 from nupplaphil/task/httpreque...
2020-10-19 Hypolite PetovanMerge pull request #9436 from nupplaphil/task/test_notices
2020-10-19 Hypolite PetovanMerge pull request #9431 from annando/network-order
2020-10-18 PhilippRemove 'headers' option occurrences and add a warning...
2020-10-18 PhilippRemove option 'novalidate' flag from HTTPRequest options
2020-10-18 PhilippRemoved completely un-used 'http_auth' option from...
2020-10-18 PhilippAdd HTTPRequest::head() function
2020-10-18 Michael VogelMerge pull request #9405 from nupplaphil/task/psr7_remo...
2020-10-18 PhilippRemove $binary flag for HTTPRequest::get(), HTTPRequest...
2020-09-20 Tobias DiekershoffMerge branch '2020.09-rc' into stable
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into 2020...
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into develop
2020-08-31 Hypolite PetovanMerge pull request #9101 from annando/signed-outbox
2020-08-30 MichaelSupport signed outbox requests
2020-08-22 Michael VogelMerge pull request #8909 from MrPetovan/task/ex_auth
2020-08-22 Hypolite PetovanMerge pull request #9050 from annando/system-account
2020-08-22 MichaelWe now fetch data with an automatically generated syste...
2020-08-17 realkinetixMerge pull request #1 from friendica/develop
2020-08-11 Michael VogelMerge pull request #8986 from MrPetovan/task/8918-move...
2020-08-08 Hypolite PetovanMerge pull request #8900 from tobiasd/20200718-serverbl...
2020-08-07 Michael VogelMerge pull request #8982 from MrPetovan/task/8918-move...
2020-08-07 Hypolite PetovanMerge pull request #8983 from annando/probe-lock
2020-08-07 MichaelDon't let the tests fail. The test user doesn't have...
2020-07-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-07-25 Michael VogelMerge pull request #8911 from MrPetovan/task/curl_DI
2020-07-21 nupplaPhilRename "HTTPRequest::curl()" to HTTPRequest::get()
2020-07-21 nupplaPhilMake "HTTPRequest::post" dynamic
2020-07-21 nupplaPhilMake "HTTPRequest::curl" dynamic
2020-07-21 nupplaPhilMove post/curl/fetchUrl/fetchUrlFull to own class ...
2020-07-16 Hypolite PetovanMerge pull request #8888 from annando/rename-keywordlist
2020-07-16 Hypolite PetovanMerge pull request #8886 from annando/getidforurl-update
2020-07-16 Hypolite PetovanMerge pull request #8887 from annando/prevent-null
2020-07-16 Michael VogelMerge pull request #8879 from MrPetovan/task/8847-https...
2020-07-14 Hypolite PetovanAdd support for token strings in HTTPSignature::parseSi...
2020-07-12 Tobias DiekershoffMerge branch '2020.06-rc' into stable
2020-07-12 Tobias DiekershoffMerge pull request #8819 from tobiasd/2020.06-CHANGELOG
2020-07-12 Tobias DiekershoffMerge pull request #8812 from tobiasd/2020.06-credits
2020-07-06 Michael VogelMerge pull request #8841 from MrPetovan/task/8839-https...
next