| Commit message (Expand) | Author | Age | Files | Lines |
* | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -0/+6 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -0/+6 |
* | Validate if the user part of a "cloud id" can even be a valid user id | Joas Schilling | 2022-12-09 | 1 | -0/+8 |
* | Make DisplayNameCache return null if user doesn't exists | Carl Schwan | 2022-08-16 | 1 | -4/+2 |
* | Merge branch 'master' into display-name-cache-public | Carl Schwan | 2022-08-15 | 1 | -4/+4 |
|\ |
|
| * | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -4/+4 |
* | | expose displayname cache trough a public interface | Robin Appelman | 2022-05-18 | 1 | -0/+11 |
|/ |
|
* | enable the user to set a primary (notification) email address (backend) | Arthur Schiwon | 2021-09-09 | 1 | -0/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Improve search results when only phonebook-matches can we autocompleted | Joas Schilling | 2021-03-17 | 1 | -0/+12 |
* | Type the \OCP\IUserManager::callForSeenUsers closure with Psalm | Christoph Wurst | 2020-10-28 | 1 | -0/+1 |
* | Type the \OCP\IUserManager::callForAllUsers closure with Psalm | Christoph Wurst | 2020-10-28 | 1 | -0/+1 |
* | Remove wrongly annotated package names | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+6 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -5/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Fix typo in IUserManager::createUser doc | Christoph Wurst | 2018-08-16 | 1 | -1/+1 |
* | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -3/+3 |
* | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 1 | -0/+3 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+8 |
* | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -1/+2 |
* | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 1 | -0/+9 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -2/+2 |
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 1 | -3/+2 |
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 1 | -0/+15 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -0/+152 |