Commit Graph

307 Commits

Author SHA1 Message Date
Michael Jumper
5cf48c7498 GUAC-1132: Add identifier to connection records. 2015-03-16 16:12:10 -07:00
Michael Jumper
3a4f6b85dd GUAC-1132: Add tunnel rest service stub. 2015-03-16 15:57:18 -07:00
Michael Jumper
3603155f36 GUAC-1132: Modify API to support listing of active connections and host information. 2015-03-16 14:44:10 -07:00
Michael Jumper
bdc7a39cbd GUAC-1121: Do not expose retrieved ConnectionRecord list directly - it may contain internal data that the JSON serializer will be happy to expose. Use APIConnectionRecord instead. 2015-03-11 15:57:06 -07:00
James Muehlner
b32f358e7e GUAC-801 Implemented new endpoint for password update, and updated js to use the new endpoint. 2015-03-10 20:44:45 -07:00
Michael Jumper
51b8cf7c11 GUAC-1108: Use retrieval service for retrieving connection groups. Avoid possible NPE. 2015-03-04 14:37:43 -08:00
Michael Jumper
00ccad54e8 GUAC-1100: Add permission filtering to tree retrieval. 2015-02-28 21:53:19 -08:00
Michael Jumper
e177d27e74 GUAC-1100: Update parent identifier within REST service calls. 2015-02-27 14:08:38 -08:00
Michael Jumper
79130e96fc GUAC-1100: Add getActiveConnections() function to Connectable. 2015-02-25 16:28:30 -08:00
Michael Jumper
6f61300cbc GUAC-1100: Move connection and connection group directories to root level only. 2015-02-25 16:28:28 -08:00
Michael Jumper
e9cebd181b GUAC-1100: Implement recursive BFS tree retrieval. 2015-02-25 16:28:23 -08:00
Michael Jumper
bf8957986e GUAC-1100: Remove old recursive tree query. Add stub of new batching tree object. 2015-02-25 16:28:19 -08:00
Michael Jumper
e9538a4167 GUAC-1100: Commit to String identifiers. 2015-02-25 16:28:17 -08:00
Michael Jumper
37227d05e8 GUAC-1100: System path comparison should not be startsWith() - there's only one, and no identifiers. 2015-02-25 16:28:14 -08:00
Michael Jumper
514aafbd6d GUAC-1100: Implement patching of permissions with batch operations. 2015-02-25 16:28:12 -08:00
Michael Jumper
433d55d245 GUAC-1100: Use getAll() for retrieval of multiple users. 2015-02-25 16:28:10 -08:00
Michael Jumper
9fe2eb6bbd GUAC-1100: Migrate REST services to new guacamole-ext API. This is partial and temporary - batch operations are not being used, and the MySQL auth has not been updated. 2015-02-25 16:28:07 -08:00
Michael Jumper
6307ba0921 GUAC-1051: Ensure getConnectionHistory() returns a List with a well-defined type. 2015-02-06 16:51:19 -08:00
James Muehlner
f7e1f3a303 GUAC-997 Added active user count to REST API and UI. 2015-01-27 22:20:20 -08:00
Michael Jumper
0893493893 GUAC-1001: Treat queries with empty permission filter lists as unfiltered. 2015-01-22 16:45:47 -08:00
Michael Jumper
97189cb991 GUAC-1010: Only query contents of connection groups if they are not balancing or we have admin permission. Fix rendering of balancing groups for non-admins. 2015-01-20 20:38:59 -08:00
James Muehlner
9489eaa122 GUAC-1000 User list should be filtered based on update and delete permission - furthermore admins should always have access to any user. 2015-01-20 19:22:09 -08:00
James Muehlner
459449c6d3 GUAC-995 Improve permission checking around connections and groups. 2015-01-13 21:27:54 -08:00
James Muehlner
cdc0581a1a GUAC-995 Connection permission filter should take admin permission into account when filtering connection list. 2015-01-12 22:24:46 -08:00
Michael Jumper
354e3180db GUAC-971: Clarify documentation surrounding the credentials associated with a Guacamole session. 2015-01-05 16:42:59 -08:00
Michael Jumper
58f1093c58 GUAC-971: Pull username and password from HTTP "Authorization" header, if present, when username and password are not provided via parameters. 2015-01-05 15:37:54 -08:00
Michael Jumper
508a476e2e GUAC-971: Allow existing sessions/tokens to be updated through the login process. 2015-01-05 12:03:53 -08:00
Michael Jumper
3673f6cd03 GUAC-983: Move connections/groups based on parent, not parent of parent. 2015-01-04 21:13:22 -08:00
Michael Jumper
ecd0381051 GUAC-964: Only move connections/groups if parent identifier changes. 2015-01-02 20:50:17 -08:00
Michael Jumper
4322d8fa0a GUAC-943: Deny access to connection parameters when user lacks permission to update that connection. 2014-12-27 22:08:12 -08:00
Michael Jumper
c7485fb3c3 GUAC-962: Do not attempt to query users unless absolutely necessary. 2014-12-27 16:57:43 -08:00
Michael Jumper
15229ee4b1 GUAC-969: Remove unused variables. 2014-12-27 14:46:44 -08:00
Michael Jumper
fa3ccb9711 GUAC-969: Fix possible NPE in GuacamoleClassLoader, if the contents of the lib directory cannot be listed. 2014-12-27 14:04:10 -08:00
Michael Jumper
83bd541925 Merge branch 'master' into GUAC-546-REWRITE-merge
Conflicts:
	guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/protocol/ProtocolRetrievalService.java
2014-12-25 01:23:00 -08:00
Michael Jumper
f1d20c3c54 GUAC-932: Migrate to generic service for object retrieval. Add parent update (move) to group service. 2014-12-24 23:36:09 -08:00
Michael Jumper
5e5c36f567 GUAC-932: Update connection location upon save. 2014-12-24 23:00:53 -08:00
Michael Jumper
71584fa59f GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent. 2014-12-24 22:58:38 -08:00
Michael Jumper
3b318ba870 GUAC-932: Fix documented connection group filtering semantics. 2014-12-18 21:14:42 -08:00
Michael Jumper
2ea28fd877 GUAC-932: Add getParameters() and setParameters() to GuacamoleConfiguration. Use where reasonable. 2014-12-18 20:48:20 -08:00
Michael Jumper
f35cd1fdd1 GUAC-932: Consistently refer to user identifier as "username", not "user ID". Clean up JS and Java related to user service. 2014-12-18 01:47:02 -08:00
Michael Jumper
01306a4a2b GUAC-932: Clean up auth service. Change token service path to /api/tokens. 2014-12-18 01:17:57 -08:00
Michael Jumper
b7eaccf60b GUAC-932: Change user service path to /api/users. 2014-12-18 01:12:33 -08:00
Michael Jumper
dc9d9da8d2 GUAC-932: Require auth token for listing protocols. Clean style of JS and Java. 2014-12-18 01:10:43 -08:00
Michael Jumper
3c5213e103 GUAC-932: Clean up REST JavaScript for connections and groups. Update Java style to match. 2014-12-18 00:02:05 -08:00
Michael Jumper
15f7fedd53 GUAC-932: Do not return parameters and history for all connections. Provide explicit endpoints for connection parameters and history. 2014-12-17 01:03:42 -08:00
Michael Jumper
ef5a9f9600 GUAC-932: Add permission filtering to recursive connection group query. 2014-12-17 00:18:38 -08:00
Michael Jumper
ac6e92860b GUAC-932: Add support for recursive query (and break JS). 2014-12-16 17:47:15 -08:00
Michael Jumper
4d255e21a1 GUAC-932: Get rid of APIConstants. 2014-12-15 16:13:06 -08:00
Michael Jumper
68d3b7741e GUAC-932: Migrate to PermissionSet for reading permissions. 2014-12-15 15:09:14 -08:00
Michael Jumper
b1db52541d GUAC-932: Remove filtering user service. Add permission filtering support to user retrieval endpoint. 2014-12-12 15:22:37 -08:00