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 (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-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-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-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-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
2018-05-01Recommend newer yuicompressor version (#12774)Thomas Steur
* Recommend newer yuicompressor version Fixes some bugs in version 2.4.7 * use newer yuicompressor version * fix line ending
2018-04-24GDPR + Add a couple of new platform features especially around validating ↵Thomas Steur
settings (#12558) * add a couple of new platform features especially around validating settings * more validators and other tweaks * few tweaks * allow plugins to add header script in JS tests * some work on gdpr * remove email feature * menu update * add date tooltip * make sure privacy has its own icon * added some text * add opt out info * better titles * add some information about webserver logs * add log import notice * give angular some time to render * show border around iframe * make sure to place a notification in modal dialog if needed * when opening a modal, make sure the top part is visible * disable newsletter sign up by default * command line tool to anonymize and remove previously tracked raw data * implement some basic consent features into piwik.js * minor tweak * schedule entries to anonymize data in past * let users anonymize historical data * better overview * better naming * explain consent tracking * add legitimate interest * new menu structure for privacy * use a proper db table for scheduled anonymizations * add some tracker tests * some tests and fixes * couple of fixes and tests * starting to add some UI tests * more tweaks * add missing file * fix jslint * have the field full width * more tweaks * create directory if needed * various fixes * fix some tests * make sure keys will be always returned in same order * more fixes * fix some tests * apply feedback from review * fix some tests * this might fix mysqli tests * fix some tests * trying to fix mysqli tests * fix system test * fix comment * remove some duplicated code * update method name * trigger event when logs need to be deleted * add possibility to anonymize userId and orderId * trigger event in tracking code page * expire consent in hours * post another event * update wording for privacy GDPR * fix various ui tests * fix some tests * trying to fix ui tests * trigger another test run * fix system test * fix some ui tests * show a table of contents on tracking code page, fix title, add mobile apps and API * fix ui test * 3.5.0-b2 update * Re-generate piwik.js * fix job status and selector style * make sure to include only sites with admin access * some tweaks * fix some ui tests * fix some ui tests * fix test
2018-04-23When setting or resetting User ID, do not update the Visitor ID in the first ↵Matthieu Aubry
party cookie (#12742) * When setting or resetting User ID, do not update the Visitor ID in the first party cookie * Forgot a file * Fix the JS tracker tests
2018-03-22Better handling of POST tracking requests when page is unloaded (using ↵Thomas Steur
sendBeacon) (#12538) * use sendBeacon if available * better sendBeacon implementation * execute post request with a little delay * make sure to use alias so variable will be minimized * trigger build * Merged 3.x-dev * Revert "Merged 3.x-dev" This reverts commit 51addf1 * Minified files up to date
2018-03-09Add getCrossDomainLinkingUrlParameter() to allow users to add pk_vid to ↵Benaka
dynamic links. (#12603) * Add getCrossDomainLinkingUrlParameter() to allow users to add pk_vid query param to dynamic links themselves. * Update piwik JS files.