Commit Graph

725 Commits

Author SHA1 Message Date
Michael Jumper
de1ec05b5a GUACAMOLE-1: Relicense XML files. 2016-03-28 20:50:30 -07:00
Michael Jumper
1810ec971f GUACAMOLE-1: Relicense C and JavaScript files. 2016-03-28 20:50:18 -07:00
Michael Jumper
cbe3387d92 GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating. 2016-03-28 20:49:58 -07:00
Michael Jumper
4198c33df6 GUACAMOLE-1: Refactor old net.sourceforge package to org.apache. 2016-03-28 20:49:54 -07:00
Michael Jumper
6990344697 GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache. 2016-03-28 20:43:49 -07:00
Michael Jumper
e3f24f2f79 GUAC-1512: Refer to defaults as defaults. 2016-03-17 13:01:48 -07:00
Michael Jumper
d0c9d731c0 GUAC-1512: Correct typo in documentation for tryIncrement(). 2016-03-17 12:59:40 -07:00
Michael Jumper
0a95e16151 GUAC-1512: Add absolute connection limit properties for MySQL/PostgreSQL. 2016-03-17 00:56:43 -07:00
Michael Jumper
bef2139822 GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*"). 2015-12-15 13:00:59 -08:00
Michael Jumper
6a77c39c68 GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release). 2015-12-15 12:58:22 -08:00
Mike Jumper
91f8f5b06b Merge pull request #302 from glyptodon/GUAC-1429
GUAC-1429: Return whole objects instead of identifiers to fix text/plain conversion error.
2015-12-09 23:06:00 -08:00
James Muehlner
b0ac9e8d52 GUAC-1429: Modify Directory API to set identifier on added object, and update javascript to use new models. 2015-12-09 22:59:08 -08:00
James Muehlner
61a73ba5bc GUAC-1426 Remove code to retroactively grant UPDATE permission to existing users. 2015-12-09 19:39:54 -08:00
James Muehlner
a0e18286d1 GUAC-1391: Skip readable check when listing active sessions for system administrators. 2015-12-02 20:17:16 -08:00
James Muehlner
edf22d6ab1 GUAC-1373: Modified connection history record search to only filter by start date. 2015-11-24 22:01:38 -08:00
James Muehlner
8f58d90ec7 GUAC-1373: Add new indexes to help performance in search query. 2015-11-24 21:34:43 -08:00
Michael Jumper
77804b2a9d GUAC-1373: Define sorting only by start date. 2015-11-24 21:34:37 -08:00
Michael Jumper
65393adeda GUAC-1373: Move property/attribute logic into ModeledConnection and ModeledConnectionGroup. 2015-11-12 13:13:23 -08:00
Michael Jumper
a774686311 GUAC-1373: Injected JDBCEnvironment should be private. 2015-11-12 12:44:40 -08:00
Michael Jumper
7298cb7bb7 GUAC-1373: Restore bind() for GuacamoleTunnelService. 2015-11-12 12:43:42 -08:00
Michael Jumper
c22d22f99b GUAC-1373: Refactor PostgreSQL auth to support new JDBCEnvironment. 2015-11-12 12:28:04 -08:00
Michael Jumper
ea87134879 GUAC-1373: Clean up logic surrounding legacy concurrency properties. 2015-11-12 12:27:00 -08:00
Michael Jumper
5cb228391c GUAC-1373: Add default constants. Clean up. 2015-11-12 12:26:58 -08:00
James Muehlner
920ce67bee GUAC-1373: Partly refactored JDBC property loading. 2015-11-12 12:25:35 -08:00
Michael Jumper
58d7fc4e18 GUAC-1193: Add indexes to start_date and end_date columns. 2015-10-16 17:54:50 -07:00
James Muehlner
fdbc68bb92 GUAC-1193: Implement front end for connection history. 2015-10-13 23:38:55 -07:00
James Muehlner
03c1ac1876 GUAC-1193 Add required connection name property to connection record. 2015-10-13 20:04:24 -07:00
Michael Jumper
3c271da9b4 GUAC-1193: Do not use <bind> within <foreach>, as it only substitutes the last bound value for *ALL* usages of the created variable. Do not use LIKE, as we would then have to escape the search term in Java. 2015-10-08 17:56:12 -07:00
Michael Jumper
3cdcb1004f GUAC-1193: Move history record query and permission checks into ConnectionService. 2015-10-08 17:55:14 -07:00
Michael Jumper
9b99fd7323 GUAC-1193: Add searchReadable() query, limited by available permissions. 2015-10-08 17:55:14 -07:00
Michael Jumper
b02fdb673a GUAC-1193: Fix ordering of record search results (OGNL comparison for enums is not string-based). 2015-10-08 14:35:06 -07:00
Michael Jumper
ac71bf553a GUAC-1193: Remove unused import. 2015-10-08 14:00:03 -07:00
Michael Jumper
2ce4fd12ad GUAC-1193: Add PostgreSQL version of history query. 2015-10-08 13:54:01 -07:00
Michael Jumper
ef128b492d GUAC-1193: Fix description of query. 2015-10-08 13:53:49 -07:00
James Muehlner
a631aa803b GUAC-1193: Implement JDBC ConnectionRecordSet. Add MySQL mapping. 2015-10-06 23:06:21 -07:00
Michael Jumper
3c5f72b288 GUAC-1193: Include connection identifier within history records. 2015-09-23 16:02:17 -07:00
James Muehlner
5de7682cf7 GUAC-1193: Create connection history interface, and add simple implementation. 2015-09-22 23:33:51 -07:00
Michael Jumper
edf1c2c7e0 GUAC-1335: Don't "ALWAYS" release connection groups ... they only need to be released when acquire fails. 2015-09-08 22:22:27 -07:00
Michael Jumper
b6c734ddcf GUAC-1335: Properly release parent balancing groups if child acquire fails. 2015-09-08 22:00:36 -07:00
Michael Jumper
5f5b9f5cb8 GUAC-1280: Bump version numbers to 0.9.8 where appropriate. 2015-09-04 10:48:11 -07:00
Michael Jumper
7ea05b14f3 GUAC-586: Do not grant UPDATE on self by default. 2015-09-03 13:49:16 -07:00
Michael Jumper
379229dee5 GUAC-586: Set attributes during object creation. 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
5d8c9704a8 GUAC-586: Correct documentation regarding behavior of retrieveUser(). 2015-09-01 17:14:51 -07:00
Michael Jumper
b0ac5d22ff GUAC-586: Associate unique identifier with each AuthenticationProvider. 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
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
Michael Jumper
f015d9aed6 GUAC-830: Add concurrency attributes to connections and groups. 2015-08-21 19:15:25 -07:00