From bddb8b4f637424959c4818a4418ed1dffa124617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 13 Mar 2019 12:15:41 +0100 Subject: [PATCH 1/3] Update supported apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- admin_manual/installation/apps_supported.rst | 104 +++++++++++-------- 1 file changed, 59 insertions(+), 45 deletions(-) diff --git a/admin_manual/installation/apps_supported.rst b/admin_manual/installation/apps_supported.rst index 2560abac5..883bb818a 100644 --- a/admin_manual/installation/apps_supported.rst +++ b/admin_manual/installation/apps_supported.rst @@ -4,49 +4,63 @@ Supported apps Below is the list of apps supported for Nextcloud |version|. Supported here means that we'll accept bugreports and resolve them in these apps with regard to functionality and compatibility with Nextcloud |version|. To get access to work-arounds, long term support, priority bug fixing and custom consulting, contact Nextcloud GmbH. -* Activity -* Admin Audit Log -* Antivirus -* Calendar -* Circles -* Collaborative Tags -* Comments -* Contacts -* Encryption -* External Sites -* Federated File Sharing (allows file sharing across Nextcloud instances) -* Federation (allows usernname auto-complete across Nextcloud instances) -* Files (cannot be disabled) -* Files Access Control -* Files Automated Tagging -* Files External (external storage) -* Files PDF Viewer -* Files Sharing -* Files Text Editor -* Files Trashbin -* Files Versions -* Files Video Player -* First Run Wizard -* Gallery -* Logreader -* Lookup Server Connector -* Nextcloud Announcements -* Notifications -* Object Storage (Swift) -* Password Policy -* Provisioning API -* Server info (monitoring app) -* Sharebymail -* Socialsharing (Diaspora, email, Facebook, Google+ and Twitter) -* Sharepoint (external storage) -* Template Editor (for notification emails) -* Theming -* Update Notifications -* User External -* User LDAP -* User Shibboleth/SAML -* Talk -* WebDAV Endpoint (handles old and new webdav endpoints) -* Workflow Engine (cannot be disabled) +All apps are licensed under ``AGPLv3``. -All apps are licensed under the AGPL. +Nextcloud Files +--------------- + +* [Activity](https://github.com/nextcloud/activity) +* [Auditing / Logging](https://github.com/nextcloud/server/tree/master/apps/admin_audit) +* [Antivirus for files](https://github.com/nextcloud/files_antivirus) +* [Circles](https://github.com/nextcloud/circles) +* Collaborative Tags +* [Comments](https://github.com/nextcloud/server/tree/master/apps/comments) +* [Default encryption module](https://github.com/nextcloud/server/tree/master/apps/encryption) +* [External Sites](https://github.com/nextcloud/external) +* [Federated file sharing](https://github.com/nextcloud/server/tree/master/apps/federatedfilesharing) +* [Federation](https://github.com/nextcloud/server/tree/master/apps/federation) +* [Files](https://github.com/nextcloud/server/tree/master/apps/files) +* [Files access control](https://github.com/nextcloud/files_accesscontrol) +* [Files Automated Tagging](https://github.com/nextcloud/files_automatedtagging) +* [External storage support](https://github.com/nextcloud/server/tree/master/apps/files_external) +* [PDF Viewer](https://github.com/nextcloud/files_pdfviewer) +* [File sharing](https://github.com/nextcloud/server/tree/master/apps/files_sharing) +* [Text Editor](https://github.com/nextcloud/files_texteditor) +* [Deleted files](https://github.com/nextcloud/server/tree/master/apps/files_trashbin) +* [Versions](https://github.com/nextcloud/server/tree/master/apps/files_versions) +* [Video Player](https://github.com/nextcloud/files_videoplayer) +* [First run wizard](https://github.com/nextcloud/firstrunwizard) +* [Gallery](https://github.com/nextcloud/gallery) +* [Log Reader](https://github.com/nextcloud/logreader) +* [Lookup Server Connector](https://github.com/nextcloud/server/tree/master/apps/lookup_server_connector) +* [Nextcloud announcements](https://github.com/nextcloud/nextcloud_announcements/blob/master/appinfo/info.xml) +* [Notifications](https://github.com/nextcloud/notifications) +* [Password policy](https://github.com/nextcloud/password_policy) +* [Provisioning API](https://github.com/nextcloud/server/tree/master/apps/provisioning_api) +* [Monitoring](https://github.com/nextcloud/serverinfo) +* [Share by mail](https://github.com/nextcloud/server/tree/master/apps/sharebymail) +* Social sharing via: + * [Diaspora](https://github.com/nextcloud/socialsharing/tree/master/socialsharing_diaspora) + * [Email](https://github.com/nextcloud/socialsharing/tree/master/socialsharing_email) + * [Facebook](https://github.com/nextcloud/socialsharing/tree/master/socialsharing_facebook) + * [Twitter](https://github.com/nextcloud/socialsharing/tree/master/socialsharing_twitter) +* [SharePoint Backend](https://github.com/nextcloud/sharepoint/blob/master/appinfo/info.xml) +* [Theming](https://github.com/nextcloud/server/tree/master/apps/theming) +* Update Notifications +* [User External](https://github.com/nextcloud/user_external) +* [LDAP user and group backend](https://github.com/nextcloud/server/blob/master/apps/user_ldap) +* [SSO & SAML authentication](https://github.com/nextcloud/user_saml) +* [WebDAV endpoint](https://github.com/nextcloud/server/blob/master/apps/dav) +* [Files workflow engine](https://github.com/nextcloud/server/tree/master/apps/workflowengine) + +Nextcloud Groupware +------------------- + +* [Calendar](https://github.com/nextcloud/calendar) +* [Contacts](https://github.com/nextcloud/contacts) + + +Nextcloud Talk +-------------- + +** [Talk](https://github.com/nextcloud/spreed) From b686bf71c2beddecf324072b007f25e6de6ccf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 14 Mar 2019 10:55:34 +0100 Subject: [PATCH 2/3] Update links and supported products MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- admin_manual/installation/apps_supported.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/apps_supported.rst b/admin_manual/installation/apps_supported.rst index 883bb818a..93078d767 100644 --- a/admin_manual/installation/apps_supported.rst +++ b/admin_manual/installation/apps_supported.rst @@ -13,7 +13,7 @@ Nextcloud Files * [Auditing / Logging](https://github.com/nextcloud/server/tree/master/apps/admin_audit) * [Antivirus for files](https://github.com/nextcloud/files_antivirus) * [Circles](https://github.com/nextcloud/circles) -* Collaborative Tags +* [Collaborative Tags](https://github.com/nextcloud/server/tree/master/apps/systemtags) * [Comments](https://github.com/nextcloud/server/tree/master/apps/comments) * [Default encryption module](https://github.com/nextcloud/server/tree/master/apps/encryption) * [External Sites](https://github.com/nextcloud/external) @@ -46,8 +46,7 @@ Nextcloud Files * [Twitter](https://github.com/nextcloud/socialsharing/tree/master/socialsharing_twitter) * [SharePoint Backend](https://github.com/nextcloud/sharepoint/blob/master/appinfo/info.xml) * [Theming](https://github.com/nextcloud/server/tree/master/apps/theming) -* Update Notifications -* [User External](https://github.com/nextcloud/user_external) +* [Update Notifications](https://github.com/nextcloud/server/tree/master/apps/updatenotification) * [LDAP user and group backend](https://github.com/nextcloud/server/blob/master/apps/user_ldap) * [SSO & SAML authentication](https://github.com/nextcloud/user_saml) * [WebDAV endpoint](https://github.com/nextcloud/server/blob/master/apps/dav) From a6714557ec81c0f21f73ddbb9fe499ad49c31244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 14 Mar 2019 10:56:14 +0100 Subject: [PATCH 3/3] Remove unneeded lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- admin_manual/installation/apps_supported.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/installation/apps_supported.rst b/admin_manual/installation/apps_supported.rst index 93078d767..a701cc84c 100644 --- a/admin_manual/installation/apps_supported.rst +++ b/admin_manual/installation/apps_supported.rst @@ -58,7 +58,6 @@ Nextcloud Groupware * [Calendar](https://github.com/nextcloud/calendar) * [Contacts](https://github.com/nextcloud/contacts) - Nextcloud Talk --------------