Commit Graph

11 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
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
028160d9ad Fixes: Share links in private collections visible in share listing 2019-01-05 23:13:58 -08:00
328f731541 Share Permissions (#761)
* Share restrictions

* Tweak language, add spec
2018-08-19 16:06:39 -07:00
cdd1fc4fb7 Fixes: Can't reshre a link once revoked
closes #733
2018-08-02 22:17:41 -07:00
ae502c10c9 Revoked share links (#664)
* Move to revokation API for share links

* Respect revoked share links
Add documentation for shares endpoints

* 💚
2018-06-16 12:36:25 -07:00
c060a5c798 id -> documentId 2018-05-24 21:19:38 -07:00
7eea1a90af One share link per user, per doc 2018-05-23 23:09:20 -07:00
aeb97ddcae Filter shares.list endpoint by admin 2018-05-23 22:55:01 -07:00
22bc5a7373 Added delete endpoint 2018-05-13 00:28:31 -07:00
9000aa3aac First pass at API 2018-05-12 23:14:06 -07:00