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
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2018-10-03Use postMessage instead of directly making API calls in the overlay iframe. ↵diosmosis
(#13446) * Use postMessage instead of directly making API calls in the overlay iframe. * Make sure it will work when Matomo is on a subfolder. * Increase overlay security with domain and method whitelists. * Try to fix UI test. * Fix tests + UI test blacklist check. * broadcast.getValuesFromUrl does not decode URL params.
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the ↵diosmosis
list, not running code only for those entries.
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL ↵diosmosis
normalizing, use DI to store whitelist and override in ui-test.php DI config for Overlay.