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
2022-02-14add enable browser detection and some tests (#18633)Peter Zhang
* add enableBrowserFeatureDetection and simple tests add enableBrowserFeatureDetection and simple tests * Update AnonymousPiwikUsageMeasurement update tests * rebuilt piwik.js * Revert "Update AnonymousPiwikUsageMeasurement" This reverts commit 21de4c77ba8032c085ed9f4b1924bac4eee228f0. * Update index.php add tests * Update index.php * Update index.php update wrong function * Update index.php update tests * Update index.php update tests * Update .eslintignore disable jslint for complie js * update jsLint error update jsLint error * remove space remove space * Update index.php update wording Co-authored-by: peterhashair <peterhashair@users.noreply.github.com>
2022-01-17add disable finger print options (#18599)Peter Zhang
* add disable finger print add disable finger print * rebuilt piwik.js * update eslint and piwijs update eslint and piwijs * Update piwik.js update name * Update piwik.js update naming and functions * rebuilt piwik.js * Update piwik.js add disableBrowserFeatureDetection to apply first * rebuilt piwik.js * Update .eslintignore remove eslint rules * Update .eslintignore reset * Update piwik.js swap apply event place * Update .eslintignore apply ignores * rebuilt piwik.js * Update piwik.js move disableBrowserFeatureDetection up * Update piwik.js move function below * Update piwik.js update format * update some naming update some naming * Update js/piwik.js Co-authored-by: Justin Velluppillai <justin@innocraft.com> Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Justin Velluppillai <justin@innocraft.com>
2021-09-30[Vue] add .eslintignore for IDEs that run the eslint CLI (#18083)dizzy
* add .eslintignore for IDEs that run the eslint CLI * add eslint script to npm