-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Also allow dragging below the file list #15747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Julius Härtl <[email protected]>
|
/backport to stable16 |
|
/backport to stable15 |
|
/backport to stable14 |
violoncelloCH
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and works! 🎉
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense
|
backport to stable16 in #15754 |
|
backport to stable15 in #15755 |
|
backport to stable14 in #15756 |
|
@juliushaertl are you able to upload files via drag and drop into the browser with NC16.0.2 now? I'm just asking because it stopped working for me after the update and I'm only guessing, that this might have to do with this fix. The only error message I see is from NC in the browser: In English: "You have no permission to upload or create files here." So no matter if I drag the file into the upper or lower area, the upload fails. The only way the upload works right now is via the + button. I'm using: |

This PR fixes file upload by dragging files to the browser when there is empty space below the file list. The file list is not stretched to 100% height, as possible search results need to be displayed right below the list. Therefore we should not cancel the drop action if the dropTarget is the main
#app-contentcontainer.To reproduce, drag a file below the

#app-content-filescontainer: