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
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
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
2015-08-06Move visitor not found logic in Visit::handle() to Goals request processor.diosmosis
2015-08-06Removing some dead code. setIsVisitorKnown has no effect at that point, becau...diosmosis
2015-08-06Move CustomVariables tracking logic to CustomVariablesRequestProcessor. Inclu...diosmosis
2015-08-06Move more conversion/actions related logic from Visit::handle() to plugin spe...diosmosis
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new Request...diosmosis
2015-08-06Make sure ping behavior is preserved despite last couple changes.diosmosis
2015-08-06Moving ecommerce detection logic to new EcommerceRequestProcessor class from ...diosmosis
2015-08-06Move manual goal conversion logic from Visit::handle() to a new RequestProces...diosmosis
2015-08-06Try selecting custom variables on existing visit every time so the logic can ...diosmosis
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). Moving...diosmosis
2015-07-14Fixes #7698 display value of idSite (or idsite) parameter in error messagemattab
2015-06-26Minor code stylemattab
2015-06-26Minor change, renaming variablemattab
2015-06-26Tracking API: when receiving a ping=1 request, never track any goalmattab
2015-06-26Refs #8218 Do not create a new visit when it is a ping request.mattab
2015-06-25Clean up some additions in this branch, rename setHeartBeatTimer to enableHea...diosmosis