Commit Graph

1434 Commits

Author SHA1 Message Date
Michael Jumper
e9361d6f12 Fix styling of user list. 2013-08-13 14:28:59 -07:00
Michael Jumper
7aa5feb745 Fix rendering of h2. 2013-08-13 12:46:21 -07:00
Michael Jumper
0c94ba2907 Partially migrate to GuacUI.Dialog for user editing (via new GuacAdmin.UserEditor). Modify styles to support GuacUI.Dialog. 2013-08-13 12:30:03 -07:00
Michael Jumper
53a00ca39d Add multiselect and event placeholders. Add GuacUI.Dialog implementation. 2013-08-13 12:28:45 -07:00
Michael Jumper
035565f3c9 Unify styles, add placeholder multiselect constructor parameter for GroupView. 2013-08-12 21:07:53 -07:00
Michael Jumper
068eda8a76 Implement GuacUI.GroupView component for easy viewing of groups/connections. 2013-08-12 14:21:35 -07:00
Michael Jumper
937e143aff Type attribute is "type", not "name". 2013-08-12 10:54:38 -07:00
Michael Jumper
af0c2fd417 Use name of current group, not parent group. 2013-08-12 02:04:34 -07:00
Michael Jumper
c00eaa49b6 Connection groups should return directories of their children, not their parent's children. 2013-08-12 02:03:16 -07:00
Michael Jumper
03ff6edbf4 Migrate to root group rather than connection list. 2013-08-12 01:45:51 -07:00
Michael Jumper
6688220522 Implement GuacamoleService.ConnectionGroup. Migrate GuacamoleService.Connections.list to new XML format. 2013-08-12 01:45:36 -07:00
Michael Jumper
b4d128c12c Add support for groups to the connection list XML. 2013-08-11 13:13:40 -07:00
Michael Jumper
701368a7fe Initial stab at fixing the CRUD servlets and service JS. 2013-08-10 15:43:33 -07:00
James Muehlner
2e990edc22 Ticket #263: Fixed name of existing connection unique key. 2013-08-09 11:04:28 -07:00
James Muehlner
bb7aed5c1d Ticket #263: Fixing build by using root group connection directory in CRUD operations. 2013-08-09 10:38:40 -07:00
James Muehlner
18836df861 Ticket #263: Cleaned up a bit of un-needed code from the last change. 2013-08-09 10:03:18 -07:00
James Muehlner
8e35804c85 Ticket #263: Changes in response to code review. 2013-08-09 10:00:45 -07:00
James Muehlner
c4e3ff1122 Ticket #263: Fixed a couple of bugs after testing. 2013-08-09 00:12:14 -07:00
James Muehlner
e7ec3399c6 Ticket #263: Changed name to activeConnectionMap. 2013-08-08 21:06:38 -07:00
James Muehlner
8a8dce9075 Ticket #263: Refactored ActiveConnectionMap and added group load balancing. 2013-08-08 21:06:37 -07:00
James Muehlner
e715e99509 Ticket #263: Added parentID for created connections and groups. 2013-08-08 21:01:15 -07:00
James Muehlner
a631180699 Ticket #263: Fixed permissions to use identifiers instead of names. 2013-08-08 21:01:15 -07:00
James Muehlner
52490ca8ab Ticket #263: Switched to enum for connection group type. 2013-08-08 21:01:15 -07:00
James Muehlner
a7f45e8244 Ticket #263: You need READ to be able to connect to a group. 2013-08-08 21:01:15 -07:00
James Muehlner
419166b3a1 Ticket #263: Finalizing changes. 2013-08-08 21:01:14 -07:00
James Muehlner
010b5886db Ticket #263: . 2013-08-08 21:01:14 -07:00
James Muehlner
bdc7a3db96 Ticket #263: More work on connection groups. 2013-08-08 21:01:14 -07:00
James Muehlner
6747c51b38 Ticket #263: Connections and groups should be unique only within the parent group. 2013-08-08 21:01:14 -07:00
James Muehlner
c765a699c2 Ticket #263: More querying. 2013-08-08 21:01:14 -07:00
James Muehlner
d5c49ff287 Ticket #263: Clarified permissioning. 2013-08-08 21:01:14 -07:00
James Muehlner
dae8307b3f Ticker #263: Set up dependency injection for ConnectionGroupService. 2013-08-08 21:01:14 -07:00
James Muehlner
71c72085f8 Ticket #263: Improved guacamole-ext and added ConnectionGroup mapper. 2013-08-08 21:01:14 -07:00
James Muehlner
aae2a8068a Ticket #263: Refined guacamole-ext. 2013-08-08 21:01:14 -07:00
James Muehlner
9cfb20d26e Ticket #263: Added EXECUTE permission to connection permission enum. 2013-08-08 21:01:14 -07:00
James Muehlner
c95a5d95a1 Ticket #263: Made required guacamole-ext changes. 2013-08-08 21:01:14 -07:00
James Muehlner
012cd6c8b4 Ticket #263: Schema changes. 2013-08-08 21:01:14 -07:00
Michael Jumper
ea36b4f556 Restore caching of credentials in session. Update credentials when context is updated. Add credentials to events. 2013-08-08 11:52:39 -07:00
Michael Jumper
49ea114780 Send parameters where possible. 2013-08-07 17:36:41 -07:00
Michael Jumper
28001c42bb Only log successful auth when initially creating context. 2013-08-07 16:48:16 -07:00
Michael Jumper
5310d3531c Fix semantics of update and events now that we know when credentials are present. 2013-08-07 16:34:20 -07:00
Michael Jumper
c60d810c9c Revert changes to Credentials. 2013-08-07 16:21:17 -07:00
Michael Jumper
7be306f1f4 Add hasNewCredentials() function to avoid uselessly hammering on auth logic. 2013-08-07 16:15:54 -07:00
Michael Jumper
857bd540dc Add getQueryParameters() function. 2013-08-07 15:30:52 -07:00
Michael Jumper
e7911bc63a Simplify authentication code. 2013-08-07 15:11:06 -07:00
Michael Jumper
c325f443a5 Update user context appropriately. Use UserContext for events. 2013-08-07 14:51:14 -07:00
Michael Jumper
e8ec136c29 Decode name and value of parameters. 2013-08-07 13:42:43 -07:00
Michael Jumper
7d3c78bb58 Implement getQueryParameter() function on Credentials (to provide an option for those needing parameters within context updates). Do not read parameters within AuthenticatingHttpServlet. 2013-08-07 13:25:00 -07:00
Michael Jumper
11bc2d7c68 Add updateUserContext() function. 2013-08-07 13:22:35 -07:00
Michael Jumper
4550a73db1 Style groups like connections. 2013-08-06 15:25:20 -07:00
Michael Jumper
6be704647c Add basic styling for groups. 2013-08-06 15:24:48 -07:00