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 da495eb GUACAMOLE-1475: Merge make api-session-timeout set-able via
Docker env var
add 1ca1161 GUACAMOLE-986: Update documentation of all parameters/returns
to specify non-nullable and/or primitive types where appropriate.
add f6c1251 GUACAMOLE-986: Merge update documentation of
parameters/returns.
new a543db5 Merge 1.4.0 changes back to master.
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:
.../src/main/webapp/modules/ArrayBufferReader.js | 7 +-
.../src/main/webapp/modules/ArrayBufferWriter.js | 19 +-
.../src/main/webapp/modules/AudioPlayer.js | 43 +-
.../src/main/webapp/modules/AudioRecorder.js | 57 +-
.../src/main/webapp/modules/BlobReader.js | 23 +-
.../src/main/webapp/modules/BlobWriter.js | 28 +-
.../src/main/webapp/modules/Client.js | 217 +++---
.../src/main/webapp/modules/DataURIReader.js | 11 +-
.../src/main/webapp/modules/Display.js | 759 ++++++++++++++-------
.../src/main/webapp/modules/Event.js | 42 +-
.../src/main/webapp/modules/InputSink.js | 7 +-
.../src/main/webapp/modules/InputStream.js | 23 +-
.../src/main/webapp/modules/IntegerPool.js | 11 +-
.../src/main/webapp/modules/JSONReader.js | 12 +-
.../src/main/webapp/modules/Keyboard.js | 163 +++--
.../src/main/webapp/modules/Layer.js | 434 ++++++++----
.../src/main/webapp/modules/Mouse.js | 140 ++--
.../src/main/webapp/modules/Object.js | 38 +-
.../src/main/webapp/modules/OnScreenKeyboard.js | 122 ++--
.../src/main/webapp/modules/OutputStream.js | 17 +-
.../src/main/webapp/modules/Parser.js | 11 +-
.../src/main/webapp/modules/Position.js | 20 +-
.../src/main/webapp/modules/RawAudioFormat.js | 10 +-
.../src/main/webapp/modules/SessionRecording.js | 96 +--
.../src/main/webapp/modules/Status.js | 66 +-
.../src/main/webapp/modules/StringReader.js | 23 +-
.../src/main/webapp/modules/StringWriter.js | 35 +-
.../src/main/webapp/modules/Touch.js | 34 +-
.../src/main/webapp/modules/Tunnel.js | 127 ++--
.../src/main/webapp/modules/Version.js | 2 +-
.../src/main/webapp/modules/VideoPlayer.js | 12 +-
.../src/test/javascript/EventSpec.js | 4 +-
32 files changed, 1636 insertions(+), 977 deletions(-)