Commit Graph

98 Commits (738fcdafbeca595d72f9beea904bbb4228ccd4b1)

Author SHA1 Message Date
Robin Appelman 8eda661761 Throw an exception when login is canceled by an app 12 years ago
Robin Appelman 857695ec87 Return false if the login is canceled in a hook 12 years ago
Lukas Reschke dbbf568192 Fix typo 12 years ago
Lukas Reschke a022e65285 Clarify return values 12 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 12 years ago
Lukas Reschke e3230b5bc2 Add ultra-slim hack for incognito mode 12 years ago
Bernhard Posselt 236632702c add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 12 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 12 years ago
Bernhard Posselt 9ae48e184b add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 12 years ago
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