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-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
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-03Fixes #3769 Hiding backtrace on login form + error pagesmattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-20 * Fixing bug, when anonymous user is set with some permission, it should workmattpiwik
2012-10-17refs #2465: Starting the Insight plugin (in-site analytics)BeezyT
2012-09-02Fixes #3334, redesigned the reset password functionality.benakamoorthi
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder