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
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
2015-05-05refs #7839 set a user preference only if there is actually a siteThomas Steur
2015-04-17Slight refactoring, move Option::get call to separate method in UsersManager/...diosmosis
2015-04-17Move set default report user preference if not set optimization to scheduled ...diosmosis
2015-04-08added a comment for this change and added testsThomas Steur
2015-04-08load all site ids only if needed. Makes dashboard much faster if one is super...Thomas Steur
2015-03-16Dependency injection in API classesMatthieu Napoli
2015-03-14fixes #6359 - make UsersManager.getSitesAccessFromUser work for superusersgiehl
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2014-12-16refs #6672 fixes bug when username contains underscoremattab
2014-12-16New method getAllUsersPreferences and testmattab
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-10-13a few coding style changesThomas Steur
2014-10-08Fix a notice when running archive.phpmattab
2014-09-30Add _isPasswordHashed parameter to UsersManager.addUser (mirrors parameter in...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-08refs #5943 remove a users reports that belong to a specific site if the user ...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue