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-16require laster master commit of tedivm/JShrink to fix PHP8 issue (#16721)4.0.0-rc4Stefan Giehl
2020-11-16Updates iso region mapping (#16723)Stefan Giehl
2020-11-16fix ui testsgiehl
2020-11-16fix builddiosmosis
2020-11-16Make sure to disable example theme on matomo4 upgrade (#16720)Thomas Steur
2020-11-16typo in deleting blob archive data (#16717)diosmosis
2020-11-16Make it clear that tracking ISP data requires Provider plugin (#16718)Stefan Giehl
2020-11-15Fix ecommerce and goal tracking may not work (#16716)Thomas Steur
* Fix ecommerce and goal tracking may not work * rebuilt piwik.js
2020-11-15Workaround shell_exec being disabled (#16710)Thomas Steur
2020-11-14language update (#16715)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-11-14Fix removal of rearchiving records (#16711)Stefan Giehl
2020-11-13Delayed rearchiving (#16702)diosmosis
* Schedule rearchiving so potentially long running inserts into archive_invalidations do not slow UI * make sure to apply rearchiving * add file * apply review feedback, add tests + get to pass * apply review feedback and fix tests
2020-11-12fix parameter order in quickform (#16708)Lukas Winkler
2020-11-12Fix methods to get plugin de-/activation time. (#16705)Stefan Giehl
Getting plugin de/activation time might throw an exception if option value is returned as string instead of integer
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
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