Commit Graph

443 Commits

Author SHA1 Message Date
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
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
03ae5c1725 GUAC-587: Login button is a button not a field. 2015-05-05 21:58:59 -07:00
Michael Jumper
a7f525cb88 GUAC-587: Add login-ui class to all CSS rules within the login module. 2015-05-05 21:53:00 -07:00
Michael Jumper
d8512531c6 GUAC-587: Contain each menu section within its own div. 2015-05-05 15:53:50 -07:00
Michael Jumper
3128b69db6 GUAC-587: Use ::before for button images - it's friendlier to overriding CSS. 2015-05-05 15:53:44 -07:00
Michael Jumper
bebde4720c GUAC-587: Fix gratuitous $digest() from unnecessary $interval use. 2015-04-30 15:28:07 -07:00
Michael Jumper
442518b01b GUAC-1170: Scale border size relative to font. 2015-04-30 00:26:58 -07:00
Michael Jumper
53f8522201 GUAC-1170: Use OSK style for text input. 2015-04-30 00:24:55 -07:00
Michael Jumper
5e9efc1c8b GUAC-1170: Adopt cleaner OSK style. 2015-04-30 00:21:38 -07:00
Michael Jumper
f9911a3288 GUAC-1170: Fix styling of modifiers. 2015-04-29 10:13:38 -07:00
Michael Jumper
4defd9b22b GUAC-1170: Fix spacing of sections on resize - nothing should ever wrap. 2015-04-28 21:47:33 -07:00
Michael Jumper
9a276e1232 GUAC-1170: Restructure and resize cursor keys. Space using flex layout. 2015-04-28 21:37:21 -07:00
Michael Jumper
5877848796 GUAC-1170: Restore original font size. 2015-04-28 21:32:34 -07:00
Michael Jumper
df433eb4e1 GUAC-1170: CSS line-height of keyboard rows must be 0 (or row gaps do not function as expected). 2015-04-28 21:06:08 -07:00
Michael Jumper
dd5e055f1c GUAC-1170: Combine and restore styling location for sake of diff. 2015-04-28 21:00:47 -07:00
Michael Jumper
8e9aa36732 GUAC-1170: Move the two main OSK sections to the same line. Abuse section sort order to place arrow keys below others. 2015-04-28 20:46:10 -07:00
Michael Jumper
7666ff6547 GUAC-1170: Add spacing between each key. Remove now-unused function group styling. 2015-04-28 20:38:43 -07:00
Michael Jumper
abc8726b22 GUAC-1170: Use same font for OSK as rest of app. 2015-04-28 18:53:58 -07:00
Michael Jumper
eefab37775 GUAC-1170: Keep function key groups within same row. 2015-04-28 18:47:42 -07:00
Michael Jumper
c58935398a GUAC-1170: Center the arrow keys. 2015-04-28 18:43:56 -07:00
Michael Jumper
ee83060bb5 GUAC-1170: Load keyboard layout within guacOsk directive. Update translation to point to new JSON layout. Remove old XML layouts. 2015-04-28 14:56:00 -07:00
Michael Jumper
c3a4c072cd GUAC-1170: Resize events might be evaluated synchronously (Firefox). 2015-04-27 15:05:50 -07:00
Michael Jumper
1b5968fb34 GUAC-1170: Ensure charset is declared within first 1024 bytes of HTML. 2015-04-27 15:05:50 -07:00
Michael Jumper
b7eec98a2f GUAC-1180: Update group management controller to use new settings URLs. 2015-04-25 12:51:52 -07:00
Michael Jumper
9b3312f18a GUAC-1179: Fix handling of numeric fields - use model value, not field value. 2015-04-25 12:42:08 -07:00
James Muehlner
5af04196de Merge pull request #159 from glyptodon/session-storage
GUAC-1161: Implement session-local storage.
2015-04-24 22:22:42 -07:00
Michael Jumper
20d51309b5 GUAC-1053: Pull language from preferences when configuring the translate service. Fallback to US English if there is no such translation file. 2015-04-24 15:51:45 -07:00
Michael Jumper
1c14f73a1d GUAC-1053: Use US English as a failsafe. 2015-04-23 19:04:15 -07:00
Michael Jumper
39440be4ff GUAC-1053: Use system language for default language. 2015-04-23 19:03:52 -07:00
Michael Jumper
e486c32477 GUAC-1161: Remove completely-unused notification area and associated functions. 2015-04-23 16:18:17 -07:00
Michael Jumper
d1be55809a GUAC-1161: Store managed clients in session storage. 2015-04-23 16:14:09 -07:00
Michael Jumper
592ce3b8d3 GUAC-1161: Store notification state in session-local storage. 2015-04-23 16:14:08 -07:00
Michael Jumper
afd9cd8032 GUAC-1161: Allow custom destructor to be defined for each session-local storage. 2015-04-23 15:28:47 -07:00
Michael Jumper
e162bef02c GUAC-1161: Add session-local storage. 2015-04-23 15:28:47 -07:00
Michael Jumper
7c542e8de8 GUAC-1161: Reject attempts to visit '/' unless '/' is actually the home page. Redirect to true home page otherwise. 2015-04-23 12:00:37 -07:00
Michael Jumper
0a8edf2e4c GUAC-1053: Add "Change Password" header. 2015-04-23 11:37:15 -07:00