Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18Fixes possible notice (#18340)Stefan Giehl
2021-06-18fix regression in trackingspamprevention and warning in bound parameter check...dizzy
2021-06-15Improvements to site type detection (added Drupal and WebFlow) (#17671)Stefan Giehl
2021-05-06Ensure redirects in HTTP class are only done to allowed protocols (#17524)Stefan Giehl
2021-01-20Ensure requested URLs don't contain any control characters (#17118)Stefan Giehl
2021-01-05better fix + update expected screenshots (#17043)diosmosis
2021-01-01always send an "Accept-Encoding" header with HTTP requests (#17009)Lukas Winkler
2020-12-17use composer/ca-bundle for default CA bundle (#16797)Lukas Winkler
2020-12-11Adds possibility to configure protocols for allowed outgoing connections (#16...Stefan Giehl
2020-12-10Fix error message when fopen fails in Http class (#16846)Stefan Giehl
2020-11-10use Matomo in user agent (#16692)Lukas Winkler
2020-10-21Fixes downloading files in chunks when not using curl (#16582)mr_me
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-07-06don't specify optional parameters before required parameters (#16182)Lukas Winkler
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-05Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)...diosmosis
2019-09-30HTTP method needs to return true when a destination path is given (#14921)Thomas Steur
2019-09-17Let plugins hook and listen into http requests (#14877)Thomas Steur
2019-08-06Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)Kate Butler
2019-07-17Fix GeoIP database download issues over HTTP2 (#14449)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-06Add config option to use own cacert.pem file (#14113)Fabian Dellwing
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-09-20Use Piwik.org in our HTTP Socket integration test (#12074)Matthieu Aubry
2017-05-24Allow setting custom headers for requests done by Http::sendHttpRequestBy (#1...Stefan Giehl
2016-12-27curl http connections: always load cacert.pem since it's always availablemattab
2016-12-09fix marketplace might not search for plugins correctly (#10986)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-01-26fixes #3325 add possibility to post content via Http class, needed for premiu...Thomas Steur
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-09-05fixes #8707 - throw exception when url is not reachablesgiehl
2015-07-12 Do not use INI [proxy] settings when connecting to localhost or 127.0.0.1mattab
2015-06-23Fixes #8159 no notice when the response only has headers and no bodymattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-23implement httpAuth for transport methods socket & fopensgiehl
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
2015-03-12Add support for HTTP AUTH requests in the HTTP client, only for CURL refs #7393mattab
2015-03-04Using HTTPS is now possible using the fopen methodMatthieu Napoli
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but is...Thomas Steur
2015-01-13Fix curl timeout not set completely: this could result in Piwik hang indefini...Matthieu Napoli
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2014-10-03Bugfix in Piwik\HttpMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-10Trim URL before attempting to download itmattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-18Refactoring ProxyHttp for clarity & code cleanliness.diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-30More useful exception message when Curl failed (display hostname)mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-02-12refs #4610 I do not like to have the climulti in http class as one could assu...Thomas Steur