Buttercup-desktop: Nextcloud archive access

Created on 12 Apr 2017  路  10Comments  路  Source: buttercup/buttercup-desktop

Similar to https://github.com/buttercup/buttercup/issues/39, it should be easy to add since Nextcloud is a community-driven fork of OwnCloud and we use WebDAV too. :)

See more info at https://github.com/nextcloud

Medium Medium Blocked Pending Enhancement

All 10 comments

Thanks @jancborchardt. This needs to be added in buttercup-core also: buttercup/buttercup-core#147

@jancborchardt @perry-mitchell if its a fork of owncloud, wouldnt it work same as owncloud? Because right now the code for owncloud and webdav are exactly the same except some url modifications. So what happens if we use "owncloud" adapter and just rename it in the UI? Will it work?

Will it work?

It should definitely, yes. That being said it would be nice to officially support it. Extending the datasource would be trivial across core+desktop+browser, but we'd just need to test it properly.

Anyway its nice to add support for more sources especially when they're this easy to implement.

@jancborchardt @perry-mitchell I just tried Nextcloud :) It's exactly the same as OwnCloud, so I'll just alias the functionality in the GUI.

But let's not use the owncloud data source though :) That will create confusion with saved data source types..

@sallar Let's alias this in the core so it's seamless :)

@perry-mitchell there's two parts to it, the file manager which is using any-fs and webdav-fs, and the datasource in buttercup-core. Then I'll wait for the buttercup-core's Nextcloud support before implementing the first part here. But I guess the datasource is an exact copy of OwnCloud isn't it? Only with a different name.

Well it鈥檒l extend the nextcloud datasource.. so if next cloud uses /remote.php/webdav/ from the root then yes it鈥檒l be mostly identical. Having the name means that it can be treated separately and retain its own name and identity in all of our interfaces.

@perry-mitchell yeah it is /remote.php/webdav/.

MR is blocked due to unexpected results from Nextcloud servers. Needs further assistance / investigation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FuridamuFaita picture FuridamuFaita  路  3Comments

Ravenheart picture Ravenheart  路  6Comments

perry-mitchell picture perry-mitchell  路  4Comments

jokeyrhyme picture jokeyrhyme  路  6Comments

julianpoemp picture julianpoemp  路  3Comments