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-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-08-01Fix the password length checks on invite User (#19576)Peter Zhang
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-02-23[Vue] convert remaining usersmanager controllers to Vue (#18584)dizzy
2022-02-14[Vue] migrate usersmanager root component to Vue (#18583)dizzy
2022-02-11[Vue] migrate paged users list component to vue (#18582)dizzy
2022-02-11[Vue] migrate user edit form directive to Vue component (#18576)dizzy
2022-02-09[Vue] migrate user-permissions-edit component to vue (#18572)dizzy
2022-02-07[Vue] migrate capabilities edit component (#18566)dizzy
2021-09-28update admin level, user manage text (#18050)Peter Zhang
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-03-08use language files for create user form (#17293)Zoltan Flamis
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-05-22Hard checks on credentials prevent external user db (#15270)Johannes Nohl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2019-10-03Check if widget is enabled in admin home before checking it, fix system summa...Thomas Steur
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-08-14Add newsletter signup button to user settings page (#14466)Kate Butler
2019-07-16Keep top level nb_visits_converted metric (#14253)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-12Pagination localisation clean-up (#14157)Christian Schmidt
2018-12-17Add capability editing to users manager (#13842)diosmosis
2018-12-10Allow form select to show specific text for empty option that is not placehol...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-01Limit password length (#13494)Thomas Steur
2018-09-17Limit of editing of anonymous user in UI. (#13416)diosmosis
2018-09-02Show confirm before changing a users password and show notification on save c...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
2017-05-10Let plugins customize the system summary widgetThomas Steur
2017-01-22Added tool tips to user section in admin menu #9848 (#11228)CheweyZ
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-08-04Do not limit password length (#10349)Pranav
2016-01-07Revert hash calculation on comparisonJoey3000
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-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated API...Thomas Steur
2014-12-08fixes #6823 When there are several Super Users in Piwik, archive.php web cron...mattab
2014-11-11refs #4558 increased allowed password length from 26 to 80. wondering if any ...Thomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
2014-06-10Merge pull request #298 from czolnowski/password-validatorMatthieu Aubry
2014-06-10Fix parameter type.Marcin Czołnowski