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
path: root/core/View
AgeCommit message (Expand)Author
2022-04-19Fix PHP 8.1 deprecation warning (#19103)Stefan Giehl
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-26Enable CSP (not report-only) and add SecurityPolicy methods to @api (#18197)Justin Velluppillai
2021-09-03Allow more img sources when embedding page in an iframe (#17958)Thomas Steur
2021-09-03Provide SecurityPolicy method to allow embedded iframes to fetch their resour...Justin Velluppillai
2021-09-02Revert "Expose methods to disable CSP or loosen it for embedded iframes (#179...Thomas Steur
2021-09-02Expose methods to disable CSP or loosen it for embedded iframes (#17910)Justin Velluppillai
2021-08-12Set CSP header to prevent XSS (#17798)Justin Velluppillai
2020-09-25Do not cache core updater oneClickUpdate page in browser (#16466)Thomas Steur
2020-06-04Twig 3 upgrade (#15573)Lukas Winkler
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-04Make sure all Matomo emails use correct branding. (#13908)diosmosis
2018-10-22Fix possible notice if never scheduled report is triggered (#13641)Stefan Giehl
2018-10-03Use placeholder for unsubscribe link and place it near the normal email foote...diosmosis
2018-09-21 Send email if no tracked data within N days. (#13363)diosmosis
2018-08-06email theming improvements (#13250)diosmosis
2018-08-04use @ignore not @internal for event (#13248)diosmosis
2018-08-03Allow emails to be themed. (#13223)diosmosis
2018-04-23Add Common::stripHeader() (#12748)Christian Schmidt
2017-11-24Use consistent HTML email body for all scheduled reports (HTML, PDF & CSV) (#...Benaka
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-23Use Common::sendHeader for consistencymattab
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-14only add piwik-expand-on-click to the controls that need itThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-06-08refs #6552 set noindex,nofollow option for all pages apart from login pageThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-16ref #6441 When Piwik fails to update over HTTPS, offer the user the possibili...Matthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-18Merge branch 'master' into comparison_dashboard_changesdiosmosis
2014-02-17Proper fix to some edge case bug. Will be nice to use AngularJS for such clie...mattab
2014-02-16Allow UIControl JavaScript classes to be located outside of piwik/UI. Modify ...diosmosis
2014-02-12Merge branch 'master' into customdashdiosmosis
2014-02-12Fixes #4669 do not use newer nextIf method in rendertokenparser.diosmosis
2014-02-11Use accessors when rendering Views so UIControl is a bit cleaner.diosmosis
2014-02-11Fix bug in UIControl where override template vars are not passed to inner vie...diosmosis
2014-02-10Fixing bug in RenderTokenParser when {% render %} is used w/ 'with'.diosmosis
2014-02-09Fix bug in RenderTokenParser (getTemplateVars argument node created incorrec...diosmosis
2014-02-08Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move da...diosmosis
2014-02-06Move containing <div> rendering of UIControl to new template, add new custom ...diosmosis
2014-02-05Set JavaScript data via element attributes for SegmentSelectorControl. Introd...diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis