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.

info.xml 971B

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