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-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-10Refactor emails about user info change away from the generic Mail class into ...Sam
2021-12-22Show a summary of new features (#18065)Ben Burgess
2021-11-18Ensure password with special characters are working correctly when creating a...DEV-2306Stefan Giehl
2021-09-27add last seen to the UserManager Api (#18053)Peter Zhang
2021-06-16Fix parameters of UsersManager.addUser.end event (#17678)Stefan Giehl
2021-06-15Ignore invalid capabilities instead of throwing an exception (#17660)Stefan Giehl
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-05-27Email notifications for critical actions (#17531)Zoltan Flamis
2021-03-16Check usernames and emails against each other on user create and update (#17296)Zoltan Flamis
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-14Add new user preference (#16206)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-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-02Optional userLogin in getUserPreference API (#16010)Thomas Steur
2020-05-17Password confirmation fix for custom login plugins. (#15945)diosmosis
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
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-03-23Remove user alias from DB (#15714)Thomas Steur
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-01-12Support email address in getTokenAuth (#15371)Thomas Steur
2019-10-04Check email case insensitive in updateUser (#14950)Thomas Steur
2019-09-19Fixed SQL Exception in UsersManager\API->getUsersPlusRole() when access is ma...MichaelHeerklotz
2019-09-13Various platform tweaks (#14832)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-06-27Provide methods to force the update of tracker caches (#14578)Thomas Steur
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-20Do not send password changed email for automated use cases. (#14240)diosmosis
2019-03-08Send email notification when user email changes. (#14136)diosmosis
2019-01-28Make sure to compare password with unsanitized password (#14033)Thomas Steur
2018-12-17Add capability editing to users manager (#13842)diosmosis
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
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-10-02Improve parameter handling in UsersManager.getUsers (#13515)Stefan Giehl
2018-09-06Make sure user is not logged out when settings saved w/ no password change. (...diosmosis
2018-08-07Scalable UX for user management (#13158)diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-01-07Use gender-neutral wording where possible (#10982)Lucas Jenß
2016-12-02Password hashing (#10926)Thomas Steur
2016-01-11Revert renaming of getTokenAuth API parameterJoey3000
2016-01-08Bugfix (syntax)Joey3000
2016-01-07Standardize usage of **password** hash functionJoey3000
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur