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
AgeCommit message (Expand)Author
2019-07-05Update the link tag for all php files (#14635)Luca
2019-07-05Copy downloaded plugin to all plugins directories (#14537)nabiltntn
2019-07-05avoid using group by and select min for tracker actions query to avoid tmp ta...Thomas Steur
2019-07-05try to improve speed of serving unreadable files (#14605)Stefan Giehl
2019-07-03Truncate very long useragents to prevent possible tracking slowdown (#14581)Stefan Giehl
2019-07-013.10.03.10.0Matthieu Aubry
2019-06-293.10.0-rc53.10.0-rc5Matthieu Aubry
2019-06-29Activate Matomo Tour feature for all users (#14590)Thomas Steur
2019-06-273.10.0-rc43.10.0-rc4Matthieu Aubry
2019-06-27Provide methods to force the update of tracker caches (#14578)Thomas Steur
2019-06-263.10.0-rc33.10.0-rc3Matthieu Aubry
2019-06-26Fix error number is detected wrongly in tracker mode (#14571)Thomas Steur
2019-06-26Use ranking query on userid reports. (#14551)diosmosis
2019-06-243.10.0-rc23.10.0-rc2Matthieu Aubry
2019-06-193.10.0-rc13.10.0-rc1Matthieu Aubry
2019-06-17Detect expired session use (#14502)diosmosis
2019-06-12Use query params to add goal processed metrics instead of filter directly. (#...diosmosis
2019-06-11Do not do unprocessed segment check if within archiving process, sinc… (#14...diosmosis
2019-06-11Show flattened columns as extra columns in UI (#12524)Stefan Giehl
2019-06-07Ensure incompatible viewdatatable entries are shown as footer icons when they...Stefan Giehl
2019-06-02If no pivotBy column is specified, make sure when getting first column… (#1...diosmosis
2019-05-283.10.0-b33.10.0-b3Matthieu Aubry
2019-05-20Console: invalidating reports with segment based on custom Dimensions fails (...Thomas Steur
2019-05-17Let controllers specify what type a view to be rendered is (#14309)diosmosis
2019-05-17Don't tell people to run chmod -R 755 on their install if update fails (#14412)Thomas Steur
2019-05-17Store matomo url only if host is valid (#14422)Thomas Steur
2019-05-16Ignore variables that start w/ @ when auto-detecting tables in segment sql ex...diosmosis
2019-05-15Allow throwing exceptions for HTTP error codes to better check query param in...diosmosis
2019-05-15Use NumberFormatter to format metric values (#14017)Stefan Giehl
2019-05-14Allow period used to generate scheduled report to be different from email sch...diosmosis
2019-05-13Allow Metric instances to be stored in Report::$metrics. (#14414)diosmosis
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
2019-05-06Add config option to use own cacert.pem file (#14113)Fabian Dellwing
2019-05-06Do not create request to validate license in tracker mode (#14405)Thomas Steur
2019-05-06Fix build for failing integration test purger (#14407)Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2019-05-03CronArchive: Catch UnexpectedWebsiteFoundException (#14403)paladox
2019-04-20Adds new ViewDataTable.configure.end event (#14355)Stefan Giehl
2019-04-193.10.0-b13.10.0-b1Matthieu Aubry
2019-04-193.9.1-b13.9.1-b1Matthieu Aubry
2019-04-16Fix archive invalidation timezone issue in tracker (#14318)Kate Butler
2019-04-16Remove diagnostics plugin from list of always-activated plugins (#14349)Kate Butler
2019-04-11Add enable_sql_profiler setting to Tracker (#14288)simivar
2019-04-11Display all product categories if present in the visitor log (#14083)diosmosis
2019-04-11fix #14307 template override in custom theme did not work anymore (#14337)Thomas Steur
2019-04-11require TwoFA to be verified before updating code base (#14322)Thomas Steur
2019-04-03Strip HTML tags in API error messages (#14213)Stefan Giehl
2019-04-02Load ThemeStyles in View and make theme-color themeable (#14282)simivar
2019-04-01Changing session name with const PIWIK_SESSION_NAME (#14254) (#14283)simivar
2019-04-01fix typosgiehl