aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IUserManager.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Adapt `@since` version number in OCP for backport to 28Côme Chilliet2024-05-271-1/+1
* feat: Add back searching in disabled user listCôme Chilliet2024-05-271-1/+2
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-0/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Add a const for the max user password lengthJoas Schilling2023-01-041-0/+6
* Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-0/+8
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-4/+2
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-4/+4
|\
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-4/+4
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-0/+11
|/
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-0/+12
* Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* Type the \OCP\IUserManager::callForAllUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* Remove wrongly annotated package namesJulius Härtl2020-08-261-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix multiline commentsChristoph Wurst2020-04-081-5/+5
* Update license headersChristoph Wurst2019-12-051-1/+2
* Fix typo in IUserManager::createUser docChristoph Wurst2018-08-161-1/+1
* more consistent namingArthur Schiwon2018-04-051-3/+3
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+3
* Update license headersMorris Jobke2017-11-061-0/+4
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+8
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-1/+2
* Allow to create a user for a specific backendJoas Schilling2017-04-261-0/+9
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-2/+2
* Proper DI of configRoeland Jago Douma2016-10-281-3/+2
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-0/+15
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+152