Commit Graph

465 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Louis Chemineau 1d91e40fe8
feat: Support limit argument in `getSeenUsers` 4 months ago
Carl Schwan 5215954ee4 perf(users): Create lazy users in IUserManager::getSeenUsers 4 months ago
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 4 months ago
Robin Appelman 8350fea770 fix: increase how long we cache display names 5 months ago
Daniel Calviño Sánchez 4fcadd630b fix: Throw specific LoginException when the user is disabled 6 months ago
skjnldsv 027471b146 fix: force lowercase emails 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Samuel Bizien Filippi a14cade3ac feat(core): add cookie_domain config option 7 months ago
Joas Schilling 8b70f59015
chore(cs): Apply autofixes 7 months ago
rakekniven 78bd9ad29f chore(i18n): Improved wording 7 months ago
rakekniven c8da8628c3 chore(i18n): Add hint for translators 7 months ago
Ferdinand Thiessen e143921896
feat(IUser): add `getQuotaBytes` method to get machine readable quota 7 months ago
Ferdinand Thiessen 1ae3fa4003
chore: replace leagcy OC_Helper calls with OCP\Util 8 months ago
Joas Schilling 1ada9910b1
fix(user): Introduce a public constant for max length of user id 9 months ago
Joas Schilling 775ca882f3
fix(usermanager): Don't throw when checking if a too long user id is an existing user 9 months ago
Côme Chilliet ddd7d4ed13
fix: Deprecate OC_User methods related to user backends 9 months ago
provokateurin 8da9c0f48c
Revert "refactor: add migration for email setting" 9 months ago
Christoph Wurst 5003467f98
fix(session): Only mark sessions of permanent tokens as app passwords 9 months ago
Ferdinand Thiessen e7859f0dac refactor: add migration for email setting 9 months ago
provokateurin eb98e99530 fix(settings): Handle email change restriction separately from display name change restriction 9 months ago
Louis Chemineau 22e02d1c1e chore: Refactor callForSeenUsers to use getSeenUsers 9 months ago
Louis Chemineau 275b32d513 feat: Implement getSeenUsers to iterate over users 9 months ago
Git'Fellow 18de9be0e2
fix(database): Cast users count to integer 10 months ago
Côme Chilliet 30382a5d8d chore: Remove now unused methods from User manager 10 months ago
Côme Chilliet 0b449f302b fix: Correctly count disabled users for SAML groups subadmins 10 months ago
Cleopatra Enjeck M. 32e46a8b3a fix: use mb_strtolower to convert login name 10 months ago
Cleopatra Enjeck M. a6d6a1fa9e fix: Improve string comparison 10 months ago
Cleopatra Enjeck M. 6690a28cc0 fix: Use case insensitive check when validating login name 10 months ago
Ferdinand Thiessen 3c4feff028
fix: Move login via email logic to local backend 10 months ago
Côme Chilliet 892f815d2e
fix: Fix a small typing problem is user manager 12 months ago
Côme Chilliet c3228ee709
fix: Implement new interface instead of deprecated one in Database backend 12 months ago
Côme Chilliet e187e4e87f
feat(updatenotification): Add a limit to user count from LDAP so save performances 12 months ago
Côme Chilliet b995912207
feat(users): Use -1 for unknown firstLogin instead of setting it to current date 12 months ago
Côme Chilliet baf7293cfe
feat: Add first login timestamp of each user to oc_preferences and user:info output 12 months ago
Benjamin Gaussorgues 79db082fe6 fix(users): improve recently active search 1 year ago
dependabot[bot] bb598c8451
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 1 year ago
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 1 year ago
provokateurin 51d9d63a01
chore: Use more gender neutral language 1 year ago
provokateurin 54ec472d9a
fix(BackgroundJobs): Adjust intervals and time sensitivities 1 year ago
Ferdinand Thiessen d57a2dd465
fix: Skip users that still exist in backend 1 year ago
Ferdinand Thiessen 16833aff86
fix: Make user removal more resilient 1 year ago
Louis Chemineau 22d5d29c01 fix(users): Don't crash if disabled user is missing in the database 1 year ago
Ferdinand Thiessen a8f46af20f
chore: Add proper deprecation dates where missing 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Christoph Wurst c57e684e7b
fix: Handle null checks with the ?? operator 1 year ago
Christoph Wurst 614f9ec0a2
refactor: Use the elvis operator 1 year ago
Fabian Dreßler 1d6cce8a25 fix: update last_login timestamp for token based-logins 1 year ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago