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/commands
Tom Moor 801f6681ba
Collaborative editing (#1660)
2021-09-10 22:46:57 -07:00
..
accountProvisioner.js chore: Refactoring event processors and service architecture (#2495) 2021-08-27 21:42:13 -07:00
accountProvisioner.test.js chore: Refactoring event processors and service architecture (#2495) 2021-08-27 21:42:13 -07:00
attachmentCreator.js fix: uuid import broken by dep bump 🤦‍♂️ 2021-04-25 12:54:06 -07:00
collectionExporter.js perf: Move exports to worker service (#2514) 2021-08-31 17:41:57 -07:00
collectionImporter.js fix: uuid import broken by dep bump 🤦‍♂️ 2021-04-25 12:54:06 -07:00
collectionImporter.test.js refactor: documents.batchImport -> collections.import 2020-12-28 18:51:12 -08:00
documentCreator.js Merge main 2021-02-07 12:58:17 -08:00
documentImporter.js fix: Add application/octet-stream as a valid mimetype for docx uploads (#2105) 2021-05-05 18:48:37 -07:00
documentImporter.test.js fix: Add application/octet-stream as a valid mimetype for docx uploads (#2105) 2021-05-05 18:48:37 -07:00
documentMover.js fix: Moving documents between collections does not update attachment permissions (#2136) 2021-05-12 22:38:24 -07:00
documentMover.test.js fix: Moving documents between collections does not update attachment permissions (#2136) 2021-05-12 22:38:24 -07:00
documentPermanentDeleter.js fix: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -07:00
documentPermanentDeleter.test.js fix: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -07:00
documentUpdater.js Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
revisionCreator.js fix: Account for revisions.create event being debounced 2021-07-19 17:02:33 -04:00
revisionCreator.test.js fix: Account for revisions.create event being debounced 2021-07-19 17:02:33 -04:00
teamCreator.js chore: Refactoring event processors and service architecture (#2495) 2021-08-27 21:42:13 -07:00
teamCreator.test.js chore: Refactoring event processors and service architecture (#2495) 2021-08-27 21:42:13 -07:00
userCreator.js fix: Welcome emails should not be sent when inviting a user (#2132) 2021-05-11 18:59:31 -07:00
userCreator.test.js fix: Welcome emails should not be sent when inviting a user (#2132) 2021-05-11 18:59:31 -07:00
userDestroyer.js fix: Correctly guard against last admin deleting their account (#2069) 2021-04-24 20:52:46 -07:00
userDestroyer.test.js fix: Correctly guard against last admin deleting their account (#2069) 2021-04-24 20:52:46 -07:00
userInviter.js fix: Add ability to choose user permission level when inviting (#2473) 2021-08-29 03:05:37 +05:30
userInviter.test.js fix: Allow selection of embeds (#1562) 2020-09-20 22:27:11 -07:00
userSuspender.js fix: One source of transaction deadlock when invites > pg pool (#1696) 2020-12-01 19:20:20 -08:00
userSuspender.test.js buildUser -> buildAdmin 2021-03-22 20:59:11 -07:00