This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/models
Tom Moor 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
..
ApiKey.js Allow more than one user to be deleted 😂 2018-07-10 20:44:59 -07:00
Authentication.js service -> serviceId 2018-06-01 15:13:05 -04:00
Collection.js Websocket Support (#937) 2019-04-17 19:11:23 -07:00
Collection.test.js Move document improvements (#927) 2019-04-08 21:25:13 -07:00
CollectionUser.js Collection Permissions (#829) 2019-01-05 13:37:33 -08:00
Document.js Websocket Support (#937) 2019-04-17 19:11:23 -07:00
Event.js Migrate atlasId -> collectionId 2018-08-07 23:23:26 -07:00
Integration.js Websocket Support (#937) 2019-04-17 19:11:23 -07:00
Notification.js Base model refactor (#810) 2018-12-04 22:24:30 -08:00
NotificationSetting.js Cascade notification setting deletion on user account deletion 2018-12-06 19:14:43 -08:00
Revision.js Cascade notification setting deletion on user account deletion 2018-12-06 19:14:43 -08:00
Share.js Revoked share links (#664) 2018-06-16 12:36:25 -07:00
Star.js Upgrade sequelize and remove unique email constraints 2017-07-12 22:55:50 -07:00
Team.js Editor embeds (#680) 2018-12-15 14:06:29 -08:00
Team.test.js 💚 2018-11-12 14:53:32 -08:00
User.js Fixes: Welcome email dashboard location (#886) 2019-01-27 12:30:53 +00:00
User.test.js Remove password field 2018-07-07 18:19:13 -05:00
View.js Upgrade sequelize and remove unique email constraints 2017-07-12 22:55:50 -07:00
index.js Collection Permissions (#829) 2019-01-05 13:37:33 -08:00