flowupload
flowupload copied to clipboard
Flowupload for public shared links
Make Flowupload possible for shared links wich have an upload permission.
Would an API be needed for this to be implemented?
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.