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-08-09Do not update passwords if nothing changedJulius Härtl
2022-07-29Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan
2022-07-28Handle one time password betterfix/handle-one-time-passwordsCarl Schwan
2022-07-14Move CappedMemoryCache to OCPfeat/capped-memorycache-ocpCarl Schwan
2022-07-05Handler large passwordsCarl Schwan
2022-07-05Handle one time passwordsCarl Schwan
2022-05-09Fix user agent trimming on installationbugfix/32302/fix-browser-agent-trimmingJoas Schilling
2022-03-23Limit the length of app password namesJoas Schilling
2022-02-16Also cache non-existing to reuse itJoas Schilling
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
2021-10-22Prevent duplicate auth token activity updatesChristoph Wurst
2021-10-13Type the autentication provider passwords as nullable stringsChristoph Wurst
2021-07-16prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-02-10Always renew apppasswords on loginRoeland Jago Douma
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-10-12Type some of the core mappersChristoph Wurst
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-09-03Fix app password updating out of boundsRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-05-27Improve traces of invalid token exceptionsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-12-02Throw an invalid token exception is token is marked outdatedRoeland Jago Douma
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-10-08Cache the public key tokensRoeland Jago Douma
2019-07-21Pass $configargs to openssl_pkey_exportDaniel Kesselberg
2019-07-18Error with exception on SSL errorMorris Jobke
2019-05-20Remote wipe supportRoeland Jago Douma
2018-12-06Read openssl error and logDaniel Kesselberg
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-25Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke
2018-09-20Also adjust the expiration of PublicKeyTokenProviderJoas Schilling
2018-09-16Consider openssl settings from config.phpDaniel Kesselberg
2018-09-07Expire tokens hardeningRoeland Jago Douma
2018-06-19CommentsRoeland Jago Douma
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Add more testsRoeland Jago Douma
2018-06-18Actually convert the tokenRoeland Jago Douma
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-18Add first testsRoeland Jago Douma
2018-06-18Initial PKT implementationRoeland Jago Douma