You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2023/02/27 22:56:23 UTC

[guacamole-client] branch master updated (21cee643c -> 9caf5c530)

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(-)


[guacamole-client] 01/01: GUACAMOLE-1744: Merge automatically clean up UI if session has expired in the background.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 9caf5c530f0dd315dbd707f538f26f8302056226
Merge: 21cee643c d10c35396
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon Feb 27 17:56:18 2023 -0500

    GUACAMOLE-1744: Merge automatically clean up UI if session has expired in the background.

 .../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(-)