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
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
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-31Make password nullable in LoginDataRoeland Jago Douma
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-24Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma
2020-03-18Fix recursive calls in logging via server methodsJoas Schilling
2020-03-16Check the user on remote wipeJoas Schilling
2020-03-09Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-typeChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2020-03-06Fix mismatching doc block parameter typesChristoph Wurst
2020-01-13Fix license headersChristoph Wurst
2020-01-08Clean up 2FA provider registry when a user is deletedChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-12-02Throw an invalid token exception is token is marked outdatedRoeland Jago Douma
2019-11-26Handle token insert conflictsChristoph Wurst
2019-11-25Add return type hint to credential store and make it strictChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma