You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/07/07 04:11:00 UTC

[guacamole-client] branch master updated (5fe031c -> 0d32579)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 5fe031c  GUACAMOLE-1125: Merge fix substituteKeysPressed handler on guacKeyup events
     add 426d867  GUACAMOLE-1123: Extract common base REST resources for representing ActivityRecordSets.
     add 0d32579  GUACAMOLE-1123: Merge extract common base REST resources for representing ActivityRecordSets.

No new revisions were added by this update.

Summary of changes:
 .../rest/history/ActivityRecordSetResource.java    | 144 +++++++++++++++++++++
 .../rest/history/ConnectionHistoryResource.java    |  49 +++++++
 .../guacamole/rest/history/HistoryResource.java    | 117 ++---------------
 .../rest/history/UserHistoryResource.java          |  48 +++++++
 4 files changed, 255 insertions(+), 103 deletions(-)
 create mode 100644 guacamole/src/main/java/org/apache/guacamole/rest/history/ActivityRecordSetResource.java
 create mode 100644 guacamole/src/main/java/org/apache/guacamole/rest/history/ConnectionHistoryResource.java
 create mode 100644 guacamole/src/main/java/org/apache/guacamole/rest/history/UserHistoryResource.java