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-11-11Better anonymising of data (#16697)Thomas Steur
2020-11-11Fix HTTP events tests (#16699)4.0.0-rc2Thomas Steur
User agent was changed
2020-11-11Fix build (#16698)Thomas Steur
2020-11-11Add hash equals method (#16696)Thomas Steur
2020-11-11Add link to PR template to a security checklist (#16695)Thomas Steur
2020-11-11Show invalidation information in system check (#16690)Thomas Steur
2020-11-10fix some tests (#16694)Thomas Steur
2020-11-10update cacert.pem (#16691)Lukas Winkler
2020-11-10use Matomo in user agent (#16692)Lukas Winkler
2020-11-10Keep track of last activate/deactivate date for plugins (#16683)diosmosis
2020-11-10Set name and default value for certain dimensions. (#16684)diosmosis
2020-11-10Added whitespace to the bottom of email template (#16687)Nina Pypchenko
The issue was that the div element that wrapped the contents of the email had both top and bottom margins set to zero. There is spacing between the email text and the (dark blue) header thanks to the 25px bottom margin on the header. Added a matching 25px bottom margin on the wrapper div. Fixes #13953.
2020-11-10Adds new parameters for campaign group and placement to campaign builder ↵Stefan Giehl
(#16688)
2020-11-10Adds nonce to one click update form (#16686)Stefan Giehl
* Adds nonce to one click update form * Update newVersionAvailable.twig * adds nonce to updateHttpsError.twig Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-11-10Move performance reports to a new page / category (#16673)Stefan Giehl
* Move performance reports to new category * fix tooltips * updates UI test * updates expected test files * updates expected screenshots * Move Performance category after transitions * Make page reports wider * adds nonce to language selector in updater / installation * updates expected test files * Update getLanguagesSelector.twig * change report title to page urls * Hide performance viz on normal page reports (not in widgets) * update tests * updates submodules * fix ui tests Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-11-09updates LoginLdap submodulesgiehl
2020-11-09Download GeoIP files always to tmp directory (#16677)Stefan Giehl
2020-11-09Update log analytics submodule (#16681)Thomas Steur
2020-11-09Fix siteSearchCategory segment (#16675)Stefan Giehl
* Fix siteSearchCategory segment * updates expected test files * Add segment to search category report * updates expected test files
2020-11-07language update (#16678)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-11-06Fix UnprocessedSegment UI tests (#16676)Stefan Giehl
2020-11-06remove stack trace and update submodule (#16670)diosmosis
* remove stack trace and update submodule * update submodule
2020-11-05choose the correct start date to archive for segments (#16671)diosmosis
* choose the correct start date to archive for segments * fix submodule
2020-11-05Fix plugin might not be loaded when installing the plugin (#16663)Thomas Steur
2020-11-04Add timezone version to php informational system check output (#16660)Thomas Steur
2020-11-04use newest action versionStefan Giehl
2020-11-04make sure date2 is always defined in ArchiveInvalidator::reArchiveReport ↵diosmosis
(#16665) * make sure date2 is always defined * add test
2020-11-04several changes to emphasize setup and use of auto-archiving rather than ↵diosmosis
real-time processing (#16603) * several changes to emphasize setup and use of auto-archiving rather than real-time processing * apply some pr feedback * Applying more pr feedback. * apply review fixes * ignore ability to archive segments in real time * another tweak * update tests * fix another test * fix ui tests * update test * fix evolution icon bug * Update TreemapVisualization and update expected screenshots * update screenshots
2020-11-04require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs (#16640)diosmosis
* require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs * consolidate uses of getTraceAsString to use single method where possible which always checks if should print stacktrace * replace sensitive values and add some tests * apply more review comments * another tweak * remove backtrace omitted error * fix test * fix test for travis * fix test
2020-11-03Fix build (#16658)Thomas Steur
2020-11-03Update plugin submodules (#16655)4.0.0-rc1Thomas Steur
* Update plugin submodules * fix update * update submodule
2020-11-03Add PR template (#16645)Thomas Steur
* Add PR template * Update pull_request_template.md * Update pull_request_template.md
2020-11-03don't install unneeded polyfills with composer (#16653)Lukas Winkler
Co-authored-by: sgiehl <stefan@matomo.org>
2020-11-02updates node modules (#16651)Stefan Giehl
2020-11-02simplified cookies (#14444)Lukas Winkler
2020-11-02reactivate some tests that were disabled till first release (#16652)Stefan Giehl
2020-11-02use original jshrink (#16654)Lukas Winkler
2020-11-02Updates composer dependencies (#16649)Stefan Giehl
2020-11-02bump version to 4.0.0-rc1Stefan Giehl
2020-11-02Require new major release of matomo/device-detector (#16636)Stefan Giehl
* Require new major release of matomo/device-detector (instead of piwik/device-detector) * Adjust classname * fix cache class * update test files * some more code adjustments * update submodule
2020-11-01read from the task timetable option more often when executing tasks to ↵diosmosis
observe less concurrency issues (#16641)
2020-11-01Update link to demo (#16631)Thomas Steur
2020-11-01language update (#16639)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-10-30Fix URL path to profiler (#16630)Thomas Steur
Just noticed this while profiling some slow test runs
2020-10-30Make extra argument to reArchiveReport start date. (#16634)diosmosis
2020-10-30change couple logs back to info (#16633)diosmosis
2020-10-30fix test (#16632)diosmosis
2020-10-29support demo.matomo.cloud as demo url (#16627)4.0.0-b4Thomas Steur
2020-10-29replace visit log with visits log (#16591)Stefan Giehl
2020-10-29Fix failing tests (#16629)Stefan Giehl
* updates expected test files * fix ui test