This is an automated email from the ASF dual-hosted git repository. jmuehlner pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 397467a346b16603a4ae0a58a5009b3ba13838ad Merge: 55d1b0d7c 32eaffce6 Author: James Muehlner <[email protected]> AuthorDate: Fri Oct 18 11:33:12 2024 -0700 GUACAMOLE-1701: Merge new configurable connection date and time restrictions. .../guacamole/auth/restrict/Restrictable.java | 59 ++++++++++++ .../restrict/RestrictionVerificationService.java | 104 ++++++++++++++++++--- .../restrict/connection/RestrictedConnection.java | 44 +-------- .../connectiongroup/RestrictedConnectionGroup.java | 44 +-------- .../restrict/form/DateTimeRestrictionField.java | 100 ++++++++++++++++++++ .../restrict/usergroup/RestrictedUserGroup.java | 44 +-------- .../src/main/resources/config/restrictConfig.js | 7 ++ .../dateTimeRestrictionFieldController.js | 89 ++++++++++++++++++ .../src/main/resources/guac-manifest.json | 5 +- .../templates/dateTimeRestrictionField.html | 12 +++ .../src/main/resources/translations/en.json | 6 ++ 11 files changed, 377 insertions(+), 137 deletions(-)
