GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/31
GUACAMOLE-5: Implement sharing profiles within JDBC extension schema
Note that this change does not actually implement the connection sharing
itself (`getSharingCredentials()` still just throws permission denied). This
change implements only the changes to the schema, the `Directory`
implementation through which that data is accessed and manipulated, and the
permissions which govern all that.
The REST API, etc. should work at this point, however. A user with
sufficient privileges will be able to create/retrieve/update/delete sharing
profiles via REST.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
jdbc-sharing-profiles
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/31.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #31
----
commit 21f5aba548e9162c2b461743c151be4392effdb9
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T18:21:45Z
GUACAMOLE-5: Add sharing profiles to database schema.
commit 882195afb3e0ddb61984df366cdfa26a03d7f829
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T20:59:47Z
GUACAMOLE-5: Map sharing profile model objects to database schema.
commit 765420bc138107dffbf0a74555d9cc56a6822f45
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T23:03:11Z
GUACAMOLE-5: Add sharing profile properties to connection record model.
commit 79235207bf36b8661ad662d761f47b9c89cbdf68
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T23:11:45Z
GUACAMOLE-5: Expose sharing profiles via a Directory on the UserContext
according to granted permissions.
commit aa3efa8d017cad544d4d344514ff8bba584e7cf2
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T23:47:31Z
GUACAMOLE-5: Expose sharing profile permissions.
commit 3ab9fccdfb7be72344d02edf5a8a67288a3b2e3f
Author: Michael Jumper <[email protected]>
Date: 2016-07-19T23:52:19Z
GUACAMOLE-5: Expose sharing profiles at connection level.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---