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-03-294.3.0-b2Matthieu Aubry
2021-03-28not supported browser exception (#17258)Zoltan Flamis
unsupported browser warning
2021-03-27language update (#17398)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-03-26updates all submodules (#17395)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-26icon for informational system check (#17389)Lukas Winkler
* icon for informational system check * also update installation css * update UI tests
2021-03-25allow forcing backtrace to print in exceptiontotextprocessor (#17369)dizzy
* Allow forcing backtrace to print and do not print redundant message in exceptiontotextprocessor * fix test * consistent output when exception is an array * fix tests * fix another test
2021-03-24make sure no rearchiving happens if INI config setting is set to 0 or last0 ↵dizzy
+ add extra sanity check. (#17386)
2021-03-23Ensure to send performance timings as integer values (#17372)Stefan Giehl
* Ensure to send performance timings as integer values * rebuilt piwik.js Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-03-23Ensure correct rowaction instances are used (#17383)Stefan Giehl
2021-03-23Fix download test (#17384)Stefan Giehl
2021-03-23increase comparison threshold to fix randomly failing ui testsgiehl
2021-03-23Allow rearchive_reports_in_past_last_n_months setting value to be an int. ↵dizzy
(#17368) * Allow setting value to be an int. * change default to encourage numeric use * update expected screenshot
2021-03-22French country map: Add ISO 3166-2 new codes since 01-01-2016 + update svg ↵ysard
paths in accordance with the division of regions fix #15203 (#17370)
2021-03-224.3.0-b14.3.0-b1Matthieu Aubry
2021-03-22check for openssl extension (#17364)Lukas Winkler
* check for openssl extension * update expected screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-22Ensure login allow list is not checked for authenticated tracking requests ↵Stefan Giehl
(#17357) * Ensure login allow list is not checked for authenticated tracking requests * apply review feedback * change event handler name Co-authored-by: dizzy <diosmosis@users.noreply.github.com>
2021-03-21Ensure second parameter in gmdate is int, not float (#17365)Thomas Steur
see https://forum.matomo.org/t/problem-with-the-two-factor-authentication-setting/41128/12? > WARNING: /Piwik/core/Cookie.php(155): Warning - gmdate() expects parameter 2 to be int, float given - Matomo 4.1.1 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: UsersManager, Action: setIgnoreCookie, In CLI mode: false)
2021-03-21check for filter, hash and session php extensions (#17363)Lukas Winkler
* check for filter, hash and session php extensions * use single quotes * update expected screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-21Fix remaining regressions & ui tests (#17360)Stefan Giehl
* fix som ui tests * improve randomly failing ui test * Ensure not to abort ajax requests on initial page load * updates expected ui files * fix more ui tests * adds missing ui screenshot * updates expected ui file
2021-03-20language update (#17361)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-03-19updates all submodules (#17359)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-18workflows for handling inactive prs (#17354)Zoltan Flamis
2021-03-18Fixes a couple of regressions & tests (#17358)Stefan Giehl
* Fix regression in feedback js * fix some more feedback regressions * update submodule * fix site selection when creating a new user * fix ui test
2021-03-17Ask users to refer us to other friends (#17234)Zoltan Flamis
* skeleton for the refer banner * refer banner wip * share buttons * show refer banner logic * fix linkedin share, hide mastodon * fix double call for remind me later and error on response * add tests for refer banner * fix travis tests * fix travis tests * add thanks feedback and language files * hide fb share * turn on fb share * update refer banner copies * add changes according to pr comments * normalize lfs Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-17Development mode notifications when Matomo not installed through git (#17300)Zoltan Flamis
* not git installed exception for generate commands * notify superadmin about development mode * throw error in initalize method * add guide url to the exception message * modify exception message * add development mode check
2021-03-17Ensure site is selected in siteselector if only one site is available (#17349)Stefan Giehl
2021-03-16Check usernames and emails against each other on user create and update (#17296)Zoltan Flamis
* check username and email together on user create and update * Update APITest.php
2021-03-16Add informational diagnostic for archive invalidations table. (#17110)dizzy
* Add informational diagnostic for archive invalidations table. * remove TODO * fix test + remove other diagnostics * add file * text and value tweak * update submodule * renormalize lfs * In diagnostics ui test, replace date times w/ DATETIME string. * update expected screenshot
2021-03-16Add some archive deletion logs. (#17347)dizzy
2021-03-16remove deletion of old archives in CronArchive since we do this in ↵dizzy
ArchiveWriter, and it is buggy here (#17314) * prevent edge case when partial archive archives and latest archive is invalidated (should generally not happen since in that case it would be processed before the partial archive, but just in case) * Add initial tests * fix another edge case (if function is called in a different context) * fixing tests * remove function since not actually needed * fix test and apply pr feedback + find another issue and fix (when invalidating partial archives, they should not change the done flag to DONE_INVALIDATED) * add test for recent change
2021-03-15also try reloading core js if request failssgiehl
2021-03-15update expected test filessgiehl
2021-03-15readd ui filesgiehl
2021-03-15remove ui filesgiehl
2021-03-15test for trim action name (#17266)Zoltan Flamis
* trim action name * test for trim action_name
2021-03-15modify SegmentQueryDecorator so extra comment information can be saved (#17337)Zoltan Flamis
* modify SegmentQueryDecorator so extra comment information can be saved * Update LogAggregator.php * fix tests
2021-03-15update help screen (#17338)Zoltan Flamis
* update help screen
2021-03-15Destroy temporarily created table in customdimensions archiver (#17343)dizzy
2021-03-15Allow selecting password_hash algorithm (#17199)Lukas Winkler
* proof of concept for selecting password_hash algorithm * better code stlye * update expected screenshot * Add entry to changelog for new INI config options. Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-14Hide loading errors when user changes reporting page (#17292)Zoltan Flamis
* hide loading errors on page change * abort all ajax requests on reporting page change * timeout for error message * check if error status is aborted * Update widgetloader.directive.js
2021-03-14look for all usable done flag types when checking for existing child periods ↵dizzy
(#17304) * look for all usable done flag types when checking for existing child periods * add some tests * add comment
2021-03-14modify hover text (#17264)Zoltan Flamis
Co-authored-by: sgiehl <stefan@matomo.org>
2021-03-13language update (#17342)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-03-13Do not try to remove webserver config files (#17340)Stefan Giehl
they are overwritten if possible nevertheless
2021-03-12updates all submodules (#17339)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-12Make sure not to clear the tracker cache so often when invalidating in ↵dizzy
core:archive (#17321) * Make sure not to clear the tracker cache so often when invalidating in core:archive * apply review feedback * remove comment * missed another withDelegatedCacheClears call * fix test * fix test
2021-03-11Fix check for invalid image sizes (#17334)Stefan Giehl
2021-03-11Use https for urls in visitor details if host is defined with https in site ↵Stefan Giehl
(#17151) * Use https for urls in visitor details if host is defined with https in site * Use strpos/parse_url instead of preg_match * apply review feedback * also replace protocol in url metadata in page urls reports * apply review feedback Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-11updates expected test filesgiehl
2021-03-11Set the previous month date to 1 when compare months (#17294)Zoltan Flamis
* set the previous month date to 1 when compare months * add periods tests and fix one period related bug * add periods tests and fix other period related bug * Update periods.spec.js