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-07-04Use browser client hints for detection (#18843)Stefan Giehl
2022-04-11[Bug]fix prefilght cors OPTIONS request record in the action visits (#19030)Peter Zhang
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
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-01-21Custom tracking timestamp should return an integer to prevent HTTP 500 tracki...Thomas Steur
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-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-01Removes CustomVariables plugin from core (#16090)Stefan Giehl
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-09Track ecommerce views as new dimensions instead of custom variables (#15999)Stefan Giehl
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-20Remove gears detection (#15956)Stefan Giehl
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-05-07Require authentication when sending custom ip with tracking requests (#15888)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-17New page performance reports (#15736)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-11Make sure to set secure flag when setting samesite none (#15676)Thomas Steur
2020-01-28Use rebranded components (#15253)Stefan Giehl
2019-12-13Use appropriate SameSite values for cookies (#15185)Kate Butler
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
2019-09-04Don't process tracking requests that are older than data purge cutoff (#14831)Kate Butler
2019-07-11Only permit scalar values for custom variables (#14640)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-13Couple assorted changes (#13935)diosmosis
2019-01-04fix another build (#13930)diosmosis
2018-12-14Revert "Always fail during tracking when authentication is required b… (#13...diosmosis
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
2018-12-08Fixing build (#13808)diosmosis
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2018-11-25Always fail during tracking when authentication is required but invalid token...Thomas Steur
2018-09-29Replace unsupported characters in all tracking request params (#13437)Stefan Giehl
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-04-243rd party cookie visitor ID value should not change over time (#12755)3.5.0-b2Matthieu Aubry
2018-03-21Add third party cookie domain setting (#12632)Benaka
2016-12-01Tracking API: when overriding the request datetime with an invalid token_auth...Thomas Steur
2016-10-02Merge pull request #10579 from piwik/delete_uid_only_when_foundMatthieu Aubry
2016-10-01Track a unique id for each pageview (#10499)Thomas Steur
2016-09-27Delete UID cookie only when foundmattab
2016-01-21refs #9610 fix total time of visit is not the sum of times of page visits if ...Thomas Steur