Results 20 comments of yward

This build has the feature but isn't compatible with NC 15, perhaps you can fix compatibility? https://github.com/vijaydwivedics/rainloop _______________ EDIT: I have read the code thoroughly, there is no code changes...

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

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

I'm sorry for the late reply as I have been migrating servers and you know how hectic that can be. The snippet provided by Bolli84 works flawlessly, I've been trying...

> > > Hi > > I am quite interested in this feature. @yward, were you successful? > > I was thinking about the way to integrate NextCloud + RainLoop...

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

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

I've been digging into attachmentsActions which is the way attachments are being save to nextcloud but I truly do not get the syntax or how does it work without a...

@Bolli84 @cosminadrianpopescu so I've faced a small issue with the current solution we are using which was flawless up until this issue appeared (I was okay with having to reauthenticate)...

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