Uh oh!
There was an error while loading. Please reload this page.
Check free space of target folder after drag and drop - #23294
Check free space of target folder after drag and drop#23294ChristophWurst wants to merge 1 commit into
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
kesselb
commented
Oct 8, 2020
Looks like fun 😆 |
ChristophWurst
commented
Oct 9, 2020
Thanks for the supportive comment 😉 |
juliusknorr
commented
Oct 9, 2020
I just had a quick look, but I'll check it more in detail next week.
It is called by the jquery.fileupload plugin, I'd probably stay away from patching around in that 🙈
We could probably just extend the existing profind with the d:quota-available-bytes property so we have the infomation around already in the filelist, but that might have a performance impact, not sure about that right now. |
juliusknorr
commented
Nov 13, 2020
I've pushed my idea of the implementation to #24102 |
ChristophWurst
commented
Nov 17, 2020
#24102 works very nicely and is less hacky. |
This is a revival of #6508
addfunction is called, so I can't change that to be able to work with async operations@nextcloud/javascript I know this is some of our ugliest code but any help is HIGHLY appreciate 🙏
Fixes#5437