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
2019-12-05Update license headersChristoph Wurst
2019-11-25Add return type hint to credential store and make it strictChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-05-17Allow 2FA to be setup on first loginRoeland Jago Douma
2018-12-03Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst
2018-10-02Consolidate personal two-factor provider settingsChristoph Wurst
2018-10-01Let 2FA providers provide their custom icons (dark/light)Christoph Wurst
2018-10-01Emit event on enablign or disabling of 2FA providerRoeland Jago Douma
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst
2018-09-10Add public interfaces for activable/deactivable 2FA providersChristoph Wurst
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-03-26Strict 2FARoeland Jago Douma
2018-01-25Dispatch event on twofactor failure and successRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-26Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke
2017-08-26Allow 2FA providers to specify their custom CSPChristoph Wurst
2017-08-18Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke
2017-05-12Thows exception if password not availableMorris Jobke
2017-01-11fix @since annotations (9.1->12)Christoph Wurst
2017-01-11add @since annotations and document methodsChristoph Wurst
2017-01-11add login credential storeChristoph Wurst
2017-01-11fix coding style and increase code coverageChristoph Wurst
2017-01-11Update TwoFactorException.phpCornelius Kölbel
2017-01-11Add a TwoFactorExceptionCornelius Kölbel
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-23Add two factor auth to coreChristoph Wurst
2016-05-17Move \OCP\Authentication to PSR-4 (#24632)Roeland Douma