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
2021-01-14Add tracking spam prevention plugin as a submodule (#17016)Thomas Steur
* Add tracking spam prevention plugin as a submodule * update submodule * fix some ui tests * fix tests * fix some tests * update submodule * update screenshots * fix ui tests * updates expected UI files Co-authored-by: sgiehl <stefan@matomo.org>
2020-07-01Removes CustomVariables plugin from core (#16090)Stefan Giehl
* Removes CustomVariables plugin * removes CustomVariables plugin from core list * Move methods to get custom variables from request to the plugin * define visit fields to persist in plugin * do not use custom variables plugin if not available * adjust test requirements for CustomVariables plugin * Only execute update if plugin is installed * do not consider custom variables widget as api in tests * move autosuggest tests for custom variables to plugin * do not use custom variable segments in core tests * move multi column segment test to custom variables plugin * do not use custom variable segment in archive cron test * update access log to use new product view parameters instead of custom variables * move some custom variables based tests to plugin * Use Contents API instead of CustomVariables for CSV export tests * skip some tests if CustomVariables plugin is not available * Adjust tracker code generator tests to work without custom variables plugin * [TEMP] remove custom variables from system test output * adjust some tests to run without custom variables plugin * apply some review feedback * Readds Custom Variables as submodule (#16104) * Adds CustomVariables as submodule * Revert "[TEMP] remove custom variables from system test output" This reverts commit 30b56dc135b6c130c841306f739dbcd7d9f4a366. * use submodule branch * test changes due to loading CustomVariables as submodule (plugin order) * updates some expected screenshots * improve test fixture * submodule update
2020-06-30Include CustomDimensions plugin in core (#16086)Stefan Giehl
2020-06-08Switch from bower to npm and update JS libraries (#14082)diosmosis
* Starting to replace bower with npm: use updated jquery-ui from npm. * Use jquery from npm./ * Use angular from npm. * Add more angular libraries. * Use chroma-js from npm. * Remove html5shiv, does not appear to be used. * Use iframe resizer library from npm. * Add jquery-mousewheel * Add jquery.dotdotdot from npm. * Get jquery.scrollto from npm. * Get jscrollpane from npm. * Get materialize-css from npm. * Get mousetrap from npm. * Remove ngDialog, as it is no longer used. * Install qrcode.js from npm. * Get sprintf-js from npm. * Get visibillityjs from npm. * Remove bower.json. * Getting parts of matomo to work w/ new versions of libraries installed by npm. * Ignore node_modules subfolders in node_modules since we only use npm for frontend dependencies + fix a test. * Fix button padding. * Fix series picker checkboxes. * Fix karma conf. * Fix CSS in right place. * Fixing more css/less issues. * More test fixes. * Limit selection style fix. * Fix more tests + materializecss issues. * Fix a couple more tests. * Fix annotation styling. * remove error * add ng-dialog files * try to fix some tests * Fix several UI tests. * fixing more build issues * Fix several more tests and issues. * fixing more tests * split ui tests into 3 groups * fix several more issues and tests * Fix some console warnings on chrome. * Updating more test files. * fix some tests * yet more fixes * couple more fixes * another form fix * Fix some tests. * update screenshot * update more expected files * Fix two more form issues. * test commit (travis is not fetching submodules for some reason...) * remove scripts removed in merge * three travis builds * split UIIntegrationTest into multiple suites * lets try this again * updae several expected screenshots * fix some more tests * fix plugin details material select and tabs initiaialization * update screenshots + css fix * re-initialize materialize tabs since we load jquery-ui afterwards for datepicker which unsets materialize tabs * update more screenshots and fix couple more issues * update more screenshots + tweak to test * more fixes and screenshot updates * fix some issues and update more screenshots * update submodules * more fixes + more updated screenshots * more css fixes and test fixes * couple fixes & updated screenshots * update screenshots * fix random failure * Map old bower_component files to new ones in AssetManager. * Remove node_modules from PR and ignore node_modules in .gitignore and remove libs/jquery (adding new required libs). * Update .travis.yml. * update screenshots * fixing some more issues * fix copy pasta * update screenshots * fix more modal issues * Update css & screenshots. * correct close modal calls * fixing more issues * data-target instead of data-activates * fix more tests * trigger build that works? * fix more tests * update submodule * debugging travis * more debugging * try to fix test * fix modal no button click in test * update more screenshots * couple more test fixes * some more fixes and updated screenshots * update screenshots * apply some review feedback * Fix modal centering and initial top position. * apply some more pr feedback * another pr fix * update submodule * remove style * fix color of checkbox mark * Fix centering the popover Note: centering the popover relative to body doesn't work poperly anymore, maybe because of the fixed position of the widget overlay. Using the ui-widget-overlay to position the dialog centered seems to work * ignore line endings check for node modules * updates expected UI files * submodule updates * use minified file of jquery.browser.js * updates expected test files * ensure to hide parent tooltips when row action tooltips are shown * tweak less for datatable navigation * style is only useful for dashboard * update some screenshots * update submodules Co-authored-by: sgiehl <stefan@matomo.org>
2020-03-18readd provider plugin (#15704)Stefan Giehl
regression from #15410
2020-03-18App specific token_auths (#15410)Thomas Steur
* some initial work * add security page * backing up some code * more functionality * adjust more UI parts * adjust more code * more tweaks * add todo note * few tweaks * make sure date is in right format * fix not existing column * few fixes * available hashes * use different hash algo so tests run on php 5 * fix name of aglorithm * trying to fix some tests * another try to fix some tests * more fixes * more fixes * few fixes * update template * fix some tests * fix test * fixing some tests * various test fixes * more fixes * few more tests * more tests * various tweaks * add translations * add some ui tests * fix selector * tweaks * trying to fix some ui tests * fallback to regular authentication if needed * fix call authenticate on null * fix user settings * fix some tests * few fixes * fix more ui tests * update schema * Update plugins/CoreHome/angularjs/widget-loader/widgetloader.directive.js Co-Authored-By: Stefan Giehl <stefan@matomo.org> * fix maps are not showing data * trying to fix some tests * set correct token * trying to fix tracking failure * minor tweaks and fixes * fix more tests * fix screenshot test * trigger event so brute force logic is executed * test no fallback to actual authentication * allow fallback * apply review feedback * fix some tests * fix tests * make sure location values from query params are limited properly before attempting a db insert * make sure plugin uninstall migration reloads plugins, make sure 4.0.0-b1 migration removes unique index that is no longer used, use defaults extra file in SqlDump to get test to run on travis * Fix UI tests. * update expected screenshot Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2020-02-12Move Provider plugin to the Marketplace (#15552)Thomas Steur
2020-01-16Remove LoginHttpAuth submodule (#15396)Thomas Steur
* Removed submodule LoginHttpAuth * remove no longer existing plugin
2019-08-26Cache parsed device detection info to file (#14751)Kate Butler
* Create a file cache for parsed device info * Tests for device detection file cache * Move device detector cache into separate plugin * Move WarmDeviceDetectorCache to separate plugin * Use DI to get the DeviceDetectorFactory * add device detector cache as a submodule * update submodule * update submodule * fix BC break * System test, deal with useragent strings > 500 characters long * update submodule * Update submodule
2018-11-09Add Matomo Tag Manager to core (#13402)Thomas Steur
2018-01-26updates submodule definitions with new repos (#12511)Stefan Giehl
2017-05-12Adds MarketingCampaignsReporting plugin as submodule (#11694)Stefan Giehl
* Adds MarketingCampaignsReporting as submodule * update ui tests
2017-05-08Add LoginLdap plugin as a submodule (#10927)Matthieu Aubry
* Add LoginLdap plugin as submodule * Adding LoginLdap submodule * Fixed some tests * submodule update * Disable LoginLdap plugin by default in tests * update submodule * submodule update * update screenshots * update submodule
2017-03-28All icons in own repo and included as a submodule (#11548)Matthieu Aubry
* add icons submodule * replace path * change submodule url * fix JSONTest * fix integration tests * update icon submodules * fix preg_match * fix remaining system tests * better match for non dist icon files * fix .gitmodules * update icon submodule * Fixed custom dimension test * Do not completely fail when GD not enabled * Fix http test + refactor checklist * Refactored the code into a method * Changed icon path refs https://github.com/piwik/piwik/pull/11383 * System tests * Update valid UI tests * Fix integration test
2016-10-04Add https://github.com/piwik/plugin-Bandwidth submodulemattab
2016-09-05added .git to travis submoduleNahuel.me
2016-08-31remove old screenshot submodulesgiehl
2016-08-31fix gitmodules & updates submoduleThomas Steur
2016-08-31Fix the submodule and travis config for git-lfsMatthieu Napoli
2015-12-22Manage PiwikTracker through composer (closes #9349)John Maguire
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-09Move order in submodulesMatthieu Aubry
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-09-22Update submodulesmattab
2015-09-22added log viewer as submoduleThomas Steur
2015-09-08Re-order submodules + add default branch infomattab
2015-07-19Adding travis-scripts repo as submodule.diosmosis
2015-03-19Set branch=master in git submodule refs #7163mattab
2015-03-17Removing misc/log-analytics directory and replace w/ submodule.diosmosis
2015-02-09Updating submodulemattab
2015-02-07removed pleineLune from submodulesmattab
2015-02-03added new submodule containing expected screenshot testsThomas Steur
2015-02-03removed UI submoduleThomas Steur
2015-01-05change CustomAlerts branch to master after PR was mergedMatthieu Aubry
2015-01-05Use branch for CustomAlerts pluginMatthieu Napoli
2015-01-04Submodules use master branchmattab
2014-12-29Refs #6906 and https://github.com/piwik/piwik-package/issues/18mattab
2014-12-19refs #6870 use piwik-php-tracker repository as a submoduleThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-02-21During tests, we shall load plugins that are in the .gitmodule file ↵mattab
(official plugins found in marketplace), as well as loading those that are in the global.ini.php (official plugins bundled in piwik).
2014-02-10Minormattab
2014-02-10Minormattab
2014-02-10Minormattab
2014-02-10Refs #514 Adding HttpAuth plugin as submodule, now hosted at: ↵mattab
https://github.com/piwik/plugin-LoginHttpAuth
2014-01-16added plugin TasksTimetable as a submoduleThomas Steur
2014-01-06Tracking master branch for submodulemattab
2013-12-23added customalerts plugin as a submoduleThomas Steur
2013-11-11Sort submodules by namemattab
2013-11-11Tracking master branch of PleineLune submoduleMatthieu Aubry
2013-11-08added pleinelune as a submoduleThomas Steur