diff --git a/Makefile.am b/Makefile.am index 6af530b1..e3dcb99b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,6 +124,7 @@ install: @echo "Installing static resources to: $(SHARE)" $(INSTALL) -d $(BIN) $(INSTALL) -d $(SHARE)/www/html + $(INSTALL) -d $(SHARE)/www/html/sandboxes $(INSTALL) -d $(SHARE)/www/static $(INSTALL) -d $(SHARE)/www/static/img $(INSTALL) -d $(SHARE)/www/static/sounds @@ -133,7 +134,8 @@ install: $(INSTALL) -d $(SHARE)/www/static/js/libs/pdf $(INSTALL) -d $(SHARE)/www/static/js/sandboxes $(INSTALL) bin/$(EXENAME) $(BIN) - $(INSTALL) html/* $(SHARE)/www/html + $(INSTALL) html/*.html $(SHARE)/www/html + $(INSTALL) html/sandboxes/*.html $(SHARE)/www/html/sandboxes $(INSTALL) static/img/* $(SHARE)/www/static/img $(INSTALL) static/sounds/* $(SHARE)/www/static/sounds $(INSTALL) static/fonts/* $(SHARE)/www/static/fonts diff --git a/build/build.js b/build/build.js index 1f348e09..bd2c574b 100644 --- a/build/build.js +++ b/build/build.js @@ -50,10 +50,7 @@ ] }, { - name: 'base', - include: [ - 'pdf.compatibility' - ] + name: 'base' }, { name: 'app', @@ -64,14 +61,21 @@ inlineText: true, }, { - name: 'pdf', + name: 'libs/pdf/pdf', dir: './out/libs/pdf', - exclude: [ - 'base' - ] + override: { + skipModuleInsertion: true + } + }, + { + name: 'libs/pdf/compatibility', + dir: './out/libs/compatibility', + override: { + skipModuleInsertion: true + } }, { - name: 'pdf.worker', + name: 'libs/pdf/pdf.worker', dir: './out/libs/pdf', override: { skipModuleInsertion: true diff --git a/debian/changelog b/debian/changelog index 9570eefa..12a14714 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +spreed-webrtc-server (0.24.1) precise; urgency=low + + * Load sandboxes on demand, generated by server. + * ODF and PDF sandboxes now use CSP from HTTP response header. + * No longer include obsolete sandbox stuff in base scripts. + * Sandbox iframes are now always created on demand. + * Don't return users twice in "Welcome" from global room. + + -- Simon Eisenmann Fri, 03 Jul 2015 11:43:56 +0200 + spreed-webrtc-server (0.24.0) precise; urgency=low * Added hover actions on buddy picture in group chat. diff --git a/static/partials/odfcanvas_sandbox.html b/html/sandboxes/odfcanvas_sandbox.html similarity index 66% rename from static/partials/odfcanvas_sandbox.html rename to html/sandboxes/odfcanvas_sandbox.html index abe06482..2fa64ba5 100644 --- a/static/partials/odfcanvas_sandbox.html +++ b/html/sandboxes/odfcanvas_sandbox.html @@ -1,8 +1,8 @@ - + WebODF Sandbox - +