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/misc/cron
AgeCommit message (Expand)Author
2022-04-05Remove execute bit on files that do not need it (#19052)Adrien Crivelli
2021-06-25Web cron archive - allow POST'd token_auth (#17703)Justin Velluppillai
2021-04-12Fix for Apache 2.4+ (#17387)jorisdrenth
2020-10-07don't mention PHP5 in messages (#16538)Lukas Winkler
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2017-10-06Set the piwik domain before initialising environment (#12159)Matthieu Aubry
2017-10-06replace HTTP links with HTTPS (#12157)Lukas Winkler
2016-08-29Fix issue when running archiving via the old archive.php pathmattab
2016-03-29fix tests by making sure it works with cgiThomas Steur
2016-03-29fix missing whitespace between parameters in help text when using archive.php...Thomas Steur
2015-09-08Make sure that web archiver uses text/plain content typemattab
2015-07-12Restore friendly error message when token_auth not found in requestmattab
2015-07-12Better way to set the text/plain content-type header for web archivemattab
2015-07-12Web archive: send output as plain textmattab
2015-06-06Allow only a single EnvironmentManipulator instance to be specified in Enviro...diosmosis
2015-06-05Create manipulator manually in proxy entrypoints instead of using TestingEnvi...diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-05-14Refs #7900, fix regression in cron/archive.php script, make sure the Common c...diosmosis
2015-05-10Make CliMulti::getSuperUserTokenAuths private since it is only used there, an...diosmosis
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are run...diosmosis
2015-05-10Remove another TODO about testing CoreAdminHome.runCronArchiving. archive.php...diosmosis
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Move logging hack from archive.php to CoreAdminHome.runCronArchiving method.diosmosis
2015-05-10Add cron archiving API method only visible to superusers, use this in archive...diosmosis
2015-05-10Add FrontController::init() to misc/cron/archive.php since it's needed there ...diosmosis
2015-05-07Fix updatetoken.php script now that Environment::get is removed.diosmosis
2015-04-07Fixing two more system test failures, including one caused by the static cach...diosmosis
2015-04-06Update updattoken.php to setup environment correctly and get BlobReportLimiti...diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-12Removed unused importMatthieu Napoli
2015-01-12Better fix for #6978 Keep logging in configured backends (e.g. file) and no a...Matthieu Napoli
2015-01-12Fixes #6978 Empty output for archiving when using the web cronMatthieu Napoli
2014-12-22Removed useless test in misc/cron/archive.phpMatthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-12-10#6622 Logger refactoring: log as in CLI with PHP-CGI for the archivingMatthieu Napoli
2014-12-08Remove debug statement refs #68232.10.0-b5mattab
2014-12-08fixes #6823 When there are several Super Users in Piwik, archive.php web cron...mattab
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli