Commit Graph

73 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 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
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Christopher Ng c390ae94ff feat: Validate password hash 1 year ago
Christopher Ng dba00560d2 perf: Return cached password hash 1 year ago
Christopher Ng a330f4c9d5 feat: Implement IPasswordHashBackend in database user backend 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 33b38c6573 fix: cs fix and psalm ci related changes 1 year ago
yemkareems c8c68c3510 fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Andrew Summers f9ce6bfdff Refactor `OC\Server::getHasher` 2 years ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Thomas Citharel f7e65b1751 Create the database user in a transaction 3 years ago
Côme Chilliet 556e3c84e6
Fix return type for countUsers method 3 years ago
Christopher Ng d59585974e Fix creation of new user and display the correct error message 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Christopher Ng c0868f93f1 Do not save invalid display name to the database 4 years ago
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 4 years ago
Joas Schilling 25caf4a42c
Update cache when setting the password 4 years ago
Joas Schilling 23ef02fbe2
Use the cache also for UserBackend::getPassword 4 years ago
Côme Chilliet 008b79d808
Fix type errors 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling 3379e69ecc
Fix parameter types in docs 5 years ago
Joas Schilling 9a189bc710
Improve search results when only phonebook-matches can we autocompleted 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Morris Jobke fedf9c69d9
Use matching parameter names form interfaces and implementations 5 years ago
Christoph Wurst 734c62bee0
Format code according to PSR2 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst 74936c49ea
Remove unused imports 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Christoph Wurst 1a886b1472
Add typed events for password_policy 6 years ago
Roeland Jago Douma dd185e383d
Make sure limit is never negative 6 years ago
Roeland Jago Douma 145eee91fe
Get the proper UID 6 years ago
Christoph Wurst 3174012adf Add event dispatcher to OCP 7 years ago
Arthur Schiwon 96bab4f969
remove obsolete use statements 7 years ago
Roeland Jago Douma 0c9a3de68f
Just update password hash without validating 7 years ago
Robin Appelman 3392302d22
make table name configurable for db user backend 8 years ago
Robin Appelman 4187d2cdb3
use query builder in all places in the db user backend 8 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Roeland Jago Douma 81f71cb1f9
Numeric only uids are no fun 8 years ago
Roeland Jago Douma 074a0e0665
Cast retrieved DB fields to string 8 years ago
Roeland Jago Douma 8edbeb159e
Use the uid_lower column 8 years ago
Roeland Jago Douma 471272d456
Move to ABackend 8 years ago
Roeland Jago Douma cbd2be583a
Move Database backend over to new User/Backend interfaces 8 years ago
Daniel Calviño Sánchez 0b96a71a68 Fix configuration values matched in user searches 8 years ago