Michael Jumper
|
d265c814e1
|
GUAC-1172: Sort files lexicographically with directories first.
|
2015-07-03 11:44:51 -07:00 |
|
Michael Jumper
|
e2f83dd306
|
GUAC-1172: Migrate to from ngRepeat to $interpolate for the file browser - Guacamole needs to be easy to $digest ;).
|
2015-07-02 23:08:17 -07:00 |
|
Michael Jumper
|
149fba6737
|
GUAC-1172: Implement navigation via breadcrumbs - no more tree.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
c673de30e1
|
GUAC-1172: Implement download of specific files via click.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
0055cf71ee
|
GUAC-1172: Display file browser within own menu. Show available devices in guac menu.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
3109fe8138
|
GUAC-1172: Implement file browsing directive. Track expanded/collapsed state within ManagedFilesystem.File.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
1494f2d46c
|
GUAC-1172: Separate sidebar menu style into own class.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
4c589c0f34
|
GUAC-1172: Define ManagedFilesystem type. Handle received filesystem objects.
|
2015-07-02 21:39:09 -07:00 |
|
Michael Jumper
|
04a303108d
|
GUAC-1172: Work around angular-translate/angular-translate#788 by using the translate directive (no filter). Current scope is not available to filters as of AngularJS 1.3.
|
2015-07-02 16:12:17 -07:00 |
|
Michael Jumper
|
076a549754
|
GUAC-1172: Upgrade angular-translate to 2.7.2. Configure required sanitization strategy. Use null instead of false for lack of login error.
|
2015-07-02 15:28:34 -07:00 |
|
Michael Jumper
|
e973f7de6b
|
GUAC-1172: Upgrade to Angular 1.3.16. Update form template to work around angular/angular.js#12260.
|
2015-07-02 15:10:38 -07:00 |
|
Michael Jumper
|
19e4b5496f
|
GUAC-1229: Default to English until language fallback issues can be resolved.
|
2015-06-12 11:08:06 -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
|
4eb5989c18
|
GUAC-1176: Ensure blank values are interpreted consistently (no multiple blank options in select fields).
|
2015-06-08 14:33:44 -07:00 |
|
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
|
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
|
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 |
|