Commit Graph

195 Commits

Author SHA1 Message Date
Michael Jumper
8fad01c65c GUACAMOLE-5: Include the sensitive information of an active connection if the current user started that active connection. 2016-07-25 14:44:48 -07:00
Michael Jumper
afb377d5ed GUACAMOLE-5: Automatically clean up share keys and any associated tunnels when the connection being shared is closed. 2016-07-25 12:07:20 -07:00
Michael Jumper
e54d36cae5 GUACAMOLE-5: Implement thread-safe automatic cleanup of a group of shared objects. 2016-07-24 19:51:17 -07:00
Michael Jumper
b201eac617 GUACAMOLE-5: Use ActiveConnectionRecord as the basis for sharing. TrackedActiveConnection is really only meant for interchange via the ActiveConnection Directory. 2016-07-24 19:51:17 -07:00
Michael Jumper
16fce2931f GUACAMOLE-5: Store SharedConnectionDefinition directly, rather than passing around its contents. 2016-07-24 19:51:17 -07:00
Michael Jumper
d334aa97d6 GUACAMOLE-5: Store share key within SharedConnectionDefinition. 2016-07-24 19:51:17 -07:00
Michael Jumper
702441d720 GUACAMOLE-5: Do not attempt to join a closed connection. 2016-07-21 15:35:32 -07:00
Michael Jumper
43761ef482 GUACAMOLE-5: Verify sharing profile belongs to the requested connection. 2016-07-21 15:16:09 -07:00
Michael Jumper
19f80dac95 GUACAMOLE-5: Implement joining of shared connections via temporary credentials. 2016-07-21 14:25:51 -07:00
Michael Jumper
bfa5c38123 GUACAMOLE-5: Implement sharing-specific user context and in-memory storage. Add additional tracking of connections for sake of sharing. 2016-07-21 13:44:24 -07:00
Michael Jumper
b68a8c128c GUACAMOLE-5: Implement storage of ActiveConnection/SharingProfile pairs by an assigned share key. 2016-07-20 13:47:30 -07:00
Michael Jumper
75f74eec94 GUACAMOLE-5: Extract common base class for AuthenticatedUser. 2016-07-20 13:42:57 -07:00
Michael Jumper
e1f4e6574e GUACAMOLE-5: Add randomly-generated connection sharing keys. 2016-07-20 13:35:24 -07:00
Michael Jumper
fc05224512 GUACAMOLE-5: Expose sharing profiles at connection level. 2016-07-19 22:26:30 -07:00
Michael Jumper
c304a981e1 GUACAMOLE-5: Expose sharing profile permissions. 2016-07-19 22:26:30 -07:00
Michael Jumper
a03b76d9dd GUACAMOLE-5: Expose sharing profiles via a Directory on the UserContext according to granted permissions. 2016-07-19 22:26:30 -07:00
Michael Jumper
53a856b285 GUACAMOLE-5: Add sharing profile properties to connection record model. 2016-07-19 22:26:30 -07:00
Michael Jumper
cfac865807 GUACAMOLE-5: Map sharing profile model objects to database schema. 2016-07-19 22:26:30 -07:00
Michael Jumper
21f5aba548 GUACAMOLE-5: Add sharing profiles to database schema. 2016-07-19 11:21:45 -07:00
Michael Jumper
2131abb480 GUACAMOLE-5: Bring JDBC authentication up to date with sharing profile API changes. 2016-07-16 11:42:47 -07:00
Michael Jumper
10344aeba4 GUACAMOLE-53: Implement session affinity within the GuacamoleTunnelService. 2016-06-14 22:14:41 -07:00
Michael Jumper
b7ac434d41 GUACAMOLE-53: Add session affinity attribute for connection groups. 2016-06-14 22:14:41 -07:00
Michael Jumper
f4a3c5b31e GUACAMOLE-52: Foreign keys in history table should be ON DELETE SET NULL. For sake of context, always store username and connection name in history table. 2016-06-14 21:25:41 -07:00
Michael Jumper
07972de9c0 GUACAMOLE-1: Relicense SQL files. 2016-03-28 20:50:34 -07:00
Michael Jumper
de1ec05b5a GUACAMOLE-1: Relicense XML files. 2016-03-28 20:50:30 -07:00
Michael Jumper
1810ec971f GUACAMOLE-1: Relicense C and JavaScript files. 2016-03-28 20:50:18 -07:00
Michael Jumper
cbe3387d92 GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating. 2016-03-28 20:49:58 -07:00
Michael Jumper
4198c33df6 GUACAMOLE-1: Refactor old net.sourceforge package to org.apache. 2016-03-28 20:49:54 -07:00
Michael Jumper
6990344697 GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache. 2016-03-28 20:43:49 -07:00
Michael Jumper
e3f24f2f79 GUAC-1512: Refer to defaults as defaults. 2016-03-17 13:01:48 -07:00
Michael Jumper
d0c9d731c0 GUAC-1512: Correct typo in documentation for tryIncrement(). 2016-03-17 12:59:40 -07:00
Michael Jumper
0a95e16151 GUAC-1512: Add absolute connection limit properties for MySQL/PostgreSQL. 2016-03-17 00:56:43 -07:00
Michael Jumper
bef2139822 GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*"). 2015-12-15 13:00:59 -08:00
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
Mike Jumper
91f8f5b06b Merge pull request #302 from glyptodon/GUAC-1429
GUAC-1429: Return whole objects instead of identifiers to fix text/plain conversion error.
2015-12-09 23:06:00 -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
61a73ba5bc GUAC-1426 Remove code to retroactively grant UPDATE permission to existing users. 2015-12-09 19:39:54 -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
James Muehlner
edf22d6ab1 GUAC-1373: Modified connection history record search to only filter by start date. 2015-11-24 22:01:38 -08:00
James Muehlner
8f58d90ec7 GUAC-1373: Add new indexes to help performance in search query. 2015-11-24 21:34:43 -08:00
Michael Jumper
77804b2a9d GUAC-1373: Define sorting only by start date. 2015-11-24 21:34:37 -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
Michael Jumper
c22d22f99b GUAC-1373: Refactor PostgreSQL auth to support new JDBCEnvironment. 2015-11-12 12:28:04 -08:00
Michael Jumper
ea87134879 GUAC-1373: Clean up logic surrounding legacy concurrency properties. 2015-11-12 12:27:00 -08:00
Michael Jumper
5cb228391c GUAC-1373: Add default constants. Clean up. 2015-11-12 12:26:58 -08:00
James Muehlner
920ce67bee GUAC-1373: Partly refactored JDBC property loading. 2015-11-12 12:25:35 -08:00
Michael Jumper
58d7fc4e18 GUAC-1193: Add indexes to start_date and end_date columns. 2015-10-16 17:54:50 -07:00
James Muehlner
fdbc68bb92 GUAC-1193: Implement front end for connection history. 2015-10-13 23:38:55 -07:00