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