This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git.
from ec97fd7 Merge pull request #68 from apache/feature/OPENMEETINGS-2299-add-unit-tests-for-recording-feature add 7d29a28 OPENMEETINGS-2298 Add KStream to admin panel. Add methods to create relevant lists add 0ea288c OPENMEETINGS-2298 Move method to combine KStream lists into Admin panel. Serialise into common object for Client and KStream. Fix display. add ea51b99 OPENMEETINGS-2298 Fix and remove unused import add 35816a7 OPENMEETINGS-2298 Remove test since I moved the method out of KurentoHandler since its more a admin/diagnostic method add 2e202df OPENMEETINGS-2298 Remove kick button untill functionality is there. Create new ticket for Kick functionality on KStream new daed6b4 Merge pull request #67 from apache/feature/OPENMEETINGS-2298-add-kstream-to-connections-panel The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/openmeetings/core/remote/KStream.java | 35 ++++ .../openmeetings/core/remote/KurentoHandler.java | 5 + .../openmeetings/core/remote/StreamProcessor.java | 5 + .../web/admin/connection/ConnectionsPanel.java | 188 +++++++++++++++++---- .../admin/connection/dto/ConnectionListItem.java | 70 ++++++++ .../connection/dto/ConnectionListKStreamItem.java | 103 +++++++++++ 6 files changed, 374 insertions(+), 32 deletions(-) create mode 100644 openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/dto/ConnectionListItem.java create mode 100644 openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/dto/ConnectionListKStreamItem.java