This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 21cee643c GUACAMOLE-1745: Merge ensure deep copies of session storage
are created only if necessary.
add f61f016fd GUACAMOLE-1744: Provide REST API mechanism for testing
session validity.
add d10c35396 GUACAMOLE-1744: Automatically reset UI if session is no
longer valid.
new 9caf5c530 GUACAMOLE-1744: Merge automatically clean up UI if session
has expired in the background.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/app/auth/service/authenticationService.js | 37 +++++++++++
.../src/app/index/controllers/indexController.js | 72 +++++++++++++++++++---
.../org/apache/guacamole/GuacamoleSession.java | 49 +++++++++++----
.../guacamole/rest/auth/HashTokenSessionMap.java | 12 ++--
.../guacamole/rest/session/SessionResource.java | 12 ++++
5 files changed, 157 insertions(+), 25 deletions(-)