James Muehlner
|
decf247815
|
Ticket #269: Updated myBatis example config file to reflect understanding that the mapping files have to be in the same
packge, in /resources folder.
|
2013-02-25 10:58:43 -08:00 |
|
Michael Jumper
|
73641925fc
|
Ticket #269: Partial fix of the most immediately apparent (upon login) query errors. Need to rework queries.
|
2013-02-25 02:37:43 -08:00 |
|
Michael Jumper
|
97c2e3ceb9
|
Ticket #269: Clean up MySQLUser, handle null username. Move mybatis XMLs to proper package within resources, fix SQL syntax (guacamole.TABLE, not guacamole..TABLE - likely need to fix generator).
|
2013-02-25 02:07:45 -08:00 |
|
Michael Jumper
|
aab2a3c698
|
Ticket #269: Add missing bindings for transaction factory and connection history mapper.
|
2013-02-25 01:03:04 -08:00 |
|
Michael Jumper
|
1b71cf72bb
|
Ticket #269: Yet more cleanup.
|
2013-02-23 18:09:48 -08:00 |
|
Michael Jumper
|
a7e894380d
|
Ticket #269: Fix JavaDoc, use GuacamoleSocket (no need to require ConfiguredGuacamoleSocket).
|
2013-02-23 12:54:16 -08:00 |
|
Michael Jumper
|
7a7ead0c64
|
Ticket #269: More cleanup.
|
2013-02-23 01:18:23 -08:00 |
|
Michael Jumper
|
f8af9da4bd
|
Ticket #269: Add package-info.java files.
|
2013-02-23 00:43:52 -08:00 |
|
Michael Jumper
|
4c034f091b
|
Ticket #269: More style fixes, remove unnecessary interface declaration.
|
2013-02-23 00:34:57 -08:00 |
|
Michael Jumper
|
8f734f5294
|
Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable
|
2013-02-22 21:22:15 -08:00 |
|
Michael Jumper
|
1a6d9dae20
|
Ticket #269: SecureRandomSaltUtility style fixes.
|
2013-02-22 20:55:17 -08:00 |
|
Michael Jumper
|
fec96bcbd6
|
Ticket #269: Password check should also compare usernames. Fix styles.
|
2013-02-22 20:05:27 -08:00 |
|
Michael Jumper
|
4d62cb9c92
|
Ticket #269: Remove GuacamolePermissionException, use GuacamoleSecurityException instead.
|
2013-02-22 19:58:32 -08:00 |
|
Michael Jumper
|
2a4b82dc8e
|
Ticket #269: Clean up UserDirectory, fix JavaDoc.
|
2013-02-22 19:56:23 -08:00 |
|
James Muehlner
|
174f0be3df
|
Ticket #269: Added documentation for new mysql-disallow-simultaneous-connections parameter.
|
2013-02-22 19:18:37 -08:00 |
|
James Muehlner
|
9f0bad5dbe
|
Ticket #269: Removed whitespace at end of lines.
|
2013-02-21 23:03:37 -08:00 |
|
James Muehlner
|
b88088f226
|
Ticket #269: Connection implementation completed. Testing and styling remain.
|
2013-02-21 22:58:08 -08:00 |
|
James Muehlner
|
41322b72de
|
Ticket #269: Connection implementation completed. Testing and styling remain.
|
2013-02-21 22:57:15 -08:00 |
|
James Muehlner
|
4bbe2c9863
|
Ticket #269: Connection implementation completed. Testing and styling remain.
|
2013-02-21 22:56:43 -08:00 |
|
James Muehlner
|
253636bb4f
|
Ticket #269: Connection.setConfiguration should not throw exceptions.
|
2013-02-20 22:20:19 -08:00 |
|
James Muehlner
|
df50454f15
|
Ticket #269: Added hashcode functions for MySQLUSer and MySQLConnection.
|
2013-02-20 12:49:45 -08:00 |
|
James Muehlner
|
39665ad0f6
|
Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects.
|
2013-02-20 00:07:59 -08:00 |
|
James Muehlner
|
1beb031a05
|
Ticket #269: The only permission needed to delete a user is DELETE_USER.
|
2013-02-15 10:38:15 -08:00 |
|
James Muehlner
|
b5aa49aa69
|
Ticket #269: Added administrate permission on delete user, and initially give full access to newly created user.
|
2013-02-15 01:20:00 -08:00 |
|
James Muehlner
|
e6e9200f98
|
Ticket #269: Added administrate permission checking.
|
2013-02-15 01:11:50 -08:00 |
|
James Muehlner
|
66fdcbe0b1
|
Ticket #269: Added permissions checks to UserDirectory actions, and improved PermissionCheckUtility
|
2013-02-13 19:02:41 -08:00 |
|
James Muehlner
|
3e484ab8f8
|
Ticket #269: Fixed comment
|
2013-02-13 12:18:22 -08:00 |
|
James Muehlner
|
3209f11d1f
|
Ticket #269: Changed database permission enums from WRITE to UPDATE.
|
2013-02-13 12:13:30 -08:00 |
|
James Muehlner
|
6aaf271914
|
Ticket #269: guacamole-auth-mysql should not depend on itself.
|
2013-02-13 08:50:11 -08:00 |
|
James Muehlner
|
70b34ecf30
|
Ticket #269: More things implemented. Still to do: ConnectionDirectory, and enforcing permissions on things in general.
|
2013-02-12 23:35:13 -08:00 |
|
James Muehlner
|
f831287747
|
Ticket #269: Changed password hash column to binary(32) and added a database script to create a default admin user
|
2013-02-12 11:41:36 -08:00 |
|
James Muehlner
|
e9396999a4
|
Ticket #269: Continuing work, more work on UserMapping and UserDirectory
|
2013-02-12 00:01:33 -08:00 |
|
James Muehlner
|
6213cf490b
|
Ticket #269: Continuing work, more work on UserMapping and UserDirectory
|
2013-02-11 23:59:53 -08:00 |
|
James Muehlner
|
9cea60d8e6
|
Ticket #269: Fixed license blocks and author comments.
|
2013-02-11 12:00:16 -08:00 |
|
James Muehlner
|
e66f5bc03b
|
Ticket #269: Fixed synchronization issues by not trying to inject Credentials. Also included logger.
|
2013-02-11 00:53:04 -08:00 |
|
James Muehlner
|
be739f6b35
|
Ticket #269: Added guice injection framework for ease of transaction management.
|
2013-02-11 00:26:42 -08:00 |
|
James Muehlner
|
af9fccd788
|
Ticket #269: Added guice injection framework for ease of transaction management.
|
2013-02-11 00:26:30 -08:00 |
|
James Muehlner
|
773b12b3ed
|
Ticket #269: guacamole-auth-mysql should depend on version 0.8.0 of guacamole-common and guacamole-ext.
|
2013-02-06 08:56:54 -08:00 |
|
James Muehlner
|
64a4063cf4
|
Ticket #269: Created maven project.
|
2013-02-05 22:08:40 -08:00 |
|
James Muehlner
|
0a1740c886
|
Ticket #269: Created maven project.
|
2013-02-05 22:08:06 -08:00 |
|
James Muehlner
|
2a8893213a
|
Ticket #269: Created maven project.
|
2013-02-05 22:07:46 -08:00 |
|
James Muehlner
|
f46397739a
|
Ticket #269: Fixed documentation formatting problems
|
2013-02-05 21:27:29 -08:00 |
|
James Muehlner
|
6bf351e664
|
Ticket #269: Created some documentation and included generated MyBatis mappings.
|
2013-02-05 21:19:04 -08:00 |
|
James Muehlner
|
b32e34e9ed
|
Ticket #269: Created some documentation and included generated MyBatis mappings.
|
2013-02-05 21:18:28 -08:00 |
|
James Muehlner
|
37d0969887
|
Ticket #257: Created some documentation and included generated MyBatis mappings.D
|
2013-02-05 21:13:22 -08:00 |
|
James Muehlner
|
212c59b6ce
|
Ticket #269: Added AUTO_INCREMENT where appropriate.
|
2013-02-01 01:00:22 -08:00 |
|
James Muehlner
|
f5529376b6
|
Ticket #269: Cleaning up default values and null constraints.
|
2013-02-01 00:33:38 -08:00 |
|
James Muehlner
|
cb83ceaf78
|
Ticket #269: Cleaned up schema, added protocol to connection, and moved out of maven directory.
|
2013-02-01 00:26:38 -08:00 |
|
James Muehlner
|
960d5f7602
|
Ticket 269: Removing superflous index
|
2013-02-01 00:06:15 -08:00 |
|
James Muehlner
|
f96cd9a30d
|
Ticket 269: Initial Schema
|
2013-02-01 00:03:51 -08:00 |
|