James Muehlner
|
fec7ac20ce
|
GUAC-1126 Fixed name of users cache.
|
2015-04-08 22:58:33 -07:00 |
|
James Muehlner
|
91b0d72a60
|
GUAC-1126 Add caching of GET requests in REST API services.
|
2015-04-08 22:58:25 -07:00 |
|
Mike Jumper
|
5eb4ab99c6
|
Merge pull request #139 from glyptodon/GUAC-1126-hide-home-connection
GUAC-1126 Don't show the home page in user menu if it's not the default.
|
2015-04-08 21:23:35 -07:00 |
|
James Muehlner
|
f6fd9f0ff7
|
GUAC-1126 Don't show the home page in user menu if it's not the default.
|
2015-04-08 21:17:58 -07:00 |
|
James Muehlner
|
83871d0958
|
Merge pull request #138 from glyptodon/user-pass-perm
GUAC-800: Add checkbox for managing permission to change password
|
2015-04-08 20:20:56 -07:00 |
|
Michael Jumper
|
075d82f66a
|
GUAC-800: Clarify permission change handler docs.
|
2015-04-08 20:12:12 -07:00 |
|
James Muehlner
|
ec4f3e9cab
|
Merge pull request #137 from glyptodon/generic-menu-actions
GUAC-1126: Add disconnect item to menu
|
2015-04-08 19:32:42 -07:00 |
|
Michael Jumper
|
41b71d4d08
|
GUAC-800: Fix deletion of user permissions through PostgreSQL.
|
2015-04-08 14:46:05 -07:00 |
|
Michael Jumper
|
85c122a8f3
|
GUAC-800: Add checkbox for granting/revoking permission to a user to change their own password.
|
2015-04-08 14:44:18 -07:00 |
|
Michael Jumper
|
ced097c374
|
GUAC-800: Fix documentation for system permission manipulation within user management controller.
|
2015-04-08 14:03:19 -07:00 |
|
Michael Jumper
|
e460fde6ed
|
GUAC-1126: Add client-specific disconnect action to menu. Style with danger.
|
2015-04-07 22:49:41 -07:00 |
|
Michael Jumper
|
69374f0818
|
GUAC-1126: Move menu actions into own class. Make rendering of menu actions generic.
|
2015-04-07 22:25:33 -07:00 |
|
James Muehlner
|
b7147801ce
|
Merge pull request #136 from glyptodon/clear-connections
GUAC-1126: Automatically clear connections and auth tokens upon login (fixes GUAC-1066).
|
2015-04-07 12:50:50 -07:00 |
|
Michael Jumper
|
360ec0929e
|
GUAC-1126: Automatically invalidate any existing token upon login.
|
2015-04-07 12:23:33 -07:00 |
|
Michael Jumper
|
5f243c42df
|
GUAC-1126: Clear managed connections, if any, upon login. New sessions should start with a clean environment (fixes GUAC-1066).
|
2015-04-07 11:40:47 -07:00 |
|
James Muehlner
|
d0845e5ef0
|
Merge pull request #135 from glyptodon/disconnect-button
GUAC-1126: Restore disconnect button
|
2015-04-07 10:38:20 -07:00 |
|
Michael Jumper
|
b3524b1a03
|
GUAC-1126: Use round, red "x" button for disconnect.
|
2015-04-07 10:28:44 -07:00 |
|
Michael Jumper
|
26c35e127a
|
GUAC-1126: Restore disconnect button within Guacamole menu.
|
2015-04-06 22:36:31 -07:00 |
|
James Muehlner
|
057b5a05b0
|
Merge pull request #134 from glyptodon/dynamic-home-button
GUAC-1126: Only display NAVIGATE_HOME_ACTION if the home page is not the current page.
|
2015-04-06 22:14:47 -07:00 |
|
Michael Jumper
|
9a0ac52ee1
|
GUAC-1126: Only display NAVIGATE_HOME_ACTION if the home page is not the current page.
|
2015-04-06 22:02:14 -07:00 |
|
James Muehlner
|
6fd6d64981
|
Merge pull request #133 from glyptodon/client-user-menu
GUAC-1126: Add user menu to Guacamole menu
|
2015-04-06 20:24:20 -07:00 |
|
Michael Jumper
|
9cf41001ed
|
GUAC-1126: Depend on 'navigation' module within login.
|
2015-04-06 17:08:52 -07:00 |
|
Michael Jumper
|
8ead3a9d81
|
GUAC-1126: Re-route user within route config.
|
2015-04-06 17:02:04 -07:00 |
|
Michael Jumper
|
ca8379d938
|
GUAC-1126: Query home page directly when logging in. Do not rely on redirect from '/'.
|
2015-04-06 14:33:33 -07:00 |
|
Michael Jumper
|
9c7e98c97e
|
GUAC-1126: Query root group and permissions directly within user page service. Return promises instead of pages.
|
2015-04-06 14:32:55 -07:00 |
|
Michael Jumper
|
cff71345d1
|
GUAC-1126: Query root group and permissions directly within user menu.
|
2015-04-06 12:15:05 -07:00 |
|
Michael Jumper
|
e868be57b8
|
GUAC-1126: Remove "Home" and "Disconnect" buttons from Guacamole menu. Add user menu to Guacamole menu.
|
2015-04-05 15:52:25 -07:00 |
|
Michael Jumper
|
9bb126a59b
|
Merge branch 'master' into GUAC-1126
|
2015-04-05 12:18:09 -07:00 |
|
Mike Jumper
|
922af3f3f5
|
Merge pull request #131 from glyptodon/page-service
GUAC-1126 Created user page service which provides the list of main pages for a user.
|
2015-04-05 12:16:30 -07:00 |
|
James Muehlner
|
7bf4cb83d8
|
GUAC-1126 Created user page service which provides the list of main pages for a user.
|
2015-04-05 12:15:18 -07:00 |
|
James Muehlner
|
4c8e66fe19
|
Merge pull request #132 from glyptodon/italian-keyboard
GUAC-794: Add Italian keyboard to RDP parameter XML.
|
2015-04-02 12:24:20 -07:00 |
|
Michael Jumper
|
45e62652f7
|
GUAC-794: Add Italian keyboard to RDP parameter XML.
|
2015-04-02 11:38:01 -07:00 |
|
James Muehlner
|
a1f13f2152
|
Merge pull request #130 from glyptodon/merge-vasily-changes
GUAC-1086: Merge TunnelRequestService changes contributed by Vasily
|
2015-04-01 23:27:02 -07:00 |
|
Michael Jumper
|
d11e83df96
|
GUAC-1086: Add Vasily Loginov as author.
|
2015-03-31 14:07:57 -07:00 |
|
Michael Jumper
|
52e46ea8d0
|
GUAC-1086: Bring style of getClientInformation() comment up-to-date.
|
2015-03-31 14:06:22 -07:00 |
|
Michael Jumper
|
180fe738a7
|
GUAC-1086: Modify semantics of tunnel creation functions to be more sane with respect to recent API changes.
|
2015-03-31 14:04:54 -07:00 |
|
Michael Jumper
|
f0c20a4fd7
|
GUAC-1086: Update comments to match current style and recent changes to the API.
|
2015-03-31 13:26:50 -07:00 |
|
Michael Jumper
|
c9ae547048
|
Merge branch 'master' of git://github.com/karatheodory/guacamole-client into karatheodory-master
Conflicts:
guacamole/src/main/java/org/glyptodon/guacamole/net/basic/TunnelRequestService.java
|
2015-03-31 13:16:06 -07:00 |
|
Michael Jumper
|
1d0b32388b
|
Merge pull request #81 (manually rebased and squashed)
|
2015-03-31 12:18:25 -07:00 |
|
David Dvora
|
aad8bf8d2c
|
GUAC-1082: HTTP tunnel fails to reconnect
|
2015-03-31 12:18:05 -07:00 |
|
James Muehlner
|
52d61d8dbc
|
Merge pull request #127 from glyptodon/filter-token
GUAC-1138: Add filter pattern tokenizer.
|
2015-03-29 16:33:16 -07:00 |
|
James Muehlner
|
fa246fe19c
|
Merge pull request #128 from glyptodon/filter-date
GUAC-1138: Add filtering/sorting on displayed date.
|
2015-03-29 14:30:42 -07:00 |
|
Michael Jumper
|
731f02fb0c
|
GUAC-1138: Filter and sort sessions based on pre-formatted date.
|
2015-03-29 13:40:13 -07:00 |
|
Michael Jumper
|
cb0ef9ca75
|
GUAC-1138: Store formatted start date within session wrapper.
|
2015-03-29 13:40:13 -07:00 |
|
Michael Jumper
|
182376cc08
|
GUAC-1138: Use date format from translation string.
|
2015-03-29 13:40:13 -07:00 |
|
Michael Jumper
|
cc96b0ee33
|
GUAC-1138: Use "ones" instead of "1's".
|
2015-03-28 10:25:12 -07:00 |
|
Michael Jumper
|
d65853422c
|
GUAC-1138: There is no dot-decimal notation in IPv6. Incorrect comment.
|
2015-03-28 00:28:42 -07:00 |
|
Michael Jumper
|
7c5157c2b9
|
GUAC-1138: Filter columns based on network address, if they appear to contain network addresses.
|
2015-03-27 22:08:07 -07:00 |
|
Michael Jumper
|
de5bed9649
|
GUAC-1138: Add support for IPv4 and IPv6 network tokens.
|
2015-03-27 21:50:03 -07:00 |
|
Michael Jumper
|
ef89c74c5d
|
GUAC-1138: Use parsing functions for tokens, not necessarily regex.
|
2015-03-27 21:44:41 -07:00 |
|