Michael Jumper
|
9ac64441cd
|
GUAC-1176: Explicitly specify ng-trim="false" for password fields. The AngularJS documentation states password fields will not be trimmed, but that is apparently only true if the input field type does not vary dynamically. The trimmed/untrimmed state seems only to be set when the directive initially loads.
|
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
|
b53bd3ca4f
|
GUAC-1176: Ensure login fields default to blank, not null or undefined.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
6ea589b7e8
|
GUAC-1176: Use existing login error status. No need for modal notifications.
|
2015-06-08 14:33:43 -07:00 |
|
Michael Jumper
|
de6c5fd4da
|
GUAC-1176: Provide user with help text during login. Style continuation dialog differently. Add continue button.
|
2015-06-08 14:33:43 -07:00 |
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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
|
e31025273a
|
GUAC-800: Display user attributes within user editor.
|
2015-05-26 14:23:01 -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
|
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
|
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
|
4b3197f57a
|
GUAC-587: Ensure resource streams are always closed.
|
2015-05-20 22:41:08 -07:00 |
|
Michael Jumper
|
1a0726724f
|
GUAC-587: Allow extensions to be version-independent.
|
2015-05-19 16:31:35 -07:00 |
|
James Muehlner
|
e06a5fb2c4
|
GUAC-587 Removed pointless imports.
|
2015-05-18 21:29:18 -07:00 |
|
James Muehlner
|
c10cbc3a68
|
GUAC-587: Merge translation files when loading extensions.
|
2015-05-18 21:24:21 -07:00 |
|
Michael Jumper
|
eb83f17c01
|
GUAC-587: Implement byte array resource.
|
2015-05-18 20:10:20 -07:00 |
|
Michael Jumper
|
47889e3f3f
|
GUAC-587: Add placeholder for merge logic.
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
50debbfc78
|
GUAC-587: Move loading logic into individual functions.
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
94019bf838
|
GUAC-587: Dynamically serve all defined language resources.
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
d46d405e3a
|
GUAC-587: Manage languages within own service. Allow dynamic addition of languages.
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
79e6c31035
|
GUAC-587: Serve static resources within /app/ext/[namespace]/[declared/path/to/resource].
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
06011cac62
|
GUAC-587: Add support for translations and arbitrary static resources to the extension manifest.
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
ad28ca6da6
|
GUAC-587: Fix missing wording in log messages. (Please what?)
|
2015-05-18 19:44:41 -07:00 |
|
Michael Jumper
|
ee17c99b23
|
GUAC-587: Preserve resource path information within the extension class.
|
2015-05-18 19:44:41 -07:00 |
|
James Muehlner
|
2d8b092681
|
GUAC-1187 Prepared Konstantin Kozhin's Russian translation for merge.
|
2015-05-18 19:14:38 -07:00 |
|
Konstantin Kozhin
|
8d33092c35
|
GUAC-1185: Russian translation
Plz don't forget to add the following line to other translations:
"FIELD_OPTION_SERVER_LAYOUT_RU_RU_QWERTY" : "Russian (Qwerty)",
|
2015-05-18 18:46:39 -07:00 |
|
Konstantin Kozhin
|
654b85c2fe
|
GUAC-1186: Russian layout
|
2015-05-18 18:39:13 -07:00 |
|
Michael Jumper
|
d477f7fa6e
|
GUAC-587: Do not attempt to read contents of GUACAMOLE_HOME/extensions if not accessible.
|
2015-05-15 17:39:17 +00:00 |
|
Michael Jumper
|
51d3fd2030
|
GUAC-587: Failed providers should throw "invalid" credential exceptions, not "insufficient".
|
2015-05-14 23:51:02 +00:00 |
|
Michael Jumper
|
62b3028cf0
|
GUAC-587: Ensure an AuthenticationProvider is always bound.
|
2015-05-14 23:10:19 +00:00 |
|
Michael Jumper
|
60b1029653
|
GUAC-587: The extension manifest must not be null.
|
2015-05-14 22:22:22 +00:00 |
|
Michael Jumper
|
f879da6ee5
|
GUAC-587: Move loading of extensions into own function. Do not allow lack of extensions directory to stop loading of app.js and app.css.
|
2015-05-14 22:20:38 +00:00 |
|
Michael Jumper
|
cc6002f1a1
|
GUAC-587: Fix formatting of comments/javadoc in DirectoryClassLoader.
|
2015-05-14 03:35:24 +00:00 |
|
Michael Jumper
|
5232dac896
|
GUAC-587: Default to GUACAMOLE_HOME/user-mapping.xml.
|
2015-05-12 13:52:42 -07:00 |
|