GitHub user mike-jumper opened a pull request:

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

    GUACAMOLE-394: Add interface for browsing user access history.

    Analogous to the connection history REST endpoint, these changes add a new 
user history endpoint which lists the start and end times of past user 
sessions. The user management interface is also updated, exposing the time that 
each user was last active (if known):
    
    
![guac-user-last-active](https://user-images.githubusercontent.com/4632905/33867866-435ae2e4-deb4-11e7-914c-6f4a38aa57a1.png)


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

    $ git pull https://github.com/mike-jumper/guacamole-client user-history-ui

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

    https://github.com/apache/guacamole-client/pull/217.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 #217
    
----
commit 2928472549e5664247ff892d9155ddca8c9365b5
Author: Michael Jumper <[email protected]>
Date:   2017-09-12T01:27:21Z

    GUACAMOLE-394: Add user history REST endpoint.

commit b8ce9c96e712c7751eb7b2dc606c3f39c3945133
Author: Michael Jumper <[email protected]>
Date:   2017-09-12T01:39:32Z

    GUACAMOLE-394: Add history endpoint at user level (analogous to Connection).

commit 67fc77a1c7a2efb64e74d400fec8d2013c41ab56
Author: Michael Jumper <[email protected]>
Date:   2017-09-12T02:03:27Z

    GUACAMOLE-394: Expose "last active" time for connections and users via REST 
API.

commit 138ea40dc947f8ff32f82737e7c2d74adcc07718
Author: Michael Jumper <[email protected]>
Date:   2017-09-18T19:36:35Z

    GUACAMOLE-394: List users in a table displaying last active time.

----


---

Reply via email to