Commit Graph

22 Commits

Author SHA1 Message Date
32f83311f6 chore: upgrade sequelize (#965)
* 0.18.0

* chore: Upgrade sequelize 4 -> 5

* fix: migrations v5 support

* fix: Majority of test failures

* fix: the rest of v5 tests
2019-06-23 15:49:45 -07:00
d552d1e34d Prefix socket names 2019-04-18 20:37:46 -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
aba3d25700 logger.warn does not exist 2019-03-13 09:03:51 -07:00
e3cb7f9055 Update index.js 2019-03-07 20:47:37 -08:00
222f164247 Fixes: Don't send client connection issues to error tracker 2019-03-02 21:57:26 -08:00
5f97897418 SSLify 2018-11-04 10:15:37 -08:00
53a0f423c3 Track recently active and signin times (#663)
* Track recently active and signin times

* Trust proxy headers in production
2018-06-04 19:07:56 -07:00
ddd2b82d20 WIP: Successful Google Auth, broke pretty much everything else in the process 2018-05-28 11:36:37 -07:00
5758c0d6ba Catch server errors with koa-onerror 2018-02-10 22:58:22 -08:00
8f53755258 Filter headers (#566) 2018-02-04 22:32:13 -08:00
348e5f0b20 Added email templating, and user welcome email 2017-11-12 15:02:23 -08:00
c33c7f04d8 New dev commands and updates 2017-11-10 17:19:52 -08:00
802ce10f14 POC 2017-10-22 17:16:57 -07:00
275e754bf1 Moved Bugsnag token into envvar 2017-10-15 16:51:25 -07:00
88ec730172 integrate server side bugsnag with koa 2017-07-10 20:15:26 -07:00
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
53c3d3c318 Added better API errors and stuff 2016-09-11 13:38:52 -07:00
8ed81884d7 Better webpack settings for development 2016-08-27 13:18:46 -07:00
c1c8644578 Added bugsnag to server 2016-07-24 22:44:44 -07:00
cce82b3d43 Refactor 2016-04-28 22:25:37 -07:00