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
2021-09-27add last seen to the UserManager Api (#18053)Peter Zhang
2021-08-17Run AllTests on PHP8 (#16897)Stefan Giehl
2021-08-10Fixing some test failures (#17852)dizzy
2021-03-16Check usernames and emails against each other on user create and update (#17296)Zoltan Flamis
2020-12-16do not update token usage in tracking requests (#16925)Stefan Giehl
2020-12-07convert remaining expectedException annotations in testssgiehl
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-07-21Allow plugins to configure custom user preferences (#16210)Thomas Steur
2020-07-07don't specify optional parameters before required parameters (#16185)Thomas Steur
2020-06-26Prevent phishing attack on reset your password (#16112)Thomas Steur
2020-05-27Typing Core/Access (#15983)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-03-23fix testsgiehl
2020-03-23fix integration testsgiehl
2020-03-23Remove user alias from DB (#15714)Thomas Steur
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2019-10-04Check email case insensitive in updateUser (#14950)Thomas Steur
2019-08-14Add newsletter signup button to user settings page (#14466)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-19fix testdiosmosis
2019-05-16Require password confirmation before setting/removing superuser access. (#13975)diosmosis
2019-04-11Add a config to disable e-mail notifications on password/email change through...simivar
2019-03-08Send email notification when user email changes. (#14136)diosmosis
2018-12-28Fixing build. (#13918)diosmosis
2018-12-14Fixing the build. (#13860)diosmosis
2018-12-03Fix build and make join table sort stable by using DFS (#13634)diosmosis
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-11-30When changing password or email address, require to type old password (#13683)Thomas Steur
2018-11-26In two UsersManager API methods, do not apply offset if limit is not also app...diosmosis
2018-11-09Add Matomo Tag Manager to core (#13402)Thomas Steur
2018-11-01Limit password length (#13494)Thomas Steur
2018-09-21Return access entries only for sites that still exist (#13433)Thomas Steur
2018-09-06Make sure user is not logged out when settings saved w/ no password change. (...diosmosis
2018-09-06Make sure UserTableFilter can filter by new roles/capabilities. (#13390)diosmosis
2018-08-21Make sure all sites with no access are selected in UsersManager.getSitesForUs...diosmosis
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-08-07Scalable UX for user management (#13158)diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-04Do not limit password length (#10349)Pranav
2016-05-12plugins: Fix typos (found by codespell)Stefan Weil
2016-03-29fix #9896 Keep Page URL fragments when tracking Page URLs" not persistentThomas Steur
2015-12-22remove unused use statementssgiehl
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-08-22Add a test to prevent users to register with the same login using a different...Matthieu Napoli