Nick Couchman
|
d73a0ece29
|
Merge 0.9.14 changes back to master.
|
2018-01-01 16:29:38 -05:00 |
|
Carl Harris
|
201f07abfd
|
GUACAMOLE-457: include CAS login URI when requesting auth ticket
|
2017-12-07 17:51:41 -05:00 |
|
Michael Jumper
|
ce4cd11993
|
GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14.
|
2017-12-06 00:12:43 -08:00 |
|
Michael Jumper
|
7c4223ce3e
|
GUACAMOLE-436: Remove incubator prefix from repositories and URLs.
|
2017-12-06 00:02:33 -08:00 |
|
Michael Jumper
|
3df5b222a6
|
GUACAMOLE-436: Remove Incubator DISCLAIMER files.
|
2017-12-05 23:48:08 -08:00 |
|
Nick Couchman
|
32ccde08d2
|
GUACAMOLE-362: Avoid NullPointerException when closing input stream.
|
2017-10-28 14:19:37 -04:00 |
|
Nick Couchman
|
91e5702768
|
GUACAMOLE-362: Move close to finally block.
|
2017-10-28 14:04:13 -04:00 |
|
Nick Couchman
|
5c0c823913
|
GUACAMOLE-362: Fix resource leak in FileInputStream when reading private key.
|
2017-10-28 09:15:58 -04:00 |
|
Nick Couchman
|
9c57e20a17
|
GUACAMOLE-355: Switch to Invalid credentials and rely on error being logged.
|
2017-10-27 15:16:49 -04:00 |
|
Nick Couchman
|
a45a44fea5
|
GUACAMOLE-355: Make error displayed to user more generic.
|
2017-10-27 15:16:49 -04:00 |
|
Nick Couchman
|
5ff7fbf971
|
GUACAMOLE-355: Catch CAS errors and throw them to Guacamole, and display error message in login dialog.
|
2017-10-27 15:16:41 -04:00 |
|
Nick Couchman
|
ad8820cf05
|
GUACAMOLE-362: Remove unnecessary IOException catch.
|
2017-10-27 13:45:25 -04:00 |
|
Nick Couchman
|
b968e073c2
|
GUACAMOLE-362: Move PrivateKeyGuacamoleProperty into CAS extension and use ByteArrayOutputStream for reading thefile.
|
2017-10-27 13:06:07 -04:00 |
|
Nick Couchman
|
61f70c57be
|
GUACAMOLE-362: Fix error message typo.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
a196134f2d
|
GUACAMOLE-362: Change warn to debug for missing private key.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
17599d9153
|
GUACAMOLE-362: Set encoding of ticket validator to UTF-8.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
ab41f44100
|
GUACAMOLE-362: Fix style and error messages.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
bd57938dff
|
GUACAMOLE-362: Add missing parameter documentation for credentials object.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
b410b99d49
|
GUACAMOLE-362: Refactor ticket validation handling of credentials.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
62fafcb379
|
GUACAMOLE-362: Move password decryption logic into TicketValidationService class.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
63134322b0
|
GUACAMOLE-362: Remove debug line.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
453a879876
|
GUACAMOLE-362: Catch exceptions individually and display useful error messages.
|
2017-10-27 13:05:13 -04:00 |
|
Nick Couchman
|
6f04573b84
|
GUACAMOLE-362: Update documentation to reflect code.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
1592cf563a
|
GUACAMOLE-362: Removed unnecesary addition of username to credentials.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
badbf4cc7d
|
GUACAMOLE-362: Change new property to a PrivateKey and refactor code accordingly.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
ed4c025a2e
|
GUACAMOLE-362: Deal gracefully with situations where password cannot be decrypted.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
36489ff403
|
GUACAMOLE-362: Implement new CipherGuacamoleProperty and move cipher functionality to it.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
c3aaf0aa03
|
GUACAMOLE-362: Debug should throw full exception, not just getMessage() output.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
87fba0ed7b
|
GUACAMOLE-362: Fix style issue; remove unnecessary LocalEnvironment initilization.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
1c333106c0
|
GUACAMOLE-362: Fix case where credential object is null.
|
2017-10-27 13:05:12 -04:00 |
|
Nick Couchman
|
1c4831dd51
|
GUACAMOLE-362: Add support for CAS ClearPass, parsing and decrypting the password and assigning it a token.
|
2017-10-27 13:05:12 -04:00 |
|
Michael Jumper
|
2c587e5f9f
|
GUACAMOLE-393: Add AuthenticationProvider shutdown hook.
|
2017-09-25 11:47:44 -07:00 |
|
Michael Jumper
|
5781a8dba5
|
GUACAMOLE-332: Correct appearance of CAS redirect notification.
|
2017-06-26 09:50:24 -07:00 |
|
Nick Couchman
|
bc59074808
|
GUACAMOLE-323: Clean up unneeded import.
|
2017-06-19 14:59:20 -04:00 |
|
Nick Couchman
|
ab40313ced
|
GUACAMOLE-323: Add translation file; hide ticket field header.
|
2017-06-19 14:59:20 -04:00 |
|
Nick Couchman
|
5a763d2a53
|
GUACAMOLE-323: Provide login help text during CAS redirect.
|
2017-06-19 14:59:20 -04:00 |
|
Michael Jumper
|
9236aea866
|
GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating.
|
2017-06-01 23:05:53 -07:00 |
|
Nick Couchman
|
ac5ed01d53
|
GUACAMOLE-204: Remove extension-specific URL parameter relocation.
|
2017-05-17 08:57:02 -04:00 |
|
Nick Couchman
|
2ba52e908b
|
GUACAMOLE-204: Removed bundled licenses for unnecessary/optional/unbundled dependencies.
|
2017-05-17 08:56:57 -04:00 |
|
Nick Couchman
|
a499fda07b
|
GUACAMOLE-204: Remove unnecessary/optional/unbundled licenses
|
2017-05-17 08:56:53 -04:00 |
|
Nick Couchman
|
ba32fe3155
|
GUACAMOLE-204: Remove unnecessary/optional license
|
2017-05-17 08:56:50 -04:00 |
|
Nick Couchman
|
308413e9b9
|
GUACAMOLE-204: Remove transitive and compile/test licenses
|
2017-05-17 08:56:49 -04:00 |
|
Nick Couchman
|
7803c7238e
|
GUACAMOLE-204: Update copyright year.
|
2017-05-17 08:56:46 -04:00 |
|
Nick Couchman
|
7fd7916c7c
|
GUACAMOLE-204: Update to version 0.9.12-incubating
|
2017-05-17 08:56:39 -04:00 |
|
Nick Couchman
|
d7218c3e44
|
GUACAMOLE-204: Move ticket parameter code out of config and into run block.
|
2017-05-17 08:54:21 -04:00 |
|
Nick Couchman
|
bf12d3c5e5
|
GUACAMOLE-204: Add license information, including bundled licenses.
|
2017-05-17 08:54:21 -04:00 |
|
Nick Couchman
|
bf5fb64bf2
|
GUACAMOLE-204: Remove unnecessary empty translations.
|
2017-05-17 08:54:21 -04:00 |
|
Nick Couchman
|
f569bf58b4
|
GUACAMOLE-204: Fix style issues, comments, and a couple of minor code tweaks.
|
2017-05-17 08:54:21 -04:00 |
|
Nick Couchman
|
c5321dde71
|
GUACAMOLE-204: Remove @author tags from Java source files.
|
2017-05-17 08:54:21 -04:00 |
|
Nick Couchman
|
3e323f7e8a
|
GUACAMOLE-204: Add translation file to display blank login form.
|
2017-05-17 08:54:21 -04:00 |
|