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
trav 3e68d80a9e
continuous-integration/drone Build is passing Details
merge changes from oidc fix branch
2021-11-24 14:10:43 -05:00
..
accountProvisioner.js merge changes from oidc fix branch 2021-11-24 14:10:43 -05:00
accountProvisioner.test.js feat: map preferred_username claim to user record (#2569) 2021-09-16 18:45:37 -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 feat: Normalized server logging (#2567) 2021-09-14 18:04:35 -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 chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
documentPermanentDeleter.test.js chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
documentUpdater.js fix: Occassional user context not available in collaborative persistence 2021-11-08 18:56:36 -08:00
fileOperationDeleter.js fix: Delete collection exports (#2595) 2021-10-06 21:08:45 -07:00
fileOperationDeleter.test.js fix: Delete collection exports (#2595) 2021-10-06 21:08:45 -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 merge changes from oidc fix branch 2021-11-24 14:10:43 -05:00
teamCreator.test.js fix: Allow tests to pass when default is collab (#2685) 2021-10-23 16:02:25 -07:00
teamPermanentDeleter.js fix: Ensure IntegrationAuthentication is deleted with team 2021-11-07 08:29:37 -08:00
teamPermanentDeleter.test.js chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
userCreator.js fix: Add default role option for new users (#2665) 2021-10-20 09:26:11 +05:30
userCreator.test.js fix: Add default role option for new users (#2665) 2021-10-20 09:26:11 +05:30
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