Commit Graph

324 Commits (c9c49bfef8ff39eb052d9bddb796882290467c98)

Author SHA1 Message Date
Joas Schilling b91957e3df
fix(dav): Abort requests with 429 instead of waiting 3 years ago
Côme Chilliet 346344c153
Update version number in since and deprecated annotations 3 years ago
Côme Chilliet 3c2b126eba
Make code clearer and bump @ deprecated annotations 3 years ago
Carl Schwan a4c599c1c9
Split new method in a new group backend interface 3 years ago
Carl Schwan 35dc223500
Optimize retrieving display name when searching for users in a group 3 years ago
Marc Hefter 0c6d440643
undoing the additions to OC\IUser 3 years ago
Marc Hefter 651273808f
CleanUp: correct version to 27 and return value specification 3 years ago
Marc Hefter eee0275dc5
added user profile scope setting 3 years ago
Marc Hefter 2315c17726
feature addition: [user_ldap] update user profile from LDAP 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Thomas Citharel f7e65b1751 Create the database user in a transaction 3 years ago
Daniel Kesselberg f751d2d891
chore: use local variable for remote address 3 years ago
Julius Härtl 3287eddbbc fix: Recalculate storage statistics on updating the quota 3 years ago
Robin Appelman 853ec60f3e also cache backend for user in memory instead of always going to redis 3 years ago
Côme Chilliet 5aed587e25
Fix setQuota on User on 32bits 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Simon L 7271ec7acf spaces are allowed in userids 3 years ago
Joas Schilling 256fbe9d77
Validate if the user part of a "cloud id" can even be a valid user id 3 years ago
Roeland Jago Douma 77df92cabf
feat: add event for failed logins 3 years ago
Julius Härtl de3099b4d6
Remove potential mismatching dav session data during login 3 years ago
Côme Chilliet c79a6b3f62
Fix errors from PHP 8.2 testing 3 years ago
Christoph Wurst e2d3409a34
Fix unsuccessful token login logged as error 3 years ago
Côme Chilliet 556e3c84e6
Fix return type for countUsers method 3 years ago
Arthur Schiwon 8e8acf2d90
LDAP to no register new users when outside of fair use or over limits 3 years ago
Joas Schilling 144514e49e
Fix avatar cleanup on user delete 3 years ago
Robin Appelman 1fbb951691
dont try email login if the provider username is not a valid email 3 years ago
Louis Chemineau 6c11944679 I dug into it again, and the issue is much simpler than I previously though. 3 years ago
Maxence Lange c37bad1ce4 rtrim url earlier 3 years ago
Maxence Lange c4bdc1cfbc filter index.php from cloudId 3 years ago
Christoph Wurst 0184fbe86b
Log if cookie login failed with token mismatch or session unavailability 3 years ago
Christopher Ng d59585974e Fix creation of new user and display the correct error message 3 years ago
Carl Schwan 8004aa7721
Make DisplayNameCache return null if user doesn't exists 3 years ago
Robin Appelman 9e34a21129
only update last login timestamp with minute percision 4 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Carl Schwan ec5cbdeb7f Make Color class public 4 years ago
Christopher Ng c0868f93f1 Do not save invalid display name to the database 4 years ago
Carl Schwan 812016d626 Cleanup avatar related code 4 years ago
Joas Schilling 6e3d668436
Keep non default protocol in cloud id 4 years ago
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 4 years ago
Robin Appelman 6d6662ec68
expose displayname cache trough a public interface 4 years ago
Louis Chemineau 8a2cf5bb68 Do not dispatch postSetPassword when setPassword fails 4 years ago
Robin Appelman 7a6c724a81 Use a lazy user for the file owner when listing a directory 4 years ago
Robin Appelman 674c0bec2c
cache display names in local memory before external memcache 4 years ago
Carl Schwan ed4c1e584f Update cache when display name change 4 years ago
Carl Schwan 4333c215cb Cache display name 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Joas Schilling b90e657ac7
Delay loading user preferences until we need them 4 years ago
Joas Schilling 86de1d569f
Only setupFS when we have to copy the skeleton 4 years ago
Joas Schilling 25caf4a42c
Update cache when setting the password 4 years ago
Joas Schilling 23ef02fbe2
Use the cache also for UserBackend::getPassword 4 years ago