This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 6e439bf Merge 1.1.0 changes back to master.
add 85a7fa3 GUACAMOLE-769: Polish the RADIUS challenge box.
add 30591dc GUACAMOLE-769: Use standard password field for RADIUS
challenge.
add 7dceecd GUACAMOLE-769: Finish removing custom RADIUS challenge field.
add 516963a GUACAMOLE-769: Clean up documentation and add challenge
variable comment.
add 59c46da GUACAMOLE-769: Get the value and avoid splitting the string.
new 97d550d GUACAMOLE-769: Merge cleanup of RADIUS challenge response
interface.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../auth/radius/AuthenticationProviderService.java | 45 +++++++++----
.../auth/radius/form/GuacamoleRadiusChallenge.java | 77 ++++++++++++++++++++++
.../radius/form/RadiusChallengeResponseField.java | 68 -------------------
.../src/main/resources/config/radiusConfig.js | 7 --
.../controllers/radiusResponseController.js | 30 ---------
.../src/main/resources/guac-manifest.json | 1 -
.../resources/templates/radiusResponseField.html | 1 -
.../src/main/resources/translations/en.json | 4 +-
8 files changed, 109 insertions(+), 124 deletions(-)
create mode 100644
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/GuacamoleRadiusChallenge.java
delete mode 100644
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusChallengeResponseField.java
delete mode 100644
extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js
delete mode 100644
extensions/guacamole-auth-radius/src/main/resources/templates/radiusResponseField.html