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
2019-08-04Send 403 header on failed Login (#14708)pebosi
2019-07-05Update the link tag for all php files (#14635)Luca
2019-02-12POST to login plugin in login form (#14081)diosmosis
2019-01-28Make sure to compare password with unsanitized password (#14033)Thomas Steur
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
2018-12-06When you are logged out, the URL gets lost when you log in (#13441)Thomas Steur
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-10-03Improve usage of requested site in plugin Controllers (#13526)Stefan Giehl
2018-07-27Sessions with more security (#12208)diosmosis
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
2018-02-12Possibility to login by email (#12543)Stefan Giehl
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2016-10-30add events when a login fails or someone logs outsgiehl
2016-02-14merge master => 3.0Thomas Steur
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-21Renaming methods + refactoringmattab
2015-12-18Display useful message how to solve "Form security error" issue, when SSL may...mattab
2015-10-06Piwik\Plugins\Login\Controller class: Change private members to protectedJoey3000
2015-09-17Fixed hardcoded Login module referencesJoey3000
2015-09-04Revert "Piwik\Plugins\Login\Controller class: Change private variables and me...Thomas Steur
2015-09-02Login Controller is now considered API.Thomas Steur
2015-09-01Change private variables and methods to protected.Joey3000
2015-06-26Make sure to escape error messagesThomas Steur
2015-06-24Make login link minimalmattab
2015-06-23#8087 handle also the cases where a user has no access (redirect to the login...Matthieu Napoli
2015-03-14fixes #7432 - remove action attribute from login form to force the browser to...sgiehl
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-01-26refs #7073 do not redirect in case of success, just render passwordSuccess di...Thomas Steur
2014-11-28refs #6552 don't add rel=nofollow on links going through the proxy as the ref...2.10.0-b1mattab
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-28Refactor Auth::initSession method into its own class (SessionInitializer) sin...diosmosis
2014-09-27Fixing Login UI Tests.diosmosis
2014-09-27Refactor Login controller and auth to be more modular and easier to extend/ov...diosmosis
2014-07-19fixed method visibility keyword orderChristian Raue
2014-06-26Add reply-to in password recovery e-mails.Marcin Czołnowski
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-05-05Refactoring Login and LoginLdap plugins so that there is as much code reuse a...mattab
2014-03-11cssgiehl
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly en...mattab
2014-02-10Refactor core Login to allow for clean LoginHttpAuth logic refs #514mattab
2014-02-05fix password reset did not workThomas Steur
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-27refs #4565 do not allow logme for any super userThomas Steur
2014-01-27#4564 updated some translation stringsThomas Steur
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur