Commit Graph

2955 Commits

Author SHA1 Message Date
Michael Jumper
71052fa126 GUAC-586: Implement listing of visible users within LDAP (by completely rewriting the LDAP auth provider). 2015-09-01 17:17:55 -07:00
James Muehlner
5e5a6487d3 Merge pull request #250 from glyptodon/multiple-ext
GUAC-586: Load multiple AuthenticationProviders
2015-09-01 17:17:36 -07:00
Michael Jumper
5d8c9704a8 GUAC-586: Correct documentation regarding behavior of retrieveUser(). 2015-09-01 17:14:51 -07:00
Michael Jumper
0d92876d23 GUAC-586: Ensure LocalEnvironment is tolerant to failues in loading guacamole.properties. 2015-08-28 12:14:02 -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
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
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