Releases: logui-framework/server
LogUI Server 0.5.4
Updated the LogUI server to talk with the new version of the LogUI client.
LogUI Server 0.5.3
This update to LogUI server changes the way the server handles domain checks to prevent hijacking.
The FQDN field has been changed from a URL (that must be properly formed) to a simple text field, allowing for you to provide the hostname only (and port, if required). We also added the bypass
switch for the FQDN bypass. This skips domain checks, and is useful if you are running LogUI on an Electron app, for example -- or if you are simply testing things out.
LogUI Server 0.5.2
Updated the logic dictating version checks on clients connecting to the server.
We now use a 'startswith' check, rather than an absolute match.
LogUI Server 0.5.1
A slight update to the LogUI server. The expected authenticationToken has been renamed to the authorisationToken to be more consistent in the application of terminology.
Initial release of LogUI server
This is the initial release version of LogUI server. Several of the early bugs have been ironed out; we hope that combined with the Wiki articles, you will be able to download and deploy your own instance of LogUI server to test it out!