Jonathan Treffler

Results 211 comments of Jonathan Treffler

We could add a option for this at some point, but i don't think it should be the default.

Yes, currently chunks only get deleted if you finish the upload. This is necessary for you to be able to continue uploads, even if the tab got closed. It would...

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...

Only Folders are shown since you cannot upload into a file !? Are there Subdirectories not showing up ?

Its the default text of the dialog. The Dialog is implemented by Nextcloud itself and not flowupload. I don't know if we can set the text when creating the dialog,...

Currently the only filter is to hide finished files and the implementation is a bit weird (Button with Checkbox - thanks past me xD). I implemented that, because i needed...

I don't know where i should ask so i do it here: @e-alfred could you add me as a collaborator so i get the permission to close and tag issues...

> Nice work! I already invited you to become a collaborator quite some time ago, it still says "pending invitation", you should check your messages for it. 👍

![image](https://user-images.githubusercontent.com/28999431/83667111-35a3e180-a5ce-11ea-993c-cfc676c2e86c.png) I restyled the no location selected message to look like the ones of most other apps.

I implemented the new filtering stuff, but it doesn't work yet, because vue.js doesn't react to changes of the progress() function of the flow files. I will try to find...