Michael Jumper
|
b74c05b9f7
|
GUAC-1170: Add -Werror and -Xlint:all options to Java builds.
|
2015-04-26 18:46:27 -07:00 |
|
James Muehlner
|
24535446b1
|
Merge pull request #164 from glyptodon/ipad-keyboard
GUAC-661: Reset all keys if keyup received for unknown key.
|
2015-04-26 14:29:23 -07:00 |
|
Michael Jumper
|
67624e190c
|
GUAC-661: Reset all keys if keyup received for unknown key.
|
2015-04-26 13:25:34 -07:00 |
|
James Muehlner
|
990950da4d
|
Merge pull request #163 from glyptodon/fix-manage-errors
GUAC-1181: Consider null to be empty.
|
2015-04-25 13:22:13 -07:00 |
|
Michael Jumper
|
da468c6ac9
|
GUAC-1181: Consider null to be empty.
|
2015-04-25 13:13:08 -07:00 |
|
James Muehlner
|
6463a047bb
|
Merge pull request #162 from glyptodon/fix-group-redirect
GUAC-1180: Update group management controller to use new settings URLs.
|
2015-04-25 12:56:25 -07:00 |
|
Michael Jumper
|
b7eec98a2f
|
GUAC-1180: Update group management controller to use new settings URLs.
|
2015-04-25 12:51:52 -07:00 |
|
James Muehlner
|
df5741e934
|
Merge pull request #161 from glyptodon/fix-numeric-fields
GUAC-1179: Fix handling of numeric fields
|
2015-04-25 12:46:33 -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 |
|
James Muehlner
|
000d001c3e
|
Merge pull request #160 from glyptodon/fix-language-defaults
GUAC-1053: Fix language defaults
|
2015-04-24 22:19:38 -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 |
|
James Muehlner
|
e917f8d376
|
Merge pull request #158 from glyptodon/home-page-redirect
GUAC-1161: Reject attempts to visit '/' unless '/' is actually the home.
|
2015-04-23 12:06:28 -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 |
|
James Muehlner
|
35c5d846ce
|
Merge pull request #157 from glyptodon/clean-preferences
GUAC-1053: Add "Change Password" header.
|
2015-04-23 11:44:13 -07:00 |
|
Michael Jumper
|
0a8edf2e4c
|
GUAC-1053: Add "Change Password" header.
|
2015-04-23 11:37:15 -07:00 |
|
James Muehlner
|
9c2415880c
|
Merge pull request #156 from glyptodon/update-defaults
GUAC-1053: Ensure new preferences are set even if the user already had preferences from an older version.
|
2015-04-23 11:24:42 -07:00 |
|
Michael Jumper
|
b114dbaf01
|
GUAC-1053: Ensure new preferences are set even if the user already had preferences from an older version.
|
2015-04-23 11:22:48 -07:00 |
|
Mike Jumper
|
07789a08ac
|
Merge pull request #155 from glyptodon/GUAC-1053
GUAC-1053 Allow selection of display language
|
2015-04-22 22:53:34 -07:00 |
|
James Muehlner
|
8e3e27b8cd
|
GUAC-1053 Fixed problems highlighted in pull request comments.
|
2015-04-22 22:52:23 -07:00 |
|
James Muehlner
|
c2b2302708
|
GUAC-1053 New endpoint for listing languages, JS service for retrieving languages, and settings section for choosing language.
|
2015-04-22 22:39:57 -07:00 |
|
James Muehlner
|
5788876283
|
GUAC-1053: Fix warning regarding resource path of PATCH method for active connection service.
|
2015-04-22 21:13:46 -07:00 |
|
James Muehlner
|
3ea93c30b0
|
Merge pull request #154 from glyptodon/html2js
GUAC-1161: Pre-cache Angular templates during build.
|
2015-04-22 16:03:20 -07:00 |
|
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 |
|