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-12-15Add system check warnings for php-fpm and nginx if config files are ↵Ben Burgess
accessible (#18398) * Added setup checks and warning for php-fpm and nginx if config files are accessible * Fix to still show server info if nginx but access rules exist * Only attempt config access check if matomo is installed, check global.ini.php access instead of config.ini.php * Updated UI screenshot * Typo and text fixes * Typo fix * Updated UI screenshot Co-authored-by: sgiehl <stefan@matomo.org>
2021-12-14Translations update from Hosted Weblate (#18475)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 Widgetize Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-widgetize/ [ci skip]
2021-12-10Updated shell_exec recommended message (#18469)Justin Velluppillai
* Updated shell_exec recommended message * Add _blank and noopener to external link * Rename shell_exec translation string key
2021-12-07Fix 'Call to undefined function Piwik\piwik_fix_lbrace()' (#18461)Stefan Giehl
2021-12-02Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CorePluginsAdmin Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corepluginsadmin/ [ci skip]
2021-11-10Translations update from Hosted Weblate (#18288)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Login Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-login/ [ci skip] 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 Login Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-login/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-10-25Translations update from Weblate (#18206)Weblate (bot)
* Translated using Weblate (Norwegian Bokmål) Currently translated at 61.1% (96 of 157 strings) Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/nb_NO/ [ci skip] Co-authored-by: Haakon Meland Eriksen <haakon.meland.eriksen@kf.no> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin ProfessionalServices Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-professionalservices/ [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] Co-authored-by: Haakon Meland Eriksen <haakon.meland.eriksen@kf.no>
2021-10-19Improve escaping of diagnostic results (#18171)Stefan Giehl
2021-10-18Fix UI tests as it fails to fetch data from marketplace (#18111)Thomas Steur
2021-10-14Use the new twig template DI in more places (#18150)Thomas Steur
* Use the new twig template DI in more places * Add possibility to prevent the deletion of template cache through DI
2021-10-13[Vue] add promise api to ajaxHelper and deprecate piwikApi service (#18114)dizzy
* incomplete conversion * get ajax helper migration to work * delete old periods.spec.js * remove global-ajax-queue.js file * migrate piwik service and test (w/ hacks to get it the test to work) * rebuild and remove old files + get tests to pass * unfinished commit * return jqxhr object so promise api can be used * move hasBlockedContent and deprecate piwikApi service * remove alert files * convert piwikHelper.spec.js * in new vue code, use "Matomo" everywhere possible instead of "piwik" and rebuild vue files * add another needed export line in command * include polyfills after vue so we can add to vue engine * Add HTML sanitizer for use w/ migrating ng-bind-html uses. * fix broken merge, rebuild js, fix issue in build command * add sanitize to other components for consistency (will be replaced by utility function eventually) * add output when no plugins to build * update expected screenshot
2021-10-08Translations update from Weblate (#18061)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * 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]
2021-10-05add php binary format check (#18060)Peter Zhang
add PHP binary format check recommend 64 bit
2021-09-28[Vue] Introduce Vue + Workflow commands (#17940)dizzy
* adding vue * adding webpack config + example vue library project * forgot to add base tsconfig.json * Add build command that allows building all plugins + watching for changes. * autodetect umd bundles * initial externals detection * integrate vue CLI * add externals config via vue config * explain regenerator issue * remove ie11 * Build polyfills in separate library. * add command to quickly compute total asset size (minified + gzipped) * output tweak for --exclude-angular * Explicitly disable support for ie11 since Vue 3 does not support it. * rebuild and add option to clear webpack cache to build commands * Add example vue component that compiles w/ vue 3. * get example vue component to display * include tslib via polyfills so it is not compiled in each library * get async component loading to work * some tweaks and tests * Add generate vue component command and run to generate activity indicator template. * switch to using composition api since that is apparently better supported, and get activity indicator adapter to bind data properly * remove vue-class-component npm package * eslint changes * rever tracking JS change * tweak * Remove CoreVue vue dir which was just there for testing. * Update vue.config.js * apply some review feedback * add plugin to compute js asset size command * use local script to build * update changelog and apply review feedback * fix bower component mapping * update expected screenshots * update screenshot * Update and rename 4.5.0-b2.php to 4.6.0-b1.php * Update Version.php * update expected screenshot * updates expected UI test files Co-authored-by: sgiehl <stefan@matomo.org>
2021-09-27Disable http requests on config (#18063)Justin Velluppillai
* re-init * Updated expected screenshot
2021-09-23Fix escaping of html attribute (#18040)Stefan Giehl
2021-09-03Translations update from Weblate (#17951)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Translated using Weblate (Bulgarian) Currently translated at 54.0% (53 of 98 strings) Translation: Matomo/Plugin CoreUpdater Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreupdater/bg/ [ci skip] Translated using Weblate (Bulgarian) Currently translated at 76.8% (475 of 618 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/bg/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Пламен <plamen_mbx@yahoo.com> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Пламен <plamen_mbx@yahoo.com>
2021-09-01Use newer version of Puppeteer for UI tests (#17880)Stefan Giehl
* Use latest version of Puppeteer for UI tests * use newer node on travis * test * use waitForTimeout / waitForSelector instead of waitFor * Handle BC for removed waitFor method * Updates expected UI test files * update submodules * improve/fix some UI tests * Updates expected UI test files * improve/fix some UI tests * update url-parse dependency * simplify some UI tests * update screenshot * avoid using merged assets that are broken * fix expected compare exit code * don't use merged assets for TwoFactorAuth UI tests it seems due to too many requests to login, logout and other pages merging the CoreJS assets somehow fails, and results in returning an empty file. Even the reload fails to serve the correct content, so maybe the file, the content should be written to, is somehow locked. Disabling the merged assets seems to fix this issue for this tests. Locally the tests are also running correctly with merged assets. * improve handling of automatic css / js reloading in UI tests * increase timeouts of TwoFactorAuth UI tests * fix 2fa ui test * revert change * update new screenshot * updates UI screenshots * submodule updates
2021-09-01Translations update from Weblate (#17948)Weblate (bot)
* Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Italian) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Spanish (Argentina)) * Added translation using Weblate (Galician) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Latvian) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Urdu) * Added translation using Weblate (Spanish (Argentina)) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Georgian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Estonian) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovak) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Galician) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Galician) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Amharic) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Galician) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Vietnamese) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Estonian) * Added translation using Weblate (Romanian) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Vietnamese) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Croatian) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Urdu) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu)
2021-08-31split private directories check into required and recommended (#17889)Tim-Hinnerk Heuer
* split private directories check into required and recommended fixes #17577 * add translations for en and de #17577 * refactor PrivateDirectories for overlap #17577 ensure language file reverted * put checks in order, add check for lang/en.json #17577 * refactor Required and RecommendedPrivateDirectories #17577 reinstate logic but logic changes required and adapt from main branch to match requirements * remove unused use statements, update ui-test screenshot #17577 * refactor translation for 'read this...' #17577
2021-08-30Syncs all translations from Transifex (#17931)Stefan Giehl
* fixes some whitespaces and formatting in english translation files * Adds translations for languages that did not yet exist * fix tests * adds missing locales * fix locale * update submodules * updates expected UI file
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
* datatable should always be a map here * rewrite datatable aggregation to inflate a single expanded table at a time, rather than all at once * when adding a new row, make sure we do not share row instances between datatables (as this will mean sharing subtable instances as well) * support deleting datatables between specific range of IDs * fix datatable aggregation code that expands one datatable at a time * fix parameter issue * fix one type of test failure * undo last change, variation in precision is expected in column values * remove plugin submodule update * debugging change * change * debug changes * undo some debug changes, metadata changes are expected * small refactor * decimal and actions metadata changes expected * lat long changes are for duplicates, expected * correctly set metadata on created table * fix test * update expected screenshots * revert debugging changes * change modifier back * update more tests * fix UI test
2021-08-02language update (#17845)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-06-17Add link to new FAQ how to make the diagnostic “Managing processes via ↵Matthieu Aubry
CLI” show Ok (#17527) * Add link to new FAQ how to make the diagnostic “Managing processes via CLI” show Ok NOTE: Had to add the |raw to the item.comment, which may have security risks if some of the "Informational" diagnostics will contain random content that may be injected by someone. Maybe we should audit all informational diagnostics. The new FAQ is: https://matomo.org/faq/troubleshooting/how-to-make-the-diagnostic-managing-processes-via-cli-to-display-ok/ * Ensure possible user input is escaped in information diagnosic items Co-authored-by: sgiehl <stefan@matomo.org>
2021-06-17Add check for setting max_execution_time = -1, see #17585 (#17684)Justin Velluppillai
* Add check for setting max_execution_time = -1, see #17585 * updates expected screenshots Co-authored-by: sgiehl <stefan@matomo.org>
2021-06-11Check if config loaded in getHostname() (#17526)Zoltan Flamis
* check if config loaded * simple check if config was initialized * add parameter * check if host valid for console command
2021-06-08look in the data element since response is an array (#17653)dizzy
2021-06-02Do not use which when determining if ps and awk are available (#17576)dizzy
* Do not use which when determining if ps and awk are available, since some shells apparently do not define it. * do not use --version since some os's (mac os eg) do not have the option * use alternative commands in test * improve process check * fix typo Co-authored-by: Stefan Giehl <stefan@matomo.org> * Update Process.php * Update Process.php * Fix awk check + add reason to diagnostics for why CLI archiving is not supported. * allow showing multiple reasons and use constants for ps/awk commands Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-05-31language update (#17639)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
* Require polyfill for mbstring and iconv * remove mbstring methods from upgrade.php * remove checks for some php extensions * deprecate Common::mb_* methods, as we can directly use mb_* functions instead * updates expected test files * Directly use mb_* methods in favor of Common::mb_* * Update expected screenshot Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-05-25language update (#17612)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-05-23Improve required private directories check (#17606)Thomas Steur
2021-05-18Show available GeoIP information in diagnostics (#17573)Stefan Giehl
2021-05-17use status code instead of checking contents (#17568)dizzy
* use status code instead of checking contents * Update RequiredPrivateDirectories.php
2021-05-15language update (#17560)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-05-01language update (#17514)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-04-26Add diagnostic that checks if server directories that should be private are ↵dizzy
accessible (#17490) * add initial diagnostic * unfinished * Complete diagnostic and get to work. * Update plugins/Diagnostics/Diagnostic/RequiredPrivateDirectories.php Co-authored-by: Stefan Giehl <stefan@matomo.org> * apply review feedback * fixing some UI tests Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-04-12Fix some UI tests (#17449)Stefan Giehl
* improve seo test * fix map * update expected ui files
2021-04-06more markdown friendly system checks (#17421)Lukas Winkler
* more markdown friendly system checks * update expected screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-30Fix build (#17406)dizzy
* update expected images * update expected screenshots
2021-03-26icon for informational system check (#17389)Lukas Winkler
* icon for informational system check * also update installation css * update UI tests
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-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-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-13language update (#17342)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-03-10fix ui tests (#17324)Zoltan Flamis
2021-02-25language update (#17273)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-02-20language update (#17239)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-02-15Fix warning when memory_limit = -1 (#17218)okom3pom
* Fix warning when memory_limit = -1 When memory_limit = -1 (no limit) there is a warning * Add $comment translatable * Better variable name * Add translation
2021-02-03updates expected UI filessgiehl