allow any type of attachments; fixed cordova build in docker

This commit is contained in:
Marc Wäckerlin
2016-01-12 00:22:58 +00:00
parent a3288d4241
commit 3c87e6585b
7 changed files with 161 additions and 43 deletions

View File

@@ -1,3 +1,24 @@
2016-01-11 15:48 marc
* cordova/makefile.am: removed cordova plugin in makefile
2016-01-11 15:46 marc
* nodejs/public/javascripts/openpgp.js,
nodejs/public/javascripts/openpgp.worker.js,
nodejs/public/javascripts/safechat.js,
nodejs/public/stylesheets/safechat.css, nodejs/sockets/index.js,
nodejs/views/index.ejs: some fixes; asynchronous message
decryption to keep browser responsive
2016-01-11 10:48 marc
* ChangeLog, nodejs/package.json.in,
nodejs/public/javascripts/safechat.js,
nodejs/public/stylesheets/safechat.css, nodejs/routes/index.js,
nodejs/sockets/index.js, nodejs/views/index.ejs: some small
fixes: grey-out send button if not ready
2016-01-11 09:16 marc
* nodejs/makefile.am: added forgotten makefile