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
AgeCommit message (Expand)Author
2022-03-17Fix possible error on PHP 8.1 (#18913)Stefan Giehl
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-17Fix cli multi detection on Windows (#18635)Stefan Giehl
2021-10-18Make cli archiving faster if only one concurrent request per website is confi...Thomas Steur
2021-10-18Improve performance of Process::isSupported by caching it (#18152)Thomas Steur
2021-08-11Remove checking for /proc existence (#17846)avkarenow
2021-07-30better checks when shell_exec is disabled (#17840)dizzy
2021-06-02Do not use which when determining if ps and awk are available (#17576)dizzy
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2020-12-24Better fix for climulti segment encoding bug (#17004)diosmosis
2020-12-18Check for instanceIds when checking for currently running archive processes (...Thomas Steur
2020-12-15Remember if process ever started (#16950)Thomas Steur
2020-12-15Avoid filesystem checks when process was set as finished (#16954)Thomas Steur
2020-12-15Only mark process as finished after fully sending the output (#16952)Thomas Steur
2020-12-11Better check for getmypid to potentially avoid warnings (#16936)Thomas Steur
2020-11-15Workaround shell_exec being disabled (#16710)Thomas Steur
2020-10-07don't mention PHP5 in messages (#16538)Lukas Winkler
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-08-28ps -x for compatibility with SELinux (#15508)leftmostlane
2020-08-19url decode value in requestcommand (#16301)diosmosis
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-05-12Fix archive error "Empty or invalid response" in Matomo for WP (#15934)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-26Only detect php type based on file name (#15611)Thomas Steur
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-02-03Removes deprecated console param --piwik-domain (#15503)Stefan Giehl
2020-01-24silence is_executable call (#15446)diosmosis
2020-01-10Avoid using getmypid (#15364)Thomas Steur
2020-01-01Fix archiving when getmypid is disabled (#15330)Thomas Steur
2019-12-22Remove output that can be ignored in climulti (#15277)Thomas Steur
2019-12-22Fix cli archiving might not work when using litespeed (#15285)Thomas Steur
2019-12-10Use PHP_BINDIR if other environment variables/constants are not present when ...diosmosis
2019-11-25Support CliMulti on OS X and print note about whether CliMulti is used in arc...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
2018-07-13Do not use CliMulti archiving strategy if ps does not show current processSebastian Blank
2018-07-12Add possibility to configure the number of max concurrent archivers (#13161)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-06-09Fixes to some local testing issues (#11760)Benaka
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-25Do not derive from Singleton in Config (since the object is now in DI).diosmosis
2015-05-19Fixes #7815 Test for commands sooner to avoid error messagesMatthieu Napoli
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Fix TrackerTest.php (includes fix to RequestCommand due to cache use in UrlHe...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-18Merge branch 'master' into config_step_2diosmosis