New Major Release 11.40.7.30
Posted: Tue Jul 31, 2018 8:32 pm
Hello,
A new version of TSplus is being uploaded right now and will be available within few minutes.
This is our comment for this new version:
- Client Generator: The client generator is compiling a program (.exe) and it is not possible to numerically sign it. Due to this technical fact, some anti-virus and W10 security are setting false/positive reactions. This is a serious issue and we had to redesign the Client Generator to protect the TSplus users from this false/positive annoyances.
To do so, a signed program named "Setup-ConnectionClient.exe" has been developed. Each user will have to run this setup on his PC. It will install locally the required TSplus client. Instead of a ".exe" program, the new Client Generator is creating a flat encrypted file with the extension ".connect". This ".connect" file extension is associated with the local TSplus connection client. The user will just have to double click on the ".connect" file to start his session.
- Application publishing: The administrator can now move up or down declared applications for a better presentation in the Floating Panel.
- To enhance the security, the Client Generator now includes a new release of Sumatra.
- To enhance the security, a new release of Ghostscript driver has been included.
- To enhance the security, a new release of Jquery has been included.
- To enhance security, a new release of OpenSSL security dll has been included.
- To enhance security, The CGI communication code is now enabling the use of POST instead of GET. As result, when using HTTPS the URLs command lines are encrypted.
- To enhance security, brute force attacks by the Web Portal are blocked when wrong typing of user credentials. After 5 attempts (default value), the Web Portal prohibit the logon during 5 minutes (default value).
- To enhance security, RDS-Knight is now installed after approval of the customer at setup or Update (trial version) and the AdminTool Advance Security tab include the tile to start RDS-Knight.
- To enhance security, new variables has been created in AppControl.ini
onlyuserwithapp=yes This will logoff users without assigned application
appcmdline=no This is prohibiting starting application with a URL and command line
whitelistadmin=yes Avoid Administrators to be blocked by these security rules
- To enhance security, in settings.js (HTML5), you can now set your own landing page depending on the error code.
In www\software\html5\settings.js
Add as last line
W.errorForwardLogon = { "err40": "https://www.google.com" };
or
W.errorForwardLogon = { "err40": "https://www.google.com", "err30" : "../index.html" };
You can find the list of error codes in www\software\html5\language.js
With this new feature, each error message will be forwarded to your preferred link.
One more point. If you want to avoid the display of a message in case of a problem, you just have to enter an empty string for this error code in language.js
For example: W.langstring.err40 = "";
- One option in AppControl.ini has been added to avoid the automatic installation of the Ghostprint Universal Printer driver if the customer want to remove the Universal Printer.
([Security] printerdriver=no)
- OpenOnClient: If no file was provided as parameter to OpenOnClient we had an error. It is fixed now. If OpenOnClient is started without a specified file, the program is asking the user to select a file.
- Explorer.exe as one published application was not possible. It is possible now.
- In the Web Application Portal, Explorer was starting when running another application. It is fixed now.
- Folder.exe design has been changed to enhance its display.
- The TSplus Taskbar AdminTool tile has been enhance to enable the change of minimized buttons position in the taskbar (on top of the screen, on the bottom, on the right, the left side, or in the center).
A new version of TSplus is being uploaded right now and will be available within few minutes.
This is our comment for this new version:
- Client Generator: The client generator is compiling a program (.exe) and it is not possible to numerically sign it. Due to this technical fact, some anti-virus and W10 security are setting false/positive reactions. This is a serious issue and we had to redesign the Client Generator to protect the TSplus users from this false/positive annoyances.
To do so, a signed program named "Setup-ConnectionClient.exe" has been developed. Each user will have to run this setup on his PC. It will install locally the required TSplus client. Instead of a ".exe" program, the new Client Generator is creating a flat encrypted file with the extension ".connect". This ".connect" file extension is associated with the local TSplus connection client. The user will just have to double click on the ".connect" file to start his session.
- Application publishing: The administrator can now move up or down declared applications for a better presentation in the Floating Panel.
- To enhance the security, the Client Generator now includes a new release of Sumatra.
- To enhance the security, a new release of Ghostscript driver has been included.
- To enhance the security, a new release of Jquery has been included.
- To enhance security, a new release of OpenSSL security dll has been included.
- To enhance security, The CGI communication code is now enabling the use of POST instead of GET. As result, when using HTTPS the URLs command lines are encrypted.
- To enhance security, brute force attacks by the Web Portal are blocked when wrong typing of user credentials. After 5 attempts (default value), the Web Portal prohibit the logon during 5 minutes (default value).
- To enhance security, RDS-Knight is now installed after approval of the customer at setup or Update (trial version) and the AdminTool Advance Security tab include the tile to start RDS-Knight.
- To enhance security, new variables has been created in AppControl.ini
onlyuserwithapp=yes This will logoff users without assigned application
appcmdline=no This is prohibiting starting application with a URL and command line
whitelistadmin=yes Avoid Administrators to be blocked by these security rules
- To enhance security, in settings.js (HTML5), you can now set your own landing page depending on the error code.
In www\software\html5\settings.js
Add as last line
W.errorForwardLogon = { "err40": "https://www.google.com" };
or
W.errorForwardLogon = { "err40": "https://www.google.com", "err30" : "../index.html" };
You can find the list of error codes in www\software\html5\language.js
With this new feature, each error message will be forwarded to your preferred link.
One more point. If you want to avoid the display of a message in case of a problem, you just have to enter an empty string for this error code in language.js
For example: W.langstring.err40 = "";
- One option in AppControl.ini has been added to avoid the automatic installation of the Ghostprint Universal Printer driver if the customer want to remove the Universal Printer.
([Security] printerdriver=no)
- OpenOnClient: If no file was provided as parameter to OpenOnClient we had an error. It is fixed now. If OpenOnClient is started without a specified file, the program is asking the user to select a file.
- Explorer.exe as one published application was not possible. It is possible now.
- In the Web Application Portal, Explorer was starting when running another application. It is fixed now.
- Folder.exe design has been changed to enhance its display.
- The TSplus Taskbar AdminTool tile has been enhance to enable the change of minimized buttons position in the taskbar (on top of the screen, on the bottom, on the right, the left side, or in the center).