You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/08/14 01:27:11 UTC

[8/8] incubator-guacamole-client git commit: GUACAMOLE-78: Merge anonymous user display refinements.

GUACAMOLE-78: Merge anonymous user display refinements.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/8564f05e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/8564f05e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/8564f05e

Branch: refs/heads/master
Commit: 8564f05eadc89aa91bf4c36a446de54140c79ed3
Parents: 49d50ee 21f184f
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sat Aug 13 18:25:44 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sat Aug 13 18:25:44 2016 -0700

----------------------------------------------------------------------
 .../sharing/user/SharedAuthenticatedUser.java   |   6 +-
 .../guacamole/net/auth/AuthenticatedUser.java   |   6 +
 .../app/auth/service/authenticationService.js   | 110 ++++++++++++++++---
 .../app/auth/types/AuthenticationResult.js      |  81 ++++++++++++++
 .../webapp/app/index/config/indexRouteConfig.js |   2 +-
 .../webapp/app/list/directives/guacUserItem.js  |  92 ++++++++++++++++
 .../src/main/webapp/app/list/listModule.js      |   4 +-
 .../main/webapp/app/list/styles/user-item.css   |  23 ++++
 .../webapp/app/list/templates/guacUserItem.html |   3 +
 .../app/manage/templates/manageConnection.html  |   2 +-
 .../app/navigation/directives/guacUserMenu.js   |  13 ++-
 .../app/navigation/templates/guacUserMenu.html  |   2 +-
 .../templates/settingsConnectionHistory.html    |   2 +-
 .../settings/templates/settingsSessions.html    |   2 +-
 guacamole/src/main/webapp/translations/en.json  |   7 ++
 15 files changed, 330 insertions(+), 25 deletions(-)
----------------------------------------------------------------------