summaryrefslogtreecommitdiffstats
path: root/lib/user
Commit message (Expand)AuthorAgeFilesLines
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
* generate a random salt during installation and store it in the config.php. us...Frank Karlitschek2012-06-081-3/+3
* Merge branch 'unstable'Bart Visscher2012-06-042-38/+32
|\
| * Implement default functions in OC_User backendBart Visscher2012-05-102-38/+32
* | http user backendRobin Appelman2012-06-031-0/+93
* | Minor change to commentSam Tuke2012-06-011-2/+4
* | update copyrightFrank Karlitschek2012-05-264-4/+4
* | update documentation of oc_user::checkpasswordRobin Appelman2012-05-173-3/+6
|/
* fix bug where users could use wildcards in username to loginDaniel2012-04-151-2/+2
* prevent users with the same name but different casing from being createdRobin Appelman2012-04-141-1/+1
* test cases for user backendsRobin Appelman2012-04-141-0/+114
* improved password hashing based one phpassRobin Appelman2012-02-261-7/+42
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-171-2/+2
* fix issue with login being case insensitveRobin Appelman2011-08-251-4/+4
* Renaming classes :-)Jakob Sack2011-07-293-6/+6
* Use autoloadJakob Sack2011-07-273-0/+326