19 | | * [https://apps.nextcloud.com/apps/calendar Calendar] |
20 | | * [https://apps.nextcloud.com/apps/contacts Contacts] |
21 | | * [https://apps.nextcloud.com/apps/files_markdown Markdown editor] |
22 | | * [https://apps.nextcloud.com/apps/bookmarks Bookmarks] (see #10696) |
23 | | * [https://github.com/nextcloud/apps/tree/master/user_external External user authentication] - The full nextcloud apps repository is checked out in /srv/nextcloud-apps. The user_external app is copied from /srv/nextcloud-apps/user_external to /var/lib/nextcloud/apps-local. |
24 | | * MF/PL custom auth app (git://git.mayfirst.org/mfpl/mfplauth) - this module is checkout via git directly in /var/lib/nextcloud/apps-local/mfplauth. |
25 | | * [https://apps.nextcloud.com/apps/richdocuments Rich Documents/Collobora] |
| 19 | * [https://apps.nextcloud.com/apps/calendar Calendar] - allows users to create, share and sync calendars |
| 20 | * [https://apps.nextcloud.com/apps/contacts Contacts] - allows users to create, share and sync contacts |
| 21 | * [https://apps.nextcloud.com/apps/files_markdown Markdown editor] - provides a live preview while editing files in the markdown syntax (useful for storing static content generated web sites like [https://gohugo.io/ hugo]). |
| 22 | * [https://apps.nextcloud.com/apps/circles circles] - allows users to create "circles" of people to share documents, calendars, etc. with. |
| 23 | * [https://apps.nextcloud.com/apps/bookmarks Bookmarks] (see #10696) - save, sync and share bookmarks |
| 24 | * [https://github.com/nextcloud/apps/tree/master/user_external External user authentication] - The base application allowing us to write our own external auth plugin (see below). The full nextcloud apps repository is checked out in /srv/nextcloud-apps. The user_external app is copied from /srv/nextcloud-apps/user_external to /var/lib/nextcloud/apps-local. |
| 25 | * MF/PL custom auth app (git://git.mayfirst.org/mfpl/mfplauth) - Allowing users to login using their own May First/People Link username and password. this module is checkout via git directly in /var/lib/nextcloud/apps-local/mfplauth. |
| 26 | * [https://apps.nextcloud.com/apps/richdocuments Rich Documents/Collobora] - web edit word and spreadsheet files. |