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 (Collapse)Author
2016-12-02Password hashing (#10926)Thomas Steur
2016-03-29fix #9896 Keep Page URL fragments when tracking Page URLs" not persistentThomas Steur
2015-08-22Rewrite change to Model::getUser() to use one query instead of two and to ↵diosmosis
use a query that hits the primary key index of the user table.
2015-08-22Favor login with exact case comparison, and fallback to case-insensitiveMatthieu Napoli
See #8610 and https://github.com/piwik/piwik/pull/8610#issuecomment-133111895
2015-08-22Add a comment explaining case-insensitive login is a featureMatthieu Napoli
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-10-13a few coding style changesThomas Steur
2014-10-08Fix a notice when running archive.phpmattab
2014-10-04moved some queries within core to model filesThomas Steur
This is only a start. Especially the Tracker model contains quite a bunch of different models. Ideally, one day, the tracker is refactored and all the goal tracker stuff including the queries are in the goal plugins, all the ecommerce stuff is in an ecommerce plugin etc. Haven't moved some of the LogAggregator queries.
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-03-03For tests to pass, the DB reference cannot be cached.mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2014-01-29refs #4564 cleanup and make sure a new user does not get super user accessThomas Steur
2014-01-28refs #4565 migrate config super user to databaseThomas Steur