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-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
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-10-08Cache the public key tokensRoeland Jago Douma
2019-09-18Use the actual password to update the tokensRoeland Jago Douma
2019-09-18Add uid to delete temp token queryDaniel Kesselberg
2019-09-12Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst
2019-07-21Pass $configargs to openssl_pkey_exportDaniel Kesselberg
2019-07-18Error with exception on SSL errorMorris Jobke
2019-07-16Update unit testsJoas Schilling
2019-07-15Fix new core notifierJoas Schilling
2019-07-09Make it possible to wipe all tokens/devices of a userChristoph Wurst
2019-07-09Refactor: move remote wipe token logic to RW serviceChristoph Wurst
2019-07-02Send emails when remote wipe starts/finishesChristoph Wurst
2019-06-27Decouple remote wipe notifcation channels with eventsChristoph Wurst
2019-05-20Remote wipe supportRoeland Jago Douma
2019-05-17Allow 2FA to be setup on first loginRoeland Jago Douma
2019-05-07Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst