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
path: root/core
AgeCommit message (Expand)Author
2021-01-01Add regular expression support to list of user agents to exclude (#16766)Nina Pypchenko
2021-01-01Don't accept files that are bigger than the upload limit when uploading plugi...Stefan Giehl
2021-01-01always send an "Accept-Encoding" header with HTTP requests (#17009)Lukas Winkler
2020-12-31Limit max execution time of archiving queries to 2 hours by default (#16971)Stefan Giehl
2020-12-274.1.1-b14.1.1-b1Matthieu Aubry
2020-12-24Fix report showing data of wrong date (#17008)Stefan Giehl
2020-12-24Better fix for climulti segment encoding bug (#17004)diosmosis
2020-12-24Force new visit after 10K actions (#17014)Thomas Steur
2020-12-24Improve action id lookup for segments (#16977)Stefan Giehl
2020-12-224.1.04.1.0Matthieu Aubry
2020-12-224.1.0-rc24.1.0-rc2Matthieu Aubry
2020-12-21Ensure removed dimensions are not used even if they still exist (#16934)Stefan Giehl
2020-12-21When looking for other climulti processes, also make sure idSite is same. (#1...diosmosis
2020-12-214.1.0-rc14.1.0-rc1Matthieu Aubry
2020-12-21Detect running archivers correctly (#16987)Thomas Steur
2020-12-194.1.0-b24.1.0-b2Matthieu Aubry
2020-12-18Check for instanceIds when checking for currently running archive processes (...Thomas Steur
2020-12-18Remove unneeded code (#16968)diosmosis
2020-12-17Apparently the segment needs to be double encoded when sent in the climulti:r...diosmosis
2020-12-17Fix intersecting period logic so proper archives will archive in parallel. (#...diosmosis
2020-12-17use composer/ca-bundle for default CA bundle (#16797)Lukas Winkler
2020-12-174.1.0-b14.1.0-b1Matthieu Aubry
2020-12-174.0.6-b1Matthieu Aubry
2020-12-16Removes duplicate code (#16958)Stefan Giehl
2020-12-16Do not use Date class in Loader::getMinVisitTimesPerSite() to avoid using Dat...diosmosis
2020-12-15Remember if process ever started (#16950)Thomas Steur
2020-12-15If one process' output is "abnormal", don't declare all other concurrently ru...Thomas Steur
2020-12-15Avoid filesystem checks when process was set as finished (#16954)Thomas Steur
2020-12-15Only mark process as finished after fully sending the output (#16952)Thomas Steur
2020-12-15Improve handling of current user information for Filechecks (#16941)Max
2020-12-14Remove provider lookup from core (#16756)Stefan Giehl
2020-12-14Better detection for end of sharedSiteId queue (#16769)Thomas Steur
2020-12-14add note message when continuing an existing queue (#16765)diosmosis
2020-12-11Better check for getmypid to potentially avoid warnings (#16936)Thomas Steur
2020-12-11Adds possibility to configure protocols for allowed outgoing connections (#16...Stefan Giehl
2020-12-10Make isChromeDataSaverUsed method public (#16930)Thomas Steur
2020-12-10Use wikimedia/less.php instead of leafo/lessphp (#16813)Stefan Giehl
2020-12-10Allow using last (week|month|year) as date param (#16830)Stefan Giehl
2020-12-10Fix error message when fopen fails in Http class (#16846)Stefan Giehl
2020-12-10better Windows detection (#16901)Lukas Winkler
2020-12-10Harden check for numeric array indices (#16908)Stefan Giehl
2020-12-10Improvements on prepending a plus sign to evolutions (#16923)Stefan Giehl
2020-12-08Set version to 4.0.54.0.5Thomas Steur
2020-12-08Avoid inserting duplicates in invalidation table to reduce IO. (#16843)4.0.5-b1diosmosis
2020-12-08Bump version to 4.0.5-b1Thomas Steur
2020-12-08If archive_invalidations is in inconsistent state, fix as getting next archiv...diosmosis
2020-12-08Only invalidate in past for segments that belong to the site … (#16896)diosmosis
2020-12-08Host detection: use HTTP_HOST as default, but provide a setting to use SERVER...Stefan Giehl
2020-12-07Remove invalidations for segments that are not pre-processed if found. (#16895)diosmosis
2020-12-07Fix ArgumentCountError: mysqli_stmt::bind_param() does not accept unknown nam...Thomas Steur