Michael Jumper
|
6a77c39c68
|
GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release).
|
2015-12-15 12:58:22 -08:00 |
|
James Muehlner
|
b0ac9e8d52
|
GUAC-1429: Modify Directory API to set identifier on added object, and update javascript to use new models.
|
2015-12-09 22:59:08 -08:00 |
|
James Muehlner
|
a0e18286d1
|
GUAC-1391: Skip readable check when listing active sessions for system administrators.
|
2015-12-02 20:17:16 -08:00 |
|
Michael Jumper
|
65393adeda
|
GUAC-1373: Move property/attribute logic into ModeledConnection and ModeledConnectionGroup.
|
2015-11-12 13:13:23 -08:00 |
|
Michael Jumper
|
a774686311
|
GUAC-1373: Injected JDBCEnvironment should be private.
|
2015-11-12 12:44:40 -08:00 |
|
Michael Jumper
|
7298cb7bb7
|
GUAC-1373: Restore bind() for GuacamoleTunnelService.
|
2015-11-12 12:43:42 -08:00 |
|
James Muehlner
|
920ce67bee
|
GUAC-1373: Partly refactored JDBC property loading.
|
2015-11-12 12:25:35 -08:00 |
|
James Muehlner
|
fdbc68bb92
|
GUAC-1193: Implement front end for connection history.
|
2015-10-13 23:38:55 -07:00 |
|
James Muehlner
|
03c1ac1876
|
GUAC-1193 Add required connection name property to connection record.
|
2015-10-13 20:04:24 -07:00 |
|
Michael Jumper
|
3cdcb1004f
|
GUAC-1193: Move history record query and permission checks into ConnectionService.
|
2015-10-08 17:55:14 -07:00 |
|
Michael Jumper
|
9b99fd7323
|
GUAC-1193: Add searchReadable() query, limited by available permissions.
|
2015-10-08 17:55:14 -07:00 |
|
Michael Jumper
|
ac71bf553a
|
GUAC-1193: Remove unused import.
|
2015-10-08 14:00:03 -07:00 |
|
James Muehlner
|
a631aa803b
|
GUAC-1193: Implement JDBC ConnectionRecordSet. Add MySQL mapping.
|
2015-10-06 23:06:21 -07:00 |
|
Michael Jumper
|
3c5f72b288
|
GUAC-1193: Include connection identifier within history records.
|
2015-09-23 16:02:17 -07:00 |
|
James Muehlner
|
5de7682cf7
|
GUAC-1193: Create connection history interface, and add simple implementation.
|
2015-09-22 23:33:51 -07:00 |
|
Michael Jumper
|
edf1c2c7e0
|
GUAC-1335: Don't "ALWAYS" release connection groups ... they only need to be released when acquire fails.
|
2015-09-08 22:22:27 -07:00 |
|
Michael Jumper
|
b6c734ddcf
|
GUAC-1335: Properly release parent balancing groups if child acquire fails.
|
2015-09-08 22:00:36 -07:00 |
|
Michael Jumper
|
5f5b9f5cb8
|
GUAC-1280: Bump version numbers to 0.9.8 where appropriate.
|
2015-09-04 10:48:11 -07:00 |
|
Michael Jumper
|
7ea05b14f3
|
GUAC-586: Do not grant UPDATE on self by default.
|
2015-09-03 13:49:16 -07:00 |
|
Michael Jumper
|
379229dee5
|
GUAC-586: Set attributes during object creation.
|
2015-09-02 19:51:27 -07:00 |
|
Michael Jumper
|
70485286d6
|
GUAC-586: Add localized data source names. Display data sources as tabs within user edit screen.
|
2015-09-02 19:51:27 -07:00 |
|
Michael Jumper
|
5d8c9704a8
|
GUAC-586: Correct documentation regarding behavior of retrieveUser().
|
2015-09-01 17:14:51 -07:00 |
|
Michael Jumper
|
15e948138d
|
GUAC-586: Associate AuthenticationProvider directly with UserContext.
|
2015-08-28 12:10:34 -07:00 |
|
Michael Jumper
|
6eee1e758c
|
GUAC-586: Implement AuthenticatedUser. Refactor to support authenticateUser(), etc. within the database AuthenticationProvider implementations.
|
2015-08-28 12:10:34 -07:00 |
|
Michael Jumper
|
f015d9aed6
|
GUAC-830: Add concurrency attributes to connections and groups.
|
2015-08-21 19:15:25 -07:00 |
|
Michael Jumper
|
c0f05ba909
|
GUAC-830: Fix logic error in tryAdd().
|
2015-08-21 18:51:15 -07:00 |
|
Michael Jumper
|
cc9f1987b4
|
GUAC-830: FIx typo in error message.
|
2015-08-21 18:47:53 -07:00 |
|
Michael Jumper
|
def547acc8
|
GUAC-830: Move parsing/formatting into field types.
|
2015-08-21 16:24:07 -07:00 |
|
Michael Jumper
|
622f0852e2
|
GUAC-830: Add concurrency limitations to connection and connection group model objects.
|
2015-08-21 12:57:19 -07:00 |
|
Michael Jumper
|
222aa93e41
|
GUAC-830: Migrate to ConfigurableGuacamoleTunnelService for all values of legacy properties.
|
2015-08-20 18:30:05 -07:00 |
|
James Muehlner
|
3b94f5d4b3
|
GUAC-830: Add ConfigurableGuacamoleTunnelService.
|
2015-08-20 17:57:19 -07:00 |
|
Michael Jumper
|
2e52382fd9
|
GUAC-1213: Add date and time fields, along with corresponding template/controller stubs.
|
2015-08-10 11:18:57 -07:00 |
|
Michael Jumper
|
65cdb5daef
|
GUAC-1213: Add time zone field type.
|
2015-08-09 22:14:19 -07:00 |
|
Michael Jumper
|
4a142652d5
|
GUAC-1213: Add field headers for date/time restrictions.
|
2015-07-30 18:19:09 -07:00 |
|
Michael Jumper
|
c526a67d7e
|
GUAC-1213: Add error messages for invalid/inaccessible accounts.
|
2015-07-30 18:05:26 -07:00 |
|
Michael Jumper
|
e164d5b814
|
GUAC-1213: Enforce date/time restrictions for users upon login, if set.
|
2015-07-30 17:59:59 -07:00 |
|
Michael Jumper
|
022893475f
|
GUAC-1213: Log attribute parse errors at warning level.
|
2015-07-30 14:29:29 -07:00 |
|
Michael Jumper
|
9c04ea3ed0
|
GUAC-1213: Parse and persist date/time attributes within user objects.
|
2015-07-30 14:22:50 -07:00 |
|
Michael Jumper
|
c97769e1da
|
GUAC-1213: Add properties to UserModel corresponding to the new date/time columns of the guacamole_user table.
|
2015-07-29 16:17:36 -07:00 |
|
Michael Jumper
|
f41c7a7b1a
|
GUAC-1174: Bump version numbers to 0.9.7.
|
2015-06-08 16:47:22 -07:00 |
|
Michael Jumper
|
dcd82f9e63
|
GUAC-1176: Remove all human-readable title properties from the REST form objects.
|
2015-06-08 16:15:31 -07:00 |
|
Michael Jumper
|
a532e22926
|
GUAC-1176: Generalize form fields by removing the value property. Add type-specific convenience classes for each field.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
0b8b67026a
|
GUAC-1176: Implement password reset logic within UserService, like the rest of user auth.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
02ffe81f2c
|
GUAC-1176: Bring up-to-date with changes from GUAC-1217.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
a3d3203211
|
GUAC-1176: Add password confirmation to reset procedure.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
904e54090f
|
GUAC-1176: Use translation strings for client error messages.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
304e150a1e
|
GUAC-1176: Validate new password set due to expiration. Allow errors dialogs during login process.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
542c87d631
|
GUAC-1176: Stub password reset logic.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
10aea5d0a3
|
GUAC-1176: Add password expiration attribute.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
ed744d9d1d
|
GUAC-1217: Fallback to standard dialects when no specific dialect is available/requested.
|
2015-06-05 19:39:59 -07:00 |
|