Commit Graph

2864 Commits

Author SHA1 Message Date
Michael Jumper
7826039d1f GUAC-1176: Set CSS "continuation" class on login interface if login is continuing. 2015-06-08 14:33:43 -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
a3d3203211 GUAC-1176: Add password confirmation to reset procedure. 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
Michael Jumper
91fb8e3c88 GUAC-1176: Only clear entered passwords - do not delete the fields entirely. 2015-06-08 14:33:43 -07:00
Michael Jumper
904e54090f GUAC-1176: Use translation strings for client error messages. 2015-06-08 14:33:43 -07:00
Michael Jumper
304e150a1e GUAC-1176: Validate new password set due to expiration. Allow errors dialogs during login process. 2015-06-08 14:33:43 -07:00
Michael Jumper
85dae9e52a GUAC-1176: Clear passwords if credentials are rejected for any reason (even client error). Flag generic login error only for specifically invalid credentials. 2015-06-08 14:33:43 -07:00
Michael Jumper
7a3503a40e GUAC-1176: Handle insufficient credentials distinctly from invalid credentials. 2015-06-08 14:33:43 -07:00
Michael Jumper
542c87d631 GUAC-1176: Stub password reset logic. 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
Michael Jumper
10aea5d0a3 GUAC-1176: Add password expiration attribute. 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
a96b7756a9 GUAC-1176: Allow field types to define hard-coded HTML templates (without a URL). 2015-06-08 13:02:45 -07:00
James Muehlner
34b2fc9d79 Merge pull request #194 from glyptodon/rdp-parameters
GUAC-1218: Provide "value" property for "BOOLEAN" parameters.
2015-06-07 22:09:41 -07:00
Michael Jumper
405e1c21fe GUAC-1218: Provide "value" property for "BOOLEAN" parameters. 2015-06-07 18:15:03 -07:00
James Muehlner
1619e13375 Merge pull request #193 from glyptodon/french
GUAC-1217: Merge contributed French translation and keyboard
2015-06-06 18:19:04 -07:00
Michael Jumper
ed744d9d1d GUAC-1217: Fallback to standard dialects when no specific dialect is available/requested. 2015-06-05 19:39:59 -07:00
Michael Jumper
f711baefab GUAC-1217: Use navigator.languages in preference to navigator.language (Chrome does not set navigator.language based on user preferences). 2015-06-05 19:39:21 -07:00
Michael Jumper
a0bd737ac6 GUAC-1217: Add French message format rules. 2015-06-05 19:11:23 -07:00
Michael Jumper
e5ae8802e1 GUAC-1217: The name of the French translation should be "French" in French. 2015-06-05 19:10:40 -07:00
Jerome CHARLOT
cb44a4d79d GUAC-1217: Add French translation and keyboard. 2015-06-05 19:02:06 -07:00
Michael Jumper
b3e5827dea GUAC-1176: Allow Field types to be dynamically specified. 2015-06-05 09:18:05 -07:00
Michael Jumper
2b9ff2cd44 GUAC-1176: formService must use a provider to be configurable within a config block. 2015-06-05 09:17:57 -07:00
Michael Jumper
48e10ab69a GUAC-1176: Migrate all field types to the new field registration service. Use field registration service within guacFormField directive. 2015-06-05 00:09:52 -07:00
Michael Jumper
d292eb94ea GUAC-1176: Implement field type registration service. 2015-06-04 23:09:43 -07:00
James Muehlner
3ff551f23a Merge pull request #191 from glyptodon/disable-user
GUAC-800: Allow explicit disable/enable of user accounts.
2015-05-26 16:25:36 -07:00
Michael Jumper
3a619dbe0a GUAC-800: Display connection and connection group attributes, if present. 2015-05-26 14:50:45 -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
e31025273a GUAC-800: Display user attributes within user editor. 2015-05-26 14:23:01 -07:00
Stephen Young
f08dbacdb2 GUAC-1212: Add try/catch block to creation of AudioContext 2015-05-26 13:49:09 -06:00
Michael Jumper
c8c12663b3 GUAC-800: Add support for disabling user accounts. 2015-05-26 12:42:57 -07:00
Michael Jumper
b64c4f3b94 GUAC-800: Clarify semantics of getAttributes() / setAttributes(). 2015-05-26 11:16:09 -07:00
James Muehlner
1e0f194126 Merge pull request #189 from glyptodon/forms
GUAC-800: Migrate to JSON for protocol descriptions.
2015-05-26 10:41:14 -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
James Muehlner
96f5ab1bbd Merge pull request #188 from glyptodon/object-attribute
GUAC-800: Add API support for arbitrary object-level attributes.
2015-05-24 21:26:52 -07:00
Michael Jumper
dfedcf3058 GUAC-800: Provide access via REST to attribute information. Move protocol descriptions into common REST service. 2015-05-24 19:37:07 -07:00
Michael Jumper
a4a2a37623 GUAC-800: Use Parameter for describing attributes. 2015-05-24 19:20:36 -07:00
Michael Jumper
191bc0d465 GUAC-800: Remove stubs - no supported attributes for now. 2015-05-24 18:48:52 -07:00
Michael Jumper
c5364f4bff GUAC-800: Update REST services to allow read/write of attributes on users, connections, and groups. 2015-05-24 15:56:49 -07:00
Michael Jumper
7d13731ffa GUAC-800: Add attribute-related stubs to JDBC auth. 2015-05-24 15:37:28 -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
James Muehlner
2ec70f4ece Merge pull request #187 from glyptodon/resource-leak
GUAC-587: Ensure resource streams are always closed.
2015-05-21 23:25:22 -07:00
Michael Jumper
4b3197f57a GUAC-587: Ensure resource streams are always closed. 2015-05-20 22:41:08 -07:00
James Muehlner
d7690d1ad8 Merge pull request #186 from glyptodon/version-wildcard
GUAC-587: Allow extensions to be version-independent.
2015-05-19 16:34:54 -07:00
Michael Jumper
1a0726724f GUAC-587: Allow extensions to be version-independent. 2015-05-19 16:31:35 -07:00
Michael Jumper
09d599c759 Merge pull request #185 from glyptodon/merge-translation-files 2015-05-19 10:11:49 -07:00