Commit Graph

50 Commits (35bd7a400d30fb27703d4fa02b107f9629845b7d)

Author SHA1 Message Date
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 12 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 12 years ago
Jörn Friedrich Dreyer b032819ab9 check for database error in userExists 12 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 12 years ago
Michael Gapczynski ca6322465d Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete 12 years ago
Thomas Mueller 3829460ab8 adding space between) and { 12 years ago
Jörn Friedrich Dreyer 2c1f732880 use null instead of -1 on all getUser() 12 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 12 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 12 years ago
Arthur Schiwon 0f379fd28a OC_User: getHome is an optional method, taking it out of the Interface 12 years ago
Georg Ehrke 5586054961 fix c&p fail from earlier commit today 12 years ago
Georg Ehrke 5a4854079f implement getHome in OC_User 12 years ago
jfd 1bfe26bb09 remove superflous LIMIT 12 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 12 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 12 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Arthur Schiwon 81c0ca4ffb remove only internally used function from interface 13 years ago
Arthur Schiwon fdcbc23ed6 define an interface for the User Backend 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Bart Visscher cff1b6e699 Don't use substr to get first char of string 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Frank Karlitschek a7a861b2c6 backport the password salting fix. 13 years ago
Frank Karlitschek 6119f05ac0 generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 13 years ago
Robin Appelman e90cbcaf5b http user backend 13 years ago
Sam Tuke 4b4d13165a Minor change to comment 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman 5fe7200a7f update documentation of oc_user::checkpassword 13 years ago
Bart Visscher ac2e0cd6e4 Implement default functions in OC_User backend 13 years ago
Daniel fd16784bcc fix bug where users could use wildcards in username to login 13 years ago
Robin Appelman d3bf013761 prevent users with the same name but different casing from being created 13 years ago
Robin Appelman d8e54acbf3 test cases for user backends 13 years ago
Robin Appelman 62cd89da14 improved password hashing based one phpass 13 years ago
Robin Appelman 8c7aa06088 dont use numRows when it's not needed since it can be expensive 13 years ago
Robin Appelman 5e3ecbbf96 dont use numRows when it's not needed since it can be expensive 13 years ago
Robin Appelman ee0954b236 fix issue with login being case insensitve 13 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago