зеркало из https://github.com/nextcloud/activity.git
Fix appinfo file
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
3dcd54d934
Коммит
fd9f452313
|
@ -1,7 +1,9 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>activity</id>
|
<id>activity</id>
|
||||||
<name>Activity</name>
|
<name>Activity</name>
|
||||||
|
<summary>This application enables users to view actions related to their files in Nextcloud.</summary>
|
||||||
<description>
|
<description>
|
||||||
This application enables users to view actions related to their files in Nextcloud.
|
This application enables users to view actions related to their files in Nextcloud.
|
||||||
Once enabled, users will see a new icon “Activity” in their apps menu.
|
Once enabled, users will see a new icon “Activity” in their apps menu.
|
||||||
|
@ -12,48 +14,31 @@
|
||||||
More information is available in the Activity documentation.
|
More information is available in the Activity documentation.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<licence>AGPL</licence>
|
|
||||||
<author>Frank Karlitschek, Joas Schilling</author>
|
|
||||||
<shipped>true</shipped>
|
|
||||||
<version>2.7.0</version>
|
<version>2.7.0</version>
|
||||||
|
<licence>agpl</licence>
|
||||||
|
<author>Frank Karlitschek</author>
|
||||||
|
<author>Joas Schilling</author>
|
||||||
|
|
||||||
<default_enable/>
|
<default_enable/>
|
||||||
<types>
|
<types>
|
||||||
<filesystem/>
|
<filesystem/>
|
||||||
</types>
|
</types>
|
||||||
|
|
||||||
<website>https://github.com/nextcloud/activity/</website>
|
|
||||||
<bugs>https://github.com/nextcloud/activity/issues</bugs>
|
|
||||||
<repository type="git">https://github.com/nextcloud/activity.git</repository>
|
|
||||||
|
|
||||||
<documentation>
|
<documentation>
|
||||||
<admin>https://docs.nextcloud.org/server/14/admin_manual/configuration_server/activity_configuration.html</admin>
|
<admin>https://docs.nextcloud.org/server/14/admin_manual/configuration_server/activity_configuration.html</admin>
|
||||||
</documentation>
|
</documentation>
|
||||||
|
|
||||||
|
<category>monitoring</category>
|
||||||
|
<category>social</category>
|
||||||
|
|
||||||
|
<website>https://github.com/nextcloud/activity/</website>
|
||||||
|
<bugs>https://github.com/nextcloud/activity/issues</bugs>
|
||||||
|
<repository>https://github.com/nextcloud/activity.git</repository>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="14" max-version="14" />
|
<nextcloud min-version="14" max-version="14" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<navigations>
|
|
||||||
<navigation>
|
|
||||||
<name>Activity</name>
|
|
||||||
<route>activity.Activities.showList</route>
|
|
||||||
<order>1</order>
|
|
||||||
<icon>activity.svg</icon>
|
|
||||||
</navigation>
|
|
||||||
</navigations>
|
|
||||||
|
|
||||||
<activity>
|
|
||||||
<filters>
|
|
||||||
<filter>OCA\Activity\Filter\AllFilter</filter>
|
|
||||||
<filter>OCA\Activity\Filter\SelfFilter</filter>
|
|
||||||
<filter>OCA\Activity\Filter\ByFilter</filter>
|
|
||||||
</filters>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
<admin>OCA\Activity\Settings\Admin</admin>
|
|
||||||
<admin-section>OCA\Activity\Settings\Section</admin-section>
|
|
||||||
</settings>
|
|
||||||
|
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
|
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
|
||||||
<job>OCA\Activity\BackgroundJob\ExpireActivities</job>
|
<job>OCA\Activity\BackgroundJob\ExpireActivities</job>
|
||||||
|
@ -62,4 +47,26 @@
|
||||||
<commands>
|
<commands>
|
||||||
<command>OCA\Activity\Command\SendEmails</command>
|
<command>OCA\Activity\Command\SendEmails</command>
|
||||||
</commands>
|
</commands>
|
||||||
|
|
||||||
|
<settings>
|
||||||
|
<admin>OCA\Activity\Settings\Admin</admin>
|
||||||
|
<admin-section>OCA\Activity\Settings\Section</admin-section>
|
||||||
|
</settings>
|
||||||
|
|
||||||
|
<activity>
|
||||||
|
<filters>
|
||||||
|
<filter>OCA\Activity\Filter\AllFilter</filter>
|
||||||
|
<filter>OCA\Activity\Filter\SelfFilter</filter>
|
||||||
|
<filter>OCA\Activity\Filter\ByFilter</filter>
|
||||||
|
</filters>
|
||||||
|
</activity>
|
||||||
|
|
||||||
|
<navigations>
|
||||||
|
<navigation>
|
||||||
|
<name>Activity</name>
|
||||||
|
<route>activity.Activities.showList</route>
|
||||||
|
<icon>activity.svg</icon>
|
||||||
|
<order>1</order>
|
||||||
|
</navigation>
|
||||||
|
</navigations>
|
||||||
</info>
|
</info>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче