Michael Jumper
|
6f6b4e5d96
|
GUACAMOLE-394: Add mapper for user login records.
|
2017-12-11 23:51:57 -08:00 |
|
Michael Jumper
|
5aa2172eac
|
GUACAMOLE-394: Add guacamole_user_history table to database schema.
|
2017-12-11 23:51:56 -08:00 |
|
Michael Jumper
|
3d7b8ee89b
|
GUACAMOLE-394: Pull connection last active time from history records.
|
2017-12-11 23:51:56 -08:00 |
|
Michael Jumper
|
ce4cd11993
|
GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14.
|
2017-12-06 00:12:43 -08:00 |
|
Michael Jumper
|
7c4223ce3e
|
GUACAMOLE-436: Remove incubator prefix from repositories and URLs.
|
2017-12-06 00:02:33 -08:00 |
|
Michael Jumper
|
26122ebc3e
|
GUACAMOLE-394: Deprecate ConnectionRecordSet. Refactor accordingly.
|
2017-09-25 12:30:03 -07:00 |
|
Michael Jumper
|
0338048c2e
|
GUACAMOLE-345: Replace hexadecimal literals with decode() function calls.
|
2017-07-22 21:42:17 -07:00 |
|
Michael Jumper
|
0ad7e4e1a3
|
GUACAMOLE-345: Name all PostgreSQL indexes.
|
2017-07-22 21:41:58 -07:00 |
|
Nick Couchman
|
8b71e30c71
|
GUACAMOLE-339: Bump up field size to 256 to support full DNS names.
|
2017-07-16 22:43:50 -04:00 |
|
Nick Couchman
|
f2120c8d14
|
GUACAMOLE-339: Add remote host field to database and populate appropriately.
|
2017-07-16 21:58:28 -04:00 |
|
Michael Jumper
|
3c553b965c
|
GUACAMOLE-317: Add "failover_only" column to database schema for Guacamole connections.
|
2017-06-06 17:32:38 -07:00 |
|
Nick Couchman
|
2986c61690
|
GUACAMOLE-102: Code cleanup - remove unused default parameters; improve commentary and use more standard variable names.
|
2017-06-06 08:49:48 -04:00 |
|
Nick Couchman
|
6a4bc249a7
|
GUACAMOLE-102: Correct versions for database schema upgrade scripts
|
2017-06-05 21:43:23 -04:00 |
|
Nick Couchman
|
839f53ca96
|
GUACAMOLE-102: Clean up unused constants; minor comment corrections.
|
2017-06-05 21:43:21 -04:00 |
|
Nick Couchman
|
d2d543028f
|
GUACAMOLE-102: Clean up code style issues, remove the unnecessary getDefaultConnectionWeight method.
|
2017-06-05 21:43:18 -04:00 |
|
Nick Couchman
|
4aff2c1bb8
|
GUACAMOLE-102: Finish adding connection weight attribute.
|
2017-06-05 15:34:21 -04:00 |
|
Nick Couchman
|
025f77d1c4
|
GUACAMOLE-102: Initial addition of connection weight to JDBC authentication extension
|
2017-06-05 15:33:23 -04:00 |
|
Michael Jumper
|
8286b21baa
|
GUACAMOLE-189: Define guacd override columns for guacamole_connection table in main schema init script.
|
2017-06-04 16:06:16 -07:00 |
|
Michael Jumper
|
9236aea866
|
GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating.
|
2017-06-01 23:05:53 -07:00 |
|
Michael Jumper
|
a34d3facc4
|
GUACAMOLE-292: Store user profile information within PostgreSQL/MySQL database.
|
2017-05-27 11:28:13 -07:00 |
|
Michael Jumper
|
31b1b42ba6
|
GUACAMOLE-189: Refactor GuacamoleProxyConfiguration to guacamole-ext.
|
2017-05-04 21:32:23 -07:00 |
|
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
|
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 |
|
ljruiten
|
0fd1a3aea6
|
GUACAMOLE-95: Minor change to postgresql schema. Fixes saving sessions to
history.
|
2016-08-26 19:20:48 +02: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
|
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 |
|