| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |