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-18Delete piwik.min.jsStefan Giehl
2022-05-18[security] Force matomo.org related requests to use ssl as default (#19098)Peter Zhang
* Update dataTable.js update database table * Update dataTable.js update table bug * Update dataTable.js shorter the query * update screenshot update screenshot * Update dataTable.js make table size stable * Revert "Update dataTable.js" This reverts commit 1a72e1d9580172414fb147cda9e66f4927f4b2ae. * Update dataTable.js update columns * Revert "update screenshot" This reverts commit c11aec88af44668171d2ee14e7a502b5fb04126f. * force ssl to api and plug force ssl to api and plug * force request to ssl force request to ssl * Update Http.php update tests * update tests update condition only on matomo.org * update checks update checks * update default to https update default to https * update phpcs check update phpcs check * Update plugins/Marketplace/config/config.php * add config force ssl on market place add config force ssl on market place * Update plugins/Marketplace/config/config.php Co-authored-by: Justin Velluppillai <justin@innocraft.com> * update config update config * update config update config * built vue files * remove double diagnostic remove double diagnostic * force api using https force api using https * update tests update tests * update feed back update feed back * Remove unused use * update failed display message update failed display message * Update plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php Co-authored-by: Justin Velluppillai <justin@innocraft.com> * Minor text tweak * update hardcode to translation update hardcode to translation * update translation update translation * update language and some logic update language and some logic * run test run test * trigger test trigger test * update screenshot update screenshot Co-authored-by: sgiehl <stefan@matomo.org> Co-authored-by: Justin Velluppillai <justin@innocraft.com> Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Ben Burgess <88810029+bx80@users.noreply.github.com>
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
* Update .travis.yml * fix php 8.1 deprecation notices * Revert "run report tests on any PHP version (#18666)" This reverts commit ec58ab4606cbc6c7f7c3a7aa7f1e9cc5a88e5dfb. * apply PSR12 code formatting * fix deprecation notice * try to fix test * fix frontcontroller test * Clearing output buffers with enabled output compression makes problems on some PHP versions * Set the mysqli error reporting to none, to prevent possible problems on PHP 8.1
2022-05-17MultiSites: move getAllWithGroups method from Controller to API (#19180)Stefan Giehl
* MultiSites: move getAllWithGroups method from Controller to API * update test files * updates expected UI files * mark method as not compatible with multiple periods
2022-05-17Ensure goal sparklines show the correct goal (#19226)Stefan Giehl
2022-05-17add currentSiteName property to PiwikGlobal type (#19227)dizzy
2022-05-16Merge 4.10.0 changes back to development branch (#19223)Justin Velluppillai
* tweak QueryParameters type in index.d.ts to better match arbitrary object 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 * add ability to use a deep watch in scope var watches in angularjs adapters (#19195) * covert getPluginUmdChunks from private to protected (#19212) * set default color value, when key not exist. (#18696) * Update Sparkline.php add addition setup * Update Sparkline.php update foreach to array_merge * protected getPluginUmdChunks update private to protect * correctly destroy vue entry components in widgetloader (#19216) * Release Matomo 4.10.0 Co-authored-by: dizzy <diosmosis@users.noreply.github.com> Co-authored-by: Peter Zhang <peter@innocraft.com>
2022-05-13updates composer dependencies (#19215)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-05-09updates all submodules (#19196)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-05-09Upgrades and bugfixes. (#19192)Philip Jonsén
* Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump url-parse from 1.5.3 to 1.5.10 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump follow-redirects from 1.14.2 to 1.14.9 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.2 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.2...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 3.1.25 to 3.3.1 Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09Check package-lock.json in build vue github action. (#19193)dizzy
2022-05-09add ability to use a deep watch in scope var watches in angularjs adapters ↵dizzy
(#19195)
2022-05-08tweak 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-06Translations update from Hosted Weblate (#19187)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MobileMessaging Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-mobilemessaging/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MobileMessaging Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-mobilemessaging/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MobileMessaging Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-mobilemessaging/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files 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-05-06updates expected UI filessgiehl
2022-05-06Add support to exclude hosts from proxy (#19139)Jürgen Thomann
2022-05-06updates composer dependencies (#19186)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2022-05-06[automatic submodule updates] (#19185)github-actions[bot]
* updates all submodules * updates expected UI files Co-authored-by: diosmosis <diosmosis@users.noreply.github.com> Co-authored-by: sgiehl <stefan@matomo.org>
2022-05-06Avoid request to API.getPagesComparisonsDisabledFor in TagManager (#19179)Stefan Giehl
* Avoid request to API.getPagesComparisonsDisabledFor in TagManager * Added code to disable API.getPagesComparisonsDisabledFor call via window variable * fix code Co-authored-by: Altamash Shaikh <altu9594@gmail.com>
2022-05-06Improve isObjectEmpty function in piwik.js (#19182)Stefan Giehl
* Improve isObjectEmpty function in piwik.js * rebuilt piwik.js
2022-05-05Remove Alexa page rank from SEO plugin (#19171)Stefan Giehl
* Remove Alexa page rank from SEO plugin * updates expected UI files
2022-05-05Avoid calling Metrics::isLowerValueBetter too often for Evolution metrics ↵Stefan Giehl
(#19172)
2022-05-04Ensure all sites are changed when granting access to all sites (#19170)Stefan Giehl
2022-05-03build vue filessgiehl
2022-05-03Replace deprecated String.prototype.substr() (#19111)CommanderRoot
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-05-03Update to 4.10.0-rc14.10.0-rc1Justin Velluppillai
2022-05-03Fix vue-directive selector, make sure to select root node if it has ↵dizzy
vue-directive, not vue-entry (#19165)
2022-05-03[JS]update beforeunload to visibilitychange (#19041)Peter Zhang
* Update piwik.js update beforeunload to visibilitychange * Update piwik.js update condition * rebuilt piwik.js * Update piwik.js take timer outside of check * rebuilt piwik.js * Update piwik.js update functions * rebuilt piwik.js * update visibility State update visibility State * rebuilt piwik.js * add extra event add extra event * rebuilt piwik.js * update tests, reset timer update tests, reset timer * Update js/piwik.js Co-authored-by: Justin Velluppillai <justin@innocraft.com> * update tests update tests * add visibilitychange to test update tests * update test to 530 update test to 530 * Update tests/javascript/index.php Co-authored-by: Justin Velluppillai <justin@innocraft.com> * disable unload if tab is switched disable unload if tab is switched * update events update events * update jsLint error update jsLint error Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Justin Velluppillai <justin@innocraft.com>
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-02updates expected UI filessgiehl
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-28updates composer dependencies (#19154)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
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-25Update buildvue.ymlStefan Giehl
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-24updates composer dependencies (#19131)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@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-22increase release test size (#19121)Peter Zhang
increase release test size from 56mb to 58mb
2022-04-20Class case sensitivity fix (#19118)Ben Burgess