Merge pull request #333 from glyptodon/GUAC-1378 GUAC-1378: Allow modification of HTML via extensions
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/98af1e3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/98af1e3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/98af1e3d Branch: refs/heads/master Commit: 98af1e3d7f86481e113deff2962a096cb8f1f5d3 Parents: 7395f71 a66513b Author: James Muehlner <[email protected]> Authored: Fri Feb 19 16:36:46 2016 -0800 Committer: James Muehlner <[email protected]> Committed: Fri Feb 19 16:36:46 2016 -0800 ---------------------------------------------------------------------- .../net/basic/extension/Extension.java | 20 + .../net/basic/extension/ExtensionManifest.java | 36 ++ .../net/basic/extension/ExtensionModule.java | 16 +- .../basic/extension/PatchResourceService.java | 84 +++++ .../net/basic/rest/RESTServiceModule.java | 2 + .../net/basic/rest/patch/PatchRESTService.java | 124 +++++++ .../net/basic/rest/patch/package-info.java | 27 ++ .../index/config/templateRequestDecorator.js | 367 +++++++++++++++++++ .../webapp/app/rest/services/cacheService.js | 7 + .../webapp/app/rest/services/patchService.js | 65 ++++ 10 files changed, 745 insertions(+), 3 deletions(-) ----------------------------------------------------------------------
