Commit Graph

915 Commits

Author SHA1 Message Date
Michael Jumper
1079809e2e Add official WebSocket support for both Jetty and Tomcat. Require "enable-websocket" property to be set to "true". 2013-10-15 19:04:48 -07:00
Michael Jumper
405c112b70 Require "enable-websocket" property to be set to "true" before enabling WebSocket support. 2013-10-15 18:06:09 -07:00
Michael Jumper
4599ac7431 Add official WebSocket support, always enabled, for both Jetty and Tomcat. 2013-10-15 18:04:48 -07:00
Michael Jumper
3b147096e6 Send blobs in response to sync, rather than waiting an arbitrary time period. 2013-09-27 17:04:41 -07:00
Michael Jumper
68e2e2b028 Migrate blob to input stream (ish) API. 2013-09-24 13:14:26 -07:00
Michael Jumper
8848b87c21 It's actually writing. 2013-09-24 00:45:30 -07:00
Michael Jumper
5401ec6ae3 Implement integer pool. Automatically allocate stream indices. 2013-09-24 00:37:56 -07:00
Michael Jumper
5f10ccb64a Create dedicated object for streams. 2013-09-24 00:18:19 -07:00
Michael Jumper
830b36c970 Comment private file upload functions. 2013-09-24 00:00:16 -07:00
Michael Jumper
29bd388bdb Rename functions appropriately. 2013-09-23 23:55:17 -07:00
Michael Jumper
324b6237a9 Add drop event to display rather than body for sake of Firefox. 2013-09-23 21:28:12 -07:00
Michael Jumper
4620abbb5b Use subarray rather than slice (as IE10 lacks slice). 2013-09-23 20:59:42 -07:00
Michael Jumper
94c0ec1f17 Add basic support for file upload via dragging. 2013-09-23 20:52:11 -07:00
Michael Jumper
9bf27bfb69 Merge branch 'master' into unstable 2013-08-28 14:04:35 -07:00
Michael Jumper
532c6f1633 Fix location of auth provider. 2013-08-28 14:03:31 -07:00
Michael Jumper
f1f19e5a35 Merge master to grab guacamole-common-js version fix. 2013-08-27 14:14:03 -07:00
Michael Jumper
ae7e97ad52 Bump guacamole-common-js to correct version. 2013-08-27 14:07:40 -07:00
James Muehlner
6b3ce453db Ticket #33: Expose new 'cursor' parameter for configuring local/remote cursor. 2013-08-27 08:28:17 -07:00
Michael Jumper
dce434f9f5 Add security parameters to rdp.xml. 2013-08-26 23:11:00 -07:00
Michael Jumper
fa5a43ee22 Fix centering of buttons in pager and dialog. 2013-08-26 23:04:50 -07:00
Michael Jumper
b17dbd1b0a Fix description within guacamole/pom.xml 2013-08-26 10:33:44 -07:00
Michael Jumper
efe16971fe Add missing sections from distributable poms. 2013-08-26 10:07:30 -07:00
Michael Jumper
5912ea402d Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions. 2013-08-25 13:39:00 -07:00
Michael Jumper
b37a9211af Remove META-INF/ from version control. 2013-08-20 10:47:18 -07:00
Michael Jumper
3f34f6596c Fix styling of in-use connections within GroupView. 2013-08-19 12:17:41 -07:00
Michael Jumper
2103e4388f Bump version numbers of modified projects. 2013-08-19 10:35:50 -07:00
Michael Jumper
94647857ed Implement GuacamoleRootUI.RecentConnection for arbitrary connectable-object thumbnails within recent connections section. Add both groups and connections from history to list. 2013-08-18 17:31:59 -07:00
Michael Jumper
d5ca097ff8 Add GuacUI.openObject() for connecting to an arbitrary resource. Rename GuacUI.Connection to GuacUI.ListConnection. 2013-08-18 17:31:59 -07:00
Michael Jumper
397ab3320c Update vnc.xml to reflect new parameters. 2013-08-17 18:26:14 -07:00
Michael Jumper
787dde88a9 In admin screen, limit groups to organizational groups or balancing groups we have admin privileges for, and limit connections to those we have admin/update for. 2013-08-17 15:31:48 -07:00
Michael Jumper
7334e76679 Allow GroupView to be filtered via arbitrary functions. 2013-08-17 15:31:48 -07:00
Michael Jumper
5fb3352d1d Render groups as if they were connections if they are balancing and lack visible contents. 2013-08-15 03:18:58 -07:00
Michael Jumper
54d952d6bc Style balancing groups differently. 2013-08-15 03:15:31 -07:00
Michael Jumper
5ecf224e09 Add "empty" class if group is empty. 2013-08-15 03:07:35 -07:00
Michael Jumper
9de0d7a299 Expand root if shown. 2013-08-15 02:58:57 -07:00
Michael Jumper
738f3397b7 Allow specific group to be selected. 2013-08-15 02:56:43 -07:00
Michael Jumper
27eb3066f2 Implement SHOW_ROOT_GROUP flag for GroupView. Use said flag for dropdown group selector. 2013-08-15 02:42:46 -07:00
Michael Jumper
65215720c0 Render group selector as dropdown menu. 2013-08-15 02:18:24 -07:00
Michael Jumper
402bdaee34 Do not attempt to list groups unless we can expect to have the rights to do so. 2013-08-15 01:19:50 -07:00
Michael Jumper
68fff285ff Monitor group checkboxes for changes and update perms. 2013-08-15 00:28:08 -07:00
Michael Jumper
cd222e1dcf Add support for connecting to groups. 2013-08-15 00:10:19 -07:00
Michael Jumper
06c242ec42 Populate group type field. 2013-08-15 00:10:19 -07:00
James Muehlner
a3d7f23c9e Ticket #263: Add CREATE_PERMISSION_GROUP permission. 2013-08-14 23:58:06 -07:00
James Muehlner
a96ce64589 Ticket #263: Added connection group permissions to user update CRUD servlet. 2013-08-14 23:54:11 -07:00
Michael Jumper
542947eaa0 System permission names should be compared with equals(), not startsWith(). 2013-08-14 22:59:57 -07:00
Michael Jumper
5fab1ea8d2 Add missing "connection group creation" permission. 2013-08-14 22:59:31 -07:00
Michael Jumper
5dcbd24206 Set parent when creating. 2013-08-14 18:59:33 -07:00
Michael Jumper
7c2ce7d8eb Remove unnecessary parentID parameter. 2013-08-14 18:17:26 -07:00
Michael Jumper
62df60e210 Remove unnecessary set of parent. 2013-08-14 18:16:50 -07:00
Michael Jumper
4fc8daa916 Call move if object's location changed. 2013-08-14 18:12:44 -07:00