Michael Jumper
55bcf25a1c
GUACAMOLE-220: Allow manipulation and retrieval of user group permissions via JavaScript.
2018-08-08 09:00:06 -07:00
Michael Jumper
9f01fcb155
GUACAMOLE-220: Add JavaScript service for retrieving/manipulating user groups.
2018-08-08 09:00:06 -07:00
Michael Jumper
5866c7e251
GUACAMOLE-598: Abort rendering of pages if critical data fails to load (data without which the page is non-functional).
2018-07-27 14:50:17 -07:00
Michael Jumper
c897c7eb26
GUACAMOLE-598: Add convenience promise callback for REST requests which displays a fatal error.
2018-07-27 14:49:08 -07:00
Michael Jumper
4bc7700d57
GUACAMOLE-598: Add absolute, global, fatal error handling.
2018-07-27 14:48:56 -07:00
Nick Couchman
587c0c2073
Merge 1.0.0 changes back to master.
2018-07-26 06:15:30 -04:00
Michael Jumper
055219bc6c
GUACAMOLE-220: Rename "Selected Connections" to "Current Connections" for clarity.
...
"Selected Connections" vs. "All Connections" gives the impression that the tab controls how permissions are used, with "All Connections" being a mode where all connections are readable regardless of which are explicitly selected.
2018-07-21 14:24:28 -07:00
Michael Jumper
e03251f78c
GUACAMOLE-220: Include children of readable items within connection permission editor, as they are likely relevant to the administrative task at hand.
2018-07-21 14:23:50 -07:00
Michael Jumper
62e58eaf9f
GUACAMOLE-220: Migrate connection permission editor to tab-based views.
2018-07-21 14:23:48 -07:00
Michael Jumper
deb5b51ddc
GUACAMOLE-220: Add generic directive for displaying tabs which divide a section into logical views.
2018-07-21 14:22:51 -07:00
Michael Jumper
861bddea6d
GUACAMOLE-220: Add semantic CSS class for headers having corresponding tabs.
2018-07-21 14:22:51 -07:00
Michael Jumper
edcb2af21f
GUACAMOLE-220: Display only selected connection permissions by default.
2018-07-21 14:22:50 -07:00
Michael Jumper
dd65bf6e26
GUACAMOLE-220: Preserve types of filtered GroupListItems / ConnectionGroups.
2018-07-21 14:22:50 -07:00
Michael Jumper
661ed46098
Merge 1.0.0 changes back to master.
2018-07-05 23:56:56 -07:00
Michael Jumper
d6ecfaa369
GUACAMOLE-446: Merge parameter definition for RDP drive name.
2018-07-05 23:55:49 -07:00
Nick Couchman
c4b5fb7146
GUACAMOLE-446: Add parameters and translations for drive name.
2018-07-03 22:31:24 -04:00
Nick Couchman
b4b7366b84
GUACAMOLE-445: Add client-side parameters and translations for changing printer name.
2018-07-02 20:40:39 -04:00
Michael Jumper
d53b43ce29
Merge 1.0.0 changes back to master.
2018-07-01 23:18:04 -07:00
Michael Jumper
34faa5d928
GUACAMOLE-540: Merge changes ensuring remote addresses are handled/logged consistently across the various parts of the webapp.
2018-07-01 23:09:08 -07:00
Nick Couchman
86856fa895
GUACAMOLE-585: getFieldOption should return EMPTY when value is not present.
2018-06-30 16:57:51 -04:00
Michael Jumper
d1e928bea7
Merge 1.0.0 changes back to master.
2018-06-27 21:04:33 -07:00
Nick Couchman
0b4245cc65
GUACAMOLE-527: Make translation text consistent across SSH and SFTP
2018-06-26 15:43:25 -04:00
Nick Couchman
50e3e4ab94
GUACAMOLE-527: Add fields for known host key for servers.
2018-06-25 08:42:33 -04:00
Nick Couchman
9aa369d040
GUACAMOLE-360: Another tweak to the translation for the session management help.
2018-06-19 20:07:16 -04:00
Nick Couchman
17ada68fae
GUACAMOLE-360: Update help text for session management.
2018-06-19 14:56:54 -04:00
Nick Couchman
c9975f2693
GUACAMOLE-360: Order pages correctly; remove unused variable.
2018-06-19 06:11:09 -04:00
Nick Couchman
ef7e28d168
GUACAMOLE-360: Make session management page always available.
2018-06-18 21:12:20 -04:00
Nick Couchman
52a3f454e6
GUACAMOLE-540: Clean up Credentials with new constructor.
2018-06-16 08:06:07 -04:00
Nick Couchman
cbd77b52ae
GUACAMOLE-540: Move remote address processing to Credentials class for consistency.
2018-06-16 07:13:17 -04:00
Nick Couchman
bd2d051a19
GUACAMOLE-360: Make webapp use permission sets for active connection management.
2018-06-13 06:17:52 -04:00
Nick Couchman
85c7b511e1
GUACAMOLE-360: Allow user to kill their own active sessions.
2018-06-13 06:17:52 -04:00
Nick Couchman
3eda313519
GUACAMOLE-360: Allow all users access to the session management page.
2018-06-13 06:17:52 -04:00
Nick Couchman
984ab48ce8
Merge 1.0.0 changes back to master.
2018-06-13 06:15:10 -04:00
Michael Jumper
e5a8442a2a
GUACAMOLE-470: Use NPM webjar for datalist-polyfill, as Webjars' "bowergithub" version is broken (missing version number in path causes sanity checks in WebjarsServlet to refuse to serve the file).
2018-06-12 16:30:11 -07:00
Michael Jumper
73c3107e91
GUACAMOLE-470: Restore translations for "color-scheme" enum values.
...
This reverts commit 06f98afcf5
.
2018-06-12 14:07:51 -07:00
Michael Jumper
3ae152fa35
GUACAMOLE-470: Add polyfill for <datalist> element (not supported by Safari).
2018-06-12 14:07:47 -07:00
Michael Jumper
426a7919b3
GUACAMOLE-470: Allow TEXT fields to be associated with predefined sets of known-good values.
2018-06-12 13:58:04 -07:00
Michael Jumper
a8bb6fe966
GUACAMOLE-470: Make getFieldOption() available to all field types.
2018-06-12 13:58:04 -07:00
Nick Couchman
164e6086a8
GUACAMOLE-569: Merge add Simplified Chinese translation.
2018-06-10 20:41:04 -04:00
Freddie Wu
8f038edd45
GUACAMOLE-569: remove zh-cn-qwerty layout as it's the same as en-us-qwerty
2018-06-10 11:06:31 +08:00
Nick Couchman
3a0b9e1550
GUACAMOLE-571: Fix rootConnectionGroup typo in homeController.
2018-06-07 16:58:45 -04:00
Nick Couchman
0163cfc30c
GUACAMOLE-470: Merge remove translations for color-scheme enum values.
2018-06-07 16:39:29 -04:00
Nick Couchman
6545c55008
GUACAMOLE-570: Merge bump version to 1.0.0.
2018-06-07 04:27:27 -04:00
Nick Couchman
c63e3ffa51
GUACAMOLE-565: Merge add en translations for terminal-type parameter.
2018-06-06 10:15:19 -04:00
Jim Chen
edecaa46b2
GUACAMOLE-565: Add en translations for terminal-type parameter.
...
Add en translations for the terminal-type parameter and its enum values.
Also add an empty value to the terminal-type enum lists.
2018-06-06 10:00:04 -04:00
Michael Jumper
45513592a7
GUACAMOLE-570: Bump version numbers to 1.0.0.
2018-06-05 21:34:26 -07:00
Jim Chen
06f98afcf5
GUACAMOLE-470: Remove translations for "color-scheme" enum values.
...
Remove translations for the "color-scheme" enum values, because the
field type is now "TEXT" and not "ENUM" anymore. Changing the field type
to "TEXT" does have the disadvantage of losing localized enum choices.
Maybe it would be better to keep "color-scheme" an ENUM, and add a
"custom-color-scheme" TEXT field for customized color schemes?
2018-06-05 22:42:16 -04:00
Freddie Wu
fa6a256f00
GUACAMOLE-569: add Simplified Chinese translation
2018-06-06 10:01:12 +08:00
Freddie Wu
9cd97eaf66
GUACAMOLE-569: fix minor typo error
2018-06-06 10:00:46 +08:00
Nick Couchman
7abf9f2f5d
GUACAMOLE-566: Update comment for request object in new mapper class.
2018-05-31 16:58:12 -04:00