]> git.mxchange.org Git - friendica.git/history - src
Add block and unblock hooks
[friendica.git] / src /
2021-08-25 PhilippUse temporary files for the URLResolver CookieJar
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 headers (string to array) and make sure the signatu...
2021-08-25 PhilippFix HTTPClient
2021-08-25 PhilippExtend test capability for HTTP Requests
2021-08-25 PhilippFix curResult::getHeader() in GServer.php
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 PetovanAdd probe support to `@user@domain.tld` search string...
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-24 Michael VogelMerge pull request #10628 from MrPetovan/bug/fatal...
2021-08-24 Hypolite PetovanRemove Profile::load from Module\HCard
2021-08-24 Hypolite PetovanRaise an Exception when Profile::load is profided the...
2021-08-24 Hypolite PetovanSet profile fields for system user in Model\User::getOw...
2021-08-24 MichaelUnused parts of the old notification system are removed
2021-08-23 Hypolite PetovanMerge pull request #10627 from annando/like-announce
2021-08-23 MichaelReliably diasplay "like" and "share" notifications
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-22 Hypolite PetovanMerge pull request #10620 from annando/new-notifications
2021-08-22 MichaelAdded "follow" subscription message
2021-08-22 MichaelAdded handling another situation
2021-08-21 MichaelFetch the user's post if present
2021-08-21 MichaelThe desktop notifications have been reworked
2021-08-20 Philippremove unused $redirect parameter
2021-08-20 Philippmake CS happy :)
2021-08-20 PhilippFix getHeader()
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-20 Hypolite PetovanMerge pull request #10309 from fabrixxm/feature/advance...
2021-08-20 fabrixxmFix code standard
2021-08-20 fabrixxmFix review points
2021-08-20 Michael VogelMerge pull request #10618 from MrPetovan/task/10603...
2021-08-20 Hypolite PetovanEscape url tags before attempting to add missing mentio...
2021-08-19 Hypolite PetovanMerge pull request #10616 from annando/notification...
2021-08-19 MichaelAdded "causer" and "notification" for the "ping" mechanism
2021-08-19 MichaelMeaningful notification message
2021-08-19 fabrixxmFix code standard
2021-08-19 fabrixxmAdd DI to ParsedLogIterator, replace constructors with...
2021-08-19 fabrixxmAdd tests for ParsedLog and fix parsing
2021-08-19 fabrixxmFix code formatting
2021-08-19 fabrixxmAdd search and filter to log view
2021-08-19 fabrixxmDisplay structured logs in admin
2021-08-18 Michael VogelMerge pull request #10604 from MrPetovan/task/10603...
2021-08-18 Hypolite PetovanActivityPub: Add support for non-link mentions
2021-08-18 Hypolite PetovanMerge pull request #10613 from annando/improved-payload
2021-08-18 Michael VogelUpdate src/Worker/PushSubscription.php
2021-08-18 MichaelClarify the upcoming functionality
2021-08-18 Michael VogelMerge pull request #10611 from MrPetovan/task/feed...
2021-08-18 Michael VogelMerge pull request #10608 from MrPetovan/bug/remove...
2021-08-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-08-17 MichaelThe push api payload content is improved
2021-08-17 Michael VogelMerge pull request #10612 from MrPetovan/bug/fatal...
2021-08-17 Hypolite PetovanAbort early if owner isn't found in Module\RemoteFollow
2021-08-17 Hypolite PetovanReturn early if body is empty in Network\Probe::updateF...
2021-08-17 Hypolite PetovanAllow contact creation in Module\Debug\Feed
2021-08-17 Hypolite PetovanMerge pull request #10609 from tobiasd/20210816-10514
2021-08-17 Tobias DiekershoffMerge pull request #10607 from MrPetovan/task/advanceco...
2021-08-17 Tobias Diekershoffrewording the encouragement and regen of the messages.po
2021-08-17 Tobias Diekershoffadd encuragement
2021-08-17 Tobias Diekershofftypo
2021-08-17 Tobias DiekershoffIssue 10514: add TLS check to the installer
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 PhilippUpdate src/Core/StorageManager.php
2021-08-16 PhilippFix usage
2021-08-16 PhilippLower complexity for valid backends (replace hashmap...
2021-08-16 PhilippAdd todo for later
2021-08-16 PhilippUpdate src/Model/Storage/Filesystem.php
2021-08-16 PhilippUpdate src/Model/Storage/IWritableStorage.php
2021-08-16 PhilippIntroduce InvalidClassStorageException and adapt the...
next