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-11-17SameSite cookie attribute can be configured for JS tracker (#16733)Thomas Steur
2020-11-15Fix ecommerce and goal tracking may not work (#16716)Thomas Steur
2020-10-19Ignore tracking requests for disabled plugins (#16570)Thomas Steur
2020-10-06Ignore negative performance timings values (#16516)Stefan Giehl
2020-10-05Fix failing tests (#16523)Stefan Giehl
2020-10-05Always set consent removed cookie even when cookies are disabled (#16507)Thomas Steur
2020-10-01Make JS tracker work in strict mode (#16498)Thomas Steur
2020-09-30Fix percent symbol fails JavaScript Matomo code (#16469)Thomas Steur
2020-09-09Remove visit standard length from tracker (#16412)Thomas Steur
2020-09-02Fix Custom opt out screen should not imply tracking consent given (#16364)Thomas Steur
2020-09-01Fix build as minified JS version is missing (#16360)Thomas Steur
2020-08-10Fix default value of heart beat timer (#16282)Stefan Giehl
2020-07-31Remove no longer needed/used heartbeat code (#16253)Thomas Steur
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-07-09Backport support for matomo_ignore class (#16195)Thomas Steur
2020-07-07Implement cookie consent (#16178)Thomas Steur
2020-07-03Add method to enable cookies in JS (#16113)Thomas Steur
2020-06-30Better detection for cookies for browser plugins report for hybrid consent (#...Thomas Steur
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-12Rename Piwik -> Matomo in JS tracker where possible (#16052)Thomas Steur
2020-06-09Expose setVisitorId JS tracker method (#16042)Thomas Steur
2020-06-09Track ecommerce views as new dimensions instead of custom variables (#15999)Stefan Giehl
2020-06-05Do not generate crossdomain link when cookies are disabled (#16017)Thomas Steur
2020-05-27Removes director detection (#15989)Stefan Giehl
2020-05-26require category and action in logEvent (#15980)Lukas Winkler
2020-05-24add .rtf to download filetypes (#15975)Lukas Winkler
2020-05-20Remove gears detection (#15956)Stefan Giehl
2020-05-20Allow using matomo prefixed parameters for campaigns (#15957)Stefan Giehl
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-05-06Search for links on page load as well, not just on ready (#15915)Thomas Steur
2020-04-29Queue content tracking requests (#15872)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-17New page performance reports (#15736)Stefan Giehl
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-15Make sure to set cookie name before loading any cookie (#15814)Thomas Steur
2020-04-08Force POST for bulk requests, fix alwaysUseSendBeacon not respected for bulk ...Thomas Steur
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-07Make sure to always set JSON_PIWIK to native JSON when possible (#15785)Thomas Steur
2020-03-25Ensure stringify/parse is a function (#15688)Thomas Steur
2020-03-09fix #15681 secure cookie flag is not set for referrer and custom dimensions (...Thomas Steur
2020-02-24Merge branch '3.x-dev' into 4.x-devsgiehl
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-06No longer redirect when interacted with content (#15406)Thomas Steur
2020-01-29Make sure tracking works in IE9 and lower (#15480)Thomas Steur
2020-01-21enable send beacon by default (#15405)Thomas Steur
2020-01-21remove JSON2 (#15413)Lukas Winkler
2020-01-12fix JS tracker tests (#15380)Thomas Steur
2020-01-12Respect cookie config for the test (path, domain, isSecure flag) (#15313) (#1...Daniel Corn
2020-01-06hasConsent() is used in tracker so can't be a debug method (#15351)diosmosis