Girish Ramakrishnan
Girish Ramakrishnan
In Cloudron package we do: ``` ${mongo_cli} --eval "db.settings.update({}, { \$set: { defaultAuthenticationMethod: \"ldap\" }}, { upsert: true })" ``` But the above is for the UI login form (which...
There is a patch at https://blog.sonarsource.com/rainloop-emails-at-risk-due-to-code-flaw
It seems this is now fixed slightly different with https://github.com/RainLoop/rainloop-webmail/blame/master/rainloop/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php#L242 (was part of the MIT release commit)
I am able to reproduce this when using `close()` instead of `end()` . Here's a simple example using promises: ``` 'use strict'; const mysql2p = require('mysql2/promise'); async function bugp() {...
As a heads up, @vladimirdulov is looking to package remkark42 at https://git.cloudron.io/cloudron/remark42-app/ . I think the main blocker is email integration. He has submitted a PR for that at https://github.com/go-pkgz/email/pull/19...
Faced this same issue. It asks me to type 2 characters to search for a stream but not sure what I should type for my personal stream.
Looks like a very old issue but I had the same issue today with same call stack as https://github.com/tjfontaine/node-dns/issues/43#issuecomment-14704655 native-dns: 0.7.0 node: 4.1.1
The v3 is still in preview . From https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/, it says "This AWS SDK API Reference for JavaScript v3 is in preview" . Am I missing something? Why are we...
@cj-christoph-gysin Thanks for the clarification!
I am the maintainer of the Cloudron package. Reading the code, it seems external registration and LDAP login are incompatible. The password recovery and other methods don't work when [`use_seamless_external_login`](https://github.com/mastodon/mastodon/blob/44b2ee3485ba0845e5910cefcb4b1e2f84f34470/app/controllers/application_controller.rb#L113)...