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
2020-11-02simplified cookies (#14444)Lukas Winkler
2020-11-02bump version to 4.0.0-rc1Stefan Giehl
2020-11-02Require new major release of matomo/device-detector (#16636)Stefan Giehl
2020-11-01read from the task timetable option more often when executing tasks to observ...diosmosis
2020-10-30Fix URL path to profiler (#16630)Thomas Steur
2020-10-30Make extra argument to reArchiveReport start date. (#16634)diosmosis
2020-10-30change couple logs back to info (#16633)diosmosis
2020-10-29Increase beta versionStefan Giehl
2020-10-29change info logs to debug (#16626)diosmosis
2020-10-29Add new INI config [General] enable_framed_allow_write_admin_token_auth… (#...diosmosis
2020-10-29Log warning only in developer mode (#16512)Stefan Giehl
2020-10-28only look for done_ok archives when doing usable archive check (#16610)diosmosis
2020-10-27Adds possibility to force cookie less tracking (#16592)Stefan Giehl
2020-10-21Allow overwriting rows_to_display property to ensure storing viewDataTable se...Stefan Giehl
2020-10-21Fixes downloading files in chunks when not using curl (#16582)mr_me
2020-10-21Fix deprecated implode warning (#16599)Thomas Steur
2020-10-19Fix check if table exists (#16581)Stefan Giehl
2020-10-19Check if column exist only shortly before it is needed (#16589)Thomas Steur
2020-10-19Pass string parameters to DB query instead of object (#16588)Thomas Steur
2020-10-19Ignore tracking requests for disabled plugins (#16570)Thomas Steur
2020-10-16Check if time limit function is enabled before executing it (#16578)Thomas Steur
2020-10-14Fix typing of ArchiveInvalidator method. (#16571)diosmosis
2020-10-13Generate segment string even if label value is 0 (#16564)Thomas Steur
2020-10-12Typings and/or PHPDocs SettingsPiwik.php (#16513)Jean Baptiste Noblot
2020-10-12Add helper methods to ArchiveInvalidator for simpler implementation in plugin...diosmosis
2020-10-09three archiving fixes (#16548)diosmosis
2020-10-08Make method signature compatible with PHP 8 (#16550)Stefan Giehl
2020-10-08Fix error trying to round unsupported operands in custom reports (#16543)Thomas Steur
2020-10-07don't mention PHP5 in messages (#16538)Lukas Winkler
2020-10-07Support removing invalidations for multiple sites at one time. (#16542)diosmosis
2020-10-06Format tracker debug output (#16531)Thomas Steur
2020-10-05Throw exception if dividend or divisor is not a number for easier troubleshoo...Thomas Steur
2020-10-02JS Offline tracking (#15970)Thomas Steur
2020-10-01Rename login_whitelist_ip config to login_allowlist_ip (#16413)Thomas Steur
2020-10-01Optimise Matomo 4 updates (#16490)Thomas Steur
2020-10-01No need to check if column exists in conversion table when running days to se...Thomas Steur
2020-09-30Compare session token in any case (#16448)Thomas Steur
2020-09-29Fixes #15274. The value for session.gc_probability now comes from the config ...Nina Pypchenko
2020-09-29Insert page performance columns into correct table (#16489)4.0.0-b2Thomas Steur
2020-09-28Add back missing stop archiver exception (#16479)Thomas Steur
2020-09-25Do not cache core updater oneClickUpdate page in browser (#16466)Thomas Steur
2020-09-25Prevent upgrade error should a plugin get disabled during the Matomo 4 upgrad...Thomas Steur
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-13Add back db reconnect code to core:archive. (#16432)diosmosis
2020-09-11Make sure to initialize a session for the anonymous user (#16423)Thomas Steur
2020-09-11Add methods to remove invalidations. (#16400)diosmosis
2020-09-11Add more debug information for some specific archiving errors (#16387)Thomas Steur
2020-09-10Fix DB column names in upgrade script (#16414)Thomas Steur
2020-09-08Activate Matomo 4 by default (#16398)4.0.0-a1Thomas Steur
2020-09-08Remove duplicate assignment (#16401)Zero King