summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-14/+16
|\
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-14/+16
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-0/+11
|/
* Don't check the configvalue for lastLogin which is never nullJoas Schilling2021-12-101-2/+1
* Fair use of push notificationsJoas Schilling2021-10-231-1/+6
* Use cached user backend info for password loginJoas Schilling2021-09-141-3/+9
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-0/+1
* Hash cache keyChristopher Ng2021-08-171-2/+3
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Merge pull request #26161 from nextcloud/bugfix/noid/improve-matching-of-phon...Joas Schilling2021-03-171-0/+36
|\
| * Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-0/+36
* | dont allow creating users with __groupfolders as uidRobin Appelman2021-03-161-0/+1
|/
* Cache the user backend info for 300sJoas Schilling2021-02-151-1/+24
* Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst2021-01-081-3/+3
|\
| * Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* | allow authenticating using urlencoded passwordsRobin Appelman2021-01-071-0/+14
|/
* Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-021-0/+8
* Streamline user creation and deletion eventsMorris Jobke2020-11-231-4/+4
* Deprecate old user manager events for user creationMorris Jobke2020-11-041-0/+2
* Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-151-1/+1
* Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-151-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-2/+5
* Prevent creating users with existing filesJoas Schilling2019-12-041-7/+19
* Add typed create user eventsChristoph Wurst2019-12-031-5/+17
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Get the proper UIDRoeland Jago Douma2019-08-131-0/+5
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-1/+1
* Do not allow invalid users to be createdRoeland Jago Douma2019-03-141-0/+14
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-8/+7
* Use a case insensitive search for emailRoeland Jago Douma2018-12-201-1/+1
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+2
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-2/+2
* filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-1/+5
* Ignore case when sorting usersJohn Molakvoæ (skjnldsv)2018-05-261-2/+2
* Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-241-0/+19
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-6/+42
* more consistent namingArthur Schiwon2018-04-051-3/+3
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+3
* Move on with the next user if we found the user on one user back-endBjoern Schiessle2018-04-031-1/+2
* never translate login names when requiring with a user idArthur Schiwon2018-01-031-10/+0
* Update license headersMorris Jobke2017-11-061-2/+0
* Prevent SQL error message in case of errorLukas Reschke2017-08-171-1/+4
* Can not insert auto increment on oracleJoas Schilling2017-08-021-1/+2
* null users dont existRobin Appelman2017-07-131-0/+3