Bolli84

Results 21 comments of Bolli84

Hi @lixxdee you can found some code to do it here: https://github.com/pierre-alain-b/rainloop-nextcloud/issues/42#issuecomment-633115762 But you need to create and replace the app.ja and app.min.js files.

in the app.min.js (and app.js) you find the following command: "_proto.dropboxCommand = function dropboxCommand()" this gives you the entrance key. Allow Dropbox in the admin menu and enter something weird...

@yward @pierre-alain-b it would be fine if someone can solve the issue with the password request. I cannot get through it.

So, this is the Multiselect. The Authenfication is still missing. `_proto.dropboxCommand = function dropboxCommand() { var _this4 = this; parent.OC.dialogs.filepicker( 'Choose a file to add as attachment', function (path) {...

@cosminadrianpopescu Your PR is pretty good. Do you mind to take the content of the dropboxcommand to it as well? That would make it complete. Btw: would you like to...

@cosminadrianpopescu Yes, it is not effective by using the dropbox-api-key as replacement. You would need to save the password as plain Text.... With mail calendar, i think about this one:...

@cosminadrianpopescu another idea: the custom-settings-tab-plugin would allow such a configuration for an individual user. https://github.com/RainLoop/rainloop-webmail/tree/master/plugins/custom-settings-tab Easy to change and would be good to allow more integration of rainloop/nextcloud. this could...

@yward : you are right. 2-factor cannot be used in this manner. That's why we need to find another solution for that. I still do not understand, why we cannot...

To my understanding, the issue is the token given by nextcloud. Rainloop is embedded as iframe, which makes is very unhandy.

With the code posted above (https://github.com/pierre-alain-b/rainloop-nextcloud/issues/42#issuecomment-633115762), it is working. Only backside: You need to enter the password for the file selection. I did not manage to avoid or get clear...