This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 55d1b0d7c GUACAMOLE-1976: Merge new OPTIONAL token modifier.
add 32eaffce6 GUACAMOLE-1701: Implement connection date and time before
and after restrictions.
new 397467a34 GUACAMOLE-1701: Merge new configurable connection date and
time restrictions.
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:
.../guacamole/auth/restrict/Restrictable.java | 59 ++++++++++++
.../restrict/RestrictionVerificationService.java | 104 ++++++++++++++++++---
.../restrict/connection/RestrictedConnection.java | 44 +--------
.../connectiongroup/RestrictedConnectionGroup.java | 44 +--------
.../restrict/form/DateTimeRestrictionField.java | 42 +++++----
.../restrict/usergroup/RestrictedUserGroup.java | 44 +--------
.../src/main/resources/config/restrictConfig.js | 7 ++
.../dateTimeRestrictionFieldController.js | 26 +++---
.../src/main/resources/guac-manifest.json | 5 +-
.../templates/dateTimeRestrictionField.html | 9 +-
.../src/main/resources/translations/en.json | 6 ++
11 files changed, 218 insertions(+), 172 deletions(-)
copy guacamole-ext/src/main/java/org/apache/guacamole/form/DateField.java =>
extensions/guacamole-auth-restrict/src/main/java/org/apache/guacamole/auth/restrict/form/DateTimeRestrictionField.java
(69%)
copy
guacamole/src/main/frontend/src/app/form/controllers/dateFieldController.js =>
extensions/guacamole-auth-restrict/src/main/resources/controllers/dateTimeRestrictionFieldController.js
(75%)
copy guacamole/src/main/frontend/src/app/form/templates/dateField.html =>
extensions/guacamole-auth-restrict/src/main/resources/templates/dateTimeRestrictionField.html
(62%)