Cosmin Popescu

Results 38 comments of Cosmin Popescu

This is another small trick: put the password in the dropbox api key ;). Here is the code: ``` var _this4 = this; parent.OC.dialogs.filepicker( Choose a file to add as...

I assumed that every user will have it's own instance of the settings for the application application. I see that this is not the case. But this has a big...

It's not such a big change to isolate the instances for each user (in which case the above mentioned fix would work). In the `rainloop/app/index.php` file, the name of the...

> I believe an isolated user app configuration is not a proper solution. If you only isolate the part for the Dropbox that would be okay, however, most companies like...

Update: I've found a Microsoft Edge and `new File()` is not acceptable there. So, do we care about Microsoft products? If we do, then we can have a check, and...

> Do you mind to take the content of the dropboxcommand to it as well? I amended the PR. But the point raised by @yward is valid. Please consider that...

Lately, I took a different approach. I discovered the `afterlogic webmail lite` which has an amazing REST api. With this API I was able to implement my own client (for...

@imsnif This is the original commit for the PR. There is one small issue: when editing the pane the title is update accordingly. But when closing the editor, the title...

I see also a test failing. I will fix it.