Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Fix unit testsJoas Schilling
2021-02-15Cache the user backend info for 300sJoas Schilling
2020-10-13Fix more testsJoas Schilling
2020-08-19Fix unit testsJoas Schilling
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-22Fix the tests after #18029Roeland Jago Douma
2019-11-20Make the post login event publicChristoph Wurst
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-07-29Update testsRoeland Jago Douma
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2018-10-02Add testsRoeland Jago Douma
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
2018-05-15Fix session testsRoeland Jago Douma
2018-01-23Fix testsRoeland Jago Douma
2017-10-24Use ::class in test mocksMorris Jobke
2017-08-09Fix SessionTestRoeland Jago Douma
2017-05-18Adjust token nameLukas Reschke
2017-04-05Save the scope of an auth token in the sessionRobin Appelman
2017-01-05Fix testsJoas Schilling
2016-12-05Set last-login-check on basic authRoeland Jago Douma
2016-11-28fix parameter orderChristoph Wurst
2016-11-27do not remember session tokens by defaultChristoph Wurst
2016-11-02Add missing tests and fix PHPDocLukas Reschke
2016-11-02inject ISecureRandom into user session and use injected config tooChristoph Wurst
2016-11-02bring back remember-meChristoph Wurst
2016-10-28Proper DI of configRoeland Jago Douma
2016-10-25Fix and cleanup SessionTestRoeland Jago Douma
2016-10-25Fix logClientIn for non-existing users (#26292)Vincent Petry
2016-10-11Add test to ensure token times are updatedRobin Appelman
2016-10-11dont update the auth token twiceRobin Appelman
2016-09-13Fix getMock UserRoeland Jago Douma
2016-08-29dont get bruteforce delay twiceRobin Appelman
2016-07-21Mitigate race conditionLukas Reschke
2016-07-20Implement brute force protectionLukas Reschke
2016-06-27Login hooks (#25260)Christoph Wurst
2016-06-24check login name when authenticating with client tokenChristoph Wurst
2016-06-22Merge pull request #25172 from owncloud/token-login-validationVincent Petry
2016-06-21update session token password on user password changeChristoph Wurst
2016-06-20fix unit test warning/errorsChristoph Wurst
2016-06-20fix user session testsChristoph Wurst
2016-06-17add PasswordLoginForbiddenExceptionChristoph Wurst
2016-06-13create session token only for clients that support cookiesChristoph Wurst
2016-06-08When creating a session token, make sure it's the login password and not a de...Christoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst