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 892B

1234567891011121314151617181920212223
  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>admin_audit</id>
  5. <name>Auditing / Logging</name>
  6. <summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
  7. <description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
  8. <version>1.16.0</version>
  9. <licence>agpl</licence>
  10. <author>Nextcloud</author>
  11. <namespace>AdminAudit</namespace>
  12. <types>
  13. <logging/>
  14. </types>
  15. <category>monitoring</category>
  16. <bugs>https://github.com/nextcloud/server/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="26" max-version="26"/>
  19. </dependencies>
  20. <background-jobs>
  21. <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
  22. </background-jobs>
  23. </info>