Commit Graph

195 Commits

Author SHA1 Message Date
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
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
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
Michael Jumper
9ab3a58b2f GUAC-681: Bump version numbers of modified projects to 0.9.1. 2014-05-22 14:10:14 -07:00
Michael Jumper
70a3b67ef1 GUAC-624: Fix isActive() logic. Approximate activity calculations based on known open connections. Update rendering of active connection vs connection without end date. 2014-04-15 11:42:26 -07:00
Michael Jumper
ce4174ffba GUAC-618: Add ping query via connection properties. 2014-04-14 18:18:15 -07:00
Michael Jumper
e44ea62d83 GUAC-574: Update appropriate count - should be user here, not group. 2014-03-26 18:17:20 -07:00
Michael Jumper
7fa30998b2 GUAC-574: Only update active connections if socket not yet closed. 2014-03-26 18:15:01 -07:00
Michael Jumper
b6ccf4c2f3 GUAC-574: Synchronize across ActiveConnectionMap to prevent connection usage race conditions. Need to revisit architecture of connection management within MySQL. 2014-03-26 16:47:27 -07:00
Michael Jumper
ac61c798e5 GUAC-569: Bump version numbers of guacamole-client components to 0.9.0. 2014-03-25 10:38:02 -07:00
Michael Jumper
78f7eb415d GUAC-550: Use appropriate exceptions for error cases. Report when resources cannot be used because they are locked, exhausted, etc. 2014-03-18 22:27:20 -07:00
James Muehlner
3a91dfbb68 Ticket #362: Added parentID property for connection and group. 2014-03-02 22:38:19 -08:00
Michael Jumper
2acfba2d7e Add missing packages. 2013-12-28 20:51:08 -08:00
Michael Jumper
673052b101 Re-license guacamole-auth-mysql as MIT. 2013-12-28 20:33:50 -08:00
James Muehlner
9aa29fe4b2 Ticket #362: Fixed bug in user directory. 2013-12-16 14:40:03 -08:00
James Muehlner
754bbb28c0 Ticket #362: Added ConnectionGroup REST endpoints. 2013-12-16 14:40:02 -08:00
James Muehlner
8b2acc99b6 Ticket #362. Got connection create working. 2013-12-16 14:40:01 -08:00
Michael Jumper
733db858a5 Rename upgrade script to avoid confusion in docs. 2013-08-26 15:54:00 -07:00
Michael Jumper
b6b5cdc8aa Fix classpath in dist.xml. Remove unnecessary logging dependency. 2013-08-26 15:53:10 -07:00
Michael Jumper
5912ea402d Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions. 2013-08-25 13:39:00 -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