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
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2021-07-21do not introduce breaking change in Mail.send (#17800)dizzy
2021-05-30Allow aborting sending mails via Mail.send event. (#17635)dizzy
2021-05-27Email notifications for critical actions (#17531)Zoltan Flamis
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-10-11Allow noreply email address/from to be set in admin panel (#14975)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-02-05Don't access config setting directly (#14073)Thomas Steur
2019-01-29Add possibility to change mail transport through DI (#14041)Thomas Steur
2019-01-04Make sure all Matomo emails use correct branding. (#13908)diosmosis
2018-12-28Add config setting to disable sending emails. (#13912)diosmosis
2018-12-13remove two TODOsdiosmosis
2018-09-21 Send email if no tracked data within N days. (#13363)diosmosis
2017-09-04Different SMTP ports never used (#11961)Frederik Bosch
2016-01-27Removed static methodmattab
2016-01-26Replace some characters in Email subject and Email attachments filenamemattab
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-07-29refs #8252 introduce new option noreply_email_nameThomas Steur
2015-07-12 Do not use INI [proxy] settings when connecting to localhost or 127.0.0.1mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-11Trim the hostname before sending email, fixes #7157mattab
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2014-11-17Silent fail in front of ini_set to prevent warning raised when function disabledmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-26Parse replay-to header in the same way like from - with {DOMAIN} placeholder.Marcin Czołnowski
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-03-11Fix regression in password email recovery mail found thanks to Password reset...mattab
2014-03-11Fix test by renaming method because this method name happens to already exist...mattab
2014-03-11Set default From: header in emails sent from Piwik.mattab
2014-02-23Modified tests to allow testing login & password reset functionality:diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-03refs #4244 fix more linksThomas Steur
2013-10-21Refs #4200, documented Mail class.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-09-19Health check to ensure the config setting is usedmattpiwik
2011-09-19Refs #2327 last fix to noreply@localhost instead of proper domain in email fr...mattpiwik
2011-07-14Fixes #2562 Kuddos kantan for the patch!mattpiwik
2011-05-07refs #2409robocoder