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 7e1b07ef98
feat: Add read-only collections (#1991)
closes #1017
2021-03-30 21:02:08 -07:00
..
accountProvisioner.js feat: Move to passport for authentication (#1934) 2021-03-11 10:02:22 -08:00
accountProvisioner.test.js feat: Move to passport for authentication (#1934) 2021-03-11 10:02:22 -08:00
attachmentCreator.js fix: Don't trigger email and slack notifications when mass importing 2020-12-28 18:02:58 -08:00
collectionImporter.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -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 refactor 2020-12-24 10:18:53 -08:00
documentImporter.test.js fix: Unknown mimetype should fallback to Markdown parsing if markdown extension (#1678) 2020-11-26 21:16:56 -08:00
documentMover.js closes #1784 2021-03-22 22:23:03 -07:00
documentMover.test.js closes #1784 2021-03-22 22:23:03 -07:00
teamCreator.js feat: Enforce single team when self-hosted (#1954) 2021-03-18 21:56:24 -07:00
teamCreator.test.js feat: Enforce single team when self-hosted (#1954) 2021-03-18 21:56:24 -07:00
userCreator.js chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
userCreator.test.js chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
userInviter.js fix: One source of transaction deadlock when invites > pg pool (#1696) 2020-12-01 19:20:20 -08:00
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