Commit Graph

131 Commits (master)

Author SHA1 Message Date
Carl Schwan 2ae9626fec
refactor(user_ldap): Port most of the remaining deprecated IConfig usage 2 weeks ago
Carl Schwan 6eabaaf104
refactor: Deprecated user config from IConfig correctly 2 weeks ago
Carl Schwan 9095a36b94 refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 2 months ago
provokateurin dce2672b98
fix(IUserManager): Use correct return type for searchDisplayName method 3 months ago
provokateurin fb4348e3bc
fix(IUserManager): Fix deprecation of search method 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
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 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
Joas Schilling 1ada9910b1
fix(user): Introduce a public constant for max length of user id 8 months ago
Joas Schilling 775ca882f3
fix(usermanager): Don't throw when checking if a too long user id is an existing user 8 months ago
Côme Chilliet ddd7d4ed13
fix: Deprecate OC_User methods related to user backends 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
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
Côme Chilliet 892f815d2e
fix: Fix a small typing problem is user manager 12 months ago
Côme Chilliet e187e4e87f
feat(updatenotification): Add a limit to user count from LDAP so save performances 12 months ago
Benjamin Gaussorgues 79db082fe6 fix(users): improve recently active search 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
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
Ferdinand Thiessen 0563757ea4 fix(SetupCheck): Properly check public access to data directory 1 year ago
yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 1 year ago
yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 1 year 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 1 year 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. 1 year ago
yemkareems afa51365ff fix: removed the params related to sortMode and order since it sorts by lastLogin 1 year ago
yemkareems 5b249df686 fix: doc blocks added 1 year ago
yemkareems 695bd042d7 fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here 1 year ago
yemkareems dc6e8c9c0a fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here 1 year ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 1 year ago
yemkareems 76c875a588 fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query 1 year ago
yemkareems c8c68c3510 fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC 1 year ago
yemkareems 87a8013ee3 feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed 1 year ago
yemkareems 0ee676cd51 feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet 8044edf309
fix: Also search in email field for disabled users 2 years ago
Côme Chilliet 6d56f3557d
feat: Add back searching in disabled user list 2 years ago
Josh 4509a17cdd fix(User\Manager): Avoid future collisions with updater/audit logs 2 years ago
Côme Chilliet 672923f0a6
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
John Molakvoæ 524ed97d62
fix: replace `Account name` by `Login` 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 2 years ago
Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago