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:24 UTC

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

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