?i»?

Your IP : 3.129.250.144


Current Path : /home/s/c/g/scgforma/www/cloud/apps/activity/appinfo/
Upload File :
Current File : /home/s/c/g/scgforma/www/cloud/apps/activity/appinfo/info.xml

<?xml version="1.0"?>
<info>
	<id>activity</id>
	<name>Activity</name>
	<description>
		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.
		When clicked, a new page appears for users to track the activity related to files – from new files, to deleted files, move, rename, updates and shared activity.
		The user can configure their individual activity settings in their personal menu.
		This sets the type of activity to record, as well as whether to the user sees their own activities,
		whether these are only available online, and whether they get an email digest on a regular basis.
		More information is available in the Activity documentation.
	</description>

	<licence>AGPL</licence>
	<author>Frank Karlitschek, Joas Schilling</author>
	<shipped>true</shipped>
	<version>2.6.1</version>
	<default_enable/>
	<types>
		<filesystem/>
	</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>
		<admin>https://docs.nextcloud.org/server/13/admin_manual/configuration_server/activity_configuration.html</admin>
	</documentation>
	<dependencies>
		<nextcloud min-version="13" max-version="13" />
	</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>
		<job>OCA\Activity\BackgroundJob\EmailNotification</job>
		<job>OCA\Activity\BackgroundJob\ExpireActivities</job>
	</background-jobs>

	<commands>
		<command>OCA\Activity\Command\SendEmails</command>
	</commands>
</info>