Commit Graph

122 Commits

Author SHA1 Message Date
James Muehlner
3f7ed57a8a GUACAMOLE-87: Bump guacamole-client version numbers to 0.9.10-incubating. 2016-08-25 21:48:04 -07:00
Michael Jumper
f32dbac458 GUACAMOLE-81: Enforce parent/child permissions between SharingProfile and Connection. 2016-08-20 19:13:01 -07:00
Michael Jumper
5794338b8d GUACAMOLE-76: Clean MySQL and PostgreSQL modules for consistency. 2016-08-20 12:42:03 -07:00
Michael Jumper
a83b5c585c GUACAMOLE-76: Query child object identifiers directly. 2016-08-19 23:18:37 -07:00
Michael Jumper
e71145285a GUACAMOLE-75: Do not insert duplicate permissions. 2016-08-12 11:26:05 -07:00
Michael Jumper
ff3c57dff0 GUACAMOLE-5: Display the username of the user that shares a connection. 2016-07-30 23:11:12 -07:00
Michael Jumper
06a7ca1b7a GUACAMOLE-5: Handle shared connections via dedicated AuthenticationProvider. 2016-07-29 18:46:58 -07:00
Michael Jumper
4e3212f9fd GUACAMOLE-5: Use AuthenticationProviderService as the means of defining AuthenticationProvider behavior. 2016-07-29 18:46:58 -07:00
Michael Jumper
600002531e GUACAMOLE-5: Use singleton Guice Injector via common base class. 2016-07-29 18:46:57 -07:00
Michael Jumper
cadaefa5f6 GUACAMOLE-5: Do not bind/inject AuthenticationProvider. 2016-07-26 21:28:31 -07:00
Michael Jumper
f119b97230 GUACAMOLE-5: Column "sharing_profile_id" is ambiguous without the table name. 2016-07-25 14:44:48 -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
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
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
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
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
c22d22f99b GUAC-1373: Refactor PostgreSQL auth to support new JDBCEnvironment. 2015-11-12 12:28:04 -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
James Muehlner
03c1ac1876 GUAC-1193 Add required connection name property to connection record. 2015-10-13 20:04:24 -07:00
Michael Jumper
3c271da9b4 GUAC-1193: Do not use <bind> within <foreach>, as it only substitutes the last bound value for *ALL* usages of the created variable. Do not use LIKE, as we would then have to escape the search term in Java. 2015-10-08 17:56:12 -07:00
Michael Jumper
9b99fd7323 GUAC-1193: Add searchReadable() query, limited by available permissions. 2015-10-08 17:55:14 -07:00
Michael Jumper
b02fdb673a GUAC-1193: Fix ordering of record search results (OGNL comparison for enums is not string-based). 2015-10-08 14:35:06 -07:00
Michael Jumper
2ce4fd12ad GUAC-1193: Add PostgreSQL version of history query. 2015-10-08 13:54:01 -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
b0ac5d22ff GUAC-586: Associate unique identifier with each AuthenticationProvider. 2015-08-28 12:14:02 -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
5298523114 GUAC-830: Align assignments. 2015-08-23 13:17:16 -07:00
Michael Jumper
9b27a27441 GUAC-830: Add new concurrency properties. Warn of deprecation and suggest alternatives in the logs. 2015-08-23 13:15:32 -07:00
Michael Jumper
cc07e99b83 GUAC-830: Add concurrency limitations to schema and mapping. 2015-08-21 15:39:18 -07:00
Michael Jumper
222aa93e41 GUAC-830: Migrate to ConfigurableGuacamoleTunnelService for all values of legacy properties. 2015-08-20 18:30:05 -07:00
Michael Jumper
db422d1fb0 GUAC-1213: Map date/time restriction columns to UserModel properties. 2015-07-30 12:05:23 -07:00
Michael Jumper
ca516e6bfe GUAC-1213: Document and store user timezone such that it is used for all date/time comparisons. 2015-07-29 15:50:45 -07:00
Michael Jumper
5f25558ebd GUAC-1213: Add date/time access restrictions to guacamole_user table. 2015-07-29 15:23:09 -07:00
Michael Jumper
f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:47:22 -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
4c0cf58d9f GUAC-1176: Add Russian translation strings to JDBC authentication. 2015-06-08 14:33:43 -07:00