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
2016-11-28Merge pull request #2353 from nextcloud/renew-session-token-rememberLukas Reschke
2016-11-28fix undefined index error when the backup codes provider is not activeChristoph Wurst
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-17use lower loglevel for token cleanup messagesRobin Appelman
2016-11-16Add test for setting up fake fsRobin Appelman
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
2016-11-16explicit typesRobin Appelman
2016-11-16cast to intRobin Appelman
2016-11-16phpdocRobin Appelman
2016-11-16fix setscopeRobin Appelman
2016-11-16allow configuring filesystem accessRobin Appelman
2016-11-16app password scope wipRobin Appelman
2016-11-16read lockdown scope from tokenRobin Appelman
2016-11-02document what the method doesChristoph Wurst
2016-11-02Add missing tests and fix PHPDocLukas Reschke
2016-11-02Fix typ in constant nameLukas Reschke
2016-11-02Fix invalid PHPDocsLukas Reschke
2016-11-02bring back remember-meChristoph Wurst
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-08-02add invalidateOldTokens to IProvider interfaceChristoph Wurst
2016-07-23Check if an app provide two-factor-auth providers before we try to use themRobin Appelman
2016-07-21Fix othersJoas Schilling
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-20Merge pull request #25162 from owncloud/password-login-forbidden-hintVincent Petry
2016-06-17close cursor after loading a tokenChristoph Wurst
2016-06-17store last check timestamp in token instead of sessionChristoph Wurst
2016-06-17use token last_activity instead of session valueChristoph Wurst
2016-06-17add PasswordLoginForbiddenExceptionChristoph 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-06-07do not generate device token if 2FA is enable for userChristoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst
2016-05-26Update license headersLukas Reschke
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst
2016-05-23Merge pull request #24559 from owncloud/2faVincent Petry
2016-05-23add OCC command to enable/disable 2FA for a userChristoph Wurst
2016-05-23Add two factor auth to coreChristoph Wurst
2016-05-23add button to invalidate browser sessions/device tokensChristoph Wurst
2016-05-23add button to add new device tokensChristoph Wurst
2016-05-23list user's auth tokens on the personal settings pageChristoph Wurst
2016-05-18add method to query all user auth tokensChristoph Wurst
2016-05-18a single token provider sufficesChristoph Wurst
2016-05-13don't spam the log file with failed token validation entriesChristoph Wurst
2016-05-11delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst
2016-05-11use the query builder instead of raw sql statementsChristoph Wurst
2016-05-11fix PHPDoc and other minor issuesChristoph Wurst
2016-05-11PHPDoc and other minor fixesChristoph Wurst
2016-05-11Add token auth for OCS APIsChristoph Wurst