Commit Graph

449 Commits (6661d29dcafe8657735fed80494bce76f412e92d)

Author SHA1 Message Date
Joas Schilling c34a5d2f6e fix(usermanager): Don't throw when checking if a too long user id is an existing user 11 months ago
provokateurin bc1e1a064e Revert "refactor: add migration for email setting" 11 months ago
Christoph Wurst 81a8e83bf8 fix(session): Only mark sessions of permanent tokens as app passwords 11 months ago
Ferdinand Thiessen 93d8e7e8a5
refactor: add migration for email setting 11 months ago
provokateurin 67948fa7ed
fix(settings): Handle email change restriction separately from display name change restriction 11 months ago
Louis Chemineau 749b4f4d22 chore: Refactor callForSeenUsers to use getSeenUsers 11 months ago
Louis Chemineau cd3d955e21 feat: Implement getSeenUsers to iterate over users 11 months ago
Côme Chilliet 3ed1c0c214 chore: Remove now unused methods from User manager 11 months ago
Côme Chilliet 171886ae6b fix: Correctly count disabled users for SAML groups subadmins 11 months ago
Git'Fellow e5d62aeec7 fix(database): Cast users count to integer 11 months ago
Cleopatra Enjeck M. 0535716391 fix: use mb_strtolower to convert login name 1 year ago
Cleopatra Enjeck M. 90f83ac234 fix: Improve string comparison 1 year ago
Cleopatra Enjeck M. 449676be7c fix: Use case insensitive check when validating login name 1 year ago
Côme Chilliet 892f815d2e
fix: Fix a small typing problem is user manager 1 year ago
Côme Chilliet c3228ee709
fix: Implement new interface instead of deprecated one in Database backend 1 year ago
Côme Chilliet e187e4e87f
feat(updatenotification): Add a limit to user count from LDAP so save performances 1 year ago
Côme Chilliet b995912207
feat(users): Use -1 for unknown firstLogin instead of setting it to current date 1 year ago
Côme Chilliet baf7293cfe
feat: Add first login timestamp of each user to oc_preferences and user:info output 1 year 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 2 years ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Ferdinand Thiessen 0563757ea4 fix(SetupCheck): Properly check public access to data directory 2 years ago
Arthur Schiwon 6a783d9b08
fix(Session): avoid race conditions on clustered setups 2 years ago
Christopher Ng c390ae94ff feat: Validate password hash 2 years ago
Christopher Ng dba00560d2 perf: Return cached password hash 2 years ago
Christopher Ng 34d97d45cf feat: Allow getting/setting the password hash of a user 2 years ago
Christopher Ng a330f4c9d5 feat: Implement IPasswordHashBackend in database user backend 2 years ago
yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 2 years ago
yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 2 years ago
yemkareems ceedfb4616 fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched 2 years ago
yemkareems cfafbc8415 fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25. 2 years ago
yemkareems afa51365ff fix: removed the params related to sortMode and order since it sorts by lastLogin 2 years ago
yemkareems 5b249df686 fix: doc blocks added 2 years ago
yemkareems 695bd042d7 fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here 2 years ago
yemkareems dc6e8c9c0a fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here 2 years ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 2 years ago
yemkareems 76c875a588 fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query 2 years ago
yemkareems 33b38c6573 fix: cs fix and psalm ci related changes 2 years ago