Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -117/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Fix namespace in user/ | Joas Schilling | 2016-05-19 | 1 | -1/+3 |
| | |||||
* | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 1 | -1/+1 |
| | | | | | Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach. | ||||
* | Do not use uniqid in Group and User tests as it is not unique on windows | Joas Schilling | 2014-11-06 | 1 | -11/+10 |
| | |||||
* | add tests | Arthur Schiwon | 2014-06-23 | 1 | -0/+17 |
| | |||||
* | Adjust return value tests for checkPassword() to what OC_User_Example says. | Andreas Fischer | 2013-10-08 | 1 | -3/+3 |
| | |||||
* | Test_User_Backend::getUser() does not return an array, it returns a string. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | New user management classes | Robin Appelman | 2013-05-29 | 1 | -0/+99 |
| | |||||
* | didn't mean to commit this yet | Robin Appelman | 2013-05-28 | 1 | -99/+0 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -4/+4 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -14/+14 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -9/+9 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Added class comment block | Sam Tuke | 2012-06-01 | 1 | -0/+10 |
| | |||||
* | test cases for user backends | Robin Appelman | 2012-04-14 | 1 | -0/+89 |