Commit Graph

7 Commits

Author SHA1 Message Date
780c5c1129 fix: Add github gist styles to CSP 2019-08-27 23:26:32 -07:00
b98c908568 fix: Add github gist to CSP
closes #1028
2019-08-27 23:12:09 -07:00
f1e8633623 fix: Add blob protocol to imgSrc 2019-08-27 09:21:53 -07:00
468fd792ed fix: Allow iframes in CSP 2019-08-23 19:39:40 -07:00
c1bef2db59 fix: additional domains in CSP, dont send headers with API responses 2019-08-23 19:21:16 -07:00
53cc69a413 fix: additional security headers by default 2019-08-23 19:00:38 -07:00
07a941a65d Websocket Support (#937)
* Atom / RSS meta link

* Spike

* Feeling good about this spike now

* Remove document.collection

* Remove koa.ctx from all presenters to make them portable outside requests

* Remove full serialized model from events
Move events.add to controllers for now, will eventually be in commands

* collections.create event
parentDocument -> parentDocumentId

* Fix up deprecated tests

* Fixed: Doc creation

* documents.move

* Handle collection deleted

* 💚

* Authorize room join requests

* Move starred data structure
Account for documents with no context on sockets

* Add socket.io-redis

* Add WEBSOCKETS_ENABLED env variable to disable websockets entirely for self hosted
New installations will default to true, existing installations to false

* 💚 No need for promise response here

* Reload notice
2019-04-17 19:11:23 -07:00