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-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
2017-09-29Migrate the twofactor_backupcodes app to bigintJoas Schilling
2017-09-19Fix database structure of twofactor backupcodes app to match 12Joas Schilling
2017-07-07Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke
2017-07-05Fix dropping tables and handle the prefix automaticallyJoas Schilling
2017-07-05Move twofactor_backupcodes to migrationsJoas Schilling
2017-06-27move encryption to security (and behind two factor things)Arthur Schiwon
2017-06-23move twofactor_* into securityArthur Schiwon
2017-06-23adapt twofactore_backupcodesArthur Schiwon
2017-06-20Use PNG version of the icons for shipped activitiesJoas Schilling
2017-05-18Publish 2fa backup codes activities to the right streamChristoph Wurst
2017-05-18Change 2FA activities to more generic security activitiesChristoph Wurst
2017-05-15Add a update step that copies all the backup codesJoas Schilling
2017-05-15Rename the table to a valid nameJoas Schilling
2017-05-15Remove 2FA backup codes on user deletionJoas Schilling
2017-05-02Hide 2FA backup codes if no other 2FA providers are enabledChristoph Wurst