Merge pull request #204 from json-scada/master
Version 0.49-alpha.
Add group mapping env var to LDAP config, update documentation.
Package updates.
Save isLDAPUser when updating user.
Add LDAP parameters to Admin UI.
LDAP on server_realtime_auth: find roles by mapping LDAP groups.
LDAP on server_realtime_auth: document LDAP config with env vars.
LDAP on server_realtime_auth: handle MS AD as well as other LDAP servers.
Add more config options and load config from env for LDAP auth on server_realtime_auth.
Merge branch 'master' of https://github.com/json-scada/json-scada-devel
Merge pull request #22 from riclolsen/master
Merge pull request #203 from json-scada/master
Add LDAP auth to server_realtime_auth.
Version 0.48-alpha.
cs_data_processor: avoid error when valueJson is not of type string.
Fix DNP3 Server compile on docker compile script.
Fix DNP3 Server compile on docker compile script.
Add DNP3 Server to demo docker script.
Fix DNP3 Server compile on docker compile script.
Fix DNP3 Server compile on docker compile script.
Fix DNP3 Server compile on docker compile script.
Fix DNP3 Server compile on docker compile script.
Add DNP3 Server to docker compile script.
Fix DNP3 Server parameters in Admin UI.
Add DNP3 Server to Log-io config.
Update build scripts.
Update build scripts to give preference for MSYS2 build of DNP3 Server on Windows.
Update build scripts to give preference for MSYS2 build of DNP3 Server on Windows.
Update build scripts to give preference for MSYS2 build of DNP3 Server on Windows.
Admin UI, server_realtime_auth: updated for DNP3 Server connection parameters.
Admin UI: update for DNP3 Server connection parameters.
DNP3 Server: remove unused property.
Updated Windows services scripts for DNP3 Server.
NPM package updates.
Add ps_AF locale.
DNP3 Server: avoid error when protocolDestinations property missing.
Update ubuntu install build script.
Update build scripts, instructions and configs for DNP3 server.
Update build scripts, instructions to avoid GO build killed.
DNP3 Server: Cmake build script fixed for linux.
Update build scripts, instructions and configs for DNP3 server.
Update build scripts, instructions and configs for DNP3 server.
Update Linux build script for DNP3 server.
DNP3 Server: Cmake build script fixed for linux.
DNP3 Server: Cmake build script altered for linux.
DNP3 Server: remove unused property of connection.
Add mongodb c++ driver as a submodule.
Updated Windows build scripts.
Add DNP3 Server.
Add opendnp3 as a submodule.
Remove DNP3 Server, will be moved.
DNP3 Server: add README, fix analog output event with time.
DNP3 Server: remove unused parameters. Fix analog events with time.
DNP3 Server: handle kconv1/2 for destinations of command tags.
DNP3 Server: handle hoursShift parameters for connections and destinations; handle kconv1/2 for destinations.
DNP3 Server: auto add destination for commands tags.
DNP3 Server: use resume token for change stream when reconnected.
DNP3 Server: limit auto created destinations for tags to list of topics (to match group1).
DNP3 Server: fix group/var types outstation config.
Update demo instances and connections with DNP3 Server example.
DNP3 Server: handle mongodb reconnections at startup.
DNP3 Server: handle more group/var types.
DNP3 Server: handle more group/var types.
DNP3 Server: handle mongodb reconnections.
OPC UA Client: Avoid deserialization errors realted to protocolDestinations array.
DNP3 Server: create all types of channels TCP, TLS, UDP, SERIAL.
DNP3 Server: handle protocolDestination update when null.
Dnp3 server: Analog commands.
Dnp3 server: CROB.
Dnp3 server: fix outstation database size and timestamps.
Dnp3 server: config outstation database per type.
Dnp3 server: handle quality flags.
DNP3 Server: build updates, with flags, time.
Dnp3 server: change stream pipeline filter.
Dnp3 server: create destination for tags.
Dnp3 server: read connection config from database.
Initial code for DNP3 server driver.
Updated gitignore.
Added instructions to setup OpenDnp3 and MongoDB driver for C++ dev.
Update opendnp3 build instructions for Windows.
Update opendnp3 build instructions for Windows.
Merge pull request #21 from riclolsen/master
Merge pull request #199 from json-scada/master
Version 0.47-alpha.
cs_data_processor: fix postgresql ingestion of jsonb type in hist table.