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
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-20Move 2fa backupscode to new registrationRoeland Jago Douma
2021-04-16Listen to proper UserDeletedEventRoeland Jago Douma
2021-04-16Move over notification to new registrationRoeland Jago Douma
2021-04-15Format headerJ0WI
2021-04-152FA backupcodes: add strict typingJ0WI
2021-03-11Fix type error in CheckBackupCodes bg jobRoeland Jago Douma
2020-10-12Type some of the core mappersChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-18Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-06-17Migrate Two-Factor Backup Codes to new bootstrap mechanismChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-22Only human readbale backup charsRoeland Jago Douma
2019-09-12Remove unused backupscode functionRoeland Jago Douma
2019-07-17Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif...Morris Jobke
2019-07-16Add icon to twofactor_backupcodes notificationJan-Christoph Borchardt
2019-07-16Keep the old method as a fallback and adjust the testsJoas Schilling
2019-07-16Fix wording of backupcodes notificationJan-Christoph Borchardt
2019-07-15Update twofactor_backupcodes NotifierJoas Schilling
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-03-05Do not send notification if no active 2faRoeland Jago Douma
2019-03-05Clear backupcodes reminder if no 2FA is enabledRoeland Jago Douma
2019-02-11Add a link to the notification to create the backup codesJoas Schilling
2019-01-30Add a key parameter to the new initial state APIChristoph Wurst
2019-01-30Provide initial stateRoeland Jago Douma
2019-01-15Provide initial state for backupcodes in templateRoeland Jago Douma
2019-01-14Switch to OCP background jobsRoeland Jago Douma
2019-01-14Switch to QBMapperRoeland Jago Douma
2018-10-02Consolidate personal two-factor provider settingsChristoph Wurst
2018-10-02Add job to check users for backup code remindersRoeland Jago Douma
2018-10-01Clear notification to generate backup code once codes are generatedRoeland Jago Douma
2018-10-01Generate backups code notification if not enable but 2fa isRoeland Jago Douma
2018-08-21Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst
2018-08-01Fix state propragation of the backup codes providerChristoph Wurst
2018-03-26Make 2FA backupcodes strictRoeland Jago Douma
2018-01-26Merge pull request #8063 from nextcloud/inline-valueJoas Schilling
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
2018-01-26Use $var[] = $a instead of array_push - 2x fasterMorris Jobke
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling
2017-09-29Restore the sequencial orderJoas Schilling