Michael Jumper
|
ac14cf0ff3
|
GUAC-1101: Implement connection groups.
|
2015-02-28 23:26:48 -08:00 |
|
Michael Jumper
|
111581e5cb
|
GUAC-1101: Use "useGeneratedKeys" to get generated keys after insert.
|
2015-02-28 23:26:48 -08:00 |
|
Michael Jumper
|
9159df5ee4
|
GUAC-1101: Add parameters upon insertion of new connection.
|
2015-02-28 23:26:48 -08:00 |
|
Michael Jumper
|
9dffabfd23
|
GUAC-1101: Extract common base classes from user and connection. Add ID to connection.
|
2015-02-28 23:26:48 -08:00 |
|
Michael Jumper
|
1ac9f92206
|
GUAC-1101: Filter configurations through TokenFilter upon connecting.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
89f0f4783e
|
GUAC-1101: Include active connections in history. Insert history records into database when connections close.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
fdab3c51b2
|
GUAC-1101: Sort connection records in descending order.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
57e3fb865e
|
GUAC-1101: Implement connection record retrieval.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
1851a394ac
|
GUAC-1101: Implement connection parameter update.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
a0c2c666e7
|
GUAC-1101: Remove old socket implementation.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
28832084db
|
GUAC-1101: Move connection logic into GuacamoleSocketService, with policy-specific implementations.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
0c528f00eb
|
GUAC-1101: Remove need for old MySQLConstants.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
a797dd8a45
|
GUAC-1101: The connection ID is _NOT_ the connection identifier. It's the unique ID assigned by guacd for the sake of screen sharing.
|
2015-02-28 23:26:47 -08:00 |
|
Michael Jumper
|
1430c9ce3a
|
GUAC-1101: Test permissions prior to retrieving connection parameters.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
e584447a69
|
GUAC-1101: Load connection parameters upon request.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
14ebda6b37
|
GUAC-1101: Remove unnecessary import.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
5f8e67cddb
|
GUAC-1101: Map parameters. Implement connect() on connection.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
925687fc90
|
GUAC-1101: Add permission check upon connect. Move connection stub into connection service. Add hasObjectPermission() utility function.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
ee3f817bbd
|
GUAC-1101: Properly translate to/from NULL parent using the root identifier.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
0e4507f3d1
|
GUAC-1101: The connection name is stored in "connection_name", not "name".
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
9316689cff
|
GUAC-1101: Implement root connection group.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
85e84b6d3e
|
GUAC-1101: Map connections (but not parameters or history). Add ConnectionDirectory.
|
2015-02-28 23:26:46 -08:00 |
|
Michael Jumper
|
f78281e3c8
|
GUAC-1101: Migrate to recent API changes on batch-directory branch.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
9c161c9fc6
|
GUAC-1101: Allow implementations to validate objects prior to create/update.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
c406ceb331
|
GUAC-1101: Add note regarding missing permission creation.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
c1ef4bfdd2
|
GUAC-1101: Fix user creation/deletion. Fix system permission modification.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
304f7a181d
|
GUAC-1101: Implement system permission set.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
f71e33c39f
|
GUAC-1101: Implement object permission create/delete permission checks.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
4790624620
|
GUAC-1101: Note the permission-enforcing nature of each service.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
107367731a
|
GUAC-1101: Implement system permission creation/deletion.
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
e6f3da057b
|
GUAC-1101: Ignore duplicate perms on creation (but still warn).
|
2015-02-28 23:26:45 -08:00 |
|
Michael Jumper
|
2614ba7041
|
GUAC-1101: Implement/stub retrieval and mapping of system permissions.
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
57d252c463
|
GUAC-1101: Add permission service classes.
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
b1ae37adb3
|
GUAC-1101: Add permission model classes and mapper interfaces (no corresponding XML, though).
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
4e852aa61a
|
GUAC-1101: Update documentation to reflect changes in build process (no generator).
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
7a6af903fb
|
GUAC-1101: Restrict object manipulation depending on create/update/delete permission.
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
0e38acbd59
|
GUAC-1101: Limit results of retrieval operations by read permissions, unless user is a sysadmin.
|
2015-02-28 23:26:44 -08:00 |
|
Michael Jumper
|
b514fc910d
|
GUAC-1101: Modify base interfaces/classes to support permissions.
|
2015-02-28 23:26:44 -08:00 |
|
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 |
|
Michael Jumper
|
8ee7fbecc7
|
GUAC-1089: Fix badly broken connection group permission checks.
|
2015-02-18 21:41:20 -08:00 |
|
Michael Jumper
|
0bfdea2543
|
GUAC-1018: Bump version to 0.9.5.
|
2015-02-15 17:45:04 -08:00 |
|
Michael Jumper
|
b6a9f6849b
|
GUAC-938: Bump version numbers for 0.9.4.
|
2015-01-06 19:52:58 -08:00 |
|
Michael Jumper
|
de30229d16
|
GUAC-340: Provide credentials through configurations via TokenFilter. Refactor use of user IDs to new AuthenticatedUser as needed.
|
2015-01-06 19:39:47 -08:00 |
|
Michael Jumper
|
f993bc0dbc
|
GUAC-964: Maintain consistency regarding null vs "ROOT" for connection group identifiers.
|
2015-01-05 02:28:50 -08:00 |
|
Michael Jumper
|
1e0f75f4c8
|
GUAC-933: Do not set parent identifier to the string "null".
|
2014-12-09 20:55:56 -08:00 |
|
Michael Jumper
|
48382b8285
|
GUAC-915: Clean up all log messages within Guacamole.
|
2014-10-30 17:12:54 -07:00 |
|
Michael Jumper
|
ca199e1ea6
|
GUAC-914: Migrate to logback and latest SLF4J. Read logback.xml from GUACAMOLE_HOME if present.
|
2014-10-30 11:42:22 -07:00 |
|
Michael Jumper
|
713ecaae2a
|
GUAC-908: Handle errors during connect/bind/query distinctly. Only rethrow server error if connection or query fails - failure to bind is just an invalid login.
|
2014-10-27 13:26:13 -07:00 |
|
Michael Jumper
|
52a35ab0b1
|
GUAC-855: Update version numbers of packages which depend on 0.9.3.
|
2014-09-19 11:50:14 -07:00 |
|
Michael Jumper
|
db2066fa1f
|
GUAC-772: Bump version numbers to 0.9.2.
|
2014-07-21 13:42:53 -07:00 |
|