Commit Graph

150 Commits (55e1270b94aa0f4ea003e2cbc87a8ea56bcae96d)

Author SHA1 Message Date
nextcloud-command 641c4b8c0d refactor: Apply rector changes 2 weeks ago
Kent Delante f16976d2b7 fix(trashbin): properly show deleted by for federated shares 2 weeks ago
Carl Schwan c4f3912c3e
feat: Allow to check user existence outside specific user backends 2 weeks ago
Robin Appelman afcf606b42
fix: improve logging when failing to get newly created user 2 weeks ago
Carl Schwan d060970d0c
perf(user-display-name): Check memory cache before trying redis 1 month ago
Git'Fellow fcc63b9603
refactor(dbal): move to modern calls 1 month ago
Carl Schwan 3f7c3216fe
refactor(urlgenerator): Move getLogoutUrl from OC_User to IUrlGenerator 1 month ago
Carl Schwan da0928827a refactor: Expose a public exception when no user is found 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
provokateurin 3ce12c83e1
feat(UserManager): Add getters for avatar URLs 3 months ago
Ferdinand Thiessen e0ba4d71b6
chore: add missing `Override` attribute to `OC` 4 months ago
nextcloud-command 663018455e refactor: Apply rector changes 6 months ago
Carl Schwan c96ece0bcb
refactor: Add more typing 7 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 7 months ago
Robin Appelman 5924a2e3ec feat: add api to get a user object without verifying they exist 7 months ago
Robin Appelman 765d1af2a6
feat: yield user by id in IUserManager::getSeenUsers 7 months ago
Benjamin Gaussorgues c57c4843e8
feat(openmetrics): introduce OpenMetrics exporter 8 months ago
Carl Schwan 2ae9626fec
refactor(user_ldap): Port most of the remaining deprecated IConfig usage 8 months ago
Carl Schwan 6eabaaf104
refactor: Deprecated user config from IConfig correctly 8 months ago
Carl Schwan 9095a36b94 refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 10 months ago
provokateurin dce2672b98
fix(IUserManager): Use correct return type for searchDisplayName method 11 months ago
provokateurin fb4348e3bc
fix(IUserManager): Fix deprecation of search method 11 months ago
Louis Chemineau 1d91e40fe8
feat: Support limit argument in `getSeenUsers` 12 months ago
Carl Schwan 5215954ee4 perf(users): Create lazy users in IUserManager::getSeenUsers 12 months ago
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 12 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
Joas Schilling 8b70f59015
chore(cs): Apply autofixes 1 year ago
rakekniven 78bd9ad29f chore(i18n): Improved wording 1 year ago
rakekniven c8da8628c3 chore(i18n): Add hint for translators 1 year ago
Joas Schilling 1ada9910b1
fix(user): Introduce a public constant for max length of user id 1 year ago
Joas Schilling 775ca882f3
fix(usermanager): Don't throw when checking if a too long user id is an existing user 1 year ago
Côme Chilliet ddd7d4ed13
fix: Deprecate OC_User methods related to user backends 1 year ago
Louis Chemineau 22e02d1c1e chore: Refactor callForSeenUsers to use getSeenUsers 1 year ago
Louis Chemineau 275b32d513 feat: Implement getSeenUsers to iterate over users 1 year ago
Côme Chilliet 30382a5d8d chore: Remove now unused methods from User manager 1 year ago
Côme Chilliet 0b449f302b fix: Correctly count disabled users for SAML groups subadmins 1 year ago
Côme Chilliet 892f815d2e
fix: Fix a small typing problem is user manager 2 years ago
Côme Chilliet e187e4e87f
feat(updatenotification): Add a limit to user count from LDAP so save performances 2 years ago
Benjamin Gaussorgues 79db082fe6 fix(users): improve recently active search 2 years ago
Louis Chemineau 22d5d29c01 fix(users): Don't crash if disabled user is missing in the database 2 years ago
Ferdinand Thiessen a8f46af20f
chore: Add proper deprecation dates where missing 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 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
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