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 |
|
James Muehlner
|
7fa71093a5
|
Merge pull request #21 from glyptodon/cleanup-angular
GUAC-932: Further cleanup history display code.
|
2014-12-10 17:45:55 -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
|
f3e08e7a71
|
Merge pull request #18 from glyptodon/fix-null-string
GUAC-933: Do not set parent identifier to the string "null".
|
2014-12-09 20:54:41 -08:00 |
|
Michael Jumper
|
71e445952d
|
GUAC-933: Do not set parent identifier to the string "null".
|
2014-12-09 20:53:06 -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 |
|
Michael Jumper
|
c23d3e27e9
|
GUAC-898: Use camelCase for new code.
|
2014-12-07 01:02:54 -08:00 |
|
Michael Jumper
|
c9f485afbc
|
GUAC-898: Adjust width/height based on browser resolution.
|
2014-12-05 15:08:26 -08:00 |
|
Michael Jumper
|
9024a1f802
|
GUAC-898: Send new display size to Guacamole when window size changes.
|
2014-12-05 13:56:20 -08:00 |
|
James Muehlner
|
ee0788258b
|
Merge pull request #15 from glyptodon/notification-progress-bar
GUAC-928: Notification progress bar
|
2014-12-05 11:05:12 -08:00 |
|
Michael Jumper
|
d4851b0ec2
|
GUAC-932: Remove round borders on progress bar.
|
2014-12-05 10:54:10 -08:00 |
|
Michael Jumper
|
6c96affbd8
|
GUAC-928: Add progress bar to notifications.
|
2014-12-05 10:47:22 -08:00 |
|
Mike Jumper
|
4636a1994a
|
Merge pull request #14 from glyptodon/GUAC-928
GUAC-928 File Transfer not working
|
2014-12-05 02:12:05 -08:00 |
|
James Muehlner
|
8ddf6e99b7
|
GUAC-928 Restore file upload functionality, improve error appearance, and add translated units and file upload sizes.
|
2014-12-04 23:52:02 -08:00 |
|
James Muehlner
|
466aa8ba2d
|
GUAC-928 Always send error codes as numbers, not strings.
|
2014-12-04 23:51:16 -08:00 |
|
James Muehlner
|
41b72e0f76
|
Merge pull request #12 from glyptodon/swedish-keymap
GUAC-930: Add Swedish keymap to known parameter values.
|
2014-11-29 23:16:58 -08:00 |
|
James Muehlner
|
bfe0f737e3
|
Merge pull request #13 from glyptodon/reconnect-countdown
GUAC-605: Add reconnect countdown
|
2014-11-29 21:20:26 -08:00 |
|
Michael Jumper
|
ed31e0c026
|
GUAC-605: Migrate status to guacNotification. Add countdown string to en_US translation. Use 15 second reconnect countdown if appropriate for error at hand.
|
2014-11-29 20:54:50 -08:00 |
|
Michael Jumper
|
5b31b206a7
|
GUAC-605: Add guacNotification directive.
|
2014-11-29 20:23:58 -08:00 |
|
Michael Jumper
|
1d86419cc1
|
GUAC-605: Use MessageFormat interpolation for angular-translate.
|
2014-11-28 22:25:42 -08:00 |
|
Michael Jumper
|
d9fcec314a
|
GUAC-930: Add Swedish keymap to known parameter values.
|
2014-11-28 19:37:53 -08:00 |
|
Mike Jumper
|
dfcbd80b35
|
Merge pull request #11 from glyptodon/GUAC-928
GUAC-928 Added file transfer support.
|
2014-11-25 01:56:49 -08:00 |
|
James Muehlner
|
d242c2c1bc
|
GUAC-928 Added file transfer support.
|
2014-11-24 23:39:05 -08:00 |
|
Michael Jumper
|
be3ad5151e
|
GUAC-932: Fix mobile-web-app-capable and associated icon.
|
2014-11-24 04:03:42 -08:00 |
|
Michael Jumper
|
8e6156f750
|
GUAC-932: Style no-recent to be a bit more subdued.
|
2014-11-23 22:15:03 -08:00 |
|
Michael Jumper
|
c12beb8b21
|
GUAC-932: Use black icons.
|
2014-11-23 22:02:30 -08:00 |
|
Michael Jumper
|
134837b73c
|
GUAC-932: Fix button style.
|
2014-11-23 22:02:28 -08:00 |
|
Michael Jumper
|
58e73435d3
|
GUAC-932: Replace green spinner with spinning cog.
|
2014-11-23 22:02:26 -08:00 |
|
Michael Jumper
|
d32ca5bfca
|
GUAC-932: Restyle login page and general UI.
|
2014-11-23 22:02:24 -08:00 |
|