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
2018-05-23Certain tokens can expireRoeland Jago Douma
2018-05-23Allow the rotation of tokensRoeland Jago Douma
2017-12-19Fix duplicate session token after remembered loginChristoph Wurst
2017-09-12Fix AppPassword 2FA authRoeland Jago Douma
2017-09-06Fix login with basic authRoeland Jago Douma
2017-08-31Improve 2FARoeland Jago Douma
2017-05-19Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke
2017-05-18Fix testsRoeland Jago Douma
2017-05-18Add test for DefaultTokenMapperLukas Reschke
2017-05-18Rename table back to lowercaseLukas Reschke
2017-05-18delete auth token when client gets deletedBjoern Schiessle
2017-04-20Fix warning with undefined methodJoas Schilling
2017-03-22Don't do a recursive searchJoas Schilling
2017-02-28DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst
2017-01-11do not hard-require the token providerChristoph Wurst
2017-01-11use login hook credentials as fallbackChristoph Wurst
2017-01-11add login credential storeChristoph Wurst
2016-12-20fix 2fa activities testsChristoph Wurst
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-16add testRobin Appelman
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
2016-11-16add testsRobin Appelman
2016-11-16explicit typesRobin Appelman
2016-11-02Add missing tests and fix PHPDocLukas Reschke
2016-11-02bring back remember-meChristoph Wurst
2016-10-03Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst
2016-09-06Fix getMock AuthenticationRoeland Jago Douma
2016-09-05add 2fa backup codes appChristoph Wurst
2016-08-24prevent infinite redirect loops if the there is no 2fa provider to passChristoph 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 DefaultTokenMapperTestChristoph Wurst
2016-06-20fix default token provider testsChristoph Wurst
2016-06-17use token last_activity instead of session valueChristoph Wurst
2016-06-16assert app is loaded in unit testsChristoph Wurst
2016-06-16load 2FA provider apps before querying classesChristoph Wurst
2016-06-13fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst
2016-05-26One more PSR-4 fix (#24852)Joas Schilling
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