Michael Jumper
|
1142419ed4
|
Add source from existing guacamole-auth-ldap.
|
2013-08-22 15:36:39 -07:00 |
|
James Muehlner
|
83e820e7ba
|
Fixing NPE found when not having required host and port properties.
|
2013-08-21 14:57:29 -07:00 |
|
Michael Jumper
|
2103e4388f
|
Bump version numbers of modified projects.
|
2013-08-19 10:35:50 -07:00 |
|
James Muehlner
|
7111fec092
|
Ticket #390: Made changes suggested in code review.
|
2013-08-18 21:49:01 -07:00 |
|
James Muehlner
|
681a0201ba
|
Ticket #390: Added mysql-disallow-duplicate-connections property and enforced connection and connectionGroup access restrictions thereof.
|
2013-08-18 19:32:22 -07:00 |
|
James Muehlner
|
d8e8eae489
|
Ticket #395: Fixed some small bugs.
|
2013-08-16 21:33:26 -07:00 |
|
James Muehlner
|
32c09e9dae
|
Ticket #395: Add automatic READ and UPDATE permissions to ROOT in the permission checks.
|
2013-08-16 21:26:08 -07:00 |
|
James Muehlner
|
d3b94abbdd
|
Ticket #263: Fixed variable name in comment.
|
2013-08-15 10:50:27 -07:00 |
|
James Muehlner
|
1ba07bc03b
|
Ticket #263: Make sure that no group cycles can be created, and change it so you can move items to ROOT.
|
2013-08-15 10:33:31 -07:00 |
|
James Muehlner
|
e55131c3c5
|
Ticket #263: Made sure that we can't create connection group cycles.
|
2013-08-15 09:49:42 -07:00 |
|
James Muehlner
|
87b1b56b7f
|
Ticket #263: Make sure to compare the correct object types in the group usage test.
|
2013-08-15 01:19:19 -07:00 |
|
James Muehlner
|
7e334e3559
|
Ticket #263: Group admins can use connection groups however they wish.
|
2013-08-15 01:07:07 -07:00 |
|
James Muehlner
|
2f239ca203
|
Ticket #263: Checking correct parentID for move().
|
2013-08-14 21:45:13 -07:00 |
|
James Muehlner
|
c600e289c3
|
Ticket #263: Root group is now organizational.
|
2013-08-14 17:24:41 -07:00 |
|
James Muehlner
|
0abd544165
|
Ticket #263: Fixed bugs around not being able to add connections or groups into the root group.
|
2013-08-14 16:45:30 -07:00 |
|
James Muehlner
|
28dbd67da6
|
Ticket #263: Add cascade delete onto parentID constraints.
|
2013-08-14 16:06:02 -07:00 |
|
James Muehlner
|
beedf0eb39
|
Ticket #263: Fixed connection vs group copy-paste bug.
|
2013-08-13 21:12:55 -07:00 |
|
James Muehlner
|
e13429c818
|
Ticket #263: Fixed usages of CREATE_CONNECTION_GROUP permission throughout.
|
2013-08-13 21:00:57 -07:00 |
|
James Muehlner
|
2269073aed
|
Ticket #263: Corrected Example parameters.
|
2013-08-13 20:21:29 -07:00 |
|
James Muehlner
|
2467c5469f
|
Ticket #263: Fixed some exceptions.
|
2013-08-13 18:48:17 -07:00 |
|
Michael Jumper
|
c00eaa49b6
|
Connection groups should return directories of their children, not their parent's children.
|
2013-08-12 02:03:16 -07:00 |
|
James Muehlner
|
2e990edc22
|
Ticket #263: Fixed name of existing connection unique key.
|
2013-08-09 11:04:28 -07:00 |
|
James Muehlner
|
18836df861
|
Ticket #263: Cleaned up a bit of un-needed code from the last change.
|
2013-08-09 10:03:18 -07:00 |
|
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 |
|