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 2021/06/15 21:22:37 UTC

[guacamole-client] branch master updated (960db9a -> e550b24)

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 960db9a  GUACAMOLE-1364: Merge add support for overriding extension priority without renaming files.
     add 581a7cb  GUACAMOLE-680: Refactor repeated modal structures to common directive.
     add 823970e  GUACAMOLE-680: Display status message upon logout (rather than immediately reauthenticating).
     add 529e197  GUACAMOLE-680: Ensure the "guacLogout" event is specific to manual logouts.
     add b29c0a0  GUACAMOLE-680: Use common styling for all dialogs/notifications.
     add ef590d2  GUACAMOLE-680: Display logged-out status as notification.
     add 85bc4ac  GUACAMOLE-680: Correct grammar of authenticationService documentation.
     new e550b24  GUACAMOLE-680: Merge do not immediately re-authenticate after logout.

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  | 29 +++++--
 .../src/app/client/controllers/clientController.js |  5 +-
 .../src/app/index/controllers/indexController.js   | 93 +++++++++++++++++++--
 .../main/frontend/src/app/index/styles/cloak.css   |  9 ++-
 .../main/frontend/src/app/index/styles/dialog.css  | 94 ----------------------
 .../src/app/index/styles/fatal-page-error.css      | 15 +---
 .../styles/logged-out.css}                         | 17 ++--
 .../main/frontend/src/app/index/styles/status.css  | 46 +----------
 .../main/frontend/src/app/login/styles/dialog.css  |  2 -
 .../frontend/src/app/login/templates/login.html    |  2 +-
 .../src/app/navigation/directives/guacUserMenu.js  |  8 +-
 .../src/app/notification/directives/guacModal.js   | 12 ++-
 .../styles/modal.css}                              | 16 ++--
 .../src/app/notification/styles/notification.css   |  4 +-
 .../src/app/notification/templates/guacModal.html  |  3 +
 guacamole/src/main/frontend/src/index.html         | 59 ++++++++------
 .../src/main/frontend/src/translations/en.json     |  2 +
 17 files changed, 188 insertions(+), 228 deletions(-)
 copy guacamole-common/src/main/java/org/apache/guacamole/io/package-info.java => guacamole/src/main/frontend/src/app/index/styles/cloak.css (83%)
 delete mode 100644 guacamole/src/main/frontend/src/app/index/styles/dialog.css
 copy guacamole/src/main/frontend/src/app/{element/styles/resize-sensor.css => index/styles/logged-out.css} (84%)
 copy extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/package-info.java => guacamole/src/main/frontend/src/app/notification/directives/guacModal.js (75%)
 copy guacamole/src/main/frontend/src/app/{form/styles/redirect-field.css => notification/styles/modal.css} (83%)
 create mode 100644 guacamole/src/main/frontend/src/app/notification/templates/guacModal.html

[guacamole-client] 01/01: GUACAMOLE-680: Merge do not immediately re-authenticate after logout.

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 e550b244f8bfefdbf26aeed6b5bba7c78e43e6d9
Merge: 960db9a 85bc4ac
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Tue Jun 15 17:22:29 2021 -0400

    GUACAMOLE-680: Merge do not immediately re-authenticate after logout.

 .../src/app/auth/service/authenticationService.js  | 29 +++++--
 .../src/app/client/controllers/clientController.js |  5 +-
 .../src/app/index/controllers/indexController.js   | 93 ++++++++++++++++++++--
 .../main/frontend/src/app/index/styles/cloak.css   | 27 +++++++
 .../src/app/index/styles/fatal-page-error.css      | 15 +---
 .../frontend/src/app/index/styles/logged-out.css   | 29 +++++++
 .../main/frontend/src/app/index/styles/status.css  | 46 +----------
 .../main/frontend/src/app/login/styles/dialog.css  |  2 -
 .../frontend/src/app/login/templates/login.html    |  2 +-
 .../src/app/navigation/directives/guacUserMenu.js  |  8 +-
 .../src/app/notification/directives/guacModal.js   | 29 +++++++
 .../dialog.css => notification/styles/modal.css}   | 67 ++--------------
 .../src/app/notification/styles/notification.css   |  4 +-
 .../src/app/notification/templates/guacModal.html  |  3 +
 guacamole/src/main/frontend/src/index.html         | 59 ++++++++------
 .../src/main/frontend/src/translations/en.json     |  2 +
 16 files changed, 247 insertions(+), 173 deletions(-)