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-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-08scheduled tasks should not launch archiving when browser archiving is disable...Peter Zhang
2020-11-19Prevent some archiving notes being printed for each site (#16746)Thomas Steur
2020-09-28Fix error getSegmentArchivesToInvalidateForNewSegments() on null (#16482)Thomas Steur
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-11Add methods to remove invalidations. (#16400)diosmosis
2020-06-26Rename referrer spam list (#16105)Thomas Steur
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-05-22Limit the fingerprint (#15886)Thomas Steur
2020-05-20Purge from year table as well. (#15963)diosmosis
2020-04-28Merge branch '3.x-dev' into 4.x-devsgiehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-21Always purge today & yesterday and add update for 3.13.5 (#15832)3.13.5-rc1diosmosis
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-09Make sure to clean up tracking failures before sending email notification (#1...Thomas Steur
2020-04-08Adds option to disable referrer spam blacklist (#15744)john357smith
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-07-08allow to disable tracking failure notifications (#14448)Fabian Dellwing
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-20Separate checking for empty site from checking whether we should do e… (#14...diosmosis
2019-06-17fix no data message may not be shown when deleteLogs is enabled (#14526)Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2019-02-04Optimize all archive tables only monthly (#14068)Thomas Steur
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2018-11-11Fix wrong Site class is used which may not be available in build (#13693)Thomas Steur
2018-11-02make it possible for plugins to change content of JS Tracking Code Missing Em...Thomas Steur
2018-09-21 Send email if no tracked data within N days. (#13363)diosmosis
2018-02-15Use renamed composer packages (#12518)Stefan Giehl
2017-06-19disable outgoing communication with one setting (#11465)Martin Keckeis
2015-08-12Make sure purgeOutdatedArchives task is executed in scheduled task run after ...diosmosis
2015-06-24Sanity check #8186Matthieu Napoli
2015-06-2430s timeout when updating the spammers blacklistMatthieu Napoli
2015-06-24#7674 Auto-update the referrer spammer blacklistMatthieu Napoli
2015-04-01Refs #7181, add logging to ArchivePurger service + archive purging scheduled ...diosmosis
2015-03-12Add asserts to setUp method of archive purging tests so there is an assurance...diosmosis
2015-03-10In purging scheduled task, only purge once per year-month combination found, ...diosmosis
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-06Adding log statement + TODO to CoreAdminHome/Tasks.php.diosmosis
2015-03-06Refs #7181, clarify code + comment that skips archiving in scheduled task.diosmosis
2015-03-06Refs #7811, do not purge custom ranges in same method as outdated archive pur...diosmosis
2015-03-05Refs #7181, move ArchivesToPurgeDistributedList to CoreAdminHome since only c...diosmosis
2015-03-05Refs #7181, move distributed list access from Archive\Purger to CoreAdminHome...diosmosis
2015-03-03Move ArchivePurger class from core\DataAccess to core\Archive and rename Purger.diosmosis
2015-03-02Refs #7181, remove isRequestAuthorizedToArchive call in Rules::shouldPurgeOut...diosmosis
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-10Added tests for segments, renamed fixtures, removed code duplication, changed...Michał Kurzeja
2014-09-08Added purging of invalidated archives in scheduled tasksm.kurzeja
2014-07-22removed unused use statementssgiehl