ElectraPort Development Team

Results 10 issues of ElectraPort Development Team

Hi, I am a US-based developer who is getting to know Flutter and has adopted the GetX pattern. I wanted to see if you were interested in some help translating...

Are there any plans for adding two factor authentication capabilities? We don't see a particular extensibility API on this part of it, but it would be a useful modernization.

Many NPM packages had become dated and the dependency tree needed some shaking. This includes updates to at least: - @xmpp/client - bcryptjs - ioredis - mongoose - sinon -...

The platform was starting up listening to ipv6 only, apparently due to no configured listening IP address. Added a default 0.0.0.0 listener (could be 127.0.0.1) and added to config.json as...

At least on CentOS 7, the platform would only listen to IPv6 when starting up. It required a change to app.js to enable it, on the app.listen() command.

Fixes issue with MongoDB service account passwords being logged to disk upon platform start/restart. Fixes #370 Signed-off-by: Quentin Kramer [[email protected]](mailto:[email protected]) (github: ElectraPort)

Upon completing a new installation of openHAB Cloud on Centos 7 and running 'npm install', there are several unmet dependencies, ``` npm WARN [email protected] requires a peer of bcrypt@^1.0.0 but...

Expected behavior: Applications don't write service account passwords to disk as plan text. Actual behavior: Running DEBUG=* node app.js OR node app.js both result in output in /logs/openhab-cloud-yyyy-mm-dd-process-3000.log similar to...

The Cachegoose NPM package is deprecated and has been replaced by Recachegoose. This commit updates Cachegoose 8.0.0 to Recachegoose 9.0.0. Fixes #368 Signed-off-by: Quentin Kramer (github: ElectraPort)

While working on a new install of Openhab Cloud on Centos 7, we are encountering the following issue: `TypeError: Cannot read property 'createClient' of undefined at new RedisStore (/root/openhab-cloud/node_modules/cacheman-redis/node/index.js:68:41) at...