Commit Graph

1421 Commits

Author SHA1 Message Date
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
Michael Jumper
e7de54bdf4 Handle connection paths, add groups/connections as necessary when building root UI connection list. 2013-08-06 15:23:58 -07:00
Michael Jumper
6aaf7563e8 Implement GuacUI.ListGroup. Fix handling of click events. 2013-08-06 15:10:10 -07:00
Michael Jumper
0cf513afa4 Add handy functions for path and name parsing from the connection ID. 2013-08-06 15:09:33 -07:00
Michael Jumper
737c206950 Add icons for group expand/collapse. 2013-08-06 15:08:39 -07:00
Michael Jumper
80ef9586a8 Improve scroll handling by paying attention to scroll amount. 2013-07-28 19:41:49 -07:00
Michael Jumper
8f94b1000f Do not automatically flush layers. Add flush() function. Flush automatically on sync. 2013-07-28 00:50:24 -07:00
Michael Jumper
0dabb09923 Fix copy/paste error. 2013-07-23 09:32:40 -07:00
Michael Jumper
3c72eaaf32 Implement SSLGuacamoleSocket. Add guacd-ssl parameter. Modify guacamole-auth-mysql and simple auth to support it. 2013-07-23 00:52:49 -07:00
Michael Jumper
ac8222430c Use assembly plugin 2.4, add missing ID. 2013-07-17 15:10:53 -07:00
Michael Jumper
219a210ff4 Bump version to 0.8.1. 2013-07-15 10:18:21 -07:00
Michael Jumper
58ebd5fad1 Merge branch 'unstable' of git://github.com/glyptodon/guacamole-client into unstable 2013-07-13 19:36:27 -07:00
Michael Jumper
e8e7a6b3a2 Add README. 2013-07-13 19:33:54 -07:00
Michael Jumper
e2a0bdf53b Automatically build source archive in package phase. 2013-07-13 19:14:38 -07:00