From f095001e4b29229576f7f74881b78bf9b1db2c85 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Feb 2018 16:04:45 +0100 Subject: [PATCH] Fix info.xml files of shipped apps Signed-off-by: Joas Schilling --- apps/admin_audit/appinfo/info.xml | 16 +++--- apps/comments/appinfo/info.xml | 17 +++--- apps/dav/appinfo/info.xml | 37 +++++++------ apps/encryption/appinfo/info.xml | 40 ++++++++------ apps/federatedfilesharing/appinfo/info.xml | 14 +++-- apps/federation/appinfo/info.xml | 27 ++++++---- apps/files/appinfo/info.xml | 50 ++++++++++-------- apps/files_external/appinfo/info.xml | 35 +++++++------ apps/files_sharing/appinfo/info.xml | 52 +++++++++++-------- apps/files_trashbin/appinfo/info.xml | 20 ++++--- apps/files_versions/appinfo/info.xml | 26 ++++++---- apps/lookup_server_connector/appinfo/info.xml | 18 ++++--- apps/oauth2/appinfo/info.xml | 9 +++- apps/provisioning_api/appinfo/info.xml | 20 ++++--- apps/sharebymail/appinfo/info.xml | 51 +++++++++--------- apps/systemtags/appinfo/info.xml | 19 ++++--- apps/testing/appinfo/info.xml | 18 ++++--- apps/theming/appinfo/info.xml | 20 +++---- apps/twofactor_backupcodes/appinfo/info.xml | 23 ++++---- apps/updatenotification/appinfo/info.xml | 10 ++-- apps/user_ldap/appinfo/info.xml | 23 ++++---- apps/workflowengine/appinfo/info.xml | 20 +++---- 22 files changed, 331 insertions(+), 234 deletions(-) diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml index 44abc85f10..054ed9580f 100644 --- a/apps/admin_audit/appinfo/info.xml +++ b/apps/admin_audit/appinfo/info.xml @@ -1,16 +1,20 @@ - + admin_audit Auditing / Logging + Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions. Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions. - AGPL - Nextcloud 1.4.0 + agpl + Nextcloud AdminAudit - - - + monitoring + https://github.com/nextcloud/server/issues + + + diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index 61a23cf65f..bc2cfe0305 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -1,19 +1,24 @@ - + comments Comments + Files app plugin to add comments to files Files app plugin to add comments to files - AGPL + 1.4.0 + agpl Arthur Schiwon Vincent Petry - 1.4.0 - - - + office + social + https://github.com/nextcloud/server/issues + + + diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 7115cacfef..3afef530e7 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -1,22 +1,24 @@ - + dav WebDAV + WebDAV endpoint WebDAV endpoint - AGPL - owncloud.org 1.5.0 + agpl + owncloud.org + DAV - DAV - - appinfo/v1/publicwebdav.php - + integration + https://github.com/nextcloud/server/issues + OCA\DAV\Migration\FixBirthdayCalendarComponent @@ -24,6 +26,7 @@ OCA\DAV\Migration\BuildCalendarSearchIndex + OCA\DAV\Command\CreateAddressBook OCA\DAV\Command\CreateCalendar @@ -31,18 +34,22 @@ OCA\DAV\Command\SyncSystemAddressBook - - - OCA\DAV\CalDAV\Activity\Filter\Calendar - OCA\DAV\CalDAV\Activity\Filter\Todo - + + OCA\DAV\Settings\CalDAVSettings + + OCA\DAV\CalDAV\Activity\Setting\Calendar OCA\DAV\CalDAV\Activity\Setting\Event OCA\DAV\CalDAV\Activity\Setting\Todo + + OCA\DAV\CalDAV\Activity\Filter\Calendar + OCA\DAV\CalDAV\Activity\Filter\Todo + + OCA\DAV\CalDAV\Activity\Provider\Calendar OCA\DAV\CalDAV\Activity\Provider\Event @@ -50,7 +57,7 @@ - - OCA\DAV\Settings\CalDAVSettings - + + appinfo/v1/publicwebdav.php + diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 5744e5d2d6..2859043e72 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -1,6 +1,9 @@ - + encryption + Default encryption module + Default encryption module for server-side encryption In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt @@ -11,35 +14,40 @@ Please read the documentation to know all implications before you decide to enable server-side encryption. - Default encryption module - AGPL + 2.1.0 + agpl Bjoern Schiessle Clark Tomlinson + + + user-encryption admin-encryption - 2.1.0 - - - + files + security + https://github.com/nextcloud/server/issues + openssl - - OCA\Encryption\Settings\Admin - OCA\Encryption\Settings\Personal - - - OCA\Encryption\Command\EnableMasterKey - OCA\Encryption\Command\DisableMasterKey - OCA\Encryption\Command\MigrateKeys - OCA\Encryption\Migration\SetMasterKeyStatus + + + OCA\Encryption\Command\EnableMasterKey + OCA\Encryption\Command\DisableMasterKey + OCA\Encryption\Command\MigrateKeys + + + + OCA\Encryption\Settings\Admin + OCA\Encryption\Settings\Personal + diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index ac5e3f45e9..027e62ed18 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -1,17 +1,23 @@ - + federatedfilesharing Federated file sharing + Provide federated file sharing across servers Provide federated file sharing across servers - AGPL + 1.4.0 + agpl Bjoern Schiessle Roeland Jago Douma - 1.4.0 FederatedFileSharing - other + files + social + https://github.com/nextcloud/server/issues + + OCA\FederatedFileSharing\Settings\Admin OCA\FederatedFileSharing\Settings\Personal diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index c7fc2f2431..e96c50479a 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -1,30 +1,35 @@ - + federation Federation + Federation allows you to connect with other trusted servers to exchange the user directory. Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. - AGPL - Bjoern Schiessle 1.4.0 + agpl + Bjoern Schiessle Federation - other - - - + + social + https://github.com/nextcloud/server/issues + + + + OCA\Federation\SyncJob - - OCA\Federation\Settings\Admin - - OCA\Federation\Command\SyncFederationAddressBooks + + + OCA\Federation\Settings\Admin + diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 1faf2c80ad..f5b43070ce 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -1,22 +1,43 @@ - + files Files + File Management File Management - AGPL + 1.9.0 + agpl Robin Appelman Vincent Petry - 1.9.0 - - - user-files + files + https://github.com/nextcloud/server/issues + + + + + + OCA\Files\BackgroundJob\ScanFiles + OCA\Files\BackgroundJob\DeleteOrphanedItems + OCA\Files\BackgroundJob\CleanupFileLocks + + + + OCA\Files\Command\Scan + OCA\Files\Command\DeleteOrphanedFiles + OCA\Files\Command\TransferOwnership + OCA\Files\Command\ScanAppData + + + + OCA\Files\Settings\Admin + @@ -39,23 +60,6 @@ - - OCA\Files\BackgroundJob\ScanFiles - OCA\Files\BackgroundJob\DeleteOrphanedItems - OCA\Files\BackgroundJob\CleanupFileLocks - - - - OCA\Files\Settings\Admin - - - - OCA\Files\Command\Scan - OCA\Files\Command\DeleteOrphanedFiles - OCA\Files\Command\TransferOwnership - OCA\Files\Command\ScanAppData - - Files diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index a924c32ba2..795c63a60f 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -1,38 +1,36 @@ - + files_external External storage support + Adds basic external storage support This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file. External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation. - AGPL + 1.5.0 + agpl Robin Appelman Michael Gapczynski Vincent Petry - - admin-external-storage - - 1.5.0 + Files_External + - 166048 - Files_External + + admin-external-storage + + files + integration + https://github.com/nextcloud/server/issues - - OCA\Files_External\Settings\Admin - OCA\Files_External\Settings\Section - OCA\Files_External\Settings\Personal - OCA\Files_External\Settings\PersonalSection - - OCA\Files_External\Command\ListCommand OCA\Files_External\Command\Config @@ -46,4 +44,11 @@ External storage can be configured using the GUI or at the command line. This se OCA\Files_External\Command\Verify OCA\Files_External\Command\Notify + + + OCA\Files_External\Settings\Admin + OCA\Files_External\Settings\Section + OCA\Files_External\Settings\Personal + OCA\Files_External\Settings\PersonalSection + diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 326bd49e9b..b4c5424726 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -1,28 +1,46 @@ - + files_sharing File sharing + File sharing This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices. Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation. - AGPL + 1.6.0 + agpl Michael Gapczynski Bjoern Schiessle + Files_Sharing - 1.6.0 + + files + social + https://github.com/nextcloud/server/issues - - public.php - - Files_Sharing + + OCA\Files_Sharing\DeleteOrphanedSharesJob + OCA\Files_Sharing\ExpireSharesJob + + + + + OCA\Files_Sharing\Migration\OwncloudGuestShareType + OCA\Files_Sharing\Migration\SetPasswordColumn + + + + + OCA\Files_Sharing\Command\CleanupRemoteStorages + @@ -44,25 +62,13 @@ Turning the feature off removes shared files and folders on the server for all s - - OCA\Files_Sharing\DeleteOrphanedSharesJob - OCA\Files_Sharing\ExpireSharesJob - - - - OCA\Files_Sharing\Command\CleanupRemoteStorages - - - - - OCA\Files_Sharing\Migration\OwncloudGuestShareType - OCA\Files_Sharing\Migration\SetPasswordColumn - - - OCA\Files_Sharing\Collaboration\ShareRecipientSorter + + + public.php + diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 305906a544..585e61fe1e 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -1,26 +1,30 @@ - + files_trashbin Deleted files + This application enables users to restore files that were deleted from the system. This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days. To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation. - AGPL - Bjoern Schiessle - 1.4.0 + agpl + Bjoern Schiessle + Files_Trashbin + - Files_Trashbin - - - user-trashbin + files + https://github.com/nextcloud/server/issues + + + OCA\Files_Trashbin\BackgroundJob\ExpireTrash diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 511b1713cb..8f7e4d7b71 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -1,26 +1,30 @@ - + files_versions Versions - AGPL - Frank Karlitschek - Bjoern Schiessle + This application automatically maintains older versions of files that are changed. - This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions. -In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. + This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions. + In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. 1.7.0 + agpl + Frank Karlitschek + Bjoern Schiessle + Files_Versions + - Files_Versions - - - user-versions - + files + https://github.com/nextcloud/server/issues + + + OCA\Files_Versions\BackgroundJob\ExpireVersions diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml index 31fc4fe8e5..19ffeb4de1 100644 --- a/apps/lookup_server_connector/appinfo/info.xml +++ b/apps/lookup_server_connector/appinfo/info.xml @@ -1,18 +1,22 @@ - + lookup_server_connector Lookup Server Connector + Sync public user information with the lookup server Sync public user information with the lookup server - AGPL + 1.2.0 + agpl Bjoern Schiessle LookupServerConnector - 1.2.0 - other - - - + integration + social + https://github.com/nextcloud/server/issues + + + diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 0bbad31dab..ac18b5cdb9 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -1,16 +1,21 @@ - + oauth2 OAuth 2.0 + Allows OAuth2 compatible authentication from other web applications. The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications. + 1.2.0 agpl Lukas Reschke OAuth2 - 1.2.0 + + integration + https://github.com/nextcloud/server/issues diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 849e74432f..05e805c117 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -1,7 +1,9 @@ - - + + provisioning_api Provisioning API + This application enables a set of APIs that external systems can use to manage users, groups and apps. This application enables a set of APIs that external systems can use to create, edit, delete and query user attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users @@ -11,17 +13,19 @@ listed above. More information is available in the Provisioning API documentation, including example calls and server responses. - AGPL - Tom Needham - - - admin-provisioning-api - 1.4.0 + agpl + Tom Needham Provisioning_API + + + admin-provisioning-api + + integration + https://github.com/nextcloud/server/issues diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index f1cd70a66b..6bec13e819 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -1,29 +1,32 @@ - - sharebymail - Share by mail - Share provider which allows you to share files by mail - AGPL - Bjoern Schiessle - 1.4.0 - ShareByMail - other - - - - + + sharebymail + Share by mail + Share provider which allows you to share files by mail + Share provider which allows you to share files by mail + 1.4.0 + agpl + Bjoern Schiessle + ShareByMail + - - - + + + + social + https://github.com/nextcloud/server/issues + + + - - OCA\ShareByMail\Settings\Admin - + + OCA\ShareByMail\Settings\Admin + - - - OCA\ShareByMail\Activity - - + + + OCA\ShareByMail\Activity + + diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index e46daf4b04..6484cd450c 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -1,21 +1,26 @@ - + systemtags Collaborative tags + Collaborative tagging functionality which shares tags among users. Collaborative tagging functionality which shares tags among users. Great for teams. (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.) - AGPL + 1.4.0 + agpl Vincent Petry Joas Schilling - - 1.4.0 - - - SystemTags + + files + organization + https://github.com/nextcloud/server/issues + + + OCA\SystemTags\Settings\Admin diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index d0d350a036..81be7649d8 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -1,15 +1,19 @@ - - + + testing QA testing + This app is only for testing! It is dangerous to have it enabled in a live instance This app is only for testing! It is dangerous to have it enabled in a live instance - AGPL - Joas Schilling 1.4.0 - - - + agpl + Joas Schilling + monitoring + https://github.com/nextcloud/server/issues + + + diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index d2eacea77b..63ae7d196c 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -1,23 +1,25 @@ - + theming Theming + Adjust the Nextcloud theme Adjust the Nextcloud theme - AGPL - Nextcloud 1.5.0 + agpl + Nextcloud Theming - other - - - - + - + customization + https://github.com/nextcloud/server/issues + + + OCA\Theming\Settings\Admin diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml index f2581de63e..9fe0071a44 100644 --- a/apps/twofactor_backupcodes/appinfo/info.xml +++ b/apps/twofactor_backupcodes/appinfo/info.xml @@ -1,29 +1,32 @@ - + twofactor_backupcodes Two factor backup codes + A two-factor auth backup codes provider A two-factor auth backup codes provider + 1.3.0 agpl Christoph Wurst - 1.3.0 TwoFactorBackupCodes - other + integration + security + https://github.com/nextcloud/server/issues + + + OCA\TwoFactorBackupCodes\Provider\BackupCodesProvider - - - + + OCA\TwoFactorBackupCodes\Settings\Personal + OCA\TwoFactorBackupCodes\Activity\Provider - - - OCA\TwoFactorBackupCodes\Settings\Personal - diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index 14ec98916a..a227ccd655 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -1,13 +1,17 @@ - + updatenotification Update notification + Displays update notifications for Nextcloud and provides the SSO for the updater. Displays update notifications for Nextcloud and provides the SSO for the updater. - AGPL - Lukas Reschke 1.4.1 + agpl + Lukas Reschke UpdateNotification + monitoring + https://github.com/nextcloud/server/issues diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index dbf9a73689..bb5ebce4fc 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -1,43 +1,46 @@ - + user_ldap LDAP user and group backend + This application enables administrators to connect Nextcloud to an LDAP-based user directory. This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters. A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation. - AGPL + 1.4.0 + agpl Dominik Schmidt Arthur Schiwon - 1.4.0 + User_LDAP admin-ldap + integration + https://github.com/nextcloud/server/issues ldap - User_LDAP - OCA\User_LDAP\Jobs\UpdateGroups OCA\User_LDAP\Jobs\CleanUp OCA\User_LDAP\Jobs\Sync - - OCA\User_LDAP\Settings\Admin - OCA\User_LDAP\Settings\Section - - OCA\User_LDAP\Migration\UUIDFixInsert + + + OCA\User_LDAP\Settings\Admin + OCA\User_LDAP\Settings\Section + diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 5d51333f75..1c069ca543 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -1,22 +1,24 @@ - + workflowengine Files workflow engine - - AGPL - Morris Jobke + Files workflow engine + Files workflow engine 1.4.0 + agpl + Morris Jobke WorkflowEngine - other - https://github.com/nextcloud/server - https://github.com/nextcloud/server/issues - https://github.com/nextcloud/server.git - + files + https://github.com/nextcloud/server + https://github.com/nextcloud/server/issues + https://github.com/nextcloud/server.git +