Commit Graph

87 Commits (9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7)

Author SHA1 Message Date
Lukas Reschke d0716d2c7d Use public interface 12 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 12 years ago
Lukas Reschke 4c13918bd8 Expose backend type via REST API 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 12 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 12 years ago
Joas Schilling 0ed86c0993 Move OC_USER_BACKEND_* constants to OC_User_Backend class 12 years ago
Thomas Müller 5097d4dc05 remove deprecated \OC:$session 12 years ago
michag86 7e70c4ee95 removal of wrong/double implemented check 12 years ago
Robin Appelman c21d1da01a Support displaynames for dummy user backend 12 years ago
Lukas Reschke c4d7483a0a Use new hashing API for OC_User_Database 12 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 12 years ago
Lukas Reschke 770c62c5d8 Clear session after logout 12 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 12 years ago
Robin Appelman 912fbfab01 Unset the cached active user when using a different session object 12 years ago
Tigran Mkrtchyan 276f50a1ba user/backed: use pow of two for backed action constants 12 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 12 years ago
Lukas Reschke 63a90a129b Use proper RNG generator 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Arthur Schiwon 0bb460c9b5 retrieve local users, groups and group members in a sorted way 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Lukas Reschke a82cd1ff67 Fix unit test 12 years ago
Lukas Reschke 5bb4772858 Move authentication failed logging to checkPassword 12 years ago
Joas Schilling 4865c52aa6 Fix isLoggedIn() check for user '0' 12 years ago
Thomas Müller a8b6cc6a07 - adding default value for $recoveryPassword 12 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 12 years ago
Arthur Schiwon 16275eca84 loop over usernames, not passwords 12 years ago
Arthur Schiwon f3ecf819ec extend Dummy user and group implementation to pass tests 12 years ago
Arthur Schiwon 01a012980a search term for users and groups may occur anywhere in the name or displayname, not just in the beginning 12 years ago
Arthur Schiwon e235de98e6 this line was lost on rebase 12 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 12 years ago
Arthur Schiwon f9f9550969 small fixes / cleanup 12 years ago
Arthur Schiwon 2a8afb0ad9 add PHP doc 12 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 12 years ago
Arthur Schiwon 4a4ea67a31 drop superflous statement in phpdoc 12 years ago
Arthur Schiwon 748a219243 add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook 12 years ago
Arthur Schiwon 2e85d5a852 increase scrutinizer happyiness by removing minor/informational issues 12 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 12 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Lukas Reschke c4109d9aef Use strict type comparison 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 years ago
Arthur Schiwon 64679b2e62 Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 13 years ago
Victor Dubiniuk 91d40f5033 remove unneeded LOWER. Fixes #8202 13 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 13 years ago