2012-04-29 15:17:22 -04:00
|
|
|
<?xml version="1.0"?>
|
2024-05-28 10:42:42 -04:00
|
|
|
<!--
|
|
|
|
|
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
- SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc.
|
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
-->
|
2018-02-07 10:04:45 -05:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2012-04-29 15:17:22 -04:00
|
|
|
<id>files</id>
|
|
|
|
|
<name>Files</name>
|
2018-02-07 10:04:45 -05:00
|
|
|
<summary>File Management</summary>
|
2012-04-29 15:17:22 -04:00
|
|
|
<description>File Management</description>
|
2026-01-22 02:59:28 -05:00
|
|
|
<version>2.6.0</version>
|
2018-02-07 10:04:45 -05:00
|
|
|
<licence>agpl</licence>
|
2023-09-22 05:47:47 -04:00
|
|
|
<author>John Molakvoæ</author>
|
2017-05-22 04:39:49 -04:00
|
|
|
<author>Robin Appelman</author>
|
|
|
|
|
<author>Vincent Petry</author>
|
2012-05-13 18:28:22 -04:00
|
|
|
<types>
|
|
|
|
|
<filesystem/>
|
|
|
|
|
</types>
|
2014-10-09 09:00:36 -04:00
|
|
|
<documentation>
|
|
|
|
|
<user>user-files</user>
|
|
|
|
|
</documentation>
|
2018-02-07 10:04:45 -05:00
|
|
|
<category>files</category>
|
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
|
<dependencies>
|
2026-01-22 02:59:28 -05:00
|
|
|
<nextcloud min-version="34" max-version="34"/>
|
2018-02-07 10:04:45 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<background-jobs>
|
2023-02-21 01:36:43 -05:00
|
|
|
<job>OCA\Files\BackgroundJob\ScanFiles</job>
|
|
|
|
|
<job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
|
2023-02-07 09:55:55 -05:00
|
|
|
<job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
|
2023-02-21 01:36:43 -05:00
|
|
|
<job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job>
|
2022-10-12 05:41:26 -04:00
|
|
|
<job>OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor</job>
|
2018-02-07 10:04:45 -05:00
|
|
|
</background-jobs>
|
|
|
|
|
|
|
|
|
|
<commands>
|
|
|
|
|
<command>OCA\Files\Command\Scan</command>
|
|
|
|
|
<command>OCA\Files\Command\DeleteOrphanedFiles</command>
|
|
|
|
|
<command>OCA\Files\Command\TransferOwnership</command>
|
|
|
|
|
<command>OCA\Files\Command\ScanAppData</command>
|
2021-01-18 12:30:19 -05:00
|
|
|
<command>OCA\Files\Command\RepairTree</command>
|
2023-04-28 11:13:20 -04:00
|
|
|
<command>OCA\Files\Command\Get</command>
|
2023-04-28 11:34:39 -04:00
|
|
|
<command>OCA\Files\Command\Put</command>
|
2023-04-28 11:13:20 -04:00
|
|
|
<command>OCA\Files\Command\Delete</command>
|
2023-05-19 08:41:03 -04:00
|
|
|
<command>OCA\Files\Command\Copy</command>
|
|
|
|
|
<command>OCA\Files\Command\Move</command>
|
2025-03-20 13:29:45 -04:00
|
|
|
<command>OCA\Files\Command\SanitizeFilenames</command>
|
2025-11-14 11:22:14 -05:00
|
|
|
<command>OCA\Files\Command\Mount\Refresh</command>
|
2025-11-14 11:34:38 -05:00
|
|
|
<command>OCA\Files\Command\Mount\ListMounts</command>
|
2023-05-12 11:52:04 -04:00
|
|
|
<command>OCA\Files\Command\Object\Delete</command>
|
|
|
|
|
<command>OCA\Files\Command\Object\Get</command>
|
|
|
|
|
<command>OCA\Files\Command\Object\Put</command>
|
2025-03-20 10:22:27 -04:00
|
|
|
<command>OCA\Files\Command\Object\Info</command>
|
2025-03-20 10:59:25 -04:00
|
|
|
<command>OCA\Files\Command\Object\ListObject</command>
|
2025-03-20 11:33:32 -04:00
|
|
|
<command>OCA\Files\Command\Object\Orphans</command>
|
2025-06-02 13:17:21 -04:00
|
|
|
<command>OCA\Files\Command\Object\Multi\Users</command>
|
2025-06-05 11:25:14 -04:00
|
|
|
<command>OCA\Files\Command\Object\Multi\Rename</command>
|
2025-04-04 13:17:43 -04:00
|
|
|
<command>OCA\Files\Command\WindowsCompatibleFilenames</command>
|
2018-02-07 10:04:45 -05:00
|
|
|
</commands>
|
|
|
|
|
|
2024-07-16 06:39:29 -04:00
|
|
|
<settings>
|
2025-08-28 11:43:35 -04:00
|
|
|
<admin>OCA\Files\Settings\AdminSettings</admin>
|
2024-07-16 06:39:29 -04:00
|
|
|
<personal>OCA\Files\Settings\PersonalSettings</personal>
|
|
|
|
|
</settings>
|
|
|
|
|
|
2016-10-21 05:50:28 -04:00
|
|
|
<activity>
|
2016-10-25 12:23:51 -04:00
|
|
|
<settings>
|
2016-12-04 06:14:10 -05:00
|
|
|
<setting>OCA\Files\Activity\Settings\FavoriteAction</setting>
|
2016-10-25 12:23:51 -04:00
|
|
|
<setting>OCA\Files\Activity\Settings\FileChanged</setting>
|
2020-08-11 19:43:12 -04:00
|
|
|
<setting>OCA\Files\Activity\Settings\FileFavoriteChanged</setting>
|
2016-10-25 12:23:51 -04:00
|
|
|
</settings>
|
|
|
|
|
|
2016-10-21 05:50:28 -04:00
|
|
|
<filters>
|
|
|
|
|
<filter>OCA\Files\Activity\Filter\FileChanges</filter>
|
2016-10-21 06:46:04 -04:00
|
|
|
<filter>OCA\Files\Activity\Filter\Favorites</filter>
|
2016-10-21 05:50:28 -04:00
|
|
|
</filters>
|
2016-11-04 06:34:42 -04:00
|
|
|
|
|
|
|
|
<providers>
|
2016-12-04 06:14:10 -05:00
|
|
|
<provider>OCA\Files\Activity\FavoriteProvider</provider>
|
2016-11-04 06:34:42 -04:00
|
|
|
<provider>OCA\Files\Activity\Provider</provider>
|
|
|
|
|
</providers>
|
2016-10-21 05:50:28 -04:00
|
|
|
</activity>
|
|
|
|
|
|
2017-03-26 15:15:25 -04:00
|
|
|
<navigations>
|
|
|
|
|
<navigation>
|
|
|
|
|
<name>Files</name>
|
|
|
|
|
<route>files.view.index</route>
|
|
|
|
|
<order>0</order>
|
|
|
|
|
</navigation>
|
|
|
|
|
</navigations>
|
2016-12-08 11:43:46 -05:00
|
|
|
|
2012-04-29 15:17:22 -04:00
|
|
|
</info>
|