Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -5/+3 |
| | |||||
* | 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. ↵ | Frank Karlitschek | 2012-06-08 | 1 | -3/+3 |
| | | | | use it to salt the password hashing. | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | update documentation of oc_user::checkpassword | Robin Appelman | 2012-05-17 | 1 | -1/+2 |
| | |||||
* | fix bug where users could use wildcards in username to login | Daniel | 2012-04-15 | 1 | -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 created | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | improved password hashing based one phpass | Robin Appelman | 2012-02-26 | 1 | -7/+42 |
| | | | | old passwords are automatically upgraded on login | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+145 |