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-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
* Fix some PHP8.1 deprecation warnings occurred while running tests * some more fixes * avoid null values in names to prevent php 8.1 deprecation warning * some more fixes * updates expected test files * apply review feedback
2021-07-21do not introduce breaking change in Mail.send (#17800)dizzy
* do not introduce breaking change in Mail.send * there is already an event for this * remove changelog entry
2021-05-30Allow aborting sending mails via Mail.send event. (#17635)dizzy
* Allow aborting sending mails via Mail.send event. * Add quick entry to developer changelog. * add test
2021-05-27Email notifications for critical actions (#17531)Zoltan Flamis
* wip email notifications * use Mail class * token and login settings notification emails * more notification emails * user created/deleted notification * use an abstract class * import class * catch email ex * wip * change settings changed emails * import loggerinterface * simpler email bodies * some small tweaks to the translations Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
* require composer package phpmailer/phpmailer * change mail class to use phpmailer instead of Zend_Mail * removes Zend_Mail and Zend_Mime * submodule * fix tests * enable smtp debug for test mail command * fix embedded images * set language for phpmailer * apply some review feedback * removes Zend_Validate (#15907) * don't inline file without cid * submodule update * fix test * decouples Mail class from PHPMailer and moves sending mails to new transport layer * submodule * cleanup * unset xmailer header * simplify mail attachment handling * adds methods to add bcc recipients * change implementation of setReplyTo
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
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
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-02-05Don't access config setting directly (#14073)Thomas Steur
Likely shouldn't cause any issue the way it is but changing it just to be safe.
2019-01-29Add possibility to change mail transport through DI (#14041)Thomas Steur
* Add possibility to change mail transport through DI * Fix test.
2019-01-04Make sure all Matomo emails use correct branding. (#13908)diosmosis
* Make sure all Matomo emails use correct branding. * update email logo * reuse variables * Change default from to Matomo Analytics. * Fix list style in report emails, update customalerts submodule and make dashboard link got to default erport in emails. * Updated submodule. * Bump version + update submodules. * Remove submodule update so plugins can be merged after rc2 merged.
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
* Remember user who created a site. * Send email if no tracked data within N days. * Add test and get to pass. * Fixes after manual tests of emails * Bump version & change column name to creator_login. * Email tweaks. * Rename Site::getCreationUserFor * Modify Site:: access methiod name * Applying PR feedback. * Move email HTML content generation logic to separate class in DI. * tweak translations * Apply PR review feedback. * Couple more tweaks. * Make tracking code check a one time task + and save timetable when removing inactive tasks. * Update save call. * Apply more PR feedback. * small performance tweak and put the site name in quotes * Fixing tests. * Update expected file.
2017-09-04Different SMTP ports never used (#11961)Frederik Bosch
* Different SMTP ports never used * Remove ini_set
2016-01-27Removed static methodmattab
2016-01-26Replace some characters in Email subject and Email attachments filenamemattab
Fixes #9631
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
fixes #8272
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 ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
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
to use free/libre instead of open source
2014-03-11Fix regression in password email recovery mail found thanks to Password ↵mattab
reset screenshot tests @diosmosis first win for password reset workflow test Failed screenshot: http://builds-artifacts.piwik.org/ui-tests.master/1910.1/processed-ui-screenshots/Login_password_reset.png
2014-03-11Fix test by renaming method because this method name happens to already ↵mattab
exists as static in parent class
2014-03-11Set default From: header in emails sent from Piwik.mattab
This will fix the Custom Alerts missing From header.
2014-02-23Modified tests to allow testing login & password reset functionality:diosmosis
- Modify test user adding logic to hash password instead of using pre-hashed password. - Allow testing environment to be configured via Option values that start w/ 'Tests.'. - Put a couple test classes into namespaces. Add test event to Piwik\Mail class so emails can be intercepted. - Change some test logging level to INFO. - Added load + reload methods to PageFacade in capture.js
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
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
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
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
git-svn-id: http://dev.piwik.org/svn/trunk@6325 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-19Health check to ensure the config setting is usedmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5187 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-19Refs #2327 last fix to noreply@localhost instead of proper domain in email ↵mattpiwik
from: in scheduled tasks git-svn-id: http://dev.piwik.org/svn/trunk@5186 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-14Fixes #2562 Kuddos kantan for the patch!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5019 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-07refs #2409robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4656 59fd770c-687e-43c8-a1e3-f5a4ff64c105