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
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-02Add testsRoeland Jago Douma
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
2018-05-17Certain tokens can expireRoeland Jago Douma
2018-05-16Allow the rotation of tokensRoeland Jago Douma
2018-05-15Fix testsRoeland Jago Douma
2017-11-27Adjust tests for added lastCheck timeLukas Reschke
2017-09-20Fix duplicate session token after remembered loginChristoph Wurst
2017-04-20Fix warning with undefined methodJoas Schilling
2017-02-28DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
2016-11-02Add missing tests and fix PHPDocLukas Reschke
2016-11-02bring back remember-meChristoph Wurst
2016-09-06Fix getMock AuthenticationRoeland Jago Douma
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 default token provider testsChristoph Wurst
2016-06-17use token last_activity instead of session valueChristoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst
2016-05-23add button to invalidate browser sessions/device tokensChristoph Wurst
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling