81 Commits (c0ce272e9c3a94ff98081c4f90a31ca611d28323)

Author SHA1 Message Date
  Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 3 months ago
  Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 4 months ago
  Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
  Côme Chilliet a1255539b8 Add endpoint for getting disabled user list 10 months ago
  Joas Schilling ad12a740cb
fix!: Remove symfony EventDispatcherInterface from User 10 months ago
  Côme Chilliet 346344c153
Update version number in since and deprecated annotations 1 year ago
  Côme Chilliet 3c2b126eba
Make code clearer and bump @ deprecated annotations 1 year ago
  Carl Schwan a4c599c1c9
Split new method in a new group backend interface 1 year ago
  Carl Schwan 35dc223500
Optimize retrieving display name when searching for users in a group 2 years ago
  Robin Appelman 853ec60f3e also cache backend for user in memory instead of always going to redis 1 year ago
  Simon L 7271ec7acf spaces are allowed in userids 1 year ago
  Joas Schilling 256fbe9d77
Validate if the user part of a "cloud id" can even be a valid user id 1 year ago
  Arthur Schiwon 8e8acf2d90
LDAP to no register new users when outside of fair use or over limits 1 year ago
  Carl Schwan 8004aa7721
Make DisplayNameCache return null if user doesn't exists 1 year ago
  Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 2 years ago
  Robin Appelman 6d6662ec68
expose displayname cache trough a public interface 2 years ago
  Joas Schilling 78e90b69ba
Don't check the configvalue for lastLogin which is never null 2 years ago
  Joas Schilling b578a1e8b5
Fair use of push notifications 2 years ago
  Joas Schilling 1b8ebf2cf1
Use cached user backend info for password login 2 years ago
  Arthur Schiwon 4461b9e870
enable the user to set a primary (notification) email address (backend) 2 years ago
  Christopher Ng 60ecc432a4 Hash cache key 2 years ago
  Gary Kim b78f3a57d1
Migrate HintException to OCP 2 years ago
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3 years ago
  Joas Schilling 9a189bc710
Improve search results when only phonebook-matches can we autocompleted 3 years ago
  Robin Appelman dd477d30f9
dont allow creating users with __groupfolders as uid 3 years ago
  Joas Schilling 645f83121e
Cache the user backend info for 300s 3 years ago
  Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
  Robin Appelman c374bbf14d
allow authenticating using urlencoded passwords 3 years ago
  Morris Jobke d87705a894
Allow subscription to indicate that a userlimit is reached 3 years ago
  Morris Jobke 9bf76d2bad
Streamline user creation and deletion events 3 years ago
  Morris Jobke fd3d7c394a
Deprecate old user manager events for user creation 3 years ago
  Christoph Wurst 7e72866811
Type the \OCP\IUserManager::callForSeenUsers closure with Psalm 3 years ago
  Roeland Jago Douma cbcf072b23
Revert "Make sure MySQL is not saying 'this' = 'this ' is true" 4 years ago
  Joas Schilling 16e9bf2309
Make sure MySQL is not saying 'this' = 'this ' is true 4 years ago
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4 years ago
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 4 years ago
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 4 years ago
  Christoph Wurst 5bf3d1bb38
Update license headers 4 years ago
  Joas Schilling dd53fad898
Prevent creating users with existing files 4 years ago
  Christoph Wurst cc80339b39
Add typed create user events 4 years ago
  Roeland Jago Douma 68748d4f85
Some php-cs fixes 4 years ago
  Roeland Jago Douma 145eee91fe
Get the proper UID 4 years ago
  Christoph Wurst 170582d4f5
Add a login chain to reduce the complexity of LoginController::tryLogin 5 years ago
  Roeland Jago Douma 969fc45032
Do not allow invalid users to be created 5 years ago
  Joas Schilling 01b4db62fb
Add dispatcher events to User and Group objects 5 years ago
  Roeland Jago Douma 03fe2b3b81
Use a case insensitive search for email 5 years ago
  Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 5 years ago
  Morris Jobke b458ed9c82
Properly escape column name in "createFunction" call 5 years ago
  Georg Ehrke 2db26d87c4
filter null values for UserManager::getByEmail 5 years ago
  John Molakvoæ (skjnldsv) 0bfe3da664
Ignore case when sorting users 6 years ago