Commit Graph

2240 Commits

Author SHA1 Message Date
Michael Jumper
d3d5fef1e7 GUAC-1101: Remove use of mybatis-generator. Temporarily remove all but users. Add common interfaces and simple queries. 2015-02-28 23:26:44 -08:00
James Muehlner
03f94c15cd Merge pull request #97 from glyptodon/fix-permission-filtering
GUAC-1100: Add permission filtering to tree retrieval.
2015-02-28 22:22:33 -08:00
Michael Jumper
00ccad54e8 GUAC-1100: Add permission filtering to tree retrieval. 2015-02-28 21:53:19 -08:00
James Muehlner
fd7343a3e0 Merge pull request #96 from glyptodon/paginate-history
GUAC-1099: Paginate the connection history list, too.
2015-02-28 13:39:35 -08:00
James Muehlner
ccd99452eb Merge pull request #95 from glyptodon/location-chooser-speed
GUAC-1099: Do not attempt to display connections in guacGroupList if no connection template is provided.
2015-02-28 13:38:22 -08:00
Michael Jumper
b03d0b7c44 GUAC-1099: Paginate the connection history list, too. 2015-02-28 13:17:02 -08:00
Michael Jumper
10133ad577 GUAC-1099: Do not attempt to display connections in guacGroupList if no connection template is provided. 2015-02-28 12:30:36 -08:00
James Muehlner
777e031332 Merge pull request #94 from glyptodon/fix-rest-object-move
GUAC-1100: Update parent identifier within REST service calls.
2015-02-27 14:11:43 -08:00
Michael Jumper
e177d27e74 GUAC-1100: Update parent identifier within REST service calls. 2015-02-27 14:08:38 -08:00
James Muehlner
17c7641edf Merge pull request #93 from glyptodon/paginate-lists
GUAC-1099: Paginate list output in Guacamole UI
2015-02-26 22:52:25 -08:00
Michael Jumper
1f9356100b GUAC-1099: Paginate management interface. Remove styles from ui.css where possible/relevant. 2015-02-26 17:46:02 -08:00
Michael Jumper
ac3ee41699 GUAC-1099: Paginate guacGroupList directive. 2015-02-26 17:46:02 -08:00
Michael Jumper
09a9fd0876 GUAC-1099: Implement pagination directive (guacPager), borrowing from old 0.9.3 pager code and styles. 2015-02-26 17:46:02 -08:00
James Muehlner
c60d1197cb Merge pull request #92 from glyptodon/batch-directories
GUAC-1100: Modify guacamole-ext to support batch retrieval/modification
2015-02-25 19:29:33 -08:00
Michael Jumper
bbabfec4da GUAC-1100: Identifier retrieval should possibly throw an exception. 2015-02-25 16:28:35 -08:00
Michael Jumper
79130e96fc GUAC-1100: Add getActiveConnections() function to Connectable. 2015-02-25 16:28:30 -08:00
Michael Jumper
6f61300cbc GUAC-1100: Move connection and connection group directories to root level only. 2015-02-25 16:28:28 -08:00
Michael Jumper
220e33eca1 GUAC-1100: Keep parent identifiers within SimpleUserContext consistent with reality. 2015-02-25 16:28:25 -08:00
Michael Jumper
e9cebd181b GUAC-1100: Implement recursive BFS tree retrieval. 2015-02-25 16:28:23 -08:00
Michael Jumper
bf8957986e GUAC-1100: Remove old recursive tree query. Add stub of new batching tree object. 2015-02-25 16:28:19 -08:00
Michael Jumper
e9538a4167 GUAC-1100: Commit to String identifiers. 2015-02-25 16:28:17 -08:00
Michael Jumper
37227d05e8 GUAC-1100: System path comparison should not be startsWith() - there's only one, and no identifiers. 2015-02-25 16:28:14 -08:00
Michael Jumper
514aafbd6d GUAC-1100: Implement patching of permissions with batch operations. 2015-02-25 16:28:12 -08:00
Michael Jumper
433d55d245 GUAC-1100: Use getAll() for retrieval of multiple users. 2015-02-25 16:28:10 -08:00
Michael Jumper
9fe2eb6bbd GUAC-1100: Migrate REST services to new guacamole-ext API. This is partial and temporary - batch operations are not being used, and the MySQL auth has not been updated. 2015-02-25 16:28:07 -08:00
Michael Jumper
3f5d398f13 GUAC-1100: Extract batch operations on permission sets into interface. 2015-02-25 16:28:05 -08:00
Michael Jumper
7c353007f6 GUAC-1100: Add batch add/remove to permission sets. 2015-02-25 16:28:02 -08:00
Michael Jumper
a22299466b GUAC-1100: Fix comments in User. ObjectPermissionSet does not need ObjectType parameter. 2015-02-25 16:28:00 -08:00
Michael Jumper
cf36e5841a GUAC-1100: Bring SimpleUser up-to-date with API changes. 2015-02-25 16:27:56 -08:00
Michael Jumper
1d2e703556 GUAC-1100: Implement Simple* read-only versions of the permission sets. 2015-02-25 16:27:53 -08:00
Michael Jumper
ed4ad2a431 GUAC-1100: Make ObjectPermission concrete. Remove type-specific implementations. 2015-02-25 16:27:50 -08:00
Michael Jumper
df463a082a GUAC-1100: Use permission sets for permission retrieval and manipulation. 2015-02-25 16:27:45 -08:00
Michael Jumper
ee40db759c GUAC-1100: Add getAll() to Directory. Create AbstractDirectory and migrate the Simple* implementations appropriately. 2015-02-25 16:27:36 -08:00
James Muehlner
e4b566d8b5 Merge pull request #90 from glyptodon/menu-style
GUAC-1091: Alter menu figure sizes such that radio button should always fit.
2015-02-21 17:38:26 -08:00
Michael Jumper
4a42d759b7 GUAC-1091: Alter menu figure sizes such that radio button should always fit. 2015-02-21 17:25:56 -08:00
James Muehlner
9101fcc6bf Merge pull request #87 from glyptodon/ie10-compat
GUAC-1052: Make compatible with IE10 and ancient Firefox by pulling teeth.
2015-02-18 22:38:54 -08:00
Mike Jumper
b4e9b55c10 Merge pull request #88 from glyptodon/GUAC-1078
GUAC-1078 Add support for cloning existing connections
2015-02-18 22:23:43 -08:00
James Muehlner
024b1c8ec5 GUAC-1078 Added clone functionality for connections and fixed some bugs around button showing for connections, groups, and users. 2015-02-18 22:22:45 -08:00
Michael Jumper
7d65b4a024 GUAC-1078: Only traverse child connection groups if defined. 2015-02-18 21:59:30 -08:00
James Muehlner
e9fbff18ce Merge pull request #89 from glyptodon/fix-permission-check
GUAC-1089: Fix badly broken connection group permission checks.
2015-02-18 21:43:11 -08:00
Michael Jumper
8ee7fbecc7 GUAC-1089: Fix badly broken connection group permission checks. 2015-02-18 21:41:20 -08:00
Michael Jumper
2e612ac70b GUAC-1052: Migrate to flexbox layout for client view. 2015-02-18 16:31:46 -08:00
Michael Jumper
7a4c606efd GUAC-1052: Migrate to flexbox layout for client view. 2015-02-18 15:49:18 -08:00
Michael Jumper
0190317264 GUAC-1052: Fix rendering of flexbox menu in older browsers. 2015-02-18 14:11:10 -08:00
Michael Jumper
16055e58b0 GUAC-1052: Migrate to flexbox layout for menu. 2015-02-17 17:05:33 -08:00
Michael Jumper
40b6858ea9 GUAC-1052: Work around IE10 issues with display: table. 2015-02-17 14:29:21 -08:00
Michael Jumper
f77b763ef8 GUAC-1052: Explicitly close custom tags. 2015-02-17 14:29:20 -08:00
James Muehlner
7b32adad97 Merge pull request #86 from glyptodon/fix-js-version
GUAC-1018: Bump version in Version.js of guacamole-common-js (incorrect since 0.9.4).
2015-02-15 22:26:49 -08:00
Michael Jumper
5ee2cb6da1 GUAC-1018: Bump version in Version.js of guacamole-common-js (incorrect since 0.9.4). 2015-02-15 21:11:51 -08:00
James Muehlner
2c02a0580a Merge pull request #85 from glyptodon/release-prep
GUAC-1018: Bump version to 0.9.5.
2015-02-15 19:03:34 -08:00