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
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-12Use query params to add goal processed metrics instead of filter directly. (#...diosmosis
2019-06-11Show flattened columns as extra columns in UI (#12524)Stefan Giehl
2019-05-15Allow throwing exceptions for HTTP error codes to better check query param in...diosmosis
2019-04-03Strip HTML tags in API error messages (#14213)Stefan Giehl
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2019-03-07Do not calculate totals if totals row is found OR if totals metadata is found...diosmosis
2019-02-27Fix build (#14144)diosmosis
2019-02-18Enable fingers crossed handler via INI config and show backtrace in logs/arch...diosmosis
2019-01-30Don't hardcode plugins directory (#14043)Thomas Steur
2019-01-28Allow DataTables to disable generic filters gthrough a datatable metadata. (#...diosmosis
2018-12-14If totals row already exists, do not recalculate in ReportTotalsCalculator. (...diosmosis
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
2018-12-09Keep flattened columns as extra columns (#12199)Stefan Giehl
2018-12-07Some work on report totals (#13555)Thomas Steur
2018-11-28Small API changes needed for a translation plugin (#13766)Thomas Steur
2018-11-28Improved CORSHandler (#13677)MichaelHeerklotz
2018-11-27Use new exception in PluginsArchiver & add previous exceptions to backtrace i...diosmosis
2018-11-16Add request parameters to API.Request.intercept event. (#13720)diosmosis
2018-10-02Fix incorrect sort order when scheduled report uses custom report (#13487)diosmosis
2018-09-20Support pivot w/ CustomDimensions (#13429)diosmosis
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-08-03Reconstruct partial stack traces for fatal errors. (#13238)diosmosis
2018-08-03Add reusable widget to display single metric w/ sparkline & evolution percent...diosmosis
2018-06-14Allow to provide secondary sort column for reports (#12128)Stefan Giehl
2018-05-15Add new method to detect if root request is an API request (#12913)Thomas Steur
2018-05-04Removes default action name for flattened action urls (#12669)Stefan Giehl
2018-03-06Assorted events and changes (#12496)Benaka
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