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-02-23Allow using paid db-ip urls for auto update (#15606)Stefan Giehl
* Allow using paid db-ip urls for auto update * apply review feedback * Adds some Unit tests for new GeoIP2AutoUpdater methods
2020-02-22Try to determine the region iso code based on it's name if not available ↵Stefan Giehl
(#15592) * Try to determine the region iso code based on it's name if not available * Adds test for region without code
2020-01-13translation update (#15389)Stefan Giehl
2020-01-09language update (#15365)Stefan Giehl
2020-01-08Allow using and auto-updating dbip databases and default to db-ip.com lite ↵diosmosis
in the UI (#15319)
2019-12-19language update (#15289)Stefan Giehl
2019-11-10language update (#15140)Stefan Giehl
2019-10-28language update (#15064)Stefan Giehl
2019-10-24language update (#15052)Stefan Giehl
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-09-05language update (#14861)Stefan Giehl
2019-08-25language update (#14807)Stefan Giehl
2019-08-02language update (#14726)Stefan Giehl
2019-08-02fix some testssgiehl
2019-07-31 Adds command to update iso region names (#14712)Stefan Giehl
* format code * Adds command to update iso region names * updates region names * updates exptected test files
2019-07-08language update (#14641)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-05-31language update (#14505)Stefan Giehl
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2019-05-13Copy geoip archive into temporary folder instead of in the geoip folder (#14380)Thomas Steur
* Copy geoip archive into temporary folder instead of in the geoip folder I noticed the geoip tar.gz archive is downloaded and extracted into the `misc` directory or whatever is configured eg through ` 'path.geoip2' => DI\string('{path.root}/misc/geoip/'),`. However, only the `misc/GeoLite2-City.mmdb` might have write access but not any other file. This causes the updating of the geodb to fail. Instead, it should be extracted into the `tmp/latest` folder which we use for such cases (eg matomo update, plugin update, ...) * If a path is given, load the DB from that path directly * Update Php.php * ignore error if unlink fails * move file check to getPathForGeoIpDatabase
2019-05-10language update (#14441)Stefan Giehl
2019-05-09Ensure segment definitions doen't regress (#14372)Stefan Giehl
2019-04-10Readable segment values for browser, os and country segments (#13929)Stefan Giehl
* Use readable segment value for browser and os segments instead of short codes * readds original segments using short codes * Adds additional segment country name to segment by (english) country name * compare browser and os names case sensitive for segments * use correct segments for reports * update tests
2019-04-03spellcheck en.json files (#14135)Lukas Winkler
* spellcheck en.json files * fix WidgetsListTest * additional fixes * simplify sentence * Fixing tests.
2019-03-28Fix number of sprintf placeholders in GeoIP2AutoUpdater (#14259)Stefan Giehl
* remove unused code * Fix number of sprintf placeholders
2019-03-17language update (#14214)Stefan Giehl
2019-03-15Allow customization of GeoIP2 database location using DI (#13913)Stefan Giehl
2019-03-09language update (#14170)Stefan Giehl
2019-03-04Improve GeoIP2 re-scheduling (#14161)Stefan Giehl
2019-02-25language update (#14134)Stefan Giehl
2019-01-27language update (#14030)Stefan Giehl
2019-01-07language update (#13938)Stefan Giehl
2019-01-03language update (#13927)Stefan Giehl
2018-12-27language update (#13915)Stefan Giehl
2018-12-17language update (#13871)Stefan Giehl
2018-11-01language update (#13663)Stefan Giehl
2018-10-15language update (#13612)Stefan Giehl
2018-10-08language update (#13560)Stefan Giehl
2018-08-27Adds support for continent specific GeoIP2-City databases (#13338)fs1
* add GeoIP2-City-Europe * added all kinds of maxmind city databases * removed GeoLite2-City-Continent database support since this separation is only for GeoIp2 databases available * removed country files from city detection
2018-08-19language update (#13316)Stefan Giehl
2018-07-31language update (#13236)Stefan Giehl
2018-07-25language update (#13209)Stefan Giehl
2018-07-10Disables some more feature if internet features are disabled (#13076)Stefan Giehl
* Disable GeoIP update tasks if no internet connection available * Show GeoLocation Auto Updater UI only with enabled internet connection * Throw exception if Marketplace is used without enabled internet features * Hide Marketplace menu entry if internet is disabled * Implements new plugin class method requiresInternetConnection, to automatically unloaded plugins if required * Improve how plugins not working without internet connection are shown in plugin list * Adds UI test * typo 'whether'
2018-06-20fix testsgiehl
2018-06-20show ASN org as ORG aswell (#13078)Fabian Dellwing
2018-06-18language update (#13072)Stefan Giehl
2018-06-12language update (#13057)Stefan Giehl
2018-06-12Hide GeoIP2 server module settings by default (#13053)Stefan Giehl
* Hide GeoIP2 server module settings by default * upates tests
2018-05-22Check configured variables for availability in GeoIP2 server module (#12892)Stefan Giehl
* Check configured variables for availability in GeoIP2 server module * Update system test expected files. * catch exception for tests * do not cache on failure * Update expected admin screenshots.
2018-05-22Adds update script to remove GeoIP2 plugin from marketplace (#12897)Stefan Giehl
* Adds update script to remove GeoIP2 plugin from marketplace * improve check for case insensitive file system * Adds simple test to prove file used in update is present