Commit Graph

2685 Commits

Author SHA1 Message Date
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
Michael Jumper
2b97317dbb GUAC-1160: Field and FieldOption should not be specific to remote desktop connection parameters. 2015-04-15 19:48:31 -07:00
Michael Jumper
e1f769fcbc GUAC-1160: Generate localized field headers and option values within "form" module. 2015-04-15 16:05:56 -07:00
Michael Jumper
32019e7cdf GUAC-1160: Create "guacForm" directive which allows the editing of an arbitrary set of fields. 2015-04-15 16:05:20 -07:00
Michael Jumper
d29ab56d44 GUAC-1160: Move generalized parameter directive into own "form" module as "guacFormField". 2015-04-15 14:04:15 -07:00
Michael Jumper
6d0d7b127f GUAC-1160: Generalize parameters into fields. Depend on title in field. 2015-04-15 13:51:07 -07:00
James Muehlner
c413b8a1e1 Merge pull request #146 from glyptodon/client-name
GUAC-346: Add client-name parameter to RDP parameters and translation strings.
2015-04-14 14:02:07 -07:00
Michael Jumper
631f2e121d GUAC-346: Add client-name parameter to RDP parameters and translation strings. 2015-04-14 12:40:23 -07:00
James Muehlner
63bfce66e5 Merge pull request #145 from glyptodon/http-tunnel-cleanup
GUAC-1096: Properly close() and cleanup HTTP tunnel when end-of-stream is encountered.
2015-04-14 11:16:38 -07:00
Michael Jumper
8d80854eec GUAC-1096: Properly close() and cleanup HTTP tunnel when end-of-stream is encountered. 2015-04-13 16:17:15 -07:00
James Muehlner
179466329e Merge pull request #144 from glyptodon/preserve-parameters
GUAC-1102: Reconstitute consumed HTTP requests with an external collection of parameter name/value pairs.
2015-04-13 13:58:32 -07:00
Michael Jumper
89b4ff642f GUAC-1102: Reconstitute consumed HTTP requests with an external collection of parameter name/value pairs. 2015-04-13 12:38:03 -07:00
James Muehlner
c10c0985e8 Merge pull request #143 from glyptodon/readable-active-connections
GUAC-1126: Calculate active connections using the active connection service
2015-04-09 15:57:06 -07:00
James Muehlner
556772ba4b Merge pull request #142 from glyptodon/session-events
GUAC-1126: Maintain session-local data through login/logout events
2015-04-09 15:50:08 -07:00
Michael Jumper
c0cc7366f6 GUAC-1126: Use active connection service to retrieve active connection counts within group list. 2015-04-09 15:38:46 -07:00
Michael Jumper
4caddb9c29 GUAC-1126: Document that active connection information may be missing. If a user is a non-admin, hide sensitive information about active connections. 2015-04-09 15:38:46 -07:00
Michael Jumper
f8714b735f GUAC-1126: Allow non-admins to see active connections if they have READ permission to those connections. 2015-04-09 15:38:46 -07:00
Michael Jumper
c69f7db522 GUAC-1126: Maintain session-local data through login/logout events broadcast from the authentication service. 2015-04-09 13:01:37 -07:00
Mike Jumper
311d56bae5 Merge pull request #141 from glyptodon/GUAC-1126-add-caching
GUAC-1126 Add caching for REST API Services
2015-04-08 23:01:20 -07:00
James Muehlner
0b92ad59ee GUAC-1126 Clear caches on logout. 2015-04-08 22:58:40 -07:00
James Muehlner
fec7ac20ce GUAC-1126 Fixed name of users cache. 2015-04-08 22:58:33 -07:00
James Muehlner
91b0d72a60 GUAC-1126 Add caching of GET requests in REST API services. 2015-04-08 22:58:25 -07:00
Mike Jumper
5eb4ab99c6 Merge pull request #139 from glyptodon/GUAC-1126-hide-home-connection
GUAC-1126 Don't show the home page in user menu if it's not the default.
2015-04-08 21:23:35 -07:00
James Muehlner
f6fd9f0ff7 GUAC-1126 Don't show the home page in user menu if it's not the default. 2015-04-08 21:17:58 -07:00
James Muehlner
83871d0958 Merge pull request #138 from glyptodon/user-pass-perm
GUAC-800: Add checkbox for managing permission to change password
2015-04-08 20:20:56 -07:00
Michael Jumper
075d82f66a GUAC-800: Clarify permission change handler docs. 2015-04-08 20:12:12 -07:00
James Muehlner
ec4f3e9cab Merge pull request #137 from glyptodon/generic-menu-actions
GUAC-1126: Add disconnect item to menu
2015-04-08 19:32:42 -07:00
Michael Jumper
41b71d4d08 GUAC-800: Fix deletion of user permissions through PostgreSQL. 2015-04-08 14:46:05 -07:00
Michael Jumper
85c122a8f3 GUAC-800: Add checkbox for granting/revoking permission to a user to change their own password. 2015-04-08 14:44:18 -07:00
Michael Jumper
ced097c374 GUAC-800: Fix documentation for system permission manipulation within user management controller. 2015-04-08 14:03:19 -07:00
Michael Jumper
e460fde6ed GUAC-1126: Add client-specific disconnect action to menu. Style with danger. 2015-04-07 22:49:41 -07:00
Michael Jumper
69374f0818 GUAC-1126: Move menu actions into own class. Make rendering of menu actions generic. 2015-04-07 22:25:33 -07:00
James Muehlner
b7147801ce Merge pull request #136 from glyptodon/clear-connections
GUAC-1126: Automatically clear connections and auth tokens upon login (fixes GUAC-1066).
2015-04-07 12:50:50 -07:00
Michael Jumper
360ec0929e GUAC-1126: Automatically invalidate any existing token upon login. 2015-04-07 12:23:33 -07:00
Michael Jumper
5f243c42df GUAC-1126: Clear managed connections, if any, upon login. New sessions should start with a clean environment (fixes GUAC-1066). 2015-04-07 11:40:47 -07:00