Commit Graph

  • c105b62615 Ticket #269: Refactor all user access into UserService, remove usage of UserMapper outside UserService. Michael Jumper 2013-02-27 18:10:45 -08:00
  • 6c303181e3 Remove unused variable. Michael Jumper 2013-02-27 16:28:35 -08:00
  • b712d2f128 Remove trailing whitespace. Michael Jumper 2013-02-27 16:27:17 -08:00
  • a84b9d2094 Refactor to support new SystemPermission organization (no more *DirectoryPermission classes). Michael Jumper 2013-02-27 16:20:09 -08:00
  • 64c2faa61d Ticket #269: Refactor to support new SystemPermission organization (no more *DirectoryPermission classes). Michael Jumper 2013-02-27 16:19:51 -08:00
  • dea4791669 Refactor SystemPermission to concrete class with CREATE_USER, CREATE_CONNECTION, and ADMINISTER permissions. Remove now-obsolete ConnectionDirectoryPermission and UserDirectoryPermission. Michael Jumper 2013-02-27 15:49:58 -08:00
  • 66fece64f4 Ticket #269: Do not requery connection when updating. Michael Jumper 2013-02-26 21:24:09 -08:00
  • 65a31775b6 Use connection provided by auth provider for update(), not DummyConnection. Michael Jumper 2013-02-26 21:21:58 -08:00
  • 39a2d4eae7 Ticket #269: Add missing JavaDoc for MySQLConnection, remove whitespace at ends of lines. Michael Jumper 2013-02-26 21:17:57 -08:00
  • 79872b9012 Ticket #269: Fixed password initialization in create user script, and removed hard-coded database names in XML mapping files. James Muehlner 2013-02-26 21:13:49 -08:00
  • 6a74e62caa Ticket #269: Removed equals() and hashCode() from MySQLConnection (now present in AbstractConnection). Michael Jumper 2013-02-26 20:26:46 -08:00
  • 21b41190b1 Add equals() and hashCode() to AbstractConnection. Michael Jumper 2013-02-26 20:16:36 -08:00
  • 611a613589 Ticket #269: Working connection read/write, reorganization. Michael Jumper 2013-02-26 20:01:57 -08:00
  • c3d21a5e8e Ticket #269: Add missing parameter to user init(). Michael Jumper 2013-02-26 19:03:43 -08:00
  • d06dda94d7 Ticket #269: Make separation of concerns in MySQLUser more strict. Michael Jumper 2013-02-26 19:02:51 -08:00
  • ffe49b4347 Ticket #269: Rename service variables from *Utility to *Service. Michael Jumper 2013-02-26 16:04:32 -08:00
  • c39a8dfe35 Ticket #269: Fix JavaDoc. Michael Jumper 2013-02-26 12:40:19 -08:00
  • 64d301dfb3 Ticket #269: Refactor password service to not depend on Credentials (password only). Remove database semantics from non-database password service. Michael Jumper 2013-02-26 12:15:40 -08:00
  • 77f83dfaa4 Ticket #269: Remove unused import. Michael Jumper 2013-02-26 12:13:49 -08:00
  • 6af023f7d3 Ticket #269: Clean up permission create/remove prototypes, add missing JavaDoc, fix whitespace at end of line. Michael Jumper 2013-02-26 02:44:33 -08:00
  • 97c1bc6a28 Ticket #269: Make all fields private, change default methods to public. Michael Jumper 2013-02-26 02:35:25 -08:00
  • fdf49603c5 Ticket #269: Add comments to default user creation script. Michael Jumper 2013-02-26 00:26:10 -08:00
  • ab9b81f987 Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable Michael Jumper 2013-02-26 00:24:14 -08:00
  • aa97d7d42e Ticket #269: Remove user ID stubs from permission update routine. Michael Jumper 2013-02-26 00:22:43 -08:00
  • 576bc8137f Ticket #269: Connection Id should refer to connection James Muehlner 2013-02-26 00:17:17 -08:00
  • c49a4bee92 Ticket #269: Pull connection ID after insert. Michael Jumper 2013-02-26 00:15:33 -08:00
  • 7d8fc88b53 Ticket #269: Fix user create/update/delete, fix permission update, reorganize. Michael Jumper 2013-02-26 00:05:34 -08:00
  • eb466c7f70 Ticket #269: UserPermissionExample needs to be cleared before reuse. Michael Jumper 2013-02-25 21:56:33 -08:00
  • 60a8d753c3 Ticket #269: Actually add to removed permissions set, actually create removed/added permissions sets (MySQLUser). Michael Jumper 2013-02-25 21:56:04 -08:00
  • 9f1f1e8197 Ticket #269: The first user should have full access to himself as well. James Muehlner 2013-02-25 21:20:14 -08:00
  • fa6479ddac Ticket #269: Modified MySQLUser to keep a set of new and removed permissions for efficiency. James Muehlner 2013-02-25 20:59:30 -08:00
  • 2164807314 Ticket #268: User permission deltas. Do not explicitly list all permissions every update. Michael Jumper 2013-02-25 20:23:24 -08:00
  • 3dd855b6aa Ticket #268: Do not use DummyUser for updates. Michael Jumper 2013-02-25 19:37:40 -08:00
  • 7a01ddb4f6 Ticket #269: The utility classes should more properly be known as services. James Muehlner 2013-02-25 18:39:49 -08:00
  • 91539ba7b2 Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable Michael Jumper 2013-02-25 16:41:47 -08:00
  • 06b710e47e Ticket #269: Clean up MySQLConstants, fix permission query for system permissions. Michael Jumper 2013-02-25 16:41:20 -08:00
  • 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. James Muehlner 2013-02-25 10:58:43 -08:00
  • 73641925fc Ticket #269: Partial fix of the most immediately apparent (upon login) query errors. Need to rework queries. Michael Jumper 2013-02-25 02:37:43 -08:00
  • 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). Michael Jumper 2013-02-25 02:07:45 -08:00
  • aab2a3c698 Ticket #269: Add missing bindings for transaction factory and connection history mapper. Michael Jumper 2013-02-25 01:03:04 -08:00
  • 1b71cf72bb Ticket #269: Yet more cleanup. Michael Jumper 2013-02-23 18:09:48 -08:00
  • a7e894380d Ticket #269: Fix JavaDoc, use GuacamoleSocket (no need to require ConfiguredGuacamoleSocket). Michael Jumper 2013-02-23 12:54:16 -08:00
  • 7a7ead0c64 Ticket #269: More cleanup. Michael Jumper 2013-02-23 01:18:23 -08:00
  • f8af9da4bd Ticket #269: Add package-info.java files. Michael Jumper 2013-02-23 00:43:52 -08:00
  • 4c034f091b Ticket #269: More style fixes, remove unnecessary interface declaration. Michael Jumper 2013-02-23 00:34:57 -08:00
  • 8f734f5294 Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable Michael Jumper 2013-02-22 21:22:15 -08:00
  • 1a6d9dae20 Ticket #269: SecureRandomSaltUtility style fixes. Michael Jumper 2013-02-22 20:55:17 -08:00
  • fec96bcbd6 Ticket #269: Password check should also compare usernames. Fix styles. Michael Jumper 2013-02-22 20:05:27 -08:00
  • 4d62cb9c92 Ticket #269: Remove GuacamolePermissionException, use GuacamoleSecurityException instead. Michael Jumper 2013-02-22 19:58:32 -08:00
  • 2a4b82dc8e Ticket #269: Clean up UserDirectory, fix JavaDoc. Michael Jumper 2013-02-22 19:56:23 -08:00
  • 174f0be3df Ticket #269: Added documentation for new mysql-disallow-simultaneous-connections parameter. James Muehlner 2013-02-22 19:18:37 -08:00
  • 9f0bad5dbe Ticket #269: Removed whitespace at end of lines. James Muehlner 2013-02-21 23:03:37 -08:00
  • b88088f226 Ticket #269: Connection implementation completed. Testing and styling remain. James Muehlner 2013-02-21 22:58:08 -08:00
  • 41322b72de Ticket #269: Connection implementation completed. Testing and styling remain. James Muehlner 2013-02-21 22:57:15 -08:00
  • 4bbe2c9863 Ticket #269: Connection implementation completed. Testing and styling remain. James Muehlner 2013-02-21 22:56:43 -08:00
  • ecb2c95ac3 Add getProperty() with default value. Michael Jumper 2013-02-21 21:11:40 -08:00
  • 02f75f777b Implement BooleanGuacamoleProperty. Michael Jumper 2013-02-21 21:02:11 -08:00
  • 75408f5224 Fix style issues. Michael Jumper 2013-02-21 11:52:47 -08:00
  • 8d2b2b5785 Fix style issues. Michael Jumper 2013-02-21 11:50:30 -08:00
  • b2c3daf85f Remove trailing whitespace from lines. Michael Jumper 2013-02-21 11:31:29 -08:00
  • 3ea725ae3a Remove trailing whitespace from lines. Michael Jumper 2013-02-21 11:30:50 -08:00
  • 03094f9acf Remove trailing whitespace from lines. Michael Jumper 2013-02-21 11:30:22 -08:00
  • 3116ada14a Add missing JavaDoc. Michael Jumper 2013-02-20 23:40:59 -08:00
  • 253636bb4f Ticket #269: Connection.setConfiguration should not throw exceptions. James Muehlner 2013-02-20 22:20:19 -08:00
  • 55f7d1deb3 Add missing JavaDoc. Michael Jumper 2013-02-20 21:57:05 -08:00
  • 9d3224aaaa Connection should not throw any exceptions for setConfiguration(). Michael Jumper 2013-02-20 21:53:20 -08:00
  • 586c9b4f83 Add missing JavaDoc. Michael Jumper 2013-02-20 21:51:09 -08:00
  • df50454f15 Ticket #269: Added hashcode functions for MySQLUSer and MySQLConnection. James Muehlner 2013-02-20 12:49:45 -08:00
  • 39665ad0f6 Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects. James Muehlner 2013-02-20 00:07:59 -08:00
  • e48630513d Ticket #269: Modified return type of Connection.getHistory to be a List of ConnectionHistory implementors. James Muehlner 2013-02-20 00:06:30 -08:00
  • 1be13d9767 Paginate connection list in user edit dialog. Michael Jumper 2013-02-19 01:15:51 -08:00
  • a24804a39d Paginate main UI connection list, improve pager styles, begin proper style separation. Michael Jumper 2013-02-19 00:04:53 -08:00
  • b467a5945c Ticket #268: Widen pager window, center connection list buttons. Michael Jumper 2013-02-18 12:56:07 -08:00
  • dec21e5674 Ticket #268: Sort connections and users in main UI. Michael Jumper 2013-02-18 12:03:05 -08:00
  • 9d07362469 Ticket #268: Add pagination for connections. Michael Jumper 2013-02-18 11:51:57 -08:00
  • 3c4d074152 Ticket #268: Add pagination for users. Michael Jumper 2013-02-18 11:07:08 -08:00
  • eb22d4a5dc Ticket #268: Pagination support object. Michael Jumper 2013-02-17 23:13:22 -08:00
  • e8aedccd29 Ticket #270: Display history in connection popup. Michael Jumper 2013-02-16 16:22:42 -08:00
  • a99d9234ca Ticket #270: Parse history in GuacamoleService.Connections.list(). Michael Jumper 2013-02-16 14:47:12 -08:00
  • 83a9e23d7e Ticket #270: Add history to connection list. Michael Jumper 2013-02-16 12:42:14 -08:00
  • 9937c90020 Ticket #270: Add stub for getHistory() in DummyConnection. Michael Jumper 2013-02-16 11:54:54 -08:00
  • 47e15e4063 Revert "Ticket #268: Sort connections and users." Michael Jumper 2013-02-16 03:07:23 -08:00
  • 009eec14ec Ticket #270: Add stub for getHistory() in SimpleConnection. Michael Jumper 2013-02-16 02:57:00 -08:00
  • 8e108ea2fc Ticket 270: Connection history function and record class. Michael Jumper 2013-02-16 02:33:42 -08:00
  • 1beb031a05 Ticket #269: The only permission needed to delete a user is DELETE_USER. James Muehlner 2013-02-15 10:38:15 -08:00
  • b5aa49aa69 Ticket #269: Added administrate permission on delete user, and initially give full access to newly created user. James Muehlner 2013-02-15 01:20:00 -08:00
  • e6e9200f98 Ticket #269: Added administrate permission checking. James Muehlner 2013-02-15 01:11:50 -08:00
  • 5fc19e8501 Ticket #268: Sort connections and users. Michael Jumper 2013-02-14 23:27:13 -08:00
  • d1e499d5d4 Ticket #268: Implement enum field type. Michael Jumper 2013-02-14 02:10:35 -08:00
  • f6b787bfc3 Ticket #268: Mostly-implemented UI. Still need enum type. Michael Jumper 2013-02-14 02:04:20 -08:00
  • 5f388910c9 Ticket #268: List all defined parameters for connections with update permission. Michael Jumper 2013-02-14 02:03:15 -08:00
  • a86f1a7c7f Add parameter list/remove. Michael Jumper 2013-02-14 02:02:25 -08:00
  • 66fdcbe0b1 Ticket #269: Added permissions checks to UserDirectory actions, and improved PermissionCheckUtility James Muehlner 2013-02-13 19:02:41 -08:00
  • 21040ba2d8 Ticket #268: Add stub RDP parameters. Michael Jumper 2013-02-13 18:59:14 -08:00
  • b010749716 Ticket #268: Stubbed connection editing, per-protocol fields. Michael Jumper 2013-02-13 17:42:41 -08:00
  • abbbf00886 Ticket #268: Partial cleanup. Remove old connection form, stub new. Michael Jumper 2013-02-13 16:03:12 -08:00
  • 2a71da3827 Ticket #268: Implement connection access manipulation, fix user update (reinstate use of DummyUser). Michael Jumper 2013-02-13 15:32:57 -08:00
  • bb2f8d852d Ticket #268: More style improvements, bringing user properties up to style of main UI. Michael Jumper 2013-02-13 14:39:50 -08:00
  • bae86644eb Ticket #268: Modifications to re-enter field should flag password as modified, too. Michael Jumper 2013-02-13 13:55:41 -08:00
  • 8d206babbc Ticket #268: Only attempt to set password if field modified. Michael Jumper 2013-02-13 13:54:32 -08:00