Michael Jumper
|
152de87dc2
|
GUACAMOLE-189: Allow per-connection guacd parameters for the JDBC auth.
|
2017-05-04 21:32:23 -07:00 |
|
James Muehlner
|
3ec99cbcdd
|
Merge 0.9.12-incubating changes back to master.
|
2017-03-01 08:27:22 -08:00 |
|
Michael Jumper
|
3de690abfe
|
GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged).
|
2017-02-28 09:33:53 -08:00 |
|
Michael Jumper
|
dec73c8457
|
GUACAMOLE-224: Remove @author tags from codebase.
|
2017-02-27 23:20:30 -08:00 |
|
Michael Jumper
|
b69599e822
|
GUACAMOLE-163: Remove DEFAULT CURRENT_TIMESTAMP from guacamole_user's password_date column (compatibility with MySQL 5.5 and older).
|
2017-01-22 12:04:01 -08:00 |
|
Michael Jumper
|
ca7ec98d50
|
GUACAMOLE-159: Less-than characters must be properly escaped within mapper XML.
|
2017-01-13 13:14:06 -08:00 |
|
Michael Jumper
|
8185a023f6
|
GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components.
|
2017-01-09 13:51:23 -08:00 |
|
Michael Jumper
|
a943077d40
|
GUACAMOLE-36: Record and maintain password history.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
ae695ef17b
|
GUACAMOLE-36: Define and map historical password record table.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
5f6fb8a199
|
GUACAMOLE-36: Implement password aging checks.
|
2017-01-05 06:30:40 -08:00 |
|
Michael Jumper
|
a207411241
|
GUACAMOLE-36: Add password reset date to schema.
|
2017-01-03 20:55:42 -08:00 |
|
Michael Jumper
|
3744755a1e
|
GUACAMOLE-36: Define and enforce password policies.
|
2017-01-03 20:13:13 -08:00 |
|
James Muehlner
|
b0f73bb4d7
|
GUACAMOLE-119: Merge integration of Apache Rat into client and associated new license notices.
|
2016-11-13 10:49:49 -08:00 |
|
Michael Jumper
|
322d2ba144
|
GUACAMOLE-119: Add Apache license boilerplate to pom.xml.
|
2016-11-12 18:16:27 -08:00 |
|
Michael Jumper
|
27bb5632f5
|
GUACAMOLE-119: Add Apache RAT validation to build.
|
2016-11-12 18:16:03 -08:00 |
|
Michael Jumper
|
5c800b1d89
|
GUACAMOLE-70: Allow access to be restricted to strictly the users in the database.
|
2016-11-11 17:34:29 -08:00 |
|
Michael Jumper
|
141400bc77
|
GUACAMOLE-107: Point all pom.xml at new project website.
|
2016-10-26 21:53:26 -07:00 |
|
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
|
2e3d3c4f5f
|
GUACAMOLE-76: Set "allowMultiQueries" for MySQL.
|
2016-08-20 12:41:16 -07:00 |
|
Michael Jumper
|
a83b5c585c
|
GUACAMOLE-76: Query child object identifiers directly.
|
2016-08-19 23:18:37 -07:00 |
|
James Muehlner
|
4d35e1c166
|
GUACAMOLE-80: Remove trailing comma.
|
2016-08-16 22:02:36 -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 |
|
James Muehlner
|
759469231d
|
GUACAMOLE-5: Fix syntax error in mysql create script by adding missing comma.
|
2016-07-26 11:48:34 -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
|
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
|
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
|
61a73ba5bc
|
GUAC-1426 Remove code to retroactively grant UPDATE permission to existing users.
|
2015-12-09 19:39:54 -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
|
ea87134879
|
GUAC-1373: Clean up logic surrounding legacy concurrency properties.
|
2015-11-12 12:27:00 -08:00 |
|