Commit Graph

3628 Commits

Author SHA1 Message Date
Michael Jumper
abbed83ba5 GUACAMOLE-107: Remove DTD for the XML on-screen keyboard (it's JSON now). 2016-10-26 21:53:26 -07:00
Michael Jumper
54504d15f8 GUACAMOLE-107: Remove legacy guacamole-common documentation (replaced by JavaDoc, guacamole-example, and the manual). 2016-10-26 21:53:26 -07:00
Michael Jumper
d39a50bb8c GUACAMOLE-107: Remove horrendously out-of-date READMEs. 2016-10-26 21:53:26 -07:00
Michael Jumper
141400bc77 GUACAMOLE-107: Point all pom.xml at new project website. 2016-10-26 21:53:26 -07:00
Michael Jumper
f8e79d9543 GUACAMOLE-107: Remove horrendously out-of-date changelogs. 2016-10-26 21:53:26 -07:00
Michael Jumper
139de9aed1 GUACAMOLE-107: Update READMEs to point to the new website and JIRA. 2016-10-26 21:53:26 -07:00
James Muehlner
02a03c83f0 GUACAMOLE-97: Merge docker README updates. 2016-10-12 18:57:29 -07:00
Michael Jumper
a7564f3da4 GUACAMOLE-97: Update Guacamole Docker README.md with respect to Apache. 2016-10-04 12:29:10 -07:00
Michael Jumper
057a092263 GUACAMOLE-104: Merge changes sanitizing filenames of transferred files. 2016-09-07 20:35:42 -07:00
James Muehlner
7f52e3c2ed GUACAMOLE-104: Sanitize filenames before upload or download. 2016-09-07 20:23:34 -07:00
James Muehlner
30639f2805 GUACAMOLE-93: Merge fix for client docker build. 2016-08-28 14:51:56 -07:00
Michael Jumper
dce39bdc1e GUACAMOLE-93: Ensure database auth extension .jars are included in dist .tar.gz. 2016-08-28 11:41:10 -07:00
Michael Jumper
ced30836a0 GUACAMOLE-93: Move Dockerfile to root of repository. 2016-08-28 11:41:10 -07:00
James Muehlner
25d259e67c GUACAMOLE-93: Merge updates to guacamole-client docker image. 2016-08-26 17:57:26 -07:00
Michael Jumper
e68ce29419 GUACAMOLE-93: Build guacamole-docker using parent guacamole-client source. 2016-08-26 16:06:30 -07:00
Michael Jumper
a5cfccb096 GUACAMOLE-95: Merge fix for bad constraint in PostgreSQL schema creation script. 2016-08-26 11:11:17 -07:00
ljruiten
0fd1a3aea6 GUACAMOLE-95: Minor change to postgresql schema. Fixes saving sessions to
history.
2016-08-26 19:20:48 +02:00
Michael Jumper
edc6d79000 GUACAMOLE-87: Merge changes bumping guacamole-client versions to 0.9.10-incubating. 2016-08-25 22:22:02 -07:00
James Muehlner
3f7ed57a8a GUACAMOLE-87: Bump guacamole-client version numbers to 0.9.10-incubating. 2016-08-25 21:48:04 -07:00
James Muehlner
0ce0144285 GUACAMOLE-82: Merge change to restore original clipboard behavior. 2016-08-20 21:05:47 -07:00
James Muehlner
83c744d271 GUACAMOLE-81: Merge sharing profile connection permission check changes. 2016-08-20 21:03:15 -07:00
Michael Jumper
70aec4c668 GUACAMOLE-82: Move back to textarea for clipboard for sake of stability (partially reverts GUACAMOLE-55). 2016-08-20 19:30:47 -07:00
Michael Jumper
f32dbac458 GUACAMOLE-81: Enforce parent/child permissions between SharingProfile and Connection. 2016-08-20 19:13:01 -07:00
Michael Jumper
26d9dd8593 GUACAMOLE-81: Generalize permissions surrounding parent/child relationship. 2016-08-20 19:13:01 -07:00
James Muehlner
39a25db594 GUACAMOLE-77: Merge username fix for current vs existing users. 2016-08-20 15:07:07 -07:00
James Muehlner
54f38b107c GUACAMOLE-76: Merge performance improvements to connection tree query. 2016-08-20 14:51:33 -07:00
Michael Jumper
20459ecbd3 GUACAMOLE-77: Retrieve the current user's permissions via ".../self" rather than ".../users/{username}". The current user may not actually exist. 2016-08-20 14:47:44 -07:00
Michael Jumper
36dc375073 GUACAMOLE-77: Users do not exist within the database auth's connection sharing system. 2016-08-20 14:47:44 -07:00
Michael Jumper
b23dcf83ca GUACAMOLE-77: Distinguish within REST between the user's identity/permissions and actual existing user objects. 2016-08-20 14:47:44 -07:00
Michael Jumper
87b517ff3e GUACAMOLE-77: Add translation strings for MySQL/PostgreSQL shared connection data source. 2016-08-20 13:12:04 -07:00
Michael Jumper
5794338b8d GUACAMOLE-76: Clean MySQL and PostgreSQL modules for consistency. 2016-08-20 12:42:03 -07:00
Michael Jumper
2e3d3c4f5f GUACAMOLE-76: Set "allowMultiQueries" for MySQL. 2016-08-20 12:41:16 -07:00
Michael Jumper
a83b5c585c GUACAMOLE-76: Query child object identifiers directly. 2016-08-19 23:18:37 -07:00
Michael Jumper
414f4ca942 GUACAMOLE-80: Merge fix for incorrect MySQL syntax. 2016-08-16 22:05:49 -07:00
James Muehlner
4d35e1c166 GUACAMOLE-80: Remove trailing comma. 2016-08-16 22:02:36 -07:00
Michael Jumper
a7e86a4d05 GUACAMOLE-73: Merge fix for stale permission cache. 2016-08-16 21:59:29 -07:00
James Muehlner
32f8d84fde GUACAMOLE-73: Clear permission cache when saving or updating to force permission reload. 2016-08-16 21:41:43 -07:00
James Muehlner
8564f05ead GUACAMOLE-78: Merge anonymous user display refinements. 2016-08-13 18:25:44 -07:00
James Muehlner
49d50ee7ec GUACAMOLE-74: Merge url safety fix for share keys. 2016-08-13 18:05:07 -07:00
James Muehlner
d68ccab97e GUACAMOLE-75: Merge fix for postgres duplication permission insert. 2016-08-13 18:02:01 -07:00
James Muehlner
6165ce3deb GUACAMOLE-72: Merge fix for sharing profile parameters. 2016-08-13 17:55:21 -07:00
Michael Jumper
21f184f42e GUACAMOLE-78: Render the usernames of anonymous users differently. 2016-08-12 20:05:33 -07:00
Michael Jumper
42cd4dca5d GUACAMOLE-78: Preserve query parameters when redirecting to user's home page. 2016-08-12 14:53:54 -07:00
Michael Jumper
225736d237 GUACAMOLE-78: Store anonymous users' authentication results in memory only. Do not persist via cookie. 2016-08-12 14:49:37 -07:00
Michael Jumper
22b3e268d6 GUACAMOLE-78: Use documented AuthenticationResult type for auth result storage. 2016-08-12 14:21:58 -07:00
Michael Jumper
c6323503d8 GUACAMOLE-78: Do not display user menu for anonymous users. 2016-08-12 13:55:59 -07:00
Michael Jumper
df3f54a02d GUACAMOLE-78: Report users authenticated via share keys as anonymous. 2016-08-12 13:51:37 -07:00
Michael Jumper
fcefa7a7c7 GUACAMOLE-78: Define a standard identifier for anonymous users. 2016-08-12 12:51:53 -07:00
Michael Jumper
e21a3a60b9 GUACAMOLE-74: Migrate to URL-safe share keys. 2016-08-12 12:34:59 -07:00
Michael Jumper
e71145285a GUACAMOLE-75: Do not insert duplicate permissions. 2016-08-12 11:26:05 -07:00