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-03-23Automatically cut the token name on the first levelJoas Schilling
2022-03-23Limit the length of app password namesJoas Schilling
2022-02-16Also cache non-existing to reuse itJoas Schilling
2021-12-02Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
2021-12-01Only check the twofactor state once per requestJoas Schilling
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-10-22Prevent duplicate auth token activity updatesChristoph Wurst
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-07-16prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann
2021-06-18Properly cleanup entries of WebAuthn on user deletionMorris Jobke
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27better cleanup of user files on user deletionRobin Appelman
2021-04-20Move 2fa backupscode to new registrationRoeland Jago Douma
2021-04-20Move 2FA registration to IBootstrapRoeland Jago Douma
2021-04-12Use correct getSystemValue typeJ0WI
2021-03-22Add real events for enabled 2fa providers for usersRoeland Jago Douma
2021-03-02Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst
2021-02-10Always renew apppasswords on loginRoeland Jago Douma
2021-02-09Move app_password_created to a typed eventChristoph Wurst
2021-01-22Convert 2FA token type to stringChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-15Type the authentication listenersChristoph Wurst
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-10-12Type some of the core mappersChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-09-08Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper...Roeland Jago Douma
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-07Fix undefined class property access after upgrade from 19 to 20Christoph Wurst
2020-09-03Fix app password updating out of boundsRoeland Jago Douma
2020-08-28Merge pull request #21288 from lmamane/masterRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Return correct loginname in credentials,Lionel Elie Mamane
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-13Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke
2020-07-16Discourage webauthn user interactionRoeland Jago Douma
2020-06-16Emit an event for every disabled 2FA provider during cleanupChristoph Wurst
2020-06-15Clean up auth tokens when user is deletedChristoph Wurst
2020-05-27Improve traces of invalid token exceptionsChristoph Wurst
2020-05-07Remember the webauthn name of devicesRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23Do not create remember me cookieJulius Härtl
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst