summaryrefslogtreecommitdiffstats
path: root/lib/user/database.php
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variablesRobin Appelman2012-07-201-5/+3
|
* 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. ↵Frank Karlitschek2012-06-081-3/+3
| | | | use it to salt the password hashing.
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* update documentation of oc_user::checkpasswordRobin Appelman2012-05-171-1/+2
|
* fix bug where users could use wildcards in username to loginDaniel2012-04-151-2/+2
| | | | | e.g. user Peter could probably login using username Pet% fixed same problem in the migration script
* prevent users with the same name but different casing from being createdRobin Appelman2012-04-141-1/+1
|
* improved password hashing based one phpassRobin Appelman2012-02-261-7/+42
| | | | old passwords are automatically upgraded on login
* 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-291-2/+2
|
* Use autoloadJakob Sack2011-07-271-0/+145