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
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-12-01Add possibility to restrict piwik access by ip (#12242)Thomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-03-29Make it possible to disable flattening for an report (#11529)Stefan Giehl
2017-02-17Merge pull request #11338 from piwik/fixreporttotals_workon1stleveltableThomas Steur
2017-02-13Make sure to actually work on first level tableThomas Steur
2017-02-13fix rate metric was not formattedThomas Steur
2017-01-24added a new method that allows plugins to define metrics we expect to see per...Thomas Steur
2016-12-19Fix API reference page is partly broken (#11033)Matthieu Aubry
2016-12-12Fix flattener (#10987)Matthieu Aubry
2016-12-01Apply ReplaceSummaryRowLabel filter when flattening (#10935)Matthieu Aubry
2016-12-01Processed metrics processed when reports are flattened (#10933)Matthieu Aubry
2016-12-01Fix metric was not formatted (#10887)Thomas Steur
2016-11-15Testsmattab
2016-11-15More test fixes, and maybe a fix to the flattener (let's see if there's any r...mattab
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-10-30Merge pull request #10764 from piwik/namedparams_apieventsThomas Steur
2016-10-20Make <code> blocks the backticksMatthieu Aubry
2016-10-19Automatically <code> the function names in API module descriptionsMatthieu Aubry
2016-10-17make sure to pass params to API in correct orderThomas Steur
2016-10-18Named parameters in api dispatch eventsThomas Steur
2016-10-04Do not issue warning/errors during update, when activating a plugin that is a...Matthieu Aubry
2016-08-31fix testsThomas Steur
2016-08-31Merge branch '3.x-dev' into 3.0-m06Thomas Steur
2016-08-31Apply default filter_limit to all API calls (#10009)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-08-23PHP 7: when there is a fatal error in API request processing, display the ori...Matthieu Aubry
2016-07-14Refs https://github.com/piwik/piwik/issues/10115mattab
2016-05-23Use Common::sendHeader for consistencymattab
2016-04-19Implements #9389 - UserId module, that adds a new Users report (#9883)alexkuk
2016-04-11fix ui testsThomas Steur
2016-04-11Merge branch 'master' into 3.x-devThomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-04-03fix metadata problem for goal reportssgiehl
2015-12-10Merge master into "3.0"Thomas Steur
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-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-06we need to do a recursive sort by defaultThomas Steur
2015-10-06support for secondary sort and faster sortThomas 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