Commit Graph

77 Commits (75e9015b5445e957f2454373bed67dac1741b5cb)

Author SHA1 Message Date
Robin Appelman a735105a22 update group management 12 years ago
Thomas Tanghus 9e9c323acd Set path in cookie. 12 years ago
Jan-Christoph Borchardt d70d4f435e apply @LukasReschke's cookie changes, hopefully finally fix #854 12 years ago
Jörn Friedrich Dreyer 91c0b81130 add missing backticks 12 years ago
Björn Schießle fdaab7372e always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not 12 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 12 years ago
Robin Appelman 2a82964830 use caching for userExists 12 years ago
Robin Appelman 83fbdc903f cast result to bool 12 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 12 years ago
Robin Appelman 1a4021a0fe User: return backend result 12 years ago
Robin Appelman 2c69403fd6 fix namespacing error 12 years ago
Florin Peter b840de4e01 user should set into session before postLogin hook otherwise it will break not only the files_encryption app 12 years ago
Robin Appelman cdb2f559a8 Fix postLogin hook 12 years ago
Robin Appelman f00844a003 fix caching of user objects 12 years ago
Robin Appelman a8fb803319 cache instances of \OC\User\User 12 years ago
Robin Appelman 8320f41dbe Emit leacgy OC_User hooks 12 years ago
Robin Appelman 198655f109 fix User->setHome when the backend action fails 12 years ago
Robin Appelman 955bda1842 New user management classes 12 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 12 years ago
joel hansson 7f58b0ef7c typo fix in a comment. 12 years ago
Bart Visscher fa8214ecc9 Use the MDB2 function to get the count result 12 years ago
Bart Visscher 3213c47188 Use count SQL to check for user existance 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Thomas Mueller 297c50db18 changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 12 years ago
Björn Schießle ab255e8bb6 add missing brackets 12 years ago
Björn Schießle 9a19c0af4b search for display name and uid (with no display name) since it is possible that not all users have a seperate display name 12 years ago
Björn Schießle ebc3d1b2d7 remove dubug value 12 years ago
Arthur Schiwon 59bb9931df Adjust user interface to additions around displayName Handling 12 years ago
Björn Schießle 590c4aa710 search display name instead of uid; fix key/value order for array access 12 years ago
Björn Schießle c00b66fe5b implement DisplayNamesInGroup for database back-end 12 years ago
Björn Schießle e6cc0cd08a implement display names for the database back-end 12 years ago
Björn Schießle 70c3ab3c53 update the display name for the database back-end 12 years ago
Björn Schießle e0f2ed2757 interface and API to change display names 12 years ago
Björn Schießle 996b5cf368 change order, key -> uid and value -> display name, this way it is also possible to have non-unique display names 12 years ago
Björn Schießle 4271430e60 get all display names from users in a given group 12 years ago
Björn Schießle 9bb8e05839 get all display names 12 years ago
Björn Schießle d16574f070 new branch which introduces display names 12 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Jörn Friedrich Dreyer b032819ab9 check for database error in userExists 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Michael Gapczynski ca6322465d Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Jörn Friedrich Dreyer 2c1f732880 use null instead of -1 on all getUser() 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Michael Gapczynski ff076caeee Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514 13 years ago
Arthur Schiwon 0f379fd28a OC_User: getHome is an optional method, taking it out of the Interface 13 years ago
Georg Ehrke 5586054961 fix c&p fail from earlier commit today 13 years ago