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
2018-08-17Always set Auth interface in DI to the correct plugin's Auth implementation (...diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2016-12-02Password hashing (#10926)Thomas Steur
2016-01-11Fix missing `use Piwik\Piwik`Joey3000
2016-01-08Bugfix (syntax)Joey3000
2016-01-07Standardize usage of **password** hash functionJoey3000
2015-08-22Rename password variable to passwordHash for better clarityMatthieu Napoli
2015-08-22Cast $user['superuser_access'] to int to avoid any possible errorMatthieu Napoli
2015-08-22Reorganize code, no behavior changeMatthieu Napoli
2015-08-22Login is now case-insensitive when logging inMatthieu Napoli
2015-08-22Organize authentication code into separate methods for clarityMatthieu Napoli
2015-06-03During Tracker authentication, make sure to reset the Auth instance's passwor...diosmosis
2014-09-28Refactor Auth::initSession method into its own class (SessionInitializer) sin...diosmosis
2014-09-27Refactor Login controller and auth to be more modular and easier to extend/ov...diosmosis
2014-06-10Revert comment from file header.Marcin Czołnowski
2014-06-10Added hooks to init session process.Marcin Czołnowski
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-02Small refactor of the Login/Auth object.mattab
2014-05-05Refs PR #241 Pushing one of the changes, moving regenerateId() highermattab
2014-02-10Minormattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-28Prevent notice on the Upgrade screen when triggering 2.0.4-b5 refs #4564mattab
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-23refs #4564 some more fixes for config super userThomas Steur
2014-01-23refs #4564 #2589 added possibility to define multiple superusersThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-29Remove Login.initSession event and move logic to new method in Auth interface.diosmosis
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-25Remove use of Zend_Auth_Result.Benaka Moorthi
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-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-04Fixing build, remove some debug output code and keep some other debug output ...benakamoorthi
2013-01-04Fixing build, more debug output finagling.benakamoorthi
2013-01-04Fixing build, adding more debug output.benakamoorthi
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-01-03Various code cleanups and small improvements:mattpiwik
2010-08-27fixes #1597 - add unit testrobocoder
2010-08-20refs #1630robocoder
2010-08-19phpdocsrobocoder
2010-08-16refs #1597 - fixes typo; it's too early in the morning for me to think about ...robocoder
2010-08-09fixes #1419 - hash token_auth in the login cookie; I'm deferring implementati...robocoder
2010-08-08refs #1419 - add 'Remember Me' to Login form; unchecked by default (which is ...robocoder