]> git.mxchange.org Git - friendica.git/history - src/Network
Fix test
[friendica.git] / src / Network /
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
2021-12-09 Hypolite PetovanMerge pull request #11083 from nupplaphil/bug/11078
2021-12-09 PhilippFix redirect url in Guzzle Responses
2021-12-07 Tobias DiekershoffMerge pull request #11060 from urbalazs/typo
2021-12-03 Michael VogelMerge pull request #11056 from MrPetovan/bug/11055...
2021-12-03 Hypolite PetovanFix URI structure condition in Probe::detect
2021-12-03 Hypolite PetovanDeprecate Network::unparseURL in favor of UriInterfact...
2021-12-02 Tobias DiekershoffMerge pull request #11057 from MrPetovan/bug/10971...
2021-12-02 Hypolite PetovanRemove all-numeric usernames condition
2021-12-02 Hypolite PetovanReformat Probe::getWebfingerArray
2021-11-27 PhilippMerge pull request #11025 from MrPetovan/task/11022...
2021-11-23 Hypolite PetovanImprove probe_detect hook
2021-11-06 Hypolite PetovanMerge pull request #10956 from annando/escapetags
2021-11-05 Hypolite PetovanMerge pull request #10941 from nupplaphil/feat/worker_p...
2021-11-05 PhilippFixed `MovedPermanently` exception name
2021-11-05 MichaelSome removed escapeTags calls
2021-11-04 Hypolite PetovanMerge pull request #10953 from annando/bott-shrinked
2021-11-04 MichaelThe boot.php had been cleared of most functions
2021-11-02 Hypolite PetovanMerge pull request #10942 from annando/error-handling
2021-10-31 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-31 MichaelChanged scope
2021-10-29 MichaelImproved http error handling
2021-10-29 Hypolite PetovanMerge pull request #10921 from nupplaphil/feat/httpclie...
2021-10-29 PhilippAdd Feedback :-)
2021-10-28 PhilippRestructure HTTPClient for new paradigm
2021-10-18 Hypolite PetovanMerge pull request #10890 from xundeenergie/improve...
2021-10-03 Michael VogelMerge pull request #10722 from MrPetovan/task/refactor...
2021-10-02 Michael VogelMerge pull request #10805 from MrPetovan/task/10725...
2021-10-02 Hypolite PetovanRefactor User::getAvatarUrlForId into getAvatarUrl
2021-10-02 Hypolite PetovanMerge pull request #10803 from nupplaphil/feat/message_log
2021-10-02 Hypolite PetovanMerge pull request #10801 from annando/network-thread...
2021-10-02 Michael VogelMerge pull request #10800 from MrPetovan/task/10739...
2021-10-02 PhilippForgot one Logpoint ..
2021-10-02 Michael VogelMerge pull request #10802 from nupplaphil/feat/webda_st...
2021-10-02 PhilippRemove disturbing/superfluous logging messages
2021-10-02 Hypolite PetovanMerge pull request #10788 from fabrixxm/fix/gettext
2021-10-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-02 Hypolite PetovanMerge pull request #10794 from annando/q-removed
2021-10-02 Hypolite PetovanMerge pull request #10793 from annando/issue-10747
2021-10-02 MichaelIssue 10747: Improved check for blocked domains
2021-09-18 MichaelMerge remote-tracking branch 'upstream/2021.09-rc'...
2021-09-18 Hypolite PetovanMerge pull request #10721 from annando/issue-10720...
2021-09-17 MichaelIssue 10720: Use different path scheme for user avatars
2021-08-30 Hypolite PetovanMerge pull request #10642 from annando/url-change
2021-08-29 Hypolite PetovanMerge pull request #10641 from nupplaphil/bug/http_client
2021-08-29 PhilippFix `http_code` usage in case of failures
2021-08-29 PhilippFix https://github.com/friendica/friendica/issues/10473...
2021-08-29 PhilippCatch TransferExceptions for HTTPClient::finalUrl(...
2021-08-26 Hypolite PetovanMerge pull request #10637 from nupplaphil/feat/webdav_s...
2021-08-25 Philipp[WIP] WebDav Storage backend
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 PhilippFix HTTPRequestOptions at HTTPClient::post()
2021-08-25 PhilippUse HTTPRequestOptions constants for HTTPClient::get()
2021-08-25 PhilippFixing HTTPClient::post() and introduce HTTPRequestOptions
2021-08-25 PhilippExpose IHTTPClient::request()
2021-08-25 Hypolite PetovanMerge pull request #10633 from nupplaphil/task/httprequ...
2021-08-25 PhilippMerge branch 'task/httprequest_optimiziations' of https...
2021-08-25 PhilippRevert setCookieJar() and add overwrite parameter fpr...
2021-08-25 PhilippUpdate src/Network/IHTTPClient.php
2021-08-25 PhilippUpdate src/Network/IHTTPClient.php
2021-08-25 PhilippAdapt description for "accept_content"
2021-08-25 PhilippAdd suggestions
2021-08-25 PhilippAdd logpoint
2021-08-25 PhilippFix HTTPClient
2021-08-25 PhilippFixup HTTP headers for httpClient requests
2021-08-25 PhilippFixing https://github.com/friendica/friendica/issues...
2021-08-25 PhilippAdapt tests
2021-08-25 PhilippUse mattwright/urlresolver for HTTPClient::finalUrl()
2021-08-25 PhilippUse Guzzle for HTTPClient::post()
2021-08-25 PhilippRefactor HTTPClient::get() / ::head()
2021-08-25 PhilippCreate HTTPClientFactory and introduce ImageTest
2021-08-24 Hypolite PetovanMerge pull request #10632 from annando/fox-notifications
2021-08-24 Michael VogelMerge pull request #10631 from MrPetovan/bug/10625...
2021-08-24 Hypolite PetovanAllow a GuzzleResponse body to be queried more than...
2021-08-24 Hypolite PetovanMerge pull request #10630 from annando/cleared-enotify
2021-08-23 Hypolite PetovanMerge pull request #10627 from annando/like-announce
2021-08-22 Hypolite PetovanMerge pull request #10619 from nupplaphil/task/guzzlehttp
2021-08-22 PhilippInitialize $curlOptions[CURLOPT_HTTPHEADER] outside...
2021-08-22 PhilippRemove legacy header-parsing for guzzle
2021-08-20 Philippremove unused $redirect parameter
2021-08-20 Philippmake CS happy :)
2021-08-20 PhilippA lot of Fixings
2021-08-20 PhilippCleanup
2021-08-20 PhilippUpdate src/Network/GuzzleResponse.php
2021-08-20 PhilippRevert "Use last entry for Content-Type
2021-08-20 PhilippRemove unnecessary exception message (avoid log flooding)
2021-08-20 PhilippFix redirect logging
2021-08-20 PhilippIHTTPResult::getContentType is now a string again
2021-08-20 PhilippFix Content-Type for `CurlResult` class
2021-08-20 PhilippFix IHTTPResult::getHeader()
2021-08-20 PhilippHTTPRequest: Replace getInfo() with new parameter ...
2021-08-20 PhilippUse CurlResult for failed HTTPRequests (legacy usage)
2021-08-20 PhilippFix IHTTPResult::getHeader/s()
2021-08-20 PhilippUse Guzzle for HTTPRequest and Result
2021-08-20 PhilippReplace IHTTPResult for CurlResult usages
2021-08-20 PhilippIntroduce IHTTPResult Interface as abstraction for...
2021-08-18 Michael VogelMerge pull request #10611 from MrPetovan/task/feed...
next