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-09-30Add copy link after token been sent for the user doesnt have email set up fro...Peter Zhang
2022-09-01Added code to unsanitize user email on update (#19698)Altamash Shaikh
2022-08-17Require password confirmation when inviting a user in UI (#19611)Stefan Giehl
2022-08-03Require password confirmation when removing users through UI (#19586)Stefan Giehl
2022-07-29Merge branch 'next_release' into 4.x-devmergetestsgiehl
2022-07-28Params name not matching, caused first website granted not working (#19575)Peter Zhang
2022-07-25Refactor and improve password confirmation in UI & API (#19525)Stefan Giehl
2022-07-20Improve role/capability handling in usermanager (#19388)Stefan Giehl
2022-07-08update invite user (#19366)4.11.0-rc2Peter Zhang
2022-06-07invite user replace add user (#18868)Peter Zhang
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