nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.29k stars 3.96k forks source link

Proposal: add CMIS Standard for files #6850

Closed frank-dspeed closed 6 years ago

frank-dspeed commented 6 years ago

CMIS is the defacto Standart for Content Managment this project should adopt it.

Escubaer commented 6 years ago

Yes, this should be added quickly! Ideally fully tested with Apache Chemistry.

nickvergessen commented 6 years ago

It's highly unlikely that someone implements a SOAP backend in our php code. Feel free to do it yourself when you got some knowledge there. Otherwise you will have to look for a Webdav CMIS bridge or something

frank-dspeed commented 6 years ago

@nickvergessen your probally right i should rewrite nextcloud in nodejs

rullzer commented 6 years ago

@frank-dspeed by all means feel free to do that.

But I agree with @nickvergessen this is not something we'd want to add to the server as it would require yet another endpoint to maintain. If somebody wants to do it they should write an app that does it.

marneu commented 5 years ago

May I second the request? Within LibreOffice 6 a function exists "Store on Server" and you can connect to most of the big player services incl. sharepoint a.s.o. using CMIS. In my opinion this should rather be one other possible connector from the base - not from a 3rd.

frank-dspeed commented 5 years ago

@marneu i am not a 3rd :dagger: i was there befor php got even tought about.

nickvergessen commented 5 years ago

@marneu You can use the WebDAV option for that:

Afterwards you are asked for username and password. Instead of the password I would recommend to give it an App Token, so go to https://cloud.yourdomain.com/index.php/settings/user/security and create one.

I just tested this and it works quite fine.