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
2021-02-05Send 204 response for bulk requests to avoid possible CORB issue (#17180)Stefan Giehl
* Send 204 response for bulk tracking requests that were send with send_image=0 and automatically add that for all bulk requests sent be piwik.js * rebuilt piwik.js Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-02-05Refactor segment re-archiving in past behavior to be on demand (#17005)dizzy
* Invalidate past archives on demand when adding/updating segments, rather than trying to check when running core:archive * start on rewriting test * rewrite SegmentArchivingTest and get to pass * get sites as superuser * add update to rearchive segments if they were created/update between last archive time and update time * remove unused parameter * fix build * fix tests * sanity check * fix bug, we should not forget archives to invalidate unless all related archives are being invalidated * fix tests and make fix more complete * fix test * update counts in test * fix test for last time hopefully * fix another test * remove debugging code
2021-02-03updates expected UI filessgiehl
2021-02-03add visitfrequency archiver to archive dependent archives (#17168)dizzy
* add visitfrequency archiver to archive dependent archives * bump version * add update file
2021-02-02Allow filtering for invalidations for specific reports in core:archive ↵diosmosis
(mostly for automation purposes). (#16991)
2021-02-01Ensure translation tests run correctlysgiehl
2021-02-01language update (#17166)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-02-01fix map names in Switzerland (#17172)Lukas Winkler
* fix map names in Switzerland * also fix Genève
2021-01-28do not double format evolution metrics in sms (#17152)Stefan Giehl
2021-01-28Fix initializing anonymous session (#17084)Stefan Giehl
* Fix initializing anonymous session * Ensure query for anonymous token always returns anonymous user
2021-01-26Show no visits message in realtime map only if initial request does not ↵Stefan Giehl
return visits (#17143)
2021-01-23language update (#17137)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-01-22couple UI fixes for users management (#17082)diosmosis
* use timeout since model is updated after click event fires * fix select overlap issue using event available in amterializecss 1.0 * use an icon instead of unicode since one user had trouble displaying it * simpler fix for dropdown overlap * adjust dropdown text height * update screenshot * update screenshots * update submodule
2021-01-22Update Tag Manager submodule (#17131)Thomas Steur
2021-01-22Add more information to system check information (#17132)Thomas Steur
* Add more information to system check information * fix ui test
2021-01-22update submodule (#17134)diosmosis
2021-01-21submodule updatesgiehl
2021-01-20Improve compatibility with jQuery 3 (#17121)Thomas Steur
Which is used in WordPress 5.6+ Also adjusted few premium features with similar issue. refs https://github.com/matomo-org/wp-matomo/issues/414
2021-01-20Show site selector as text only when only one site is available (#16972)Stefan Giehl
* Show site selector as text only when only one site is available * updates expected UI files * hide site selector from header when there is only one website overall
2021-01-20Avoid parsing notification messages with angular (#17117)Stefan Giehl
* Avoid parsing notification messages with angular * fix ui test
2021-01-19Fix build (#17116)diosmosis
* update SecurityInfo plugin to latest * update expected files and fix regression * fix test
2021-01-19update tagmanager submodule (#17114)Thomas Steur
2021-01-19Issue #13690 (#17115)Lukas Adrian Kron
2021-01-19Limit GeoIP downloads to certain hosts only (#17097)Stefan Giehl
* Limit GeoIP downloads to certains hosts only * make geoip error message translatable * apply review feedback
2021-01-19Ensure metadata is available if page url can't be found (#16920)Stefan Giehl
* Ensure metadata is available if page url can't be found * removes unused method parameters * Adds some RSS tests * Adds tests that throws exception on 4.x-dev
2021-01-18Disable newVersionAvailable when auto update enabled. (#17105)Thomas Steur
fix https://github.com/matomo-org/matomo/issues/17096
2021-01-17language update (#17103)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-01-17Ensure all file handles to GeoIP databases are closed before replacing the ↵Stefan Giehl
file (#17085)
2021-01-15Introduce PHP CS to improve code quality (#16755)Stefan Giehl
* Adds PHP CS with a basic config * automatically check coding style for pull requests * Disallow usage of eval & create_function and force using Common::safe_unserialize instead of unserialize * Forbid inline control structures * fix test
2021-01-15Update provider plugin (#17093)Thomas Steur
2021-01-14remove revised codesgiehl
2021-01-14use last date of period when using period selector in datatable ↵diosmosis
visualization (#16638) Co-authored-by: sgiehl <stefan@matomo.org>
2021-01-14Add tracking spam prevention plugin as a submodule (#17016)Thomas Steur
* Add tracking spam prevention plugin as a submodule * update submodule * fix some ui tests * fix tests * fix some tests * update submodule * update screenshots * fix ui tests * updates expected UI files Co-authored-by: sgiehl <stefan@matomo.org>
2021-01-14update submodulessgiehl
2021-01-12Fix menu animation in Firefox (#17076)Stefan Giehl
2021-01-12Make admin menu collapsible (#17073)Stefan Giehl
* Make admin menu collapsible * updates expected UI files * improve/fix menu ui tests * update submodule * updates expected UI files
2021-01-12Use confiugred noreply mail address when sending recovery mails (#17072)Stefan Giehl
2021-01-09language update (#17065)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-01-08updates device detector to latest 4.1.0 (#17064)Stefan Giehl
* updates device detector to latest 4.1.0 * update expected test files
2021-01-08Don't send IP with feedback mails (#17058)Stefan Giehl
2021-01-08Ensure no longer used node module files are removed on update (#17059)Stefan Giehl
2021-01-08Fix limited visits query when sorting ascending (#17060)Stefan Giehl
* Fix limited visits query when sorting ascending * reactivate test for sorting visits ascending
2021-01-05better fix + update expected screenshots (#17043)diosmosis
2021-01-05Remove sparkline tooltips on visits summary (#17040)Stefan Giehl
* Make it possible to overwrite metric documentations for sparklines * Remove metric tooltips for visitsummary sparklines
2021-01-05Make it possible to configure smtp to use no encryption (#17039)Stefan Giehl
2021-01-05Adds missing report documentations (#16878)Stefan Giehl
* Fix report documentation not shown when switching between related reports * Adds report documentation for DevicesDetection reports * Adds some more report documentations * Adds documentation to Event reports * Adds documentation to Content reports * Adds documentation to VisitorFrequency report * Adds documentation to Goals reports * Adds documentation to VisitsSummary report * fixes & test updates * fix typo Co-authored-by: Lukas Winkler <git@lw1.at> * small tweaks to some docs * revising some of the report documentation * fix translation file * updates expected test files Co-authored-by: Lukas Winkler <git@lw1.at> Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-01-04fixes a failing test (#17038)Stefan Giehl
2021-01-02language update (#17036)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-01-01Add regular expression support to list of user agents to exclude (#16766)Nina Pypchenko
* Add regular expression support to list of user agents to exclude - Added regex support to Administration -> Websites -> Settings -> Global list of user agents to exclude - Made sure old tests that use stripos() pass - Added new tests - Added a sentence to the inline help area about regex support - Fixed a typo elsewhere as specified in the original issue. Closes #14186. Updated method and tests following code review Update plugins/WebsiteMeasurable/MeasurableSettings.php Co-authored-by: Stefan Giehl <stefan@matomo.org> Update system tests * Update screenshots for UI tests affected by the copy changes
2021-01-01Fix handling of range periods in page performance overlay (#17006)Stefan Giehl