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-06-17Ensure login is correctly detected for brute force detection when using logme...Stefan Giehl
2021-06-14use correct event handler in login plugin (#17666)dizzy
2021-05-11detect brute force login attempts from different ip addresses (#17503)dizzy
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2019-12-31Fix log tmp segment may be too long (#15312)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-08-28Login form sometimes submits to CoreHome so must be more lenient in check for...diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2017-12-01Add possibility to restrict piwik access by ip (#12242)Thomas Steur
2015-09-17Fixed hardcoded Login module referencesJoey3000
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated API...Thomas Steur
2015-06-23#8087 handle also the cases where a user has no access (redirect to the login...Matthieu Napoli
2015-06-03Create Auth implementation in DI config, instead of in event.diosmosis
2015-05-01Restore auth after API requestThomas Steur
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-01-14Added missing variables.less fileLiam Sharpe
2015-01-14refs #7002 - removed include of missing variables.lesssgiehl
2015-01-14Renamed the .css file into a .less fileLiam Sharpe
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
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-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-14Login screen is now using common JS + CSS includesmattab
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly en...mattab
2014-02-10Minormattab
2014-02-10Refactor core Login to allow for clean LoginHttpAuth logic refs #514mattab
2014-02-03Removing last Piwik_ occurencesFabian Becker
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-28make sure to display login form if user has not have enough permissionsThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-29Remove Login.initSession event and move logic to new method in Auth interface.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-29Removing all uses of Zend_Registry from core/ plugins/ and tests/Fabian Becker
2013-09-25Fix omission in last commit.Benaka Moorthi
2013-09-14ProxyHttp class until I find a better namemattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
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-07-15Refs #3942mattab