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 (Collapse)Author
2020-04-283.13.53.13.5Matthieu Aubry
2020-04-283.13.5-rc23.13.5-rc2Matthieu Aubry
to test the auto updater after https://github.com/matomo-org/matomo/pull/15770
2020-04-283.13.5 releaseMatthieu Aubry
2020-04-24Make sure to increase time limit when archiving (#15853)Thomas Steur
Even if memory limit is already not set. May prevent some archiving issue around empty or invalid response.
2020-04-22handle dates that are too old for some reason in update (#15841)diosmosis
2020-04-21Always purge today & yesterday and add update for 3.13.5 (#15832)3.13.5-rc1diosmosis
* Always purge today/yesterday when running invalidated archive purge task and add update to add all tables to purge for next version. * Add some comments. * Only add dates if they are past 2020-03. * Only add tables above 2020-01.
2020-04-17Use archive for userId segment suggested values (#15824)Thomas Steur
* Use archive for userId segment suggested values * fix some tests
2020-04-16One click update in two parts so new code is loaded for second. (#15770)diosmosis
* One click update in two parts so new code is loaded for second. * remove no longer needed code
2020-04-153.13.5-b23.13.5-b2Matthieu Aubry
2020-04-15Add more parameters to the computeNbUnique event (#15808)Thomas Steur
2020-04-15purge all old archives regardless of done value (#15800)diosmosis
* purge all old archives regardless of done value, we only care about the newest usable one * Fix test and start on new one. * Add coverage for change in tests. * there is no longer an inner join so should not need the idsite check
2020-04-14Fix problem when comparing segments or opening popovers (#15809)Stefan Giehl
refs #15805
2020-04-14Faster segmented suggested values when browser archiving is disabled (#15786)Thomas Steur
* Faster segmented suggested values when browser archiving is disabled * make sure no segment is set * remove wrong var type * fix/add tests * add more segment values * detect if we should flatten or not * add docs
2020-04-143.13.5-b13.13.5-b1Matthieu Aubry
2020-04-09Make sure to clean up tracking failures before sending email notification ↵Thomas Steur
(#15798) Feedback from a customer... Eg the daily `cleanupTrackingFailures()` action might be only executed after the weekly `notifyTrackingFailures` therefore we should try to clean up failures first and then check if any are left. Avoids the case where a user opens hours later the email they receive and then there are no tracking failures reported. This could still happen but it's a bit less likely.
2020-04-08Force POST for bulk requests, fix alwaysUseSendBeacon not respected for bulk ↵Thomas Steur
requests (#15784) * Force POST for bulk requests, fix alwaysUseSendBeacon not respected for bulk requests * rebuilt piwik.js
2020-04-07Make sure to always set JSON_PIWIK to native JSON when possible (#15785)Thomas Steur
* make sure to always set JSON_PIWIK to native JSON when possible * rebuilt piwik.js
2020-04-06Avoid possible error subtable already exists but not loaded (#15779)Thomas Steur
2020-04-06Ensure at least one notification with the same id remains (#15773)Stefan Giehl
2020-04-02Revert detect page view bucket (#15769)Thomas Steur
refs https://github.com/matomo-org/matomo/pull/15707 No longer needed.
2020-04-02Fix tests for tracker plugins no longer worked (#15737)Thomas Steur
Regression from https://github.com/matomo-org/matomo/pull/15568 When running JS tests like https://foo.bar/tests/javascript/ then the tracker.js of tracking plugins was no longer included in the matomo.js
2020-04-01Fix inconsistent usage of segment idSites (#15746)Thomas Steur
2020-04-01Fix realtime widget (#15765)Stefan Giehl
fixes #15764
2020-03-31Update device detector to latest 3.12.4 (#15757)Stefan Giehl
* Update device detector to latest 3.12.4 * fix tests
2020-03-31submodule updatesgiehl
2020-03-31re-expire archiving lock less often (#15749)diosmosis
2020-03-30Fix displaying of actions when loading additional visits in visitor profile ↵Stefan Giehl
(#15750) * Ensure to group post loaded actions correctly * Adds ui test for loading additional actions
2020-03-25Ensure to use correct date while archiving (#15728)Stefan Giehl
2020-03-25Ensure stringify/parse is a function (#15688)Thomas Steur
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-203.13.4-rc33.13.4-rc3Matthieu Aubry
2020-03-20Fix there might no permission to get multisites report (#15713)Thomas Steur
2020-03-193.13.4-rc23.13.4-rc2Matthieu Aubry
2020-03-19Detect page view bucket (#15707)Thomas Steur
2020-03-19update CustomDimensions submodulesgiehl
2020-03-18Note dbip's poor city accuracy in UI (#15694)3.13.4-rc1diosmosis
* Add note about dbip accuracy and maxminds signup requirement. * tweak urls * apply review feedback
2020-03-183.13.4-rc1Matthieu Aubry
2020-03-16Update tag manager reference removing duplicate index (#15695)Thomas Steur
2020-03-163.13.4-b23.13.4-b2Matthieu Aubry
2020-03-15Update tag manager submodule (#15693)Thomas Steur
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-12fixing build (#15690)diosmosis
* fixing build * Fix unit test.
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-10retry less compile if it fails (#15684)Thomas Steur
2020-03-10Prevent notice Passing glue string after array is deprecated (#15686)Thomas Steur
fix https://github.com/matomo-org/wp-matomo/issues/239