Commit Graph

3150 Commits

Author SHA1 Message Date
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
15e948138d GUAC-586: Associate AuthenticationProvider directly with UserContext. 2015-08-28 12:10:34 -07:00
Michael Jumper
6eee1e758c GUAC-586: Implement AuthenticatedUser. Refactor to support authenticateUser(), etc. within the database AuthenticationProvider implementations. 2015-08-28 12:10:34 -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
James Muehlner
185fb201a8 Merge pull request #249 from glyptodon/concurrent-policy
GUAC-830: Add new concurrency properties.
2015-08-23 22:05:24 -07:00
Michael Jumper
5298523114 GUAC-830: Align assignments. 2015-08-23 13:17:16 -07:00
Michael Jumper
9b27a27441 GUAC-830: Add new concurrency properties. Warn of deprecation and suggest alternatives in the logs. 2015-08-23 13:15:32 -07:00
James Muehlner
5aa871afcd Merge pull request #248 from glyptodon/concurrent-policy
GUAC-830: Implement concurrency policy attributes
2015-08-21 21:58:38 -07:00
Michael Jumper
e733052fa4 GUAC-830: Bring up to spec regarding comment level. 2015-08-21 19:37:43 -07:00
Michael Jumper
b253a11483 GUAC-830: Allow zero for numeric fields (bad logic). 2015-08-21 19:20:25 -07:00
Michael Jumper
f015d9aed6 GUAC-830: Add concurrency attributes to connections and groups. 2015-08-21 19:15:25 -07:00
Michael Jumper
c0f05ba909 GUAC-830: Fix logic error in tryAdd(). 2015-08-21 18:51:15 -07:00
Michael Jumper
cc9f1987b4 GUAC-830: FIx typo in error message. 2015-08-21 18:47:53 -07:00
Michael Jumper
def547acc8 GUAC-830: Move parsing/formatting into field types. 2015-08-21 16:24:07 -07:00
Michael Jumper
cc07e99b83 GUAC-830: Add concurrency limitations to schema and mapping. 2015-08-21 15:39:18 -07:00
Michael Jumper
622f0852e2 GUAC-830: Add concurrency limitations to connection and connection group model objects. 2015-08-21 12:57:19 -07:00
James Muehlner
4940f8e25e Merge pull request #247 from glyptodon/concurrent-policy
GUAC-830: Generalize tunnel services
2015-08-20 19:59:32 -07:00
Michael Jumper
222aa93e41 GUAC-830: Migrate to ConfigurableGuacamoleTunnelService for all values of legacy properties. 2015-08-20 18:30:05 -07:00
James Muehlner
3b94f5d4b3 GUAC-830: Add ConfigurableGuacamoleTunnelService. 2015-08-20 17:57:19 -07:00
Frode Langelo
1544a43ea3 GUAC-1305: Implement detection of browser WebP support and add new image mimetype to handshake which will include any non-standard image encodings supported. 2015-08-20 16:39:56 +00:00
Michael Jumper
2a88856787 Merge branch 'testing-common-ssh' 2015-08-13 16:30:42 -07:00
James Muehlner
aee787f568 Merge pull request #244 from glyptodon/sftp-default-directory
GUAC-1292: Add "sftp-directory" parameter for VNC and RDP.
2015-08-13 16:28:01 -07:00
Michael Jumper
438ccf7ec4 GUAC-1292: Add "sftp-directory" parameter to VNC and RDP. 2015-08-13 16:22:05 -07:00
Michael Jumper
31fc2d8787 GUAC-1292: Verify existence of filesystem before refreshing. 2015-08-13 16:22:05 -07:00
Michael Jumper
a0199f4bf4 Merge branch 'testing-common-ssh' 2015-08-13 14:16:21 -07:00
James Muehlner
f43a0636f3 Merge pull request #243 from glyptodon/file-browser-usability
GUAC-1293: Improve file browser usability
2015-08-13 14:07:02 -07:00
Michael Jumper
b3a5ad38f8 GUAC-1293: Refresh function need not be on scope. 2015-08-13 13:24:24 -07:00
Michael Jumper
6b27b6a877 GUAC-1293: Refresh file browser when file browser is shown. 2015-08-13 13:24:24 -07:00
Michael Jumper
f019a36ccf GUAC-1293: Refresh file browser when any upload completes. 2015-08-13 13:24:24 -07:00
Michael Jumper
03e2fe86c1 GUAC-1293: Fire events when file uploads and downloads complete. 2015-08-13 13:24:24 -07:00
Michael Jumper
a2efb47e3c GUAC-1293: Rename click handler sensibly. No need to prevent default, etc. for clicks. 2015-08-13 13:24:24 -07:00
Michael Jumper
ae642030b3 GUAC-1293: Remove "focused" class after action is fired. 2015-08-13 13:24:24 -07:00
Michael Jumper
96908d4248 GUAC-1293: Remove parent directory entry. 2015-08-13 13:24:22 -07:00
Michael Jumper
3596ca8383 GUAC-1293: Do not use double click - use click when file is focused. 2015-08-13 13:23:48 -07:00
Michael Jumper
4ae069d424 GUAC-1293: Prevent selection of filename text during navigation. 2015-08-13 12:52:28 -07:00
Michael Jumper
56d35a84d8 GUAC-1293: Focus files on click. Download or change directory on double-click. 2015-08-13 12:52:28 -07:00
Michael Jumper
169be87239 GUAC-1293: Display file transfer dialog in front of file browser / guac menu. 2015-08-13 12:52:28 -07:00
James Muehlner
e33040d366 Merge pull request #242 from glyptodon/stream-images
GUAC-240: Add support for experimental "img" instruction
2015-08-12 20:21:49 -07:00
Michael Jumper
63b31cf0b1 GUAC-240: Read images received through "img" streams using a Guacamole.DataURIReader - appending to standard Blob objects is too slow. 2015-08-11 19:17:06 -07:00
Michael Jumper
d393a833f4 GUAC-240: Add support for "img" instruction. 2015-08-11 16:24:54 -07:00
James Muehlner
886c2f3a50 Merge pull request #241 from glyptodon/date-time-compat
GUAC-1213: Provide lenient date/time parsing
2015-08-11 13:47:59 -07:00
Michael Jumper
0cfcb62195 GUAC-1213: Correct comment regarding time formatting. 2015-08-11 13:39:12 -07:00
Michael Jumper
79f672bfa9 GUAC-1213: Set blank value if date/time is completely invalid. 2015-08-11 13:27:08 -07:00
Michael Jumper
2f73c20321 GUAC-1213: Parse time values leniently. 2015-08-11 12:56:27 -07:00
Michael Jumper
6c63027728 GUAC-1213: Parse date values leniently. 2015-08-11 12:55:56 -07:00
James Muehlner
e2e0be30fd Merge pull request #239 from glyptodon/fix-mimetypes
GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings.
2015-08-11 09:53:50 -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
e9dee5c064 Merge pull request #238 from glyptodon/date-time-fields
GUAC-1213: Add support for date/time fields.
2015-08-10 14:54:54 -07:00