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-06-25Adding server side logic for ping requests that specify a visit is still ongo...diosmosis
2015-06-03During Tracker authentication, make sure to reset the Auth instance's passwor...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-01Restore auth after API requestThomas Steur
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2014-12-04Tracker refactoringThomas Steur
2014-11-17removed unused use statementThomas Steur
2014-11-14refs #6661 forgot to commit a file and if not suppported param is used is act...Thomas Steur
2014-11-14refs #6661 also return a HTTP 400 in case there is another invalid request paramThomas Steur
2014-11-14refs #6661 also return HTTP 400 when idsite is 0Thomas Steur
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-23Fixes #6068, correctly decode JSON encoded ec_items query parameter values so...diosmosis
2014-10-09todo was heremattab
2014-10-09Small tweak to tracker loggingmattab
2014-10-09Instead of throwing exceptions, log a message in tracker.mattab
2014-10-09fixes #6110 when 'cdt' tracking Api parameter is set, require token_auth only...mattab
2014-10-09If cdt is set, use it as current timestampmattab
2014-10-09Deprecate setForceIp and setForceDateTime, moved to Request objectmattab
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration t...mattab
2014-09-08Refs #6109 cid should not require token_auth authentication. Note; this may f...mattab
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-27refs #4996 interactions should be tracked now. As only the name is really man...Thomas Steur
2014-08-21refs #4996 track content pieces and display a content report under action and...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-03some more tweaks and added a comment to get info about currently configured c...Thomas Steur
2014-04-03fix method callThomas Steur
2014-04-03moving getMaxCustomVariables to CustomVariables class, a model should not rea...Thomas Steur
2014-04-03the tracker should not define any limitations of the custom variablesThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-23refs #4564 some more fixes for config super userThomas Steur
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation o...mattab
2013-10-27Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-22Preparing for New Action Event type refs #472mattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of Transitio...mattab
2013-10-17Fixing piwik.js tests and JSLint after realizing refs #4225mattab
2013-10-14Minormattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 updated some event docs and removed some more unused eventsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab