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 (Collapse)Author
2020-01-21enable send beacon by default (#15405)Thomas Steur
2020-01-21remove JSON2 (#15413)Lukas Winkler
* remove JSON2 * Update CHANGELOG.md Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-01-12fix JS tracker tests (#15380)Thomas Steur
2020-01-12Respect cookie config for the test (path, domain, isSecure flag) (#15313) ↵Daniel Corn
(#15377)
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
* Fix test cookie may be set multiple times * make sure to delete test cookie after setting it * fix tests
2019-11-08accept numbers for setUserId, setEcommerceView, addEcommerceItem, ↵Thomas Steur
removeEcommerceItem (#15131)
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
* More efficient heart beat timer * add changelog * make sure the event is added for each tracker * add test * fix test
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
* Remove accidentally committed file Only piwik.min.js should exist in that directory. * Delete piwik.js.orig
2019-09-17Fix user path was not working as it should (allow placing config file ↵Thomas Steur
outside webroot) (#14866) * Fix user path was not working as it should * fix error
2019-08-26No longer require idsite in addtracker (#14787)Thomas Steur
* no longer require idsite in addtracker * update minified version to fix tests * fix tests * fix test * fix number of expected tests
2019-08-1611507 - Cookie warning pops up in IE11 ShowModalDialog (#14495)Sivakumar Rallabhandi
* Bugfix - 11507 - Cookie warning pops up in IE11 ShowModalDialog * Bugfix - 11507 - Cookie warning pops up in IE11 ShowModalDialog * Update tracker JS.
2019-08-02regenerate js files and fix some more testssgiehl
2019-08-01Apply setSessionCookieTimeout sooner (#14678)Thomas Steur
2019-08-01fix disableHeartBeatTimer doesnt really removes event listeners (#14668)Thomas Steur
2019-07-31fix optUserOut cookie expires after session (#14674)Thomas Steur
* optUserOut cookie expires after session * tweak to widgetize
2019-07-17fix build (#14661)Thomas Steur
2019-07-17Fix missing 3rd party cookie when using POST requests (#14368)MichaelHeerklotz
* Fix missing 3rd party cookie when using POST requests * fix test * jslint fix * Update piwik.min.js * Update matomo.js * Update piwik.js
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-06-27JS Tracker: Prevent Error 400 issue on IE11 when custom dimension values ↵Matthieu Aubry
include non ascii characters (#14566) * Prevent Error 400 issue on IE11 when custom dimension values include non ascii characters Issue found & Patch suggested by Customer * typo * fix test * fix test * fix JS test
2019-05-03fix build (#14406)Thomas Steur
* fix build * fix marketplace license tests
2019-05-03Resolve issue with malformed link when Cross Domain tracking is enabled and ↵Daniel Lancelot
a cross domain link contains an anchor reference (#) (#14383)
2019-04-17fix JavaScript tracker tests (#14352)Thomas Steur
* fix JavaScript tracker tests * fix tests
2019-04-17add doPing method to JS api (#14127)Chris Pimlott
* add ping method to JS api Fixes #14100 * update minified version * mention new ping method * fix test which doesn't like a newline at the end * fix test which doesn't like a newline at the end
2019-04-08Reset tracked impressions for searches and only send tracking request when ↵Thomas Steur
interaction was defined (#14002) * Reset tracked impressions for searches and only send tracking request when interaction was defined * add test to ensure site search clears content impressions
2019-03-04fix queued requests in JS tracker and add possibility to disable it (#14146)Thomas Steur
* fix queued requests in JS tracker and add possibility to disable it * Regenerate core tracker JS. * Fix jslint error. * trying to fix and debug failing js test * fix js test * trying to fix test * debugging failing test * fix JS tests * fix jslint
2019-01-27Add method to get ecommerce items to tracker (#14028)diosmosis
* Add getEcommerceItems() method to tracker so users can see what was added/removed. * doc twea * Update minified JS. * Fix test.
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
* make sure to always trigger a callback in JS trigger when specified * add changelog entry * also specify tracker url * add more properties
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
* Add option to opt in to use send beacon * Fix JS tracker test.
2018-12-06Send bulk requests in chunks when needed (#13444)Thomas Steur
* send bulk requests in chunks * send requests correctly
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
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-11-29Add possibility to queue tracking requests so they are sent in bulk (#13616)Thomas Steur
* add possibility to queue requests * add tests * update changelog
2018-11-27support callback in JS tracker method trackGoal (#13680)Thomas Steur
2018-10-11Support window.Matomo in JS Tracker (#13568)Thomas Steur
* support window.Matomo in JS Tracker * Fix integration tests.
2018-08-03When consent explicitly given in JS tracker add &consent=1 to URL (#13230)diosmosis
* When consent explicitly given in JS tracker add &consent=1 to URL so apache logs will remember consent was given. * add parameter when sending the request * clarify condition for sending consent=1 param
2018-08-01Add removeEcommerceItem() and clearEcommerceCart() methods to JS tracker. ↵diosmosis
(#13228) * Add removeEcommerceItem() and clearEcommerceCart() methods to JS tracker. * jslint and changelog * minify JS * update test count * remove newlines
2018-06-21Adds missing default value for addEventListener (#13087)Stefan Giehl
2018-05-08updates device-detector (#12851)Stefan Giehl
* updates device-detector * update test file * submodule update * update test files * update UI file * update piwik.js files
2018-05-08Add minimal first party cookie opt out support to JS tracker (#12829)diosmosis
* Add minimal opt out support to JS tracker: methods to set cookie on hosted site that prevents tracking requests from going out. * Update piwik.js * Update piwik.js * Rework tracker opt-out to use consent feature. * Do not delete consent related cookies ever and add this.isUserOptedOut() method for building your own opt out form. * Fix tests. * Add prefix to consent/consent_removed cookie names. * fix up pr * one more quick fix for safety * fix tests. * Use getRememberedConsent() in hasRememberConsent() to protect against both cookie set case. * Re-minify JS. * fix copy paste * re-minify