Michael Jumper
|
2ea28fd877
|
GUAC-932: Add getParameters() and setParameters() to GuacamoleConfiguration. Use where reasonable.
|
2014-12-18 20:48:20 -08:00 |
|
Michael Jumper
|
3a6a704452
|
GUAC-932: Fix naming.
|
2014-12-18 04:05:48 -08:00 |
|
Michael Jumper
|
a6c601ca12
|
GUAC-932: Recent connections needs to load, too.
|
2014-12-18 03:52:56 -08:00 |
|
Michael Jumper
|
e27760a4a5
|
GUAC-932: Update history entries when client directive is destroyed.
|
2014-12-18 03:48:35 -08:00 |
|
Michael Jumper
|
b4ab50910a
|
GUAC-932: Restore recent connections through new guacRecentConnections directive.
|
2014-12-18 03:34:51 -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
|
993fbef86d
|
GUAC-932: Restore patch support within permission service.
|
2014-12-18 01:03:36 -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
|
0dd2cd87fb
|
GUAC-932: Fix validation in client.html.
|
2014-12-17 11:15:11 -08:00 |
|
Michael Jumper
|
db8b3230cf
|
GUAC-932: Fix bad closing tag in index.html.
|
2014-12-17 11:12:32 -08:00 |
|
Michael Jumper
|
b0ad6f45ec
|
GUAC-932: Ignore the Netbeans customs.json HTML element/attribute validation file.
|
2014-12-17 10:52:03 -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
|
c4057baa42
|
GUAC-932: Replace use of legacy connection group filtering.
|
2014-12-17 00:21:48 -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
|
21ee9073d0
|
GUAC-932: Migrate home to connection list directive.
|
2014-12-16 19:25:20 -08:00 |
|
Michael Jumper
|
9b261f2a71
|
GUAC-932: Implement connection list directive.
|
2014-12-16 19:24: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 |
|
Michael Jumper
|
97190259c3
|
GUAC-932: Update user service to use User class.
|
2014-12-12 10:36:55 -08:00 |
|
Michael Jumper
|
ed23ae3a25
|
GUAC-932: Update protocol service to use Protocol class. Remove single permission add/remove from REST service.
|
2014-12-12 10:28:51 -08:00 |
|
Michael Jumper
|
a4cc4ab12d
|
GUAC-932: Update permission service to use Permission class.
|
2014-12-12 09:52:57 -08:00 |
|
Michael Jumper
|
0ef7c4a527
|
GUAC-932: Handle FIXMEs for connection/connection group creation. Update connection group service to use ConnectionGroup class.
|
2014-12-12 09:52:22 -08:00 |
|
Michael Jumper
|
8fa0522ca4
|
GUAC-932: Add types for all JSON responses. Ensure default values are documented.
|
2014-12-11 19:27:37 -08:00 |
|
Michael Jumper
|
4ebb66c40d
|
GUAC-932: Rename various *DAO to *Service. Rename legacy services to legacy*, pending removal/refactor.
|
2014-12-11 15:39:06 -08:00 |
|
Michael Jumper
|
6d6bf889f2
|
GUAC-932: Refactor existing REST service JS into single 'rest' module.
|
2014-12-11 15:05:31 -08:00 |
|
Michael Jumper
|
dea213e9a1
|
GUAC-932: Further cleanup history display code.
|
2014-12-10 14:51:57 -08:00 |
|
Mike Jumper
|
4a46aa1029
|
Merge pull request #20 from glyptodon/GUAC-933
GUAC-933 Fixed connection history formatting, connection parameter saving, and create new connection view.
|
2014-12-10 11:31:51 -08:00 |
|
James Muehlner
|
ed96f27603
|
GUAC-933 Cleaned up history entry display logic a bit.
|
2014-12-10 08:48:54 -08:00 |
|
James Muehlner
|
3c55e97abe
|
GUAC-933 Fixed connection history formatting, connection parameter saving, and create new connection view.
|
2014-12-09 23:30:14 -08:00 |
|
James Muehlner
|
b76324667e
|
Merge pull request #19 from glyptodon/cleanup-angular
GUAC-932: Add Connection and ConnectionHistoryEntry objects. Update documentation. Rename connectionDAO to connectionService.
|
2014-12-09 21:18:21 -08:00 |
|
Michael Jumper
|
f8cef7f5df
|
GUAC-932: Add Connection and ConnectionHistoryEntry objects. Update documentation. Rename connectionDAO to connectionService.
|
2014-12-09 21:14:46 -08:00 |
|
Michael Jumper
|
1e0f75f4c8
|
GUAC-933: Do not set parent identifier to the string "null".
|
2014-12-09 20:55:56 -08:00 |
|
James Muehlner
|
bf031b3a53
|
Merge pull request #17 from glyptodon/cleanup-angular
GUAC-932: Initial cleanup of Angular code
|
2014-12-08 14:28:31 -08:00 |
|
Michael Jumper
|
9d3d500839
|
GUAC-932: Explicitly handle lack of auth data. Document return values for such a case.
|
2014-12-08 14:26:30 -08:00 |
|
Michael Jumper
|
437d389ffc
|
GUAC-932: Migrate ClientProperties to new "types/" convention. Explicitly note type elsewhere.
|
2014-12-08 13:55:10 -08:00 |
|
Michael Jumper
|
aab0297d40
|
GUAC-932: Add Notification* classes. Clean up related JS.
|
2014-12-08 13:55:10 -08:00 |
|
Michael Jumper
|
10171ff1ba
|
GUAC-932: Move history-related things into own module. Begin "types/" hierarchy convention for services providing constructors only.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
331644ddd9
|
GUAC-932: Fix dimension checking logic.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
f5e300250d
|
GUAC-932: Dynamic "src" attribute for img tag should be "ng-src".
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
eb8e27a6f3
|
GUAC-932: Save thumbnail upon disconnect.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
c8991a2a02
|
GUAC-932: Remove localStorageUtility entirely.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
fee75204bd
|
GUAC-932: Remove use of localStorageUtility where possible. Use cookies for auth data.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
4d1e604759
|
GUAC-931, GUAC-942: Add guacHistory service, replacing legacy GuacamoleHistory object.
|
2014-12-08 13:55:09 -08:00 |
|
Michael Jumper
|
207e87f60f
|
GUAC-932: Remove legacy JavaScript source.
|
2014-12-08 13:55:09 -08:00 |
|
James Muehlner
|
4ccf21f705
|
Merge pull request #16 from glyptodon/send-element-size
GUAC-898: Send new display size to Guacamole when window size changes.
|
2014-12-07 11:20:35 -08:00 |
|