Tobias Nyholm

Results 325 comments of Tobias Nyholm

The UploadEvent is dispatched after a file it uploaded. It might be one or it might be 100 files on 4 clients. We can not use filename in Backup event...

Is that interesting for all events?

The `UploadEvent` is dispatched from the `ClientManger` it will know of the filenames. But do you think it is within the scope of the `BackupEvent` to know all the filenames...

Yeah, That was my suggestion but I'm reconsidering it now. Because we might do things too complicated for the users.

I like this change. Though, it breaks BC. I suggest to save this one for next major version.

I dont know. Part of resolving this issue is to investigate that and test run it with symfony 3

Thank you for this. We should thing out a good way for changing the configuration like this. To get data to email the user, check out #90. Do you think...

You are awesome! > On 8 okt. 2015, at 16:51, Jonathan Dizdarevic [email protected] wrote: > > Sorry for the late response @Nyholm https://github.com/Nyholm, it's a good idea, more and more...

I do not think that is supported. That should be an excellent feature.

I'm not too sure what you mean. I think we should allow config like: ```Yaml Mailgun: foo: Key: xx Domain: xx Bar: Key: yay Domain: yay ```