Commit Graph

245 Commits

Author SHA1 Message Date
Michael Jumper
b722cf5977 Add support for DPI within size instruction and client info. 2013-12-27 00:35:21 -08:00
James Muehlner
b2f00879b8 Ticket #362: Moved all HTTP Exception handling into AOP magic. 2013-12-21 21:37:56 -08:00
James Muehlner
f32bb558e3 Ticket #362: Using FORBIDDEN for GuacamoleSecurityException. 2013-12-20 15:12:23 -08:00
James Muehlner
8e3a73a9a2 Ticket #362: Fixed inefficient map iteration. 2013-12-19 19:16:12 -08:00
James Muehlner
f115ae934c Ticket #362: Fixed comment. 2013-12-16 17:05:06 -08:00
James Muehlner
2414cfcce7 Ticket #362: Fixed comment. 2013-12-16 16:41:55 -08:00
James Muehlner
21a0ecfd84 Ticket #362: The cleaning has ended, for now. 2013-12-16 14:40:04 -08:00
James Muehlner
339083a379 Ticket #362: The cleaning never ends. 2013-12-16 14:40:04 -08:00
James Muehlner
94fef7307e Ticket #362: Cleaned up even morely. 2013-12-16 14:40:04 -08:00
James Muehlner
abdb022426 Ticket #362: Cleaned up even more. 2013-12-16 14:40:03 -08:00
James Muehlner
10e8fcabd2 Ticket #362: Cleaned up a bit more. 2013-12-16 14:40:03 -08:00
James Muehlner
d2aec9457f Ticket #362: Cleaned up a bit. 2013-12-16 14:40:03 -08:00
James Muehlner
756ffa7637 Ticket #362: Created user CRUD. 2013-12-16 14:40:03 -08:00
James Muehlner
82413b2103 Ticket #362: Changed url to be a bit more semantic. 2013-12-16 14:40:03 -08:00
James Muehlner
64e56dc9ab Ticket #362: Changed permission operations to be atomic. 2013-12-16 14:40:03 -08:00
James Muehlner
6146aeba93 Ticket #362: Cleaned up permission list code a bit. 2013-12-16 14:40:02 -08:00
James Muehlner
67ea6406eb Ticket #362: Re-ordered lines. 2013-12-16 14:40:02 -08:00
James Muehlner
3d33b5fc6e Ticket #362: Added initial permission REST services. 2013-12-16 14:40:02 -08:00
James Muehlner
754bbb28c0 Ticket #362: Added ConnectionGroup REST endpoints. 2013-12-16 14:40:02 -08:00
James Muehlner
0fefe94b4d Ticket #362: Created packing info file. 2013-12-16 14:40:02 -08:00
James Muehlner
08934a4723 Ticket #362. Created APIConnectionWrapper and added package info to the java packages. 2013-12-16 14:40:02 -08:00
James Muehlner
031d9c9137 Ticket #362. Improved error handling. 2013-12-16 14:40:01 -08:00
James Muehlner
8b2acc99b6 Ticket #362. Got connection create working. 2013-12-16 14:40:01 -08:00
James Muehlner
feb03b87c5 Ticket #362: All basic CRUD operations for connection. 2013-12-16 14:40:01 -08:00
James Muehlner
d111d9a9a6 Ticket #362: Changes to make mjumper happy. 2013-12-16 14:40:01 -08:00
James Muehlner
873fd57e25 Ticket #362: Removed pointless super() call. 2013-12-16 14:40:01 -08:00
James Muehlner
1c36eab1c7 Ticket #362: Added session timeout. 2013-12-16 14:40:01 -08:00
James Muehlner
c4ad38e74a Ticket #362: Improved error handling a bit, and added a DELETE function for connections. 2013-12-16 14:40:01 -08:00
James Muehlner
614e6395fb Ticket #362: Cleaned up a bit and converted error throwing to new HTTPException. 2013-12-16 14:40:00 -08:00
James Muehlner
131aea1173 Ticket #362: Added getConnection() with path-params. 2013-12-16 14:40:00 -08:00
James Muehlner
a624182d76 Ticket #362: Streamlined authentication. 2013-12-16 14:40:00 -08:00
James Muehlner
6f15c20e50 Ticket #362: Cleaned up a little bit. 2013-12-16 14:40:00 -08:00
James Muehlner
b15777a70f Ticket #362: Got JSON mapping working. 2013-12-16 14:40:00 -08:00
James Muehlner
064802a9fb Ticket #362: Authentication working. 2013-12-16 14:40:00 -08:00
James Muehlner
4df635e407 Ticket #362: Super basic REST endpoint exposed with Guice and Jersey. 2013-12-16 14:40:00 -08:00
Michael Jumper
a920199ab7 Add support for multiline text fields. 2013-10-30 23:43:30 -07:00
Michael Jumper
8481254273 Add logging for exceptions within websocket tunnel servlets. 2013-10-16 10:02:34 -07:00
Michael Jumper
2db11ea489 Properly select "guacamole" protocol. 2013-10-15 23:48:19 -07:00
Michael Jumper
d7986bba59 Use utility class, not tunnel servlet itself. Init underling auth servlet within websocket auth. 2013-10-15 23:34:40 -07:00
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
532c6f1633 Fix location of auth provider. 2013-08-28 14:03:31 -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
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
cd222e1dcf Add support for connecting to groups. 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
James Muehlner
6ab4b9ec15 Ticket #263: Fixed issues from code review. 2013-08-13 23:48:35 -07:00