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 2018/04/20 09:13:21 UTC

[5/5] guacamole-client git commit: GUACAMOLE-549: Merge migrate to localStorage for storage of auth token.

GUACAMOLE-549: Merge migrate to localStorage for storage of auth token.


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

Branch: refs/heads/master
Commit: 456ad7f28ee7a506c2e62cbfca01648b49149c67
Parents: aac9d87 884a9c0
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Apr 20 05:12:28 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Apr 20 05:12:28 2018 -0400

----------------------------------------------------------------------
 guacamole/pom.xml                               |   6 -
 .../src/main/webapp/app/auth/authModule.js      |   4 +-
 .../app/auth/service/authenticationService.js   |  22 +--
 .../main/webapp/app/history/historyModule.js    |   4 +-
 .../webapp/app/history/services/guacHistory.js  |  33 ++---
 .../app/settings/services/preferenceService.js  |  37 ++---
 .../main/webapp/app/settings/settingsModule.js  |   3 +-
 .../app/storage/services/localStorageService.js | 145 +++++++++++++++++++
 guacamole/src/main/webapp/index.html            |   1 -
 9 files changed, 192 insertions(+), 63 deletions(-)
----------------------------------------------------------------------