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
2015-12-08Check whether known URL starts with path if defined, do no longer match subdo...Thomas Steur
2015-08-26Ignore sub-domains in whitelist urls matchingbarbushin
2015-08-26Add option to track only website urlsbarbushin
2015-08-10test against all google botsThomas Steur
2015-08-10fix Chrome's 'Data Saver' mode prevents trackingThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-24cache result of isIpInRanges to gain > 5% performance improvement in Bulk/Que...Thomas Steur
2015-04-21Renamed classMatthieu Napoli
2015-04-19#7674 Begun moving the spammer list into a file + separate packageMatthieu Napoli
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
2014-12-29Trim the URLs to prevent extra space from causing issuemattab
2014-12-19Fixes #6503 Add missing google bots IP ranges to exclude as they are robot re...mattab
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Merge branch 'master' into DeviceDetector2sgiehl
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-08introduce devicedetector factory to get singleton instances of devicedetector...sgiehl
2014-06-03Merge branch 'master' into DeviceDetector2sgiehl
2014-06-03Submodulesmattab
2014-06-03adding new google IPs as known bot ips + adding unit testsmattab
2014-05-29use DeviceDetector's bot parser to look for botssgiehl
2014-05-13Fixes #5128 Count BingPreview as botmattab
2014-05-12Actually call the Referrer Spam check.mattab
2014-04-28Fixes #2268 Implement a default Referrer spam blacklist to block semalt.com s...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-14Fixes #4516 Ignore visits by pingdom botmattab
2014-01-13Fixes #4504 Excluding bots Baidu, Yandex, and adding safeguard of other Exab...mattab
2013-12-27Excluding Adwords bot from being tracked Fixes #4441mattab
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4199 added more PostEvent documentations and removed one unused eventThomas Steur
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-17Tracker moving last remaining parameter value not yet in Request, to the Requ...mattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
2013-08-28Adding CloudFlare to list of excluded botsmattab
2013-08-02fixed some doc blocks/namespacessgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
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-14Fixes #4049 Thanks for the report!mattab
2013-07-07fixed doc blockssgiehl
2013-07-06fixed several doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-07-03Fixing Core/Tracker/VisitTest test.Benaka Moorthi
2013-07-02Refactor Tracker_Visit, moving 400+ lines to a new Tracker_Request object. Th...mattab