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 <[email protected]> Authored: Fri Apr 20 05:12:28 2018 -0400 Committer: Nick Couchman <[email protected]> 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(-) ----------------------------------------------------------------------
