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-11-01Harden check for valid redirect urls in logme method (#19917)Stefan Giehl
2022-09-09Use correct login plugin when generating invite link urls (#19718)Stefan Giehl
2022-08-05Use brute force detection for reset password action (#19598)Stefan Giehl
2022-08-02Enable brute force detection for user invitation (#19580)Stefan Giehl
2022-08-01Fix the password length checks on invite User (#19576)Peter Zhang
2022-07-08update invite user (#19366)4.11.0-rc2Peter Zhang
2022-06-07invite user replace add user (#18868)Peter Zhang
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-13More verbose error message when login nonce check fails (#18051)Peter Zhang
2021-06-14Disable logme functionality by default (#17665)Stefan Giehl
2021-06-13Ensure redirects from logme method are only done to trusted hosts (#17661)Stefan Giehl
2020-08-10Make sure confirmPassword uses the currently active login plugin, not always ...diosmosis
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-26Prevent phishing attack on reset your password (#16112)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-04Fix PHPDocs (#15663)Jean Baptiste Noblot
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