Commit Graph

516 Commits

Author SHA1 Message Date
Michael Jumper
16d047e81e GUAC-1193: Remove after() and before() functions from ConnectionRecordSet. They would not be used. 2015-09-23 14:41:19 -07:00
James Muehlner
5de7682cf7 GUAC-1193: Create connection history interface, and add simple implementation. 2015-09-22 23:33:51 -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
caccb37af3 GUAC-586: Only use cached configurations within SimpleAuthenticationProvider if truly from same instance. 2015-09-02 19:51:27 -07:00
Michael Jumper
71052fa126 GUAC-586: Implement listing of visible users within LDAP (by completely rewriting the LDAP auth provider). 2015-09-01 17:17:55 -07:00
Michael Jumper
0d92876d23 GUAC-586: Ensure LocalEnvironment is tolerant to failues in loading guacamole.properties. 2015-08-28 12:14:02 -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
90ae5b0e17 GUAC-586: Separate authentication from authorization. 2015-08-23 22:07:43 -07:00
Michael Jumper
e733052fa4 GUAC-830: Bring up to spec regarding comment level. 2015-08-21 19:37:43 -07:00
Michael Jumper
def547acc8 GUAC-830: Move parsing/formatting into field types. 2015-08-21 16:24:07 -07:00
Michael Jumper
2a88856787 Merge branch 'testing-common-ssh' 2015-08-13 16:30:42 -07:00
Michael Jumper
438ccf7ec4 GUAC-1292: Add "sftp-directory" parameter to VNC and RDP. 2015-08-13 16:22:05 -07:00
Michael Jumper
2e52382fd9 GUAC-1213: Add date and time fields, along with corresponding template/controller stubs. 2015-08-10 11:18:57 -07:00
Michael Jumper
65cdb5daef GUAC-1213: Add time zone field type. 2015-08-09 22:14:19 -07:00
Michael Jumper
7d64802726 GUAC-1195: Add "color-scheme" parameter to SSH and telnet. 2015-07-28 17:01:28 -07:00
Michael Jumper
5f85b41bbd GUAC-515: Add create-drive-path parameter to RDP. 2015-07-28 14:36:50 -07:00
Michael Jumper
e4b09fb58e GUAC-298: Add VNC parameter for clipboard encoding. 2015-07-27 18:52:39 -07:00
Michael Jumper
10e266aea9 GUAC-1171: Add SFTP parameters to VNC. 2015-07-10 21:15:52 -07:00
Michael Jumper
1060d7b48e GUAC-1171: Add SFTP parameters to RDP. 2015-07-10 21:15:27 -07:00
Michael Jumper
73f4ae9d72 GUAC-835: Add RDP performance flag parameters to interface. 2015-06-12 17:10:05 -07:00
Michael Jumper
f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:47:22 -07:00
Michael Jumper
dcd82f9e63 GUAC-1176: Remove all human-readable title properties from the REST form objects. 2015-06-08 16:15:31 -07:00
Michael Jumper
68af0bab7e GUAC-1176: Field.Type is no longer absolutely all possible types - it is only the set of types supported by default. 2015-06-08 14:33:43 -07:00
Michael Jumper
a532e22926 GUAC-1176: Generalize form fields by removing the value property. Add type-specific convenience classes for each field. 2015-06-08 14:33:43 -07:00
Michael Jumper
e51363f9c5 GUAC-1176: Define USERNAME and PASSWORD fields publicly. They aren't very helpful isolated within the USERNAME_PASSWORD object. 2015-06-08 14:33:43 -07:00
James Muehlner
368ceea080 Merge pull request #192 from glyptodon/custom-field-types
GUAC-1176: Implement support for custom field types
2015-06-08 14:32:14 -07:00
Michael Jumper
405e1c21fe GUAC-1218: Provide "value" property for "BOOLEAN" parameters. 2015-06-07 18:15:03 -07:00
Michael Jumper
b3e5827dea GUAC-1176: Allow Field types to be dynamically specified. 2015-06-05 09:18:05 -07:00
Michael Jumper
e7574c0276 GUAC-800: Use Forms for attributes, not just Fields. 2015-05-26 14:42:51 -07:00
Michael Jumper
c3558a3ae9 GUAC-800: Properly initialize name and title in Form constructor. 2015-05-26 14:38:30 -07:00
Michael Jumper
b64c4f3b94 GUAC-800: Clarify semantics of getAttributes() / setAttributes(). 2015-05-26 11:16:09 -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
9585d0fc6c GUAC-800: Handle attributes as dynamic properties (no GuacamoleExceptions). Use Attribute for schema information only. Allow retrieval of schema information from UserContext. Add attributes to ConnectionGroup. 2015-05-24 15:01:15 -07:00
Michael Jumper
75f6e75176 GUAC-800: Associate attributes with users and connections. 2015-05-23 21:29:42 -07:00
Michael Jumper
7a20a33e95 GUAC-800: Define ObjectAttribute and associated interfaces. 2015-05-23 21:27:02 -07:00
Michael Jumper
d066d58ee1 GUAC-587: Do not require guacamole.properties. Use defaults if missing. 2015-05-12 13:59:30 -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
12edc7a256 GUAC-1170: Add missing Maven plugin versions. 2015-04-26 22:58:37 -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
ae96de95a6 GUAC-1161: Add CredentialsInfo and credential-specific exceptions, 2015-04-20 12:56:22 -07:00
Michael Jumper
638365ccff GUAC-1161: Generalize protocol parameters into form parameters. 2015-04-20 12:36:39 -07:00
Michael Jumper
631f2e121d GUAC-346: Add client-name parameter to RDP parameters and translation strings. 2015-04-14 12:40:23 -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
45e62652f7 GUAC-794: Add Italian keyboard to RDP parameter XML. 2015-04-02 11:38:01 -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
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