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 (Collapse)Author
2022-04-05Remove execute bit on files that do not need it (#19052)Adrien Crivelli
Because execute bit might be a security risk and has no useful purpose for files that are not meant to be executed in the first place.
2021-06-25Web cron archive - allow POST'd token_auth (#17703)Justin Velluppillai
* Web cron archive - allow POST'd token_auth * Explicitly check for empty string Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-04-12Fix for Apache 2.4+ (#17387)jorisdrenth
* Fix for Apache 2.4+ * Fix for Apache 2.4+ (update) Updated as requested by @diosmosis
2020-10-07don't mention PHP5 in messages (#16538)Lukas Winkler
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-03-18App specific token_auths (#15410)Thomas Steur
* some initial work * add security page * backing up some code * more functionality * adjust more UI parts * adjust more code * more tweaks * add todo note * few tweaks * make sure date is in right format * fix not existing column * few fixes * available hashes * use different hash algo so tests run on php 5 * fix name of aglorithm * trying to fix some tests * another try to fix some tests * more fixes * more fixes * few fixes * update template * fix some tests * fix test * fixing some tests * various test fixes * more fixes * few more tests * more tests * various tweaks * add translations * add some ui tests * fix selector * tweaks * trying to fix some ui tests * fallback to regular authentication if needed * fix call authenticate on null * fix user settings * fix some tests * few fixes * fix more ui tests * update schema * Update plugins/CoreHome/angularjs/widget-loader/widgetloader.directive.js Co-Authored-By: Stefan Giehl <stefan@matomo.org> * fix maps are not showing data * trying to fix some tests * set correct token * trying to fix tracking failure * minor tweaks and fixes * fix more tests * fix screenshot test * trigger event so brute force logic is executed * test no fallback to actual authentication * allow fallback * apply review feedback * fix some tests * fix tests * make sure location values from query params are limited properly before attempting a db insert * make sure plugin uninstall migration reloads plugins, make sure 4.0.0-b1 migration removes unique index that is no longer used, use defaults extra file in SqlDump to get test to run on travis * Fix UI tests. * update expected screenshot Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2019-09-17Fix user path was not working as it should (allow placing config file ↵Thomas Steur
outside webroot) (#14866) * Fix user path was not working as it should * fix error
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
and changes --piwik-domain option to --matomo-domain
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2017-10-06Set the piwik domain before initialising environment (#12159)Matthieu Aubry
so the correct config will be used
2017-10-06replace HTTP links with HTTPS (#12157)Lukas Winkler
2016-08-29Fix issue when running archiving via the old archive.php pathmattab
Notice: Use of undefined constant PIWIK_DOCUMENT_ROOT - assumed 'PIWIK_DOCUMENT_ROOT' in plugins/CustomPiwikJs/Commands/UpdateTracker.php
2016-03-29fix tests by making sure it works with cgiThomas Steur
2016-03-29fix missing whitespace between parameters in help text when using ↵Thomas Steur
archive.php on cli
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 ↵diosmosis
Environment.php.
2015-06-05Create manipulator manually in proxy entrypoints instead of using ↵diosmosis
TestingEnvironmentVariables::addHooks().
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 ↵diosmosis
Piwik\Tests\Framework namespace. Remove manual require statements.
2015-05-14Refs #7900, fix regression in cron/archive.php script, make sure the Common ↵diosmosis
class is available before requiring bootstrap.php.
2015-05-10Make CliMulti::getSuperUserTokenAuths private since it is only used there, ↵diosmosis
and include bootstrap.php in archive.php cron script only when creating a Console instance.
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are ↵diosmosis
run as superuser in CronArchive. Remove TODO, archive.php script works w/ php-cgi.
2015-05-10Remove another TODO about testing CoreAdminHome.runCronArchiving. ↵diosmosis
archive.php is still required, so we'll just test that.
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through ↵diosmosis
CliMulti to CliMulti.
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 ↵diosmosis
archive.php script and re-add php-cgi support to Console, which did not get merged in the past for some reason.
2015-05-10Add FrontController::init() to misc/cron/archive.php since it's needed there ↵diosmosis
& add TODO for deprecating misc/cron/archive.php.
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 ↵diosmosis
cache in Archive.php never being cleared, and the environment not existing in web archiving.
2015-04-06Update updattoken.php to setup environment correctly and get ↵diosmosis
BlobReportLimitingTest to pass.
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 ↵Matthieu Napoli
additional class
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
In the past, `misc/cron/archive.php` used to be included in the console command `core:archive`. But not anymore, so this test can be removed.
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 ↵mattab
cron should accept any of those Super User tokens
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.