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
2019-05-03fix build (#14406)Thomas Steur
2019-05-03Resolve issue with malformed link when Cross Domain tracking is enabled and a...Daniel Lancelot
2019-04-17fix JavaScript tracker tests (#14352)Thomas Steur
2019-04-17add doPing method to JS api (#14127)Chris Pimlott
2019-04-08Reset tracked impressions for searches and only send tracking request when in...Thomas Steur
2019-03-04fix queued requests in JS tracker and add possibility to disable it (#14146)Thomas Steur
2019-01-27Add method to get ecommerce items to tracker (#14028)diosmosis
2019-01-22Change value of _pk_ses cookie to 1. (#13970)diosmosis
2018-12-14Fixing the build. (#13860)diosmosis
2018-12-14Make sure to always trigger a callback in JS trigger when specified (#13855)Thomas Steur
2018-12-14trigger new event when a tracker has been added (#13851)Thomas Steur
2018-12-06Add option to opt in to use send beacon (#13451)Thomas Steur
2018-12-06Send bulk requests in chunks when needed (#13444)Thomas Steur
2018-12-03fix some integration tests (#13791)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-11-29Add possibility to queue tracking requests so they are sent in bulk (#13616)Thomas Steur
2018-11-27support callback in JS tracker method trackGoal (#13680)Thomas Steur
2018-10-11Support window.Matomo in JS Tracker (#13568)Thomas Steur
2018-08-03When consent explicitly given in JS tracker add &consent=1 to URL (#13230)diosmosis
2018-08-01Add removeEcommerceItem() and clearEcommerceCart() methods to JS tracker. (#1...diosmosis
2018-06-21Adds missing default value for addEventListener (#13087)Stefan Giehl
2018-05-08updates device-detector (#12851)Stefan Giehl
2018-05-08Add minimal first party cookie opt out support to JS tracker (#12829)diosmosis
2018-05-01Recommend newer yuicompressor version (#12774)Thomas Steur
2018-04-24GDPR + Add a couple of new platform features especially around validating set...Thomas Steur
2018-04-23When setting or resetting User ID, do not update the Visitor ID in the first ...Matthieu Aubry
2018-03-22Better handling of POST tracking requests when page is unloaded (using sendBe...Thomas Steur
2018-03-09Add getCrossDomainLinkingUrlParameter() to allow users to add pk_vid to dynam...Benaka
2018-02-28JS Tracker: expected no warning in the console when addTracker multiple times...Matthieu Aubry
2018-02-01Add a method to de-assign a user id (#12141)znerol
2018-01-19Small performance improvement in custom tracker (#12443)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-12-15JS Tracker: make setSecureCookie work (#12355)Matthieu Aubry
2017-11-20Ignore Java detection on Edge as it doesn't work (#12214)Stefan Giehl
2017-10-18fix jslint testThomas Steur
2017-10-17added test and minified versionThomas Steur
2017-10-17Fix addTracker does not return the tracker instanceThomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2017-10-06replace HTTP links with HTTPS (#12157)Lukas Winkler
2017-08-05Fix two typos in js/piwik.js (#11937)Felix Yan
2017-08-03Fix #11410: Optional secure tracker cookie (#11891)Luiz Eduardo de Christo
2017-07-19JS Tracker: new setCrossDomainLinkingTimeout function useful to set a higher ...Matthieu Aubry
2017-07-07Disallow empty values when tracking content actions (#11844)Stefan Giehl
2017-06-26Disallow event tracking with empty/whitespace categories (#11819)Stefan Giehl
2017-06-22Fixes a typo (#11740)Stefan Giehl
2017-05-08JS Tracker: prevent IE 7 error (#11668)Matthieu Aubry
2017-05-05make sure to delete any set cookie, better return value for getCookieThomas Steur
2017-05-05Expose more cookie methods in trackerThomas Steur
2017-05-03Add method to detect if cookies are enabledThomas Steur
2017-04-29improve docThomas Steur