Commit Graph

1707 Commits

Author SHA1 Message Date
Michael Jumper
738f3bb026 GUAC-586: Add getAllUsers() to userService. 2015-09-02 19:51:27 -07:00
Michael Jumper
fc21162821 GUAC-586: Expand handling of permissions within user editor. Allow users to be created through editor. Display tabs for each possible account. 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
6cbe8be354 GUAC-586: Username header should respect case. 2015-09-02 19:51:27 -07:00
Michael Jumper
83318d9c68 GUAC-586: Ensure model is set prior to region in time zone field. 2015-09-02 19:51:27 -07:00
Michael Jumper
cff2b7a857 GUAC-586: Associate CSS class names with page definitions. 2015-09-02 19:51:27 -07:00
Michael Jumper
6f0079d778 GUAC-586: Only show available accounts if there are more than one. 2015-09-02 19:51:27 -07:00
Michael Jumper
70485286d6 GUAC-586: Add localized data source names. Display data sources as tabs within user edit screen. 2015-09-02 19:51:27 -07:00
Michael Jumper
40ca19fb3a GUAC-586: Dynamic user page URI components should be encoded. 2015-09-02 19:51:27 -07:00
Michael Jumper
28092b9b23 GUAC-586: Make PageDefinition class public. 2015-09-02 19:51:27 -07:00
Michael Jumper
f55f388667 GUAC-586: Add multi-source retrieval of permissions to permissionService. Use multiple sources to determine user pages. 2015-09-02 19:51:27 -07:00
Michael Jumper
d6139bb02e GUAC-586: Fix getAvailableDataSources(). 2015-09-02 19:51:27 -07:00
Michael Jumper
a3f8888a27 GUAC-586: Remove unused services from active sessions page. 2015-09-02 19:51:27 -07:00
Michael Jumper
f892446e03 GUAC-586: Only provide password change interface for the data source that authenticated the current user. 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
b253a11483 GUAC-830: Allow zero for numeric fields (bad logic). 2015-08-21 19:20:25 -07:00
Michael Jumper
2a88856787 Merge branch 'testing-common-ssh' 2015-08-13 16:30:42 -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
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
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
Michael Jumper
6e3fa5fe89 GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings. 2015-08-10 15:29:09 -07:00
Michael Jumper
0ee7cfa1f3 GUAC-1213: Add date/time field format placeholders. 2015-08-10 11:40:25 -07:00
Michael Jumper
b2305937c5 GUAC-1213: Move date/time parsing code to own functions. 2015-08-10 11:30:06 -07:00
Michael Jumper
4db7034608 GUAC-1213: Use HTML5 date/time input types. 2015-08-10 11:24:35 -07:00
Michael Jumper
2e52382fd9 GUAC-1213: Add date and time fields, along with corresponding template/controller stubs. 2015-08-10 11:18:57 -07:00
Michael Jumper
65cdb5daef GUAC-1213: Add time zone field type. 2015-08-09 22:14:19 -07:00
James Muehlner
05c50e9f63 GUAC-1194: Log when a connection or connection group is closed. 2015-07-28 21:42:46 -07:00