[GitHub] guacamole-client pull request #285: GUACAMOLE-220: Expose user groups, group...

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-client/pull/285


---


[GitHub] guacamole-client pull request #284: GUACAMOLE-220: Rely on managementButtons...

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-client/pull/284


---


[GitHub] guacamole-client pull request #285: GUACAMOLE-220: Expose user groups, group...

2018-05-04 Thread mike-jumper
GitHub user mike-jumper opened a pull request:

https://github.com/apache/guacamole-client/pull/285

GUACAMOLE-220: Expose user groups, group membership, and group permissions 
via REST.

This change adds the REST service side of the base API support for user 
groups added via #274.

Similar to users, user groups can be accessed from 
`api/session/data/DATASOURCE/userGroups`. Permissions are exposed through the 
`.../permissions` subresource. Membership within user groups is manipulated 
through `PATCH` requests at either the user or user group level through the 
`.../memberUsers`, `.../memberUserGroups`, and `.../userGroups` subresources.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mike-jumper/guacamole-client user-group-rest

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/guacamole-client/pull/285.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 #285


commit c26cf60e6bfeb5d6b2644f37964c9764df344a10
Author: Michael Jumper 
Date:   2018-04-19T21:37:26Z

GUACAMOLE-220: Expose user groups, group membership, and group permissions 
via REST.




---


[GitHub] guacamole-client pull request #284: GUACAMOLE-220: Rely on managementButtons...

2018-05-04 Thread mike-jumper
GitHub user mike-jumper opened a pull request:

https://github.com/apache/guacamole-client/pull/284

GUACAMOLE-220: Rely on managementButtons directive to handle redirect after 
save.

Redirecting the user back to the user list is handled automatically by the 
`managementButtons` directive. The other manage controllers were refactored to 
remove this, but this usage was missed.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mike-jumper/guacamole-client remove-redirect

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/guacamole-client/pull/284.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 #284


commit 400b8f310e9e5d246620b25ce95334f6057e1fdc
Author: Michael Jumper 
Date:   2018-05-04T22:25:05Z

GUACAMOLE-220: Rely on managementButtons directive to handle redirect to 
user list after save.




---


[GitHub] guacamole-client pull request #282: GUACAMOLE-220: Extract common base for m...

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-client/pull/282


---


[GitHub] guacamole-website pull request #59: GUACAMOLE-559: Update FAQ regarding new ...

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-website/pull/59


---


[GitHub] guacamole-client pull request #280: GUACAMOLE-152: Allow zoom/scale to be ma...

2018-05-04 Thread necouchman
Github user necouchman commented on a diff in the pull request:

https://github.com/apache/guacamole-client/pull/280#discussion_r186011182
  
--- Diff: guacamole/src/main/webapp/app/client/templates/client.html ---
@@ -151,7 +151,7 @@ {{'CLIENT.SECTION_HEADER_DISPLAY' | translate}}
 
 
 
-{{formattedScale()}}%
--- End diff --

Yep, removed.


---