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-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-10add a more helpful info to the default matomo.php output (#15828)Lukas Winkler
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-05-07Exclude some url parameters from referrer urls (#15905)Stefan Giehl
2020-05-07Require authentication when sending custom ip with tracking requests (#15888)Stefan Giehl
2020-04-29Update visit only when needed (#15869)Thomas Steur
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-04-08Adds option to disable referrer spam blacklist (#15744)john357smith
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-15Force using index index_idsite_idvisitor if available (#15664)Stefan Giehl
2020-03-11Make sure to set secure flag when setting samesite none (#15676)Thomas Steur
2020-03-10Prevent notice Passing glue string after array is deprecated (#15686)Thomas Steur
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-02-21Add UI test for JavaScript tracking. (#15567)diosmosis
2020-02-20Ensure a valid timestamp is set when recording a conversion (#15587)Thomas Steur
2020-02-20Fix couple issues w/ samesite handling in session, make sure session … (#15...diosmosis
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-02-11Trigger exception when idgoal does not exist (#15551)Thomas Steur
2020-02-06No longer redirect when interacted with content (#15406)Thomas Steur
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-26Fixes possible warning (#15453)Stefan Giehl
2020-01-21Order of implode() args, avoid E_NOTICE in PHP7.4 (#15428)Peter Upfold
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-11Fixes warning for newer PHP versions (#15376)Stefan Giehl
2020-01-06Do not use get_results in mysqli as it requires mysqlnd (#15348)Thomas Steur
2020-01-02Match configId even when userId is found (#15337)Thomas Steur
2019-12-31Set a first-party cookie when user opts out of tracking (#15184)Kate Butler
2019-12-31fix some tests (#15331)Thomas Steur
2019-12-30Prevent race condition when saving plugin settings (#15327)Thomas Steur
2019-12-16Trust cookie only when visitorId is set (#15258)Thomas Steur
2019-12-13Use appropriate SameSite values for cookies (#15185)Kate Butler
2019-12-02Several PHP 7.4 fixes (#15222)Roland Eigelsreiter
2019-11-18Add product name, product category, product sku, product price segments (#15144)diosmosis
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
2019-11-04Prevent notice in tracker code generator (#15057)Thomas Steur
2019-10-23Fix warning Undefined index: host (#15041)Thomas Steur
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
2019-09-17Allow custom DB adapter in tracker mode (#14876)Thomas Steur
2019-09-04Don't process tracking requests that are older than data purge cutoff (#14831)Kate Butler
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
2019-08-29fix implode argument order (#14825)Lukas Winkler
2019-08-26Send tracking code JS by email (#14569)Kate Butler
2019-08-26Cache parsed device detection info to file (#14751)Kate Butler
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-12If new visit is forced, known visitors should still be recognized (#14491)diosmosis