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-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-23Refactores the way segments are configured in dimensions (#15836)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2020-04-17New page performance reports (#15736)Stefan Giehl
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-16Assume plugins that do not define a upper bound for Matomo version re… (#15...Stefan Giehl
2020-04-15Rename interaction_position to pageview_position (#15812)Stefan Giehl
2020-04-15Fix fatal error when trying to install Matomo when PHP version is too low (#1...Thomas Steur
2020-04-14split files containing multiple classes (#15810)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-08Adds option to disable referrer spam blacklist (#15744)john357smith
2020-04-06Merge branch '3.x-dev' into 4.x-devsgiehl
2020-04-01Fix inconsistent usage of segment idSites (#15746)Thomas Steur
2020-04-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-04-01Useless return (#15761)Jean Baptiste Noblot
2020-03-31re-expire archiving lock less often (#15749)diosmosis
2020-03-25Ensure to use correct date while archiving (#15728)Stefan Giehl
2020-03-25Better handling of processing uniques for multiple sites (#15696)Thomas Steur
2020-03-25Add possibility to silently stop the archiver without an error (#15724)Thomas Steur
2020-03-243.13.43.13.4Matthieu Aubry
2020-03-23Remove user alias from DB (#15714)Thomas Steur
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
2020-03-203.13.4-rc33.13.4-rc3Matthieu Aubry
2020-03-193.13.4-rc23.13.4-rc2Matthieu Aubry
2020-03-19Avoid update problem if token_auth table does not yet exist (#15706)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-03-183.13.4-rc1Matthieu Aubry
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-163.13.4-b23.13.4-b2Matthieu Aubry
2020-03-15respect max execution time limit for transitions plugin (#15652)Stefan Giehl
2020-03-15Force using index index_idsite_idvisitor if available (#15664)Stefan Giehl
2020-03-14Trigger SafeMode if a plugin update is broken (#15555)Stefan Giehl
2020-03-12fixing build (#15690)diosmosis
2020-03-11Always send a referrer-policy header (#15673)Søren Birkemeyer
2020-03-11Make sure config cache is only used when there is a correct path (#15687)Thomas Steur
2020-03-11Make sure to set secure flag when setting samesite none (#15676)Thomas Steur
2020-03-10Prevent notice Passing glue string after array is deprecated (#15686)Thomas Steur
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-03-09Refactor search category/count to not use custom variables (#15286)Kate Butler
2020-03-07activate warning for php versions incompatible with next major release (#15670)Stefan Giehl
2020-03-05Fix issue with HeatmapSessionRecording on IIS (#15669)Thomas Steur
2020-03-05Convert range date to date archive if needed (#15665)Stefan Giehl
2020-03-05Try to prevent a deadlock when writing options (#15666)Thomas Steur
2020-03-05Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)...diosmosis
2020-03-04Fix void return used and "improve" isLeap in Date (#15662)Jean Baptiste Noblot
2020-03-02Fix session cookie expire (#15633)Stefan Giehl
2020-02-27Removes GeoIp Legacy support (#15521)Stefan Giehl
2020-02-26Only detect php type based on file name (#15611)Thomas Steur
2020-02-26Prevent server gone away error in CronArchive (#15619)Thomas Steur
2020-02-26Do not initiate auth instance if a user is already logged in in FrontControll...diosmosis