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 (Expand)Author
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-22Use proper CSP headers for Overlay (#18188)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-20Fix couple issues w/ samesite handling in session, make sure session … (#15...diosmosis
2019-08-13Allow disabling referrer-policy header and use in startOverlaySession since t...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-10-03Improve usage of requested site in plugin Controllers (#13526)Stefan Giehl
2018-10-03Use postMessage instead of directly making API calls in the overlay iframe. (...diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-07-25fixes #8352 - added link to open segmented visitor log in page overlay sidebarsgiehl
2015-07-01Simplify overlay controller logicmattab
2014-11-26Format metrics manually in Overlay screenshots.diosmosis
2014-11-17Move format metrics logic from processor to Metrics\Formatter and fix Overlay...diosmosis
2014-11-17Add unit tests for new Metrics Formatter classes and remove existing ones. Sm...diosmosis
2014-11-17Change force_format_processed_metrics query param to format_metrics in remain...diosmosis
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-12Make sure processed metrics are formatted when requesting data from within Pi...diosmosis
2014-09-17refs #6122 Adding CORS header to Overlay controller methods since they are me...mattab
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-15refs #5167 display custom favicon on more pages and only if enabledThomas Steur
2014-03-02Refs #4189, adding Overlay screenshot tests:diosmosis
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-18getting rid of the fetch parameterThomas Steur
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07fix fatal error that API is already in useThomas Steur
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-02Merge with masterThomas ZILLIOX
2013-06-20Put the site selector near to the tab navigationThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-04-09Converted rest of Overlay, added new head block to Zeitgeist which is used in...Fabian Becker