πŸ’Ύ Nextcloud SharePoint Backend for External storages
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
blizzz ba864d880c
Merge pull request #147 from nextcloud/feat/workflow-auto-update-phpunit-oci.yml
Updating phpunit-oci.yml workflow from template
2022-12-03 19:36:28 +01:00
.github/workflows Merge pull request #147 from nextcloud/feat/workflow-auto-update-phpunit-oci.yml 2022-12-03 19:36:28 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:56:56 +00:00
appinfo Add Nextcloud 25 support on master 2022-09-22 13:30:45 +02:00
img Add Sharepoint icon, fix #1 2017-04-27 20:21:43 +02:00
l10n [tx-robot] updated from transifex 2022-11-23 02:56:07 +00:00
lib prevent the Logger from writing sensitive values 2022-07-28 23:36:39 +02:00
screenshots add screenshot for the store 2017-04-26 17:16:17 +02:00
tests add integration test to ensure credentials are not logged in plain text 2022-07-29 15:28:30 +02:00
.gitignore add integration test to ensure credentials are not logged in plain text 2022-07-29 15:28:30 +02:00
.nextcloudignore lower case the accept header 2021-03-12 14:48:29 +01:00
.php_cs.dist move tests from travis to github 2021-03-05 15:41:28 +01:00
COPYING commit skeletion 2017-04-26 15:09:54 +02:00
LICENSE Initial commit 2017-04-26 15:01:48 +02:00
Makefile bump version in Makefile, too 2018-12-14 13:29:42 +01:00
README.md Office365 Onedrive documention 2022-07-13 18:08:26 +05:00
composer.json Require phpunit in require-dev 2022-04-11 21:55:19 +02:00
composer.lock composer update 2022-04-11 21:56:54 +02:00
issue_template.md Let's have an issue template here as well 2018-03-19 17:37:44 +01:00
krankerl.toml lower case the accept header 2021-03-12 14:48:29 +01:00
phpunit.xml Update master php testing versions 2022-04-11 19:46:42 +00:00

README.md

SharePoint

πŸ’Ύ Nextcloud SharePoint Backend for External storages

The SharePoint Backend allows administrators to add SharePoint document libraries as folders in Nextcloud. This offers an easy way for users to access SharePoint data in the same place where they find their other files, facilitating collaboration and sharing within and across the borders of the organization. Users can use the desktop client, mobile apps or web interface and comment, tag, share and collaboratively edit files on SharePoint just like with any other data on Nextcloud.

screenshot

Supports SharePoint 2013, 2016, 2019 (experimental) and SharePoint Online (Office 365). Nextcloud accesses SharePoint through the SharePoint REST API and uses SAML Token authentication, with a fallback to NTLM auth. Nextcloud respects file access permissions associated with its configured user credentials. Versioning and sharing are handled by Nextcloud.

How To Add Office 365 Onedrive

Make sure you have enabled External storage support and the Sharepoint app. Then go to Administration Settings and select External Storage and add Sharepoint as follow: First, you need to get your remote's URL:

Go here to open your OneDrive or to sign in Now take a look at your address bar, the URL should look like this: https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/_layouts/15/onedrive.aspx You'll only need this URL up to the email address as "Host". After that, you'll most likely want to add "Documents" as "Document Library". That subdirectory contains the actual data stored on your OneDrive. Then enter your email as "Username" and password and you are good to go. Credit goes to rclone.

Learn more about External Storage and SharePoint on https://nextcloud.com/storage/