You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>twofactor_backupcodes</id>
  9. <name>Two factor backup codes</name>
  10. <summary>A two-factor auth backup codes provider</summary>
  11. <description>A two-factor auth backup codes provider</description>
  12. <version>1.19.0</version>
  13. <licence>agpl</licence>
  14. <author>Christoph Wurst</author>
  15. <namespace>TwoFactorBackupCodes</namespace>
  16. <category>integration</category>
  17. <category>security</category>
  18. <bugs>https://github.com/nextcloud/server/issues</bugs>
  19. <dependencies>
  20. <nextcloud min-version="30" max-version="30"/>
  21. </dependencies>
  22. <repair-steps>
  23. <post-migration>
  24. <step>OCA\TwoFactorBackupCodes\Migration\CheckBackupCodes</step>
  25. </post-migration>
  26. </repair-steps>
  27. <activity>
  28. <providers>
  29. <provider>OCA\TwoFactorBackupCodes\Activity\Provider</provider>
  30. </providers>
  31. </activity>
  32. </info>