summaryrefslogtreecommitdiffstats
path: root/tests/lib/user/session.php
Commit message (Expand)AuthorAgeFilesLines
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-10/+17
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-12/+19
* increase token column widthChristoph Wurst2016-05-111-2/+2
* Fix existing testsChristoph Wurst2016-05-111-97/+115
* Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-021-4/+34
* Assign DB group for unit testsLukas Reschke2016-01-041-0/+4
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-1/+15
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-11/+11
* fix testsBernhard Posselt2014-12-171-4/+2
* use two tests instead of oneBernhard Posselt2014-12-171-4/+18
* add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+28
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+3
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+1
* Add unit testRobin Appelman2014-10-131-33/+63
* increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon2014-05-231-2/+0
* clean up here is superflous, will already be removed by user sessionArthur Schiwon2014-05-231-6/+0
* test hooks also on loginArthur Schiwon2014-05-231-3/+39
* also test whether hooks workArthur Schiwon2014-05-231-5/+39
* unit tests for loginWithCookie()Arthur Schiwon2014-05-231-0/+114
* adjust testArthur Schiwon2013-12-131-2/+13
* User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-22/+10
* New user management classesRobin Appelman2013-05-291-0/+155