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
2022-05-21idsite property in SegmentGenerator component must default to Matomo.idSite ↵dizzy
(#19240)
2022-05-16correctly destroy vue entry components in widgetloader (#19216)dizzy
2022-05-09add ability to use a deep watch in scope var watches in angularjs adapters ↵dizzy
(#19195)
2022-05-09tweak QueryParameters type in index.d.ts to better match arbitrary object ↵dizzy
types (#19191) * tweak QueryParameters type in index.d.ts to better match arbitrary object types * make sure github action takes into account changes in CoreVue types
2022-05-03Fix vue-directive selector, make sure to select root node if it has ↵dizzy
vue-directive, not vue-entry (#19165)
2022-05-02Translations update from Hosted Weblate (#19141)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreUpdater Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreupdater/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreUpdater Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreupdater/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [ci skip]
2022-05-02rebuilt vue js filessgiehl
2022-05-02 Make Widgetize page translatable (#19157)Andre Eckardt
* Refactored Widgetize Plugin: Make Widgetize page translatable (#19076) * style: add spaces to closing tags * refactor: implement CR changes * refactor: update getClientSideTranslationKeys * add missing spread operator to linkTo method
2022-05-02Rename MenuDropdown component to MenuItemsDropdown to finally avoid any case ↵Stefan Giehl
mismatches (#19156) * Rename MenuDropdown component to MenuItemsDropdown to finally avoid any case mismatches * built vue files Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-05-02Ensure top control elements are displayed above reports on embeded dashboard ↵Stefan Giehl
(#19155)
2022-05-02Fix command to disable 2fa for a user (#19150)Stefan Giehl
* Fix command to disable 2fa for a user * apply PSR12 code formatting
2022-05-01Updates Intl data from CLDR 41.0.0 (#19160)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-04-29Respect enable_required_directories_diagnostic option in server info ↵Markus
diagnostics (#19137) * Respect enable_required_directories_diagnostic option in server info diagnostics * Add missing use statement
2022-04-27updates all submodules (#19148)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-04-25fix vue filesgiehl
2022-04-25Fix adding goal when no goal exists (#19136)MichaelRoosz
* Fix adding goal when no goal exists * Add missing js translation keys to Goals plugin * rebuild goal vue files * Update Goals.umd.js Co-authored-by: Michael Roosz <michael.roosz@check24.de> Co-authored-by: Stefan Giehl <stefan@matomo.org>
2022-04-25Merge branch 'next_release' into 4.x-devsgiehl
2022-04-25Fix some "Passing null to parameter" warnings (#19135)MichaelRoosz
* Fix "passing null to parameter" errors * Fix "passing null to parameter" error * Fix "passing null to parameter" errors * Fix "passing null to parameter" error * Update fix for "passing null to parameter" error Co-authored-by: Michael Roosz <michael.roosz@check24.de>
2022-04-24updates all submodules (#19130)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2022-04-24Translations update from Hosted Weblate (#19123)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin SitesManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-sitesmanager/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Marketplace Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-marketplace/ [ci skip]
2022-04-24use absolute path for @types output directory so it does not change if ↵dizzy
plugins define their own tsconfig.json (#19138)
2022-04-20Class case sensitivity fix (#19118)Ben Burgess
2022-04-19Fix PHP 8.1 deprecation notice (#19095)Stefan Giehl
Deprecated: Automatic conversion of false to array is deprecated in /matomo/plugins/Actions/API.php on line 521
2022-04-19Translations update from Hosted Weblate (#19101)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CustomDimensions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-customdimensions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Diagnostics Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-diagnostics/ [ci skip]
2022-04-19Perform adblock test after page has finished loading, not immediately. (#19106)dizzy
2022-04-19add polyfill for String.replaceAll (#19110)dizzy
2022-04-18add languageName property to PiwikGLobal type (#19113)dizzy
2022-04-17fix retry loop in vue:build command (#19112)dizzy
2022-04-15updates all submodules (#19107)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2022-04-15Ensure required translations are loaded for Goal management (#19102)Stefan Giehl
2022-04-14Fix failing translation test (#19105)Stefan Giehl
2022-04-14Merge branch 'next_release' into 4.x-devsgiehl
2022-04-14correctly handle string 0/1 values for useAnonymizedIpForVisitEnrichment ↵dizzy
value which comes from config & handle string values in FieldCheckbox (#19094)
2022-04-14Disable VisitorID segment site dependent (#19083)Stefan Giehl
* Disable VisitorID segment site dependent * Adds tests * fix test
2022-04-14Move guessing location country by provider to default location provider (#19085)Stefan Giehl
* Move guessing ocation country by provider to default location provider * Adds test * fix tests
2022-04-14Translated using Weblate (Bulgarian)Ministry of Electronic Governance - Bulgaria
Currently translated at 88.0% (140 of 159 strings) Translation: Matomo/Plugin Installation Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-installation/bg/ [ci skip]
2022-04-14Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/ [ci skip]
2022-04-14Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Dashboard Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-dashboard/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-04-14Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Dashboard Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-dashboard/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-04-14Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Dashboard Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-dashboard/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-04-13Remove json from list of static files in htaccess files (#19051)Stefan Giehl
* Remove json files from static file list to serve * Update changelog
2022-04-12[Vue] changes for AnonymousPiwikUsageMeasurement (#19079)dizzy
* adding events for use with AnonymousPiwikUsageMeasurement (so angularjs does not have to be used) * adding more events and changes required for AnonymousPiwikUsageMeasurement * undo submodule change * bump version to beta for plugin tests * built vue files * revert submodule change Co-authored-by: sgiehl <stefan@matomo.org>
2022-04-12Adds a note to password change form that other sessions will be terminated ↵Stefan Giehl
(#19038) * Adds a note to password change form that other sessions will be terminated * updates expected UI files
2022-04-12Prevent possible errors when exporting datasets in GDPR tool (#19056)Stefan Giehl
* Only use dimensions for formatting if they don't define a special sql segment * apply PSR12 code formatting
2022-04-12Prevent failure in scheduled report task if a user does no longer have ↵Stefan Giehl
access (#19068) * Prevent failure in scheduled report task if a user does no longer have access * apply PSR12 code formatting
2022-04-12Hide visitor id in visits log if profile is disabled (#19078)Stefan Giehl
2022-04-11[Vue] add piwik-api.js error handling logic to AjaxHelper.fetch if ↵dizzy
createErrorNotification is set to false… (#19071) * add piwik-api.js error handling logic to AjaxHelper.fetch if createErrorNotification is set to false and do not call AjaxHelper errorCallback in this case too * undo submodule change
2022-04-11[Vue] migrate opt-out-customizer to Vue (#19003)dizzy
* migrate opt-out-customizer to vue * update expected screenshot * remove angularjs files * remove left over todo * built vue files Co-authored-by: sgiehl <stefan@matomo.org> Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-04-11[Vue] migrate widgetize plugin to vue (#19029)dizzy
* migrate widget preview directive * migrate export-widget controller to vue * fix ui tests * update expected screenshot * remove unneeded deletes
2022-04-08Disable datatable PostProcessor for PrivacyManager.findDataSubjects API ↵Stefan Giehl
method (#19054) * Disable datatable PostProcessor for PrivacyManager API * Adds some API tests for PrivacyManager.findDataSubjects * apply PSR12 code formatting * fix region not displayed correctly in tooltip