Merge pull request #1329 from clemens-tolboom/patch-1

Replace incorrectly rendered markdown into RST links
This commit is contained in:
Morris Jobke
2019-03-20 09:17:19 +01:00
committed by GitHub

View File

@@ -9,56 +9,56 @@ All apps are licensed under ``AGPLv3``.
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](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)
* [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)
* `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 <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>`_
* `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](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)
* [Files workflow engine](https://github.com/nextcloud/server/tree/master/apps/workflowengine)
* `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 <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>`_
* `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)
* `Calendar <https://github.com/nextcloud/calendar>`_
* `Contacts <https://github.com/nextcloud/contacts>`_
Nextcloud Talk
--------------
** [Talk](https://github.com/nextcloud/spreed)
** `Talk <https://github.com/nextcloud/spreed>`_