Commit Graph

46 Commits (e7f75484f87df41be5ef8dedce670bd2ccd12dc2)

Author SHA1 Message Date
Lukas Reschke 36ce254ffd Move dummy backend to Tests namespace 10 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 11 years ago
Bernhard Posselt 0f535e3866 fix tests 11 years ago
Bernhard Posselt 0939c3147e use two tests instead of one 11 years ago
Bernhard Posselt 236632702c add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 11 years ago
Bernhard Posselt 8a58ff0fdf fix tests 11 years ago
Bernhard Posselt 8689fe1a2e use two tests instead of one 11 years ago
Bernhard Posselt 9ae48e184b add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 11 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 11 years ago
Lukas Reschke 4c13918bd8 Expose backend type via REST API 11 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 11 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 11 years ago
Joas Schilling 6202ca33ba Make remaining files extend the test base 11 years ago
Joas Schilling 216ef617db Do not use uniqid in Group and User tests as it is not unique on windows 11 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 11 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 11 years ago
Robin Appelman 7dd4314fea Add unit test 11 years ago
Arthur Schiwon 5dab762006 add tests 12 years ago
Arthur Schiwon 2e85d5a852 increase scrutinizer happyiness by removing minor/informational issues 12 years ago
Arthur Schiwon 86880acee9 clean up here is superflous, will already be removed by user session 12 years ago
Arthur Schiwon 60274d1729 test hooks also on login 12 years ago
Arthur Schiwon bf1f5f2af3 also test whether hooks work 12 years ago
Arthur Schiwon c46fada6b3 unit tests for loginWithCookie() 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 years ago
Arthur Schiwon 450de0091a adjust tests accordingly 12 years ago
Arthur Schiwon d7cb5ab080 add tests for user counting 12 years ago
Robin Appelman 0ed1b64673 Pass config object in testGetHomeNotSupported 12 years ago
Arthur Schiwon c0edb639ed adjust test 12 years ago
Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 12 years ago
Andreas Fischer 114e9d4403 Adjust return value tests for checkPassword() to what OC_User_Example says. 12 years ago
Andreas Fischer 1f11dc7200 Use parent:: in Test_User_Database::getUser(). 12 years ago
Andreas Fischer 46cd3082b0 Test_User_Backend::getUser() does not return an array, it returns a string. 12 years ago
Andreas Fischer 00a0588807 Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. 12 years ago
Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 12 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
Robin Appelman 955bda1842 New user management classes 13 years ago
Robin Appelman fa6bfe8837 didn't mean to commit this yet 13 years ago
Robin Appelman 57f712f8a9 implement ArrayInterface with Session 13 years ago
Thomas Mueller ef88ceba8c drop SimpleTest compatibility 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Robin Appelman c9be9ab251 remove unused variables 14 years ago
Sam Tuke 410b556a86 Added class comment block 14 years ago
Robin Appelman d8e54acbf3 test cases for user backends 14 years ago