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-07-08update invite user (#19366)4.11.0-rc2Peter Zhang
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
2022-01-14Refactor emails about password reset away from the generic Mail class into th...Sam
2021-10-27Always remove hash part from URL when detecting the script name (#18204)Stefan Giehl
2021-09-08Revert "Make password reset use a secure hash (#17961)" (#17983)Stefan Giehl
2021-09-08Make password reset use a secure hash (#17961)mwithheld
2021-01-12Use confiugred noreply mail address when sending recovery mails (#17072)Stefan Giehl
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-26Prevent phishing attack on reset your password (#16112)Thomas Steur
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
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
2020-03-23Remove user alias from DB (#15714)Thomas Steur
2019-07-17Implements a rate limit for password resets (#13934)Stefan Giehl
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-11-30When changing password or email address, require to type old password (#13683)Thomas Steur
2018-10-12Add tests for password resetter and tweak process a bit. (#13523)diosmosis
2017-01-07Use gender-neutral wording where possible (#10982)Lucas Jenß
2016-12-02Password hashing (#10926)Thomas Steur
2016-01-08Syntax error fixJoey3000
2016-01-07Comment update onlyJoey3000
2016-01-07Standardize usage of **password** hash functionJoey3000
2014-09-30Fixing UI tests and adding tests for Access::doAsSuperUser.diosmosis
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-27Use superuser access when changing user password in PasswordResetter.diosmosis
2014-09-27Refactor Login controller and auth to be more modular and easier to extend/ov...diosmosis