GUACAMOLE-332: Merge correct appearance of CAS redirect notification to staging/0.9.13-incubating.
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/b2174556 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/b2174556 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/b2174556 Branch: refs/heads/staging/0.9.13-incubating Commit: b21745568e67498eb328f2f83d133bf4ac2812cc Parents: 04c70c7 5781a8d Author: Nick Couchman <[email protected]> Authored: Tue Jun 27 14:56:57 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Tue Jun 27 14:56:57 2017 -0400 ---------------------------------------------------------------------- extensions/guacamole-auth-cas/.gitignore | 2 +- extensions/guacamole-auth-cas/pom.xml | 80 ++++++++++++++++++++ .../src/main/resources/casConfig.js | 33 -------- .../src/main/resources/casController.js | 30 -------- .../src/main/resources/config/casConfig.js | 33 ++++++++ .../main/resources/controllers/casController.js | 30 ++++++++ .../src/main/resources/guac-manifest.json | 14 +++- .../src/main/resources/license.txt | 18 +++++ .../src/main/resources/styles/cas.css | 35 +++++++++ .../resources/templates/casTicketField.html | 5 ++ .../src/main/resources/translations/en.json | 2 +- 11 files changed, 213 insertions(+), 69 deletions(-) ----------------------------------------------------------------------
