Commit Graph

77 Commits (17d466b03b91ccc058fe1a88340df36c22a580c2)

Author SHA1 Message Date
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Björn Schießle 8a3eda16f2 fix function documentation 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Lukas Reschke 379b775a56 Delete user files in /data/ after deleting a user 13 years ago
Lukas Reschke e7c9d5fe54 Set oc_token to httponly 13 years ago
Michael Göhler 2ea06f67bd delete all tokens on password change 13 years ago
Bart Visscher 4b799a6982 Make the lifetime of the remember login cookie 13 years ago
Jörn Friedrich Dreyer 0fe3354c61 add proper error logging in OC_User database queries 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 5e55b4d6e7 Whitespace fixes in lib 13 years ago
Robin Appelman 3dacf149de allow configuring user backends in config.php 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Georg Ehrke 5586054961 fix c&p fail from earlier commit today 13 years ago
Georg Ehrke 5a4854079f implement getHome in OC_User 13 years ago
Michael Gapczynski 4f1b3631ba Change limit parameter in OC_User as well 13 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Michael Gapczynski 099b16350f Delete old session files, suggested by Torben Nehmer, see bug oc-736 13 years ago
Tom Needham 0836366d87 Methods to disable and enable users 13 years ago
Arthur Schiwon fdcbc23ed6 define an interface for the User Backend 13 years ago
Robin Appelman e49666d36b add option to clear user backends 13 years ago
Robin Appelman 33b8de91ea allow a more flexible way of using user backends 13 years ago
Michael Gapczynski 72ebc2a32a Delete old session files, suggested by Torben Nehmer, see bug oc-736 13 years ago
Bjoern Schiessle 82a57f0ce3 revert performance improvements in userExists() because it breaks new user creation 13 years ago
Lukas Reschke b46d3019ca Uninitialized variable 13 years ago
Lukas Reschke ec7bb86b28 Fixes a problem with the user creation ("User already existed" even if the user don't exists.) Thanks to Phil Reinhardt for pointing this out. 13 years ago
Bjoern Schiessle 5bf050b13b moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems 13 years ago
Bart Visscher a7e427a3cc Remember result of OC_User::isLoggedIn, can be very expensive to check 13 years ago
Bart Visscher 4b6f6291c5 Remember result of OC_User::isLoggedIn, can be very expensive to check 13 years ago
Arthur Schiwon dfc90021ca load authentication apps before checking wether user exists. fixes oc-910 13 years ago
Arthur Schiwon 454f81fb15 load authentication apps before checking wether user exists. fixes oc-910 13 years ago
Michael Gapczynski 0145c65bf3 Verify user exists when checking if logged in, fix for bug oc-863 13 years ago
Michael Gapczynski 993ebc4c90 Verify user exists when checking if logged in, fix for bug oc-863 13 years ago
Sam Tuke 7203f6951e Extended class comment 13 years ago
Frank Karlitschek aa88ec81c7 sort users and groups. fixes oc-779 13 years ago
Frank Karlitschek ad6562d14f sort users and groups. fixes oc-779 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman 5fe7200a7f update documentation of oc_user::checkpassword 13 years ago
Robin Appelman 1a2ab2ef68 prevent user creation with empty password 13 years ago
Bart Visscher ac2e0cd6e4 Implement default functions in OC_User backend 13 years ago
Michael Gapczynski e0db22cc07 Provide feedback when user creation fails 13 years ago
Frank Karlitschek e2fb094693 some more porting 13 years ago
Arthur Schiwon d3ce2cacd6 OC_User: handle success properly 13 years ago
Arthur Schiwon 8a69116e94 OC_User: don't say password changed when it is not true 13 years ago
Frank Karlitschek f0701f75a9 tiny typo 13 years ago
Florian Preinstorfer b86f2069ff Fix a session fixation vulnerability 13 years ago
Robin Appelman e039015ca1 prevent errors when a user backends gives an invalid result 13 years ago
Robin Appelman b3a974d8bb only trigger hooks for the default filesystem view 13 years ago
Robin Appelman f1cbb9effc initial integration of encryption 13 years ago