Michael Jumper
|
c2852d4a22
|
Re-license guacamole as MIT.
|
2013-12-28 20:32:51 -08:00 |
|
Michael Jumper
|
a920199ab7
|
Add support for multiline text fields.
|
2013-10-30 23:43:30 -07:00 |
|
Michael Jumper
|
7c2ce7d8eb
|
Remove unnecessary parentID parameter.
|
2013-08-14 18:17:26 -07:00 |
|
Michael Jumper
|
dd04d849d6
|
Add support for move.
|
2013-08-14 18:09:54 -07:00 |
|
Michael Jumper
|
0127aec1b9
|
Add parentID to service calls.
|
2013-08-14 14:22:28 -07:00 |
|
Michael Jumper
|
8f328d68f9
|
Store parent group in Connection and ConnectionGroup.
|
2013-08-14 14:16:54 -07:00 |
|
Michael Jumper
|
476a20897b
|
Add support for new permissions.
|
2013-08-14 13:33:06 -07:00 |
|
Michael Jumper
|
ae0fb1efb0
|
Add service calls for connection groups.
|
2013-08-14 10:33:45 -07:00 |
|
Michael Jumper
|
9f62d25de3
|
Add onclick events for GuacUI.ListGroup and GuacUI.Connection. Implement GuacUI.openConnection(), replacing GuacamoleService.Connection.open().
|
2013-08-13 15:27:26 -07:00 |
|
Michael Jumper
|
4e5e401168
|
Add GuacamoleService.Connection.open()
|
2013-08-13 15:08:32 -07:00 |
|
Michael Jumper
|
937e143aff
|
Type attribute is "type", not "name".
|
2013-08-12 10:54:38 -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
|
701368a7fe
|
Initial stab at fixing the CRUD servlets and service JS.
|
2013-08-10 15:43:33 -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 |
|
James Muehlner
|
3288dbf76f
|
Ticket #314: Force POST requests to use UTF-8.
|
2013-07-09 19:11:24 -07:00 |
|
James Muehlner
|
414426b779
|
Ticket #307: Added missing 'value' parameter to the boolean checkbox parameters from the source xml through to the webapp.
|
2013-04-11 22:57:02 -07:00 |
|
Michael Jumper
|
9ad24744ec
|
Read protocols from service, not from hard-coded JS.
|
2013-03-12 13:40:37 -07:00 |
|
Michael Jumper
|
24022eebb5
|
Add protocol objects and parameters, migrate to those objects (rather than simple stub JSON).
|
2013-03-11 02:34:43 -07:00 |
|
Michael Jumper
|
f466409d2e
|
All service call lists should be sorted.
|
2013-03-04 01:50:11 -08:00 |
|
Michael Jumper
|
df1bf63525
|
Display active status of connections.
|
2013-03-03 16:38:54 -08:00 |
|
Michael Jumper
|
33c90df945
|
Handle error responses via JS.
|
2013-03-02 19:08:08 -08:00 |
|
Michael Jumper
|
a84b9d2094
|
Refactor to support new SystemPermission organization (no more *DirectoryPermission classes).
|
2013-02-27 16:20:09 -08:00 |
|
Michael Jumper
|
2164807314
|
Ticket #268: User permission deltas. Do not explicitly list all permissions every update.
|
2013-02-25 20:23:24 -08:00 |
|
Michael Jumper
|
a24804a39d
|
Paginate main UI connection list, improve pager styles, begin proper style separation.
|
2013-02-19 00:04:53 -08:00 |
|
Michael Jumper
|
a99d9234ca
|
Ticket #270: Parse history in GuacamoleService.Connections.list().
|
2013-02-16 14:47:12 -08:00 |
|
Michael Jumper
|
f6b787bfc3
|
Ticket #268: Mostly-implemented UI. Still need enum type.
|
2013-02-14 02:04:20 -08:00 |
|
Michael Jumper
|
21040ba2d8
|
Ticket #268: Add stub RDP parameters.
|
2013-02-13 18:59:14 -08:00 |
|
Michael Jumper
|
b010749716
|
Ticket #268: Stubbed connection editing, per-protocol fields.
|
2013-02-13 17:42:41 -08:00 |
|
Michael Jumper
|
2afb207f66
|
Ticket #268: Return array of protocols in service.
|
2013-02-13 13:39:40 -08:00 |
|
Michael Jumper
|
f942c3c161
|
Ticket #268: More style improvements, removing use of GuacAdmin.Form. UI currently broken in transition.
|
2013-02-13 13:37:00 -08:00 |
|
Michael Jumper
|
52d1c5e1d8
|
#268: Only assign password if given.
|
2013-02-10 13:31:53 -08:00 |
|
Michael Jumper
|
dced95f9a9
|
#268: Return permissions of current user by default.
|
2013-02-10 03:47:28 -08:00 |
|
Michael Jumper
|
ba200cadf9
|
#268: Implement remaining user service calls.
|
2013-02-10 02:36:15 -08:00 |
|
Michael Jumper
|
1a0efecf8c
|
#268: Implement user update service call.
|
2013-02-10 02:11:28 -08:00 |
|
Michael Jumper
|
2d1537c869
|
#268: Implement permission service call.
|
2013-02-10 01:46:27 -08:00 |
|
Michael Jumper
|
9c34a8e9bf
|
#268: Rename service method to "remove".
|
2013-02-09 19:04:00 -08:00 |
|
Michael Jumper
|
823d3f995a
|
#268: Document GuacamoleService.Users.
|
2013-02-09 18:17:38 -08:00 |
|
Michael Jumper
|
6413cc7a3a
|
#268: Implement user deletion and creation via service.
|
2013-02-09 18:12:46 -08:00 |
|
Michael Jumper
|
3a3bdb4de4
|
#268: Improve service function naming.
|
2013-02-09 18:04:28 -08:00 |
|
Michael Jumper
|
a6a64e4630
|
#268: Add user service JavaScript.
|
2013-02-09 01:40:36 -08:00 |
|
Michael Jumper
|
c770c28d66
|
JavaScript-side refactor supporting new Connection API.
|
2013-01-31 15:03:50 -08:00 |
|