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-07-04Use browser client hints for detection (#18843)Stefan Giehl
* inject client hints in js * use client hints for detection * don't use catch, as yui compressor can't parse it * rebuilt js files * use new version of device detector * more code adjustments * updates expected test files * improve js * fix header detection * improve cache key handling * fix tests * use a separate queue to wait for client hints if needed * try to fix js tests * also consider X_HTTP_REQUESTED_WITH header as client hints * updates expected test files * Extend demo detection with client hints * code improvements * use new version of matomo-php-tracker * Adds test case for client hints set through matomo php tracker * apply review feedback * submodule update * fix test
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
* Forbid unused use statements * Fix some incorrect classnames * fix tests * remove unused use statements
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>
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-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-26Configure device detector cache through DI (#16115)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-08-26Cache parsed device detection info to file (#14751)Kate Butler
* Create a file cache for parsed device info * Tests for device detection file cache * Move device detector cache into separate plugin * Move WarmDeviceDetectorCache to separate plugin * Use DI to get the DeviceDetectorFactory * add device detector cache as a submodule * update submodule * update submodule * fix BC break * System test, deal with useragent strings > 500 characters long * update submodule * Update submodule