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
path: root/js
AgeCommit message (Expand)Author
2020-07-07Implement cookie consent (#16178)Thomas Steur
2020-07-06Don't set any cookies when no consent is given (#16173)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-29Fix 3rd party cookie / global visitorid race condition: set 3rd party cookie ...MichaelHeerklotz
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-12Update comment that resetUserId does not generate a new visitor id (#15366)Matthieu Aubry
2020-01-06hasConsent() is used in tracker so can't be a debug method (#15351)diosmosis
2019-12-31Set a first-party cookie when user opts out of tracking (#15184)Kate Butler
2019-12-31Remember consent given by default for 30 years (#15324)Thomas Steur
2019-12-24Ignore disableCookie setting when giving consent / removing consent (#15309)Thomas Steur
2019-12-11Fix test cookie may be set multiple times (#15225)Thomas Steur
2019-11-08accept numbers for setUserId, setEcommerceView, addEcommerceItem, removeEcomm...Thomas Steur
2019-11-06Prevent test cookie from being created when cookies are disabled (#15107)Thomas Steur
2019-11-06More efficient heart beat timer (#15058)Thomas Steur
2019-11-04Send queued requests less often (#15048)Thomas Steur
2019-10-10Ensure setVisitorCookieTimeout is executed first (#14980)Thomas Steur
2019-10-07Remove accidentally committed file (#14960)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-08-26No longer require idsite in addtracker (#14787)Thomas Steur