| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing brackets | Björn Schießle | 2013-01-31 | 1 | -2/+3 |
* | search for display name and uid (with no display name) since it is possible t... | Björn Schießle | 2013-01-31 | 1 | -5/+15 |
* | remove dubug value | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
* | Adjust user interface to additions around displayName Handling | Arthur Schiwon | 2013-01-29 | 1 | -0/+15 |
* | search display name instead of uid; fix key/value order for array access | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
* | implement DisplayNamesInGroup for database back-end | Björn Schießle | 2013-01-28 | 1 | -4/+6 |
* | implement display names for the database back-end | Björn Schießle | 2013-01-28 | 1 | -0/+34 |
* | update the display name for the database back-end | Björn Schießle | 2013-01-28 | 1 | -0/+18 |
* | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -0/+2 |
* | change order, key -> uid and value -> display name, this way it is also possi... | Björn Schießle | 2013-01-28 | 1 | -2/+2 |
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -2/+2 |
* | get all display names | Björn Schießle | 2013-01-25 | 1 | -0/+15 |
* | new branch which introduces display names | Björn Schießle | 2013-01-24 | 1 | -0/+11 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 2 | -5/+5 |
* | check for database error in userExists | Jörn Friedrich Dreyer | 2012-10-30 | 1 | -1/+4 |
* | Treat getUsers() as case insensitive, helpful for showing proper results in t... | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 4 | -39/+39 |
* | use null instead of -1 on all getUser() | Jörn Friedrich Dreyer | 2012-09-01 | 3 | -3/+3 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 2 | -8/+8 |
* | Check usernames in the database as case insensitive, they are still stored ca... | Michael Gapczynski | 2012-08-28 | 1 | -2/+2 |
* | OC_User: getHome is an optional method, taking it out of the Interface | Arthur Schiwon | 2012-08-27 | 1 | -7/+0 |
* | fix c&p fail from earlier commit today | Georg Ehrke | 2012-08-26 | 2 | -2/+2 |
* | implement getHome in OC_User | Georg Ehrke | 2012-08-26 | 5 | -0/+54 |
* | remove superflous LIMIT | jfd | 2012-08-25 | 1 | -1/+1 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 6 | -72/+212 |
|\ |
|
| * | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 4 | -5/+9 |
| * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 3 | -9/+8 |
| * | remove only internally used function from interface | Arthur Schiwon | 2012-07-25 | 1 | -9/+0 |
| * | define an interface for the User Backend | Arthur Schiwon | 2012-07-25 | 2 | -1/+70 |
| * | remove unused variables | Robin Appelman | 2012-07-20 | 2 | -14/+6 |
| * | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -1/+1 |
| * | generate a random salt during installation and store it in the config.php. us... | Frank Karlitschek | 2012-06-08 | 1 | -3/+3 |
| * | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 2 | -38/+32 |
| |\ |
|
| | * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 2 | -38/+32 |
| * | | http user backend | Robin Appelman | 2012-06-03 | 1 | -0/+93 |
| * | | Minor change to comment | Sam Tuke | 2012-06-01 | 1 | -2/+4 |
| * | | update copyright | Frank Karlitschek | 2012-05-26 | 4 | -4/+4 |
* | | | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -5/+5 |
* | | | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
* | | | backport the password salting fix. | Frank Karlitschek | 2012-06-08 | 1 | -3/+3 |
|/ / |
|
* / | update documentation of oc_user::checkpassword | Robin Appelman | 2012-05-17 | 3 | -3/+6 |
|/ |
|
* | fix bug where users could use wildcards in username to login | Daniel | 2012-04-15 | 1 | -2/+2 |
* | prevent users with the same name but different casing from being created | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
* | test cases for user backends | Robin Appelman | 2012-04-14 | 1 | -0/+114 |
* | improved password hashing based one phpass | Robin Appelman | 2012-02-26 | 1 | -7/+42 |
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 1 | -2/+2 |
* | fix issue with login being case insensitve | Robin Appelman | 2011-08-25 | 1 | -4/+4 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 3 | -6/+6 |
* | Use autoload | Jakob Sack | 2011-07-27 | 3 | -0/+326 |