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-03-29Track JS errors only once per page view (#17288)Zoltan Flamis
2021-03-23Ensure to send performance timings as integer values (#17372)Stefan Giehl
2021-03-10rename testcookie to make it clear it is created by Matomo (#17243)Lukas Winkler
2021-03-02Do not append performance metrics to page view log if performance tracking di...Mikhail Snetkov
2021-02-25fix js test (#17265)dizzy
2021-02-24bugfix: Type mismatched while reporting uid (#17252)某罐头菠萝
2021-02-05Send 204 response for bulk requests to avoid possible CORB issue (#17180)Stefan Giehl
2021-01-26Fix possible service worker error in Firefox (#17139)Thomas Steur
2021-01-26Use PerformanceNavigationTiming API if available (#17130)Stefan Giehl
2021-01-19allow multiple calls to enableLinkTracking (#17101)Lukas Winkler
2020-12-03When forcing GET request method in JS tracker then disable send beacon (#16870)Thomas Steur
2020-12-02Document setGenerationTime removal and add back the method (#16860)Thomas Steur
2020-11-23Add disablePerformanceTracking method to methods to apply first (#16768)Thomas Steur
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