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-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)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-05-06Improve tracker performance when using custom dimensions (one less update que...Thomas Steur
2020-12-16Removes duplicate code (#16958)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-03Add method to enable cookies in JS (#16113)Thomas Steur
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-04-29Update visit only when needed (#15869)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-20Ensure a valid timestamp is set when recording a conversion (#15587)Thomas Steur
2020-01-28Use rebranded components (#15253)Stefan Giehl
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-04-16Fix archive invalidation timezone issue in tracker (#14318)Kate Butler
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-10-07Add possibility to manage and view Intranet websites (#13473)3.6.1-b3Thomas Steur
2018-04-243rd party cookie visitor ID value should not change over time (#12755)3.5.0-b2Matthieu Aubry
2018-01-19Fix a possible issue when there are more than 2 billion visits tracked and sy...Matthieu Aubry
2016-09-01Remove deprecated events (#10455)Thomas Steur
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-03-16Minor commentmattab
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-10-19Add new method to RequestProcessor called before the request is processed, ma...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-01Refs #8317, fixing regression caused by refactor, post event Tracker.newVisit...diosmosis
2015-08-21refs #7837 deprecated some eventsThomas 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-06Re-add Request parameter to RequestProcessor::recordLogs(), make GoalManager ...diosmosis
2015-08-06Document RequestProcessors and tweak some RequestProcessors.diosmosis
2015-08-06Document VisitProperties + add some tracker debug logging to new code in Visi...diosmosis
2015-08-06Change RequestProcessor method names and remove need to supply Request to Vis...diosmosis
2015-08-06Remove Visitor object from RequestProcessor::processRequest() method.diosmosis
2015-08-06Move Config access in VisitRequestProcessor to DI.diosmosis
2015-08-06Move last remaining ping request handling logic to PingRequestProcessor from ...diosmosis
2015-08-06Move Actions recording to ActionsRequestProcessor from Visit::handle(), and m...diosmosis
2015-08-06Remove as many uses of the now gutted Visitor class as possible.diosmosis
2015-08-06Move 'is new visit' detection to CoreHome RequestProcessor and out of core\Tr...diosmosis
2015-08-06Make Tracker\Settings stateless and store in DI. Remove Visitor::recognize() ...diosmosis
2015-08-06Move bulk of logic in Visitor class to new stateless service, VisitorRecogniz...diosmosis
2015-08-06Move goals recording from Visit::handle() to GoalsRequestProcessor.diosmosis