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
2022-03-11Fix PHP8 Trim Error (#18903)Ben Hayden
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-02-23[Performance]Cache whether a DB supports transaction level (#18691)Peter Zhang
2021-11-24Further improvements for PHP 8.1 (#18330)Stefan Giehl
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2021-10-26update big int on cookie expire time to datatime format (#18179)Peter Zhang
2021-10-04JavaScript tracker exclude query parameters (#18031)Ben Burgess
2021-10-01replace db error message (#18085)Peter Zhang
2021-09-22removed Mssql and pgsql (#18042)Peter Zhang
2021-09-03Added config option for custom tracking image (#17879)Ben Burgess
2021-08-22Only set requests in tracking request set when correct value is given (#17877)Thomas Steur
2021-05-31Allow overriding some Tracker config by idSite (#17636)dizzy
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-05-10more neutral wording and other style improvements (#17540)Lukas Winkler
2021-05-06Improve tracker performance when using custom dimensions (one less update que...Thomas Steur
2021-03-12Make sure not to clear the tracker cache so often when invalidating in core:a...dizzy
2021-03-11Use https for urls in visitor details if host is defined with https in site (...Stefan Giehl
2021-01-28Catch error on PHP8 if invalid encodings are given (#17153)Stefan Giehl
2021-01-21Custom tracking timestamp should return an integer to prevent HTTP 500 tracki...Thomas Steur
2021-01-01Add regular expression support to list of user agents to exclude (#16766)Nina Pypchenko
2020-12-24Force new visit after 10K actions (#17014)Thomas Steur
2020-12-24Improve action id lookup for segments (#16977)Stefan Giehl
2020-12-16Removes duplicate code (#16958)Stefan Giehl
2020-12-10Make isChromeDataSaverUsed method public (#16930)Thomas Steur
2020-11-02simplified cookies (#14444)Lukas Winkler
2020-10-27Adds possibility to force cookie less tracking (#16592)Stefan Giehl
2020-10-19Ignore tracking requests for disabled plugins (#16570)Thomas Steur
2020-10-02JS Offline tracking (#15970)Thomas Steur
2020-08-18Add feature to exclude tracking requests via config file (#16302)Thomas Steur
2020-08-17Use renamed composer package matomo/referrer-spam-list (#16304)Stefan Giehl
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-07-21Backport userId to overwrite visitorId feature (#16226)Thomas Steur
2020-07-09By default userId should overwrite the visitorId (#16124)Thomas Steur
2020-07-05Set longer ignore cookie expiry time (#16174)Thomas Steur
2020-07-03Add method to enable cookies in JS (#16113)Thomas Steur
2020-07-01Removes CustomVariables plugin from core (#16090)Stefan Giehl
2020-06-30IgnoreCookie: added support for cookie_domain and ignore cookie signature (#1...MichaelHeerklotz
2020-06-29Fix 3rd party cookie / global visitorid race condition: set 3rd party cookie ...MichaelHeerklotz
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-26Rename referrer spam list (#16105)Thomas Steur
2020-06-21Allow configuration of a shorter lock wait time in tracker mode (#16092)Thomas Steur
2020-06-11Rename PHP Events that contain Piwik to Matomo (#16054)Thomas Steur
2020-06-09Track ecommerce views as new dimensions instead of custom variables (#15999)Stefan Giehl
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-05-27Removes director detection (#15989)Stefan Giehl
2020-05-27Avoid DB query when recording historical data or other authenticated tracking...Thomas Steur
2020-05-22Limit the fingerprint (#15886)Thomas Steur
2020-05-20Remove gears detection (#15956)Stefan Giehl
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot