info.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-FileCopyrightText: 2016 ownCloud, Inc.
  5. - SPDX-License-Identifier: AGPL-3.0-only
  6. -->
  7. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  9. <id>admin_audit</id>
  10. <name>Auditing / Logging</name>
  11. <summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
  12. <description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
  13. <version>1.20.0</version>
  14. <licence>agpl</licence>
  15. <author>Nextcloud</author>
  16. <namespace>AdminAudit</namespace>
  17. <types>
  18. <logging/>
  19. </types>
  20. <category>monitoring</category>
  21. <bugs>https://github.com/nextcloud/server/issues</bugs>
  22. <dependencies>
  23. <nextcloud min-version="30" max-version="30"/>
  24. </dependencies>
  25. <background-jobs>
  26. <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
  27. </background-jobs>
  28. </info>