You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/04/26 16:56:54 UTC

[3/3] guacamole-client git commit: GUACAMOLE-526: Merge changes updating AngularJS to the latest stable (1.6.9).

GUACAMOLE-526: Merge changes updating AngularJS to the latest stable (1.6.9).


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

Branch: refs/heads/master
Commit: 9a2e0c60879ce0b7dc14870cdb5fe686e2c22eef
Parents: 74124ca 197ffc7
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Apr 26 09:55:31 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Apr 26 09:55:31 2018 -0700

----------------------------------------------------------------------
 guacamole/pom.xml                               | 12 ++---
 guacamole/src/licenses/LICENSE                  | 12 ++---
 .../src/licenses/bundled/angular-1.3.16/LICENSE | 21 ---------
 .../src/licenses/bundled/angular-1.6.9/LICENSE  | 21 +++++++++
 .../bundled/angular-translate-2.16.0/LICENSE    | 21 +++++++++
 .../bundled/angular-translate-2.8.0/LICENSE     | 21 ---------
 .../app/auth/service/authenticationService.js   |  7 +--
 .../app/client/controllers/clientController.js  |  2 +-
 .../webapp/app/client/types/ManagedClient.js    |  6 +--
 .../webapp/app/index/config/indexRouteConfig.js |  3 ++
 .../index/config/templateRequestDecorator.js    |  2 +-
 .../webapp/app/index/filters/arrayFilter.js     | 41 +++++++++++++++++
 .../app/locale/services/translationLoader.js    | 15 +++----
 .../controllers/manageConnectionController.js   | 22 ++++-----
 .../manageConnectionGroupController.js          | 16 +++----
 .../manageSharingProfileController.js           | 24 +++++-----
 .../manage/controllers/manageUserController.js  | 20 ++++-----
 .../app/manage/templates/manageConnection.html  |  2 +-
 .../app/navigation/directives/guacUserMenu.js   |  2 +-
 .../main/webapp/app/osk/directives/guacOsk.js   |  4 +-
 .../rest/services/activeConnectionService.js    | 10 ++---
 .../app/rest/services/connectionGroupService.js | 18 ++++----
 .../app/rest/services/connectionService.js      | 22 ++++-----
 .../app/rest/services/dataSourceService.js      | 14 +++---
 .../webapp/app/rest/services/historyService.js  |  4 +-
 .../webapp/app/rest/services/languageService.js |  4 +-
 .../webapp/app/rest/services/patchService.js    |  4 +-
 .../app/rest/services/permissionService.js      | 10 ++---
 .../webapp/app/rest/services/requestService.js  | 47 ++++++++++++++++++++
 .../webapp/app/rest/services/schemaService.js   | 12 ++---
 .../app/rest/services/sharingProfileService.js  | 20 ++++-----
 .../webapp/app/rest/services/tunnelService.js   |  8 ++--
 .../webapp/app/rest/services/userService.js     | 20 ++++-----
 .../directives/guacSettingsConnectionHistory.js |  2 +-
 .../directives/guacSettingsConnections.js       |  2 +-
 .../directives/guacSettingsPreferences.js       | 17 ++++---
 .../settings/templates/settingsPreferences.html |  2 +-
 guacamole/src/main/webapp/index.html            | 12 ++---
 38 files changed, 301 insertions(+), 201 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/9a2e0c60/guacamole/pom.xml
----------------------------------------------------------------------