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 (Expand)Author
2022-10-07Typofixes (#19805)JT Smith
2022-05-25Add 429 response code (#19245)Jason Morton
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-26Allow disabling the usage of the default geolocation provider as fallback (#1...Stefan Giehl
2021-12-07Fix 'Call to undefined function Piwik\piwik_fix_lbrace()' (#18461)Stefan Giehl
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2021-09-20Always use secure randomness (#18030)Lukas Winkler
2021-09-03Simple fixes for PHP8.1 (#17929)Justin Velluppillai
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-01-15Introduce PHP CS to improve code quality (#16755)Stefan Giehl
2020-11-11Add hash equals method (#16696)Thomas Steur
2020-11-04require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs (#16640)diosmosis
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-15Remove some no longer needed code (#15391)Thomas Steur
2020-01-14New implementation of generateUniqId() using random_bytes() (#15263)Kate Butler
2020-01-10Avoid using getmypid (#15364)Thomas Steur
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-04-11require TwoFA to be verified before updating code base (#14322)Thomas Steur
2018-11-05Add more tests for format=original. (#13584)diosmosis
2018-10-11Implements wrapper method for a more secure unserialize with PHP 7 (#13285)Stefan Giehl
2018-07-24Implements "Social network" as a new referrer type (#12993)Stefan Giehl
2018-04-23Add Common::stripHeader() (#12748)Christian Schmidt
2017-09-26Use mbstring proxy methods (#12104)Stefan Giehl
2017-09-13Show Tibet as part of China on map (#11930)Stefan Giehl
2017-03-18More secure / more random integer generation (#11473)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-23Use Common::sendHeader for consistencymattab
2016-02-14merge master => 3.0Thomas Steur
2016-01-16Remove PRNG seedingJoey3000
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-23Make sure to pass an integer to mt_srandThomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-19move list of socials to other repo and convert format to ymlsgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ...sgiehl
2015-09-02fixing undefined REMOTE_ADDRThaDafinser
2015-08-19use monolog in trackerThomas Steur
2015-06-23#8087 handle also the cases where a user has no access (redirect to the login...Matthieu Napoli
2015-06-03Mark Common::unsanitizeInputValue as @api.diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-17Merge pull request #7648 from piwik/redesign-maintenanceMatthieu Aubry
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-04-16#7620 Redesign of the maintenance modeMatthieu Napoli
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
2015-02-27In Tracker debug mode, enforce text/plain content type to minimise risk of XS...mattab