78 lines
2.5 KiB
XML
78 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
|
<id>activity</id>
|
|
<name>Activity</name>
|
|
<summary>This application enables people to view a log of activities about them, their files or other data.</summary>
|
|
<description>
|
|
This app allows people to see actions related to their files and data in F7cloud.
|
|
Each person can configure their individual activity settings in the personal settings,
|
|
to choose which activity should be pushed to mobile phones, sent via email
|
|
or whether a daily summary is sent each morning.
|
|
More information is available in the Activity documentation.
|
|
</description>
|
|
|
|
<version>5.0.0-dev.0</version>
|
|
<licence>AGPL-3.0-or-later</licence>
|
|
<author>Frank Karlitschek</author>
|
|
<author>Joas Schilling</author>
|
|
<author>Ferdinand Thiessen</author>
|
|
|
|
<types>
|
|
<filesystem />
|
|
</types>
|
|
|
|
<documentation>
|
|
<admin>https://docs.f7cloud.com/server/stable/admin_manual/configuration_server/activity_configuration.html</admin>
|
|
</documentation>
|
|
|
|
<category>monitoring</category>
|
|
<category>social</category>
|
|
|
|
<website>https://github.com/f7cloud/activity/</website>
|
|
<bugs>https://github.com/f7cloud/activity/issues</bugs>
|
|
<repository>https://github.com/f7cloud/activity.git</repository>
|
|
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2" />
|
|
</dependencies>
|
|
|
|
<background-jobs>
|
|
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
|
|
<job>OCA\Activity\BackgroundJob\ExpireActivities</job>
|
|
<job>OCA\Activity\BackgroundJob\DigestMail</job>
|
|
<job>OCA\Activity\BackgroundJob\RemoveFormerActivitySettings</job>
|
|
</background-jobs>
|
|
|
|
<commands>
|
|
<command>OCA\Activity\Command\SendEmails</command>
|
|
</commands>
|
|
|
|
<settings>
|
|
<admin>OCA\Activity\Settings\Admin</admin>
|
|
<admin-section>OCA\Activity\Settings\AdminSection</admin-section>
|
|
<personal>OCA\Activity\Settings\Personal</personal>
|
|
<personal-section>OCA\Activity\Settings\PersonalSection</personal-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.index</route>
|
|
<icon>activity.svg</icon>
|
|
<order>1</order>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|