Michael Jumper
|
4215cd4f1e
|
GUAC-1161: Pre-cache Angular templates during build.
|
2015-04-22 15:50:46 -07:00 |
|
James Muehlner
|
2650c4087e
|
Merge pull request #153 from glyptodon/challenge-responses
GUAC-1161: Implement challenge-style responses
|
2015-04-21 22:31:53 -07:00 |
|
Michael Jumper
|
fed3fdf0c4
|
GUAC-1161: Use ngIf to ensure the old ngView is completely demolished when user logs out.
|
2015-04-21 22:07:45 -07:00 |
|
Michael Jumper
|
03f17c6223
|
GUAC-1161: Set page title when login directive is shown.
|
2015-04-21 22:06:46 -07:00 |
|
Michael Jumper
|
dc88c27149
|
GUAC-1161: Do not continue routing if authentication fails.
|
2015-04-21 22:03:45 -07:00 |
|
Michael Jumper
|
419e936c82
|
GUAC-1161: Ignore key events while user is logged out.
|
2015-04-21 14:11:29 -07:00 |
|
Michael Jumper
|
db7cba1884
|
GUAC-1161: For now, just show normal login prompt for insufficient credentials.
|
2015-04-21 12:30:25 -07:00 |
|
Michael Jumper
|
1000bcb866
|
GUAC-1161: Move field header within guacFormField directive.
|
2015-04-21 12:25:32 -07:00 |
|
Michael Jumper
|
f29a24ad68
|
GUAC-1161: Convert login page to directive which accepts a dynamic form. Display login directive when credentials are needed.
|
2015-04-21 12:02:01 -07:00 |
|
Michael Jumper
|
872aa38498
|
GUAC-1161: Broadcast guacInsufficientCredentials or guacInvalidCredentials if credentials were somehow incorrect.
|
2015-04-21 11:53:30 -07:00 |
|
Michael Jumper
|
a97145edf6
|
GUAC-1161: Use labels and CSS for form layout.
|
2015-04-20 23:33:19 -07:00 |
|
Michael Jumper
|
999be47b20
|
GUAC-1161: Reorganize authenticationInterceptor to match service pattern used elsewhere.
|
2015-04-20 15:46:44 -07:00 |
|
Michael Jumper
|
1010552c69
|
GUAC-1161: Generalize HTTPException to APIException.
|
2015-04-20 14:51:29 -07:00 |
|
Michael Jumper
|
74883ae121
|
GUAC-1161: Generalize APICredentialError into APIError. Provide consistent error responses for all REST endpoints.
|
2015-04-20 14:49:56 -07:00 |
|
Michael Jumper
|
c80a203e97
|
GUAC-1161: Include credential information in REST responses.
|
2015-04-20 13:33:20 -07:00 |
|
Michael Jumper
|
2537b3d8ee
|
GUAC-1161: Request username/password if no user context is generated (backwards compat).
|
2015-04-20 13:07:07 -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 |
|
James Muehlner
|
f3c8d10d33
|
Merge pull request #152 from glyptodon/input-method-constants
GUAC-1053: Add constants for each input method type.
|
2015-04-20 11:25:09 -07:00 |
|
Michael Jumper
|
3310ac73ff
|
GUAC-1053: Add constants for each input method type.
|
2015-04-20 11:21:17 -07:00 |
|
James Muehlner
|
b98c735498
|
Merge pull request #151 from glyptodon/simple-defaults
GUAC-1053: Default to "none" input mode as before.
|
2015-04-20 11:08:18 -07:00 |
|
Michael Jumper
|
346cd4a4e5
|
GUAC-1053: Default to "none" input mode as before. Do not guess platform. Having the keyboard open automatically for all apparently-mobile users is disruptive.
This reverts commit 21d3e4550b .
|
2015-04-20 10:53:43 -07:00 |
|
James Muehlner
|
8d884cf08a
|
Merge pull request #150 from glyptodon/preferences
GUAC-1053: Add preferences tab to settings screen
|
2015-04-19 22:49:59 -07:00 |
|
Michael Jumper
|
21d3e4550b
|
GUAC-1053: Unless overridden, default to "text" input mode if platform likely lacks a physical keyboard.
|
2015-04-19 22:19:09 -07:00 |
|
Michael Jumper
|
0785db0953
|
GUAC-1053: Clean up display of mouse modes.
|
2015-04-19 22:04:48 -07:00 |
|
Michael Jumper
|
dde1cda2d9
|
GUAC-1053: Clean up styles. Fix copyright dates.
|
2015-04-19 21:55:42 -07:00 |
|
Michael Jumper
|
0ea23b8cbc
|
GUAC-1053: Configure default input method and mouse emulation mode through preferences screen.
|
2015-04-19 21:50:48 -07:00 |
|
Michael Jumper
|
02ca2a4d7c
|
GUAC-1053: Add preference service, storing the default mouse emulation mode and input method.
|
2015-04-19 21:17:26 -07:00 |
|
Michael Jumper
|
cbb5ab953c
|
GUAC-1053: Clean up style of password editor. Add help text.
|
2015-04-18 23:04:52 -07:00 |
|
Michael Jumper
|
3d43d4ed69
|
GUAC-1053: Move password changing into preferences.
|
2015-04-18 22:41:06 -07:00 |
|
Michael Jumper
|
620c59efcb
|
GUAC-1053: Only show the list of settings tabs if more than one is available.
|
2015-04-18 22:05:45 -07:00 |
|
Michael Jumper
|
c0eda1273f
|
GUAC-1053: Add user preferences page, visible to all users.
|
2015-04-18 22:05:45 -07:00 |
|
James Muehlner
|
cdc87825d8
|
Merge pull request #149 from glyptodon/settings-page
GUAC-1053: Move manage sections into tabbed settings page
|
2015-04-18 18:52:07 -07:00 |
|
Michael Jumper
|
9fa5a25aa9
|
GUAC-1053: Fix styling of connection home pages (when needed).
|
2015-04-17 21:38:26 -07:00 |
|
Michael Jumper
|
dbeb68cc1d
|
GUAC-1053: Properly handle undefined form/field/option names.
|
2015-04-17 21:23:01 -07:00 |
|
Michael Jumper
|
f0d7b6f867
|
GUAC-1053: Distinguish tabs from page with border.
|
2015-04-17 21:15:37 -07:00 |
|
Michael Jumper
|
42b99775e8
|
GUAC-1053: Rename "Manage Connections" to "Connections".
|
2015-04-17 21:12:26 -07:00 |
|
Michael Jumper
|
e3210fc64e
|
GUAC-1053: Move settings-specific things into own namespace.
|
2015-04-17 21:08:34 -07:00 |
|
Michael Jumper
|
32e51bd812
|
GUAC-1053: Clean up comment wrapping, now that everything is two levels deeper.
|
2015-04-17 20:46:18 -07:00 |
|
Michael Jumper
|
419949787f
|
GUAC-1053: Give active sessions tab priority.
|
2015-04-17 17:06:42 -07:00 |
|
Michael Jumper
|
3fa3d1ba2b
|
GUAC-1053: Create session management tab.
|
2015-04-17 17:03:45 -07:00 |
|
Michael Jumper
|
ed984da8d1
|
GUAC-1053: Create connection/group management tab.
|
2015-04-17 16:52:51 -07:00 |
|
Michael Jumper
|
82dee4640c
|
GUAC-1053: Migrate to tabbed settings screen. Create user management tab.
|
2015-04-17 16:42:24 -07:00 |
|
Michael Jumper
|
e0a805cb6f
|
GUAC-1053: Split listing of page links from guacUserMenu into guacPageList.
|
2015-04-17 15:12:49 -07:00 |
|
Michael Jumper
|
fbe177231d
|
GUAC-1053: Only display one link for settings within the user menu.
|
2015-04-16 22:18:34 -07:00 |
|
Michael Jumper
|
38250acf40
|
GUAC-1053: Allow separate retrieval of settings pages from userPageService.
|
2015-04-16 20:41:36 -07:00 |
|
James Muehlner
|
d9f68ca29c
|
Merge pull request #148 from glyptodon/form-sections
GUAC-1160: Add support for form sections
|
2015-04-16 17:12:03 -07:00 |
|
Michael Jumper
|
7c2e746e98
|
GUAC-1160: Fix remaining reference to protocols within generic form field class.
|
2015-04-16 16:59:09 -07:00 |
|
Michael Jumper
|
2858944f27
|
GUAC-1160: Add a Form type. Allow the content of a guacForm to be a Form, Field, or an array of either.
|
2015-04-16 16:59:08 -07:00 |
|
James Muehlner
|
60de1ff993
|
Merge pull request #147 from glyptodon/generalize-fields
GUAC-1106: Create generalized form module and directives
|
2015-04-15 19:51:05 -07:00 |
|