flowupload icon indicating copy to clipboard operation
flowupload copied to clipboard

Flowupload for public shared links

Open Twilek-de opened this issue 8 years ago • 2 comments

Make Flowupload possible for shared links wich have an upload permission.

Twilek-de avatar Sep 24 '17 19:09 Twilek-de

Would an API be needed for this to be implemented?

sunjam avatar Oct 09 '20 15:10 sunjam

I am not even sure if it is possible.

Nextclouds APIs are not easy when it comes to extending the core UI itself. You would need to write your own code that loads everything and injects it into the page.

Because we use Vue.js the code can be made quite modular (it currently isn't), so injecting it is definitely possible.

Also there are a few different modes of Nextcloud public shares, like upload only, or read only ... A lot of edge cases to think about.

The back end would need serious changes to allow a user that is not logged in to write to folders. If not done correctly this could create serious security issues, that might lead to write access to private Files by a unregistered user. So pretty much the worst kind of security issue.

JonathanTreffler avatar Oct 10 '20 21:10 JonathanTreffler