This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from bb01ac262 GUACAMOLE-1775: Merge migration to HTTP header for token in
protocol retrieval request.
add d0876cdc7 GUACAMOLE-926: Allow updating objects via directory patch.
add 896cd48ec GUACAMOLE-926: Add user-selectable options for connection
batch import to allow connection / permission replacement.
add 6dab100b4 GUACAMOLE-926: Fix styling, option semantics, and directory
patch endpoint logging/handling.
new a549e8248 GUACAMOLE-926: Merge batch import support for
updating/replacing connections and their permissions.
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:
.../controllers/importConnectionsController.js | 137 ++-----
.../import/directives/connectionImportErrors.js | 109 ++++--
.../app/import/services/connectionParseService.js | 415 +++++++++++++++------
.../main/frontend/src/app/import/styles/import.css | 30 ++
.../src/app/import/templates/connectionErrors.html | 4 +
.../src/app/import/templates/connectionImport.html | 22 ++
.../src/app/import/types/ConnectionImportConfig.js | 103 +++++
.../src/app/import/types/ImportConnection.js | 35 +-
.../src/app/import/types/ImportConnectionError.js | 8 +
.../frontend/src/app/import/types/ParseResult.js | 38 +-
.../frontend/src/app/rest/types/DirectoryPatch.js | 7 +-
.../settings/directives/guacSettingsConnections.js | 18 +
.../settings/templates/settingsConnections.html | 2 +-
.../src/main/frontend/src/images/question.svg | 1 +
.../src/main/frontend/src/translations/en.json | 45 ++-
.../rest/directory/DirectoryResource.java | 137 +++++--
16 files changed, 819 insertions(+), 292 deletions(-)
create mode 100644
guacamole/src/main/frontend/src/app/import/types/ConnectionImportConfig.js
create mode 100644 guacamole/src/main/frontend/src/images/question.svg