owncloud/core

View on GitHub
changelog/10.12.0_2023-02-24/40643

Summary

Maintainability
Test Coverage
Enhancement: Drag & Drop folders into public file upload

Previously only files were accepted via drag & drop.
Users can now also drag folders into a public link that has the filedrop flag.
When adding a folder, the hierarchy is flattened out and
all files are added without any subfolders. Name collisons are avoided as usual.

https://github.com/owncloud/core/pull/40643
https://github.com/owncloud/enterprise/issues/5489