Commit Graph

4633 Commits

Author SHA1 Message Date
Michael Jumper
b35e494fdf GUACAMOLE-220: Remove erroneously-added blank line. 2018-04-21 14:23:07 -07:00
Michael Jumper
6db10c1dbb GUACAMOLE-220: Collapse / clean up retrieval of self() and effective permissions. 2018-04-21 14:22:07 -07:00
Michael Jumper
b43aa59958 GUACAMOLE-220: Correct documentation of getUserGroups() behavior. 2018-04-21 14:11:18 -07:00
Nick Couchman
456ad7f28e GUACAMOLE-549: Merge migrate to localStorage for storage of auth token. 2018-04-20 05:12:28 -04:00
Michael Jumper
393e1ab647 GUACAMOLE-220: Use effective permissions to test user access to resources. 2018-04-19 15:29:11 -07:00
Michael Jumper
dfb07edf29 GUACAMOLE-220: Add base API support for user groups. Refactor as minimally necessary. 2018-04-19 15:29:10 -07:00
Michael Jumper
884a9c0ee9 GUACAMOLE-549: Store auth token within localStorage rather than cookie. 2018-04-19 12:49:19 -07:00
Michael Jumper
1686e6f149 GUACAMOLE-549: Migrate storage/retrieval of local preferences to localStorageService. 2018-04-19 12:49:19 -07:00
Michael Jumper
831e4e0989 GUACAMOLE-549: Migrate recent connection history to localStorageService. 2018-04-19 12:45:43 -07:00
Michael Jumper
11d356a70b GUACAMOLE-549: Add service for manipulating items within localStorage. 2018-04-18 21:15:11 -07:00
Nick Couchman
aac9d8795c GUACAMOLE-542: Merge implement AbstractUsreContext and AbstractAuthenticationProvider 2018-04-13 14:35:04 -04:00
Michael Jumper
fa100a888f GUACAMOLE-542: Explicitly document the behavior of the default implementations provided by AbstractUserContext and AbstractAuthenticationProvider. 2018-04-12 14:33:32 -07:00
Nick Couchman
8fb62d1286 GUACAMOLE-541: Merge prioritize extension classes over inherited in webapp. 2018-04-12 10:04:20 -04:00
Michael Jumper
f8bd359c9a GUACAMOLE-541: Prioritize classes defined within extensions over classes inherited from the webapp classpath or lib directory. 2018-04-11 21:33:43 -07:00
Michael Jumper
57ff8b84e6 GUACAMOLE-542: Deprecate SimpleConnectionDirectory, etc., relying instead on SimpleDirectory. 2018-04-11 21:29:23 -07:00
Michael Jumper
9b7ef0dfcf GUACAMOLE-542: Migrate to simpler AbstractAuthenticationProvider / AbstractUserContext base classes. 2018-04-11 21:29:15 -07:00
Michael Jumper
18136d5146 GUACAMOLE-269: Merge parameter definitions for controlling backspace behavior of SSH/telnet. 2018-04-02 13:41:13 -07:00
Nick Couchman
ae1d6dc279 GUACAMOLE-269: Add translations for empty options. 2018-04-02 16:38:39 -04:00
Nick Couchman
f03cd2bd8c GUACAMOLE-269: Style tweak for translation spacing. 2018-04-02 16:27:57 -04:00
Nick Couchman
c9e8d2fc21 GUACAMOLE-269: Fix option assocation for telnet. 2018-04-02 16:25:37 -04:00
Nick Couchman
1f1d64e2c8 GUACAMOLE-269: Move options to new section, fix translations. 2018-04-02 10:31:53 -04:00
Nick Couchman
5729dd2d3c GUACAMOLE-269: Add fields for controlling Backspace behavior. 2018-04-02 10:31:53 -04:00
Nick Couchman
3d51a469ba GUACAMOLE-450: Merge use latest Tomcat 8.5.x in Docker image 2018-04-02 09:47:57 -04:00
Nick Couchman
d35d67fee7 GUACAMOLE-529: Merge apply database-specific account restrictions depending on context 2018-04-02 09:46:07 -04:00
Michael Jumper
6dde0e778a GUACAMOLE-529: Apply database-specific account restrictions depending on context. 2018-04-01 23:29:19 -07:00
Michael Jumper
834a84a0b8 GUACAMOLE-450: Use latest version of Tomcat 8.5.x by default for Docker image. 2018-04-01 22:18:29 -07:00
IT-Experte
29d0fead14 GUACAMOLE-530: Modified the Spanish on screen layout filename 2018-03-26 16:44:30 +02:00
IT-Experte
fd9e0a737b GUACAMOLE-530: Create Spanish on screen keyboard 2018-03-26 16:43:07 +02:00
Michael Jumper
4f27a03adf GUACAMOLE-525: Merge changes migrating from LIMIT to TOP for SQL Server queries. 2018-03-16 13:03:39 -07:00
Nick Couchman
c062acea2d GUACAMOLE-525: Quick tweak to logic in password history file. 2018-03-13 22:34:21 -04:00
Nick Couchman
62a706896a GUACAMOLE-525: Fix up password history delete to be more compatible. 2018-03-13 17:58:54 -04:00
Nick Couchman
cb580c4ae9 GUACAMOLE-525: Remove LIMIT and use TOP in SQL Server module. 2018-03-13 17:47:35 -04:00
Michael Jumper
a6579ce4e1 GUACAMOLE-505: Merge changes fixing the behavior SQL Server version of the "selectOne" query for retrieval of user account information (the query must return at most one row). 2018-03-13 12:47:10 -07:00
Nick Couchman
d3dcd84379 GUACAMOLE-505: Remove stray left join in SQL Server UserMapper. 2018-03-13 10:47:31 -04:00
Nick Couchman
b8a5f0bd22 GUACAMOLE-517: Merge correct keysym definition of "Print Screen" key. 2018-03-06 15:23:09 -05:00
Michael Jumper
cdc5dec2c9 GUACAMOLE-517: Correct keysym definition of "Print Screen" key. 2018-03-06 12:16:18 -08:00
Michael Jumper
5db2e3cae7 GUACAMOLE-161: Merge changes adding Caps Lock to the do-not-auto-repeat list. 2018-03-03 12:27:01 -08:00
Michael Jumper
e5a0224ac7 GUACAMOLE-508: Merge changes which take the user to the system home page if they have administrative access. 2018-03-03 12:22:13 -08:00
Nick Couchman
0111b031e8 GUACAMOLE-508: More comment clean up. 2018-03-03 07:49:54 -05:00
Nick Couchman
8ad579b90b GUACAMOLE-508: Use object instead of array for multiple promises. 2018-03-02 21:58:48 -05:00
Nick Couchman
4869968c8f GUACAMOLE-508: Style and comment fix-ups. 2018-03-02 21:45:43 -05:00
Nick Couchman
b95b1131b6 GUACAMOLE-508: Take user to home page when Settings pages are available. 2018-03-02 21:45:43 -05:00
Michael Jumper
06459629bb GUACAMOLE-448: Merge corrections to recently-merged translations for RDP cache parameters. 2018-02-22 15:50:14 -08:00
Nick Couchman
beb69af6f7 GUACAMOLE-448: Fix typo in translation file. 2018-02-22 04:39:10 -05:00
Michael Jumper
c4e590bab9 GUACAMOLE-448: Merge parameter definitions for RDP caching. 2018-02-22 00:41:29 -08:00
Nick Couchman
ae1ce0dcdd GUACAMOLE-448: Add support for configuring glyph caching. 2018-02-20 15:38:36 -05:00
Michael Jumper
2da179f7f3 GUACAMOLE-504: Merge changes adding support for overriding HTTP/WebSocket status codes via custom exceptions. 2018-02-14 15:38:00 -08:00
Nick Couchman
c2ae43d2c5 GUACAMOLE-504: Change c-style variable to camel case. 2018-02-14 07:04:00 -05:00
Nick Couchman
4e0e852ad3 GUACAMOLE-504: Implement overloaded closeConnection() method. 2018-02-11 14:54:55 -05:00
Nick Couchman
bb1670a808 GUACAMOLE-504: Reimplement closeConnection() with int parameters. 2018-02-10 15:13:19 -05:00