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 |
|
Michael Jumper
|
e7574c0276
|
GUAC-800: Use Forms for attributes, not just Fields.
|
2015-05-26 14:42:51 -07:00 |
|
Michael Jumper
|
c8c12663b3
|
GUAC-800: Add support for disabling user accounts.
|
2015-05-26 12:42:57 -07:00 |
|
Michael Jumper
|
43fab89ecf
|
GUAC-800: Migrate to JSON for protocol descriptions. Use full Forms instead of simply Fields for protocol parameters (allow sections).
|
2015-05-25 19:56:53 -07:00 |
|
Michael Jumper
|
a4a2a37623
|
GUAC-800: Use Parameter for describing attributes.
|
2015-05-24 19:20:36 -07:00 |
|
Michael Jumper
|
191bc0d465
|
GUAC-800: Remove stubs - no supported attributes for now.
|
2015-05-24 18:48:52 -07:00 |
|
Michael Jumper
|
7d13731ffa
|
GUAC-800: Add attribute-related stubs to JDBC auth.
|
2015-05-24 15:37:28 -07:00 |
|
James Muehlner
|
13fa327ba4
|
GUAC-1188 Use canReadPermissions() - do not reimplement permission checks.
|
2015-05-13 21:50:20 -07:00 |
|
Michael Jumper
|
2c027e9cb2
|
GUAC-587: Default to localhost:4822 for guacd. Fix absence of SSL support within JDBC auth tunnels.
|
2015-05-12 13:59:10 -07:00 |
|
Michael Jumper
|
abd3d381f9
|
GUAC-587: Include and validate Guacamole version in manifest.
|
2015-05-12 13:40:52 -07:00 |
|
Michael Jumper
|
ae3cb3e81c
|
GUAC-1170: Add missing type parameters.
|
2015-04-26 18:46:28 -07:00 |
|
Michael Jumper
|
51e9ff77e5
|
GUAC-1170: Use checked versions of empty list/set/map.
|
2015-04-26 18:46:27 -07:00 |
|
Michael Jumper
|
b74c05b9f7
|
GUAC-1170: Add -Werror and -Xlint:all options to Java builds.
|
2015-04-26 18:46:27 -07:00 |
|
Michael Jumper
|
da468c6ac9
|
GUAC-1181: Consider null to be empty.
|
2015-04-25 13:13:08 -07:00 |
|
Michael Jumper
|
4caddb9c29
|
GUAC-1126: Document that active connection information may be missing. If a user is a non-admin, hide sensitive information about active connections.
|
2015-04-09 15:38:46 -07:00 |
|
Michael Jumper
|
f8714b735f
|
GUAC-1126: Allow non-admins to see active connections if they have READ permission to those connections.
|
2015-04-09 15:38:46 -07:00 |
|
James Muehlner
|
c83c34ee7e
|
Merge pull request #121 from glyptodon/active-connection-directory
GUAC-1132: Implement active connection directory.
|
2015-03-23 16:30:53 -07:00 |
|
Michael Jumper
|
bbae09b51b
|
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
|
2015-03-23 15:36:00 -07:00 |
|
Michael Jumper
|
e1ae69c159
|
GUAC-1132: Add permissions for active connections.
|
2015-03-20 18:24:56 -07:00 |
|
Michael Jumper
|
2179f7b143
|
GUAC-1132: Move canReadPermissions() into AbstractPermissionService.
|
2015-03-20 18:24:17 -07:00 |
|
Michael Jumper
|
f9584bb59d
|
GUAC-1132: Split non-database permission service functions into interfaces.
|
2015-03-20 17:36:54 -07:00 |
|
Michael Jumper
|
ffc29ed398
|
GUAC-1132: Handle active connections via permissions. Expose via dedicated object - do not rely on calling them tunnels.
|
2015-03-20 17:17:59 -07:00 |
|
Michael Jumper
|
c2bffcba23
|
GUAC-1132: Rename DirectoryObject to ModeledDirectoryObject.
|
2015-03-20 16:35:30 -07:00 |
|
Michael Jumper
|
55fb19c87b
|
GUAC-1132: Extract non-database pieces of DirectoryObjectService into IdentifiableObjectService interface.
|
2015-03-20 16:19:06 -07:00 |
|
Michael Jumper
|
24a7525ab5
|
GUAC-1135: Derive remote host from X-Forwarded-For, if present.
|
2015-03-20 13:10:15 -07:00 |
|
Michael Jumper
|
ea7e88279e
|
GUAC-1132: Allow batch retrieval/deletion of tunnels.
|
2015-03-19 12:27:28 -07:00 |
|
Michael Jumper
|
c4eea21dee
|
GUAC-1132: Fix typo - it's a tunnel service now.
|
2015-03-17 16:41:13 -07:00 |
|
Michael Jumper
|
c2192c4138
|
GUAC-1132: Implement getActiveConnection() on UserContext.
|
2015-03-17 16:18:31 -07:00 |
|
Michael Jumper
|
cd52b25b94
|
GUAC-1132: Add support for getRemoteHost() of ConnectionRecord. Store remote host within AuthenticatedUser.
|
2015-03-17 15:13:32 -07:00 |
|
Michael Jumper
|
5ce0a3a5a4
|
GUAC-1132: Socket service is now really tunnel service.
|
2015-03-17 13:31:26 -07:00 |
|
Michael Jumper
|
b33e515895
|
GUAC-1132: Associate tunnels with records, not sockets. Provide tunnel for connect().
|
2015-03-17 13:21:05 -07:00 |
|
Michael Jumper
|
129bb688f4
|
GUAC-1132: For consistency, rename getActiveSocket() to getSocket().
|
2015-03-17 12:27:14 -07:00 |
|
Michael Jumper
|
f9bb25fdb2
|
GUAC-1132: Associate active socket with connection record.
|
2015-03-17 12:11:29 -07:00 |
|
Michael Jumper
|
c7827e0e3f
|
GUAC-1132: Implement tracking of all active connections.
|
2015-03-16 16:32:47 -07:00 |
|
Michael Jumper
|
1e8d68d611
|
GUAC-1132: Set of active connections should be synchronized.
|
2015-03-16 16:31:39 -07:00 |
|
Michael Jumper
|
5cf48c7498
|
GUAC-1132: Add identifier to connection records.
|
2015-03-16 16:12:10 -07:00 |
|
Michael Jumper
|
3603155f36
|
GUAC-1132: Modify API to support listing of active connections and host information.
|
2015-03-16 14:44:10 -07:00 |
|
James Muehlner
|
59d794ef96
|
GUAC-801 Merge master.
|
2015-03-10 18:52:03 -07:00 |
|
Michael Jumper
|
f38c246ad0
|
GUAC-1110: Do not allow connection groups to be updated if doing so would create a cycle.
|
2015-03-07 22:10:17 -08:00 |
|
Michael Jumper
|
83477e5e75
|
GUAC-1114: Do not allow users to remove their own system permissions.
|
2015-03-07 19:24:36 -08:00 |
|
Michael Jumper
|
0ed12dc0eb
|
GUAC-1114: Do not allow users to delete themselves.
|
2015-03-07 19:15:45 -08:00 |
|
Michael Jumper
|
c6132d2f09
|
GUAC-1104: Add parent group validation. Switch to beforeCreate/beforeUpdate/beforeDelete validation functions.
|
2015-03-07 15:25:30 -08:00 |
|
Michael Jumper
|
eb676c8b3f
|
GUAC-1104: Move parent identifier functions to common base objects.
|
2015-03-07 14:06:27 -08:00 |
|