Commit Graph

404 Commits

Author SHA1 Message Date
Michael Jumper
fdd23036a2 GUAC-1345: Add 'allowed-languages' property. Restrict loaded languages to keys explicitly listed, if any. 2015-10-12 17:31:59 -07:00
Michael Jumper
c57893f5d3 GUAC-1345: Add simple property type which parses to a set of strings. 2015-10-12 17:10:46 -07:00
Michael Jumper
dc1fb9deaa GUAC-1305: Send supported image formats within Guacamole protocol handshake. 2015-09-20 17:06:46 -07:00
Michael Jumper
5f5b9f5cb8 GUAC-1280: Bump version numbers to 0.9.8 where appropriate. 2015-09-04 10:48:11 -07:00
Michael Jumper
c82f2312b8 GUAC-586: Fix potential NullPointerExceptions in basic and LDAP auth. 2015-09-03 15:55:23 -07:00
Michael Jumper
d679f93578 GUAC-586: WHAT YEAR IS IT?!? 2015-09-02 22:33:28 -07:00
Michael Jumper
35fa94c835 GUAC-586: Add missing verbs to comments. 2015-09-02 22:32:27 -07:00
Michael Jumper
62eb014a1e GUAC-586: Only one UserContext per User per AuthenticationProvider. 2015-09-02 22:28:53 -07:00
Michael Jumper
b3614aef58 GUAC-586: Use data source when connecting to connections or groups. Remove deprecated getUserContext() from GuacamoleSession and related classes. Use identifiers which embed the data source for client URLs. 2015-09-02 19:51:28 -07:00
Michael Jumper
3c46dda5bc GUAC-586: List readable users if applicable to management. 2015-09-02 19:51:28 -07:00
Michael Jumper
e0a4fc3257 GUAC-586: Use auth provider identifiers within active connection REST service. 2015-09-02 19:51:27 -07:00
Michael Jumper
a6cab24983 GUAC-586: Use auth provider identifiers within connection group REST service. 2015-09-02 19:51:27 -07:00
Michael Jumper
16cd2ab49b GUAC-586: Use auth provider identifiers within connection REST service. 2015-09-02 19:51:27 -07:00
Michael Jumper
0f661dfec3 GUAC-586: Use auth provider identifiers within schema REST service. 2015-09-02 19:51:27 -07:00
Michael Jumper
ce064cfc68 GUAC-586: Fix comments incorrectly referring to the auth provider identifier as an "index". 2015-09-02 19:51:27 -07:00
Michael Jumper
b6607ac21e GUAC-586: Read extension files in lexicographical order. 2015-09-02 19:51:27 -07:00
Michael Jumper
e75ab6ebd5 GUAC-586: Add data source to user and permissions services. 2015-09-02 19:51:26 -07:00
Michael Jumper
6f8ae83ca5 GUAC-586: Add convenience methods for retrieving objects directly from session. 2015-09-02 19:51:26 -07:00
Michael Jumper
405448116f GUAC-586: Clarify auth result and include data source. Consistently refer to usernames as "username", not "user IDs". 2015-08-28 12:14:02 -07:00
Michael Jumper
b0ac5d22ff GUAC-586: Associate unique identifier with each AuthenticationProvider. 2015-08-28 12:14:02 -07:00
Michael Jumper
f190f7f1a7 GUAC-586: Ensure default authentication can tolerate the lack of a user-mapping.xml, as it is always enabled now. 2015-08-28 12:14:02 -07:00
Michael Jumper
7a5690b605 GUAC-586: Authenticate against multiple AuthenticationProviders (data not yet aggregated, however). 2015-08-28 12:14:02 -07:00
Michael Jumper
343c8e6cd0 GUAC-586: Load multiple AuthenticationProviders. 2015-08-28 12:14:02 -07:00
Michael Jumper
90ae5b0e17 GUAC-586: Separate authentication from authorization. 2015-08-23 22:07:43 -07:00
Michael Jumper
843682c329 GUAC-586: Finally remove ClipboardRESTService and associated code (not used). 2015-08-23 22:07:43 -07:00
Michael Jumper
6e3fa5fe89 GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings. 2015-08-10 15:29:09 -07:00
James Muehlner
05c50e9f63 GUAC-1194: Log when a connection or connection group is closed. 2015-07-28 21:42:46 -07:00
James Muehlner
d948aadc92 GUAC-1260 Fix comments. 2015-07-22 21:53:44 -07:00
James Muehlner
4b3969699c GUAC-1260 Fixed comments. 2015-07-22 21:48:22 -07:00
James Muehlner
1a837b9fee GUAC-1260 Allow extensions to override guacamole icons. 2015-07-22 21:37:09 -07:00
Michael Jumper
f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:47:22 -07:00
Michael Jumper
ed744d9d1d GUAC-1217: Fallback to standard dialects when no specific dialect is available/requested. 2015-06-05 19:39:59 -07:00
Michael Jumper
e7574c0276 GUAC-800: Use Forms for attributes, not just Fields. 2015-05-26 14:42:51 -07:00
Michael Jumper
43fab89ecf GUAC-800: Migrate to JSON for protocol descriptions. Use full Forms instead of simply Fields for protocol parameters (allow sections). 2015-05-25 19:56:53 -07:00
Michael Jumper
dfedcf3058 GUAC-800: Provide access via REST to attribute information. Move protocol descriptions into common REST service. 2015-05-24 19:37:07 -07:00
Michael Jumper
c5364f4bff GUAC-800: Update REST services to allow read/write of attributes on users, connections, and groups. 2015-05-24 15:56:49 -07:00
Michael Jumper
4b3197f57a GUAC-587: Ensure resource streams are always closed. 2015-05-20 22:41:08 -07:00
Michael Jumper
1a0726724f GUAC-587: Allow extensions to be version-independent. 2015-05-19 16:31:35 -07:00
James Muehlner
e06a5fb2c4 GUAC-587 Removed pointless imports. 2015-05-18 21:29:18 -07:00
James Muehlner
c10cbc3a68 GUAC-587: Merge translation files when loading extensions. 2015-05-18 21:24:21 -07:00
Michael Jumper
eb83f17c01 GUAC-587: Implement byte array resource. 2015-05-18 20:10:20 -07:00
Michael Jumper
47889e3f3f GUAC-587: Add placeholder for merge logic. 2015-05-18 19:44:41 -07:00
Michael Jumper
50debbfc78 GUAC-587: Move loading logic into individual functions. 2015-05-18 19:44:41 -07:00
Michael Jumper
94019bf838 GUAC-587: Dynamically serve all defined language resources. 2015-05-18 19:44:41 -07:00
Michael Jumper
d46d405e3a GUAC-587: Manage languages within own service. Allow dynamic addition of languages. 2015-05-18 19:44:41 -07:00
Michael Jumper
79e6c31035 GUAC-587: Serve static resources within /app/ext/[namespace]/[declared/path/to/resource]. 2015-05-18 19:44:41 -07:00
Michael Jumper
06011cac62 GUAC-587: Add support for translations and arbitrary static resources to the extension manifest. 2015-05-18 19:44:41 -07:00
Michael Jumper
ad28ca6da6 GUAC-587: Fix missing wording in log messages. (Please what?) 2015-05-18 19:44:41 -07:00
Michael Jumper
ee17c99b23 GUAC-587: Preserve resource path information within the extension class. 2015-05-18 19:44:41 -07:00
Michael Jumper
d477f7fa6e GUAC-587: Do not attempt to read contents of GUACAMOLE_HOME/extensions if not accessible. 2015-05-15 17:39:17 +00:00