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
2022-01-31Allow to disable AuthToken v1Joas Schilling
2021-10-13Type the autentication provider passwords as nullable stringsChristoph Wurst
2021-10-07Tokens without password should not trigger changed password invalidationJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-05-27Improve traces of invalid token exceptionsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-18Fix recursive calls in logging via server methodsJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-02Update all the publickey tokens if needed on web loginRoeland Jago Douma
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
2018-09-19Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling
2018-06-19CommentsRoeland Jago Douma
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-08Make the token expiration also work for autocasting 0Roeland 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
2018-05-15Make the Token Auth code strictRoeland Jago Douma
2017-11-27Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #...Flávio Gomes da Silva Lisboa
2017-11-06Update license headersMorris Jobke
2017-09-20Fix duplicate session token after remembered loginChristoph Wurst
2017-07-21Minor typosMarcel Waldvogel
2017-03-20Defining App "cron" for "Invalidating tokens older than" message #27167 (#27201)Martin
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-17use lower loglevel for token cleanup messagesRobin Appelman
2016-11-16allow configuring filesystem accessRobin Appelman
2016-11-02Add missing tests and fix PHPDocLukas Reschke
2016-11-02bring back remember-meChristoph Wurst
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-17store last check timestamp in token instead of sessionChristoph Wurst
2016-06-17use token last_activity instead of session valueChristoph 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-23add button to invalidate browser sessions/device tokensChristoph Wurst
2016-05-23add button to add new device tokensChristoph 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-11fix PHPDoc and other minor issuesChristoph Wurst
2016-05-11PHPDoc and other minor fixesChristoph Wurst
2016-05-11Add token auth for OCS APIsChristoph Wurst
2016-05-11Add index on 'last_activity'Christoph Wurst