Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud Client Side Support - minimal skeleton #9745

Closed
Sing-Li opened this issue Feb 16, 2018 · 3 comments
Closed

Nextcloud Client Side Support - minimal skeleton #9745

Sing-Li opened this issue Feb 16, 2018 · 3 comments
Labels
Feature: Request Requested Feature

Comments

@Sing-Li
Copy link
Member

Sing-Li commented Feb 16, 2018

Within Rocket.Chat, without starting additional apps, enable a user of Nextcloud to select files from his Nextcloud server/account and upload (or reference) them within Rocket.Chat channels.

Need to build a minimal skeleton that eliminates the technical hurdles, and allow additional contributors to extend it into a full feature.

From Frank (CEO NextCloud):
Information about the Nextcloud APIs that can be used:

Login Flow to get the app to password for authentication:
https://docs.nextcloud.com/server/13/developer_manual/client_apis/LoginFlow/index.html

WebDav. This is mostly standard WebDAV to browse the files:
https://docs.nextcloud.com/server/13/developer_manual/client_apis/WebDAV/index.html

Sharing. This is the API to get a sharing link for any file
https://docs.nextcloud.com/server/13/developer_manual/core/ocs-share-api.html

Federated Sharing. This is our current Federation API but work in progress.
https://lukasreschke.github.io/OpenCloudMeshSpecification/#federated-sharing

@Sing-Li Sing-Li added the Feature: Request Requested Feature label Feb 16, 2018
@magnetic5355
Copy link

+1

@GoetheG
Copy link

GoetheG commented Jul 6, 2018

@Sing-Li, this is a very good Idea. There should be more interaction with Nextcloud in general. Just take a look at Nextcloud Talk. Why not combining that? Is just a thought.

@Sing-Li
Copy link
Member Author

Sing-Li commented Feb 28, 2019

Nextcloud integration has been handled in GSoC projects - successively - in 2018 and soon 2019. We are, and will continue to, work in conjunction with Nextcloud team. Closing this issue.

@Sing-Li Sing-Li closed this as completed Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Request Requested Feature
Projects
None yet
Development

No branches or pull requests

3 participants