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
path: root/core/API
AgeCommit message (Expand)Author
2016-04-19Implements #9389 - UserId module, that adds a new Users report (#9883)alexkuk
2016-04-03fix metadata problem for goal reportssgiehl
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-23Removed broken links, we do not really have replacements for these links that...Thomas Steur
2015-10-29fix event example codeThomas Steur
2015-09-10Add test for ScheduledReports API.generateReport exception catching. Includes...diosmosis
2015-08-21Merge pull request #8537 from piwik/7903Benaka
2015-08-13Merge pull request #8463 from piwik/7983Thomas Steur
2015-08-10When the connection to database fails, the API should return a valid responseThomas Steur
2015-08-07Add expanded query param to DocumentationGenerator so the API test generation...diosmosis
2015-07-29refs #7983 Row Evolution at Referrer Reports shows 0 visitors on subdatatablesThomas Steur
2015-07-13Fix tests by setting default values in DocumentationGeneratormattab
2015-07-12Refactor default request into methodmattab
2015-07-11fixes #8321 - fixes regression for not working embedded widgetssgiehl
2015-07-06Merge pull request #8262 from piwik/row_evolution_improvementsMatthieu Aubry
2015-07-05Simplify algorithm for label unsanitizemattab
2015-06-26Handle showRawMetrics in DataTablePostProcessor, do not remove temporary metr...diosmosis
2015-06-22Fix bug w/ format_metrics defaulting, if format_metrics=0 is used, it will al...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-08renamed method to forceReloadAuthUsingTokenAuthThomas Steur
2015-05-01Restore auth after API requestThomas Steur
2015-04-21we should never preserve keys, otherwise if the firstKey index is "2" we woul...Thomas Steur
2015-04-17updated changelog and undo a not needed changeThomas Steur
2015-04-17refs #3838 use pagination in SitesManager to be able to manage many hundreds ...Thomas Steur
2015-04-10Merge pull request #7643 from piwik/avoid_unnecessary_access_reloadMatthieu Aubry
2015-04-10Access-Control-Allow-Origin: * when a cors_domain[] is set to * in the config...mattab
2015-04-08If the current user is already authenticated, do not authenticate the user againThomas Steur
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
2015-03-18we cannot apply nbvisits sort by default as this would break other pluginsThomas Steur
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-16possibility to define a default sort order in a report classThomas Steur
2015-03-09method should be called staticThomas Steur
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-03-05this makes flatten pageUrls much fasterThomas Steur
2015-03-04fix static method is called with $thisThomas Steur
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-02-16refs #4633 we should convert a segment value to a segment filter before queue...Thomas Steur
2015-02-13refs #4633 rename segment filter to segment, fixed a bug re visitTime and ext...Thomas Steur
2015-02-13refs #4633 rename segmentFilter => segmentThomas Steur
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-02-09Merge pull request #7119 from piwik/performance_improvementsMatthieu Aubry
2015-02-09Merge branch 'master' into removed-registryMatthieu Napoli
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-02-02do no longer request all idsites by default as it would otherwise load the me...Thomas Steur
2015-01-14removed several occurences of UserSettings pluginsgiehl
2014-12-18Fixes #6865 Introducing new event to let plugin define deprecated module and...mattab
2014-12-01Merge pull request #6752 from piwik/remove_screentype_reportMatthieu Aubry
2014-12-01Remove extra parameter from call in DataTableProcessor.diosmosis