James Muehlner
|
8e35804c85
|
Ticket #263: Changes in response to code review.
|
2013-08-09 10:00:45 -07:00 |
|
James Muehlner
|
c4e3ff1122
|
Ticket #263: Fixed a couple of bugs after testing.
|
2013-08-09 00:12:14 -07:00 |
|
James Muehlner
|
e7ec3399c6
|
Ticket #263: Changed name to activeConnectionMap.
|
2013-08-08 21:06:38 -07:00 |
|
James Muehlner
|
8a8dce9075
|
Ticket #263: Refactored ActiveConnectionMap and added group load balancing.
|
2013-08-08 21:06:37 -07:00 |
|
James Muehlner
|
e715e99509
|
Ticket #263: Added parentID for created connections and groups.
|
2013-08-08 21:01:15 -07:00 |
|
James Muehlner
|
a631180699
|
Ticket #263: Fixed permissions to use identifiers instead of names.
|
2013-08-08 21:01:15 -07:00 |
|
James Muehlner
|
52490ca8ab
|
Ticket #263: Switched to enum for connection group type.
|
2013-08-08 21:01:15 -07:00 |
|
James Muehlner
|
a7f45e8244
|
Ticket #263: You need READ to be able to connect to a group.
|
2013-08-08 21:01:15 -07:00 |
|
James Muehlner
|
419166b3a1
|
Ticket #263: Finalizing changes.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
010b5886db
|
Ticket #263: .
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
bdc7a3db96
|
Ticket #263: More work on connection groups.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
6747c51b38
|
Ticket #263: Connections and groups should be unique only within the parent group.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
c765a699c2
|
Ticket #263: More querying.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
d5c49ff287
|
Ticket #263: Clarified permissioning.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
dae8307b3f
|
Ticker #263: Set up dependency injection for ConnectionGroupService.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
71c72085f8
|
Ticket #263: Improved guacamole-ext and added ConnectionGroup mapper.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
9cfb20d26e
|
Ticket #263: Added EXECUTE permission to connection permission enum.
|
2013-08-08 21:01:14 -07:00 |
|
James Muehlner
|
012cd6c8b4
|
Ticket #263: Schema changes.
|
2013-08-08 21:01:14 -07:00 |
|
Michael Jumper
|
11bc2d7c68
|
Add updateUserContext() function.
|
2013-08-07 13:22:35 -07:00 |
|
Michael Jumper
|
3c72eaaf32
|
Implement SSLGuacamoleSocket. Add guacd-ssl parameter. Modify guacamole-auth-mysql and simple auth to support it.
|
2013-07-23 00:52:49 -07:00 |
|
Michael Jumper
|
219a210ff4
|
Bump version to 0.8.1.
|
2013-07-15 10:18:21 -07:00 |
|
James Muehlner
|
883b24f73d
|
Ticket
|
2013-07-09 11:14:41 -07:00 |
|
Michael Jumper
|
1e6321a742
|
Update README regarding MyBatis build changes.
|
2013-03-05 01:38:35 -08:00 |
|
James Muehlner
|
519ce5fd4c
|
Merge branch 'master' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql
|
2013-03-04 23:31:20 -08:00 |
|
James Muehlner
|
a400fa0e22
|
Ticket #269: Since the MyBatis mapping files are no longer manually generated, README.mybatis is no longer needed.
|
2013-03-04 23:30:44 -08:00 |
|
Michael Jumper
|
5f710a86af
|
Ticket #269: Fix that darn typo where we copy the user retrieval code, replace all "user" with "connection", forget a line, and it fails utterly.
|
2013-03-04 01:14:35 -08:00 |
|
Michael Jumper
|
3a40393f3d
|
Fix style issues.
|
2013-03-04 00:41:29 -08:00 |
|
Michael Jumper
|
4bcadac53b
|
Prevent foot shooting.
|
2013-03-04 00:09:30 -08:00 |
|
Michael Jumper
|
8f43da42bf
|
Ticket #269: Trim identifiers on add().
|
2013-03-03 23:41:49 -08:00 |
|
Michael Jumper
|
e8bba941e1
|
Ticket #269: Fixed multiple permission validation issues + query efficiency.
|
2013-03-03 23:28:24 -08:00 |
|
James Muehlner
|
3b7618a030
|
Ticket #269: Only a system administrator can add system permissions.
|
2013-03-03 21:58:41 -08:00 |
|
James Muehlner
|
00a699ade0
|
Ticket #269: Added full system administrator access to everything, and throwing GuacamoleClientException when empty or duplicate users or connections are added, or multiple connections are attempted when disallowed.
|
2013-03-03 20:19:46 -08:00 |
|
James Muehlner
|
4bfc219324
|
Ticket #269: ADMINISTER permission granted to admin user.
|
2013-03-03 19:39:43 -08:00 |
|
James Muehlner
|
6958b01eab
|
Ticket #269: Limit maximum number of connection history records to 100.
|
2013-03-03 19:12:08 -08:00 |
|
Michael Jumper
|
a26ed664d0
|
Ticket #269: Allow query with limit.
|
2013-03-03 18:56:26 -08:00 |
|
Michael Jumper
|
901424593a
|
Ticket #269: Fix NPE in connection record re: dates.
|
2013-03-03 16:12:33 -08:00 |
|
Michael Jumper
|
5bed9f5735
|
Ticket #269: Do not allow mutation of external connection record.
|
2013-03-03 15:40:55 -08:00 |
|
Michael Jumper
|
8e3ea61126
|
Ticket #269: Fix whitespace errors.
|
2013-03-03 14:52:49 -08:00 |
|
James Muehlner
|
0810d082d3
|
Ticket #269: Improvements made with regards to the connection history.
|
2013-03-03 14:28:11 -08:00 |
|
Michael Jumper
|
3b459d7b8e
|
Ticket #269: Complete some TODO items, replace with others.
|
2013-03-01 16:42:42 -08:00 |
|
Michael Jumper
|
2ee554694b
|
Ticket #269: Connection permission check should actually check connections. Add generatedKey elements to generatorConfig.xml such that IDs are queried back after insert of users and connections.
|
2013-03-01 11:41:39 -08:00 |
|
Michael Jumper
|
dbafe68cd4
|
Ticket #269: Major cleanup of permissions service.
|
2013-03-01 03:39:49 -08:00 |
|
Michael Jumper
|
a42167ecc3
|
Ticket #269: Add functions for converting permsion type enum values to MySQL constants.
|
2013-03-01 02:39:36 -08:00 |
|
Michael Jumper
|
1348164a32
|
Ticket #269: Remove unused imports.
|
2013-02-28 21:18:52 -08:00 |
|
Michael Jumper
|
ccb4730bc4
|
Ticket #269: Add missing semicolon to end of script.
|
2013-02-28 21:08:58 -08:00 |
|
Michael Jumper
|
813fa5c524
|
Ticket #269: Rename scripts such that they can be easily run in order.
|
2013-02-28 20:21:39 -08:00 |
|
Michael Jumper
|
f8fec18909
|
Ticket #269: Leverage Maven's source generation features to generate MyBatis mappings.
|
2013-02-28 20:00:31 -08:00 |
|
Michael Jumper
|
06b1d4df18
|
Ticket #269: Rely on ON CASCADE DELETE for deletion of entries related to connections and users.
|
2013-02-28 11:05:44 -08:00 |
|
Michael Jumper
|
cde665346b
|
Ticket #269: Move all use of ConnectionMapper to ConnectionService.
|
2013-02-28 01:41:20 -08:00 |
|
Michael Jumper
|
a854b8f124
|
Ticket #269: It's SHA, not Sha.
|
2013-02-28 00:51:15 -08:00 |
|