Commit Graph

417 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Christoph Wurst c57e684e7b
fix: Handle null checks with the ?? operator 1 year ago
Christoph Wurst 614f9ec0a2
refactor: Use the elvis operator 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
Arthur Schiwon 6a783d9b08
fix(Session): avoid race conditions on clustered setups 1 year 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
yemkareems c8c68c3510 fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC 2 years ago
yemkareems 87a8013ee3 feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed 2 years 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 2 years ago
Hamza Mahjoubi 85a3b27cf9 Fix: Make out of office replacement nullable 2 years ago
Hamza Mahjoubi a9774741e8 Feat: Allow users to select another user as their out-of-office replacement 2 years ago
John Molakvoæ 84789222b1
chore: php lint fix import 2 years 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
Christoph Wurst bcc02a3c71
fix(auth): Update authtoken activity selectively 2 years ago
yemkareems 7278198e6b
fix: delete user credentials stored in storages_credentials when user gets deleted 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
Christoph Wurst 21ee7f59bd
fix(session): Do not update authtoken last_check for passwordless 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Julius Härtl e330efe5a0
fix: Implement option to temporarily set the user session 2 years ago
Andrew Summers 6910832170 Refactor `OC\Server::getCommentsManager` 2 years ago
Andrew Summers 0047789580 Refactor `OC\Server::getTwoFactorAuthManager` 2 years ago
Andrew Summers f9ce6bfdff Refactor `OC\Server::getHasher` 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
Côme Chilliet 8bcc2d352e chore: Fix missing template parameter for IEventListener 2 years ago
Christoph Wurst 7f2fdd8843
fix(auth): Fix logging in with email, password and login name mismatch 2 years ago
Git'Fellow 72e0618f20
fix(session): Avoid two useless authtoken DB queries for every anonymous request 2 years ago
Côme Chilliet eee9f1eec4 Always catch OCP versions of authentication exceptions 2 years ago
Christoph Wurst 9a206c6282
fix(dav): Make current ooo info time-dependent 2 years ago
Julius Härtl a3a343ce41
perf: Use more performant way to obtain and check the email as a login name with token login 2 years ago