summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
* Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-141-1/+2
|\
| * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+2
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-6/+6
* | feat: rename users to account or personVincent Petry2024-02-131-7/+7
|/
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-0/+30
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-7/+1
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Split new method in a new group backend interfaceCarl Schwan2023-04-271-4/+2
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-17/+12
* also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-101-1/+2
* spaces are allowed in useridsSimon L2023-01-101-2/+2
* Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-26/+44
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-11/+6
* 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