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 2018/04/29 20:59:01 UTC

[19/19] guacamole-client git commit: GUACAMOLE-526: Merge handle absolutely all promise rejections.

GUACAMOLE-526: Merge handle absolutely all promise rejections.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/9d09f0bb
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/9d09f0bb
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/9d09f0bb

Branch: refs/heads/master
Commit: 9d09f0bb0a6bed3b355572644faf374d5ca14f8b
Parents: 9a2e0c6 0d63d6c
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Apr 29 16:57:59 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Apr 29 16:57:59 2018 -0400

----------------------------------------------------------------------
 .../src/main/webapp/app/auth/authModule.js      |   1 +
 .../app/auth/service/authenticationService.js   |  62 +++------
 .../app/client/controllers/clientController.js  |  16 ++-
 .../app/client/directives/guacFileBrowser.js    |   2 +-
 .../webapp/app/client/types/ManagedClient.js    |   7 +-
 .../app/client/types/ManagedFileUpload.js       |   7 +-
 .../app/clipboard/services/clipboardService.js  | 125 +++++++++----------
 .../webapp/app/form/directives/formField.js     |   5 +-
 .../app/groupList/directives/guacGroupList.js   |   3 +-
 .../app/home/controllers/homeController.js      |   3 +-
 .../webapp/app/index/config/indexRouteConfig.js |   4 +
 .../app/index/controllers/indexController.js    |   2 +-
 .../webapp/app/index/filters/arrayFilter.js     |   3 -
 .../webapp/app/list/directives/guacUserItem.js  |   2 +-
 .../main/webapp/app/login/directives/login.js   |   5 +-
 .../controllers/manageConnectionController.js   |  57 ++-------
 .../manageConnectionGroupController.js          |  45 ++-----
 .../manageSharingProfileController.js           |  62 +++------
 .../manage/controllers/manageUserController.js  |  56 ++-------
 .../app/navigation/directives/guacUserMenu.js   |   7 +-
 .../app/navigation/services/userPageService.js  |  15 +--
 .../app/notification/notificationModule.js      |   1 +
 .../notification/services/guacNotification.js   |  34 +++++
 .../main/webapp/app/osk/directives/guacOsk.js   |   2 +-
 .../src/main/webapp/app/rest/restModule.js      |   4 +-
 .../rest/services/activeConnectionService.js    |  63 ----------
 .../app/rest/services/connectionGroupService.js |   1 -
 .../app/rest/services/dataSourceService.js      |  13 +-
 .../app/rest/services/permissionService.js      |   1 -
 .../webapp/app/rest/services/requestService.js  |  97 ++++++++++++--
 .../webapp/app/rest/services/userService.js     |   3 +-
 .../directives/guacSettingsConnectionHistory.js |   7 +-
 .../directives/guacSettingsConnections.js       |  17 +--
 .../directives/guacSettingsPreferences.js       |  21 +---
 .../settings/directives/guacSettingsSessions.js |  31 +----
 .../settings/directives/guacSettingsUsers.js    |  20 +--
 36 files changed, 330 insertions(+), 474 deletions(-)
----------------------------------------------------------------------