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-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-05-31Allow overriding some Tracker config by idSite (#17636)dizzy
2020-07-09By default userId should overwrite the visitorId (#16124)Thomas Steur
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-07-12If new visit is forced, known visitors should still be recognized (#14491)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-13Couple assorted changes (#13935)diosmosis
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2017-10-05Log action primary needs to return an array, not a stringThomas Steur
2017-10-05Fix action log table was not defining primary key anymoreThomas Steur
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-06-29More generic raw log access (#11775)Thomas Steur
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2015-12-21After review, change config section and parameter name to prevent errors, ref...pboehlke
2015-12-18After review, change config section and parameter name to prevent errors, ref...pboehlke
2015-11-30 New visit after midnight - setting for disabling this characteristic, refs #...pboehlke
2015-10-20consider useAnonymizedIpForVisitEnrichmentThomas Steur
2015-10-20use raw ip for config id generationThomas Steur
2015-08-07Moving request metadata from VisitProperties to Tracker\Request class.diosmosis
2015-08-07Add public methods to VisitProperties for property access and use instead of ...diosmosis
2015-08-06Fix function signature in VisitRequestProcessor and move tests in VisitTest r...diosmosis
2015-08-06Document RequestProcessors and tweak some RequestProcessors.diosmosis
2015-08-06Change RequestProcessor method names and remove need to supply Request to Vis...diosmosis
2015-08-06Fixing most, but not all, tracker integration test failures.diosmosis
2015-08-06Move Config access in VisitRequestProcessor to DI.diosmosis
2015-08-06Move 'is new visit' detection to CoreHome RequestProcessor and out of core\Tr...diosmosis
2015-08-06Move more conversion/actions related logic from Visit::handle() to plugin spe...diosmosis
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). Moving...diosmosis