The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. https://www.getoutline.com
  • TypeScript 96.4%
  • JavaScript 3.5%
Find a file
Tom Moor 9c26535815
Auto-subscribe mentioned users to document (#12235)
* Auto-subscribe mentioned users to documnet

* Add tests for mention auto-subscribe and a buildMention factory

* Add tests that prior unsubscribes are respected when mentioned

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Batch mention subscriptions into a single transaction

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 21:33:55 -04:00
.github chore: Migrate to vitest (#12272) 2026-05-06 21:10:51 -04:00
.husky chore: Move i18n generation, pre-commit hooks (#3410) 2022-04-17 13:29:08 -07:00
.vscode chore: Move to Typescript (#2783) 2021-11-29 06:40:55 -08:00
__mocks__ Separate Prettier and ESLint according to best practices (#9565) 2025-07-08 18:01:48 -04:00
app fix: Regression in client plugins not loading (#12291) 2026-05-07 15:44:30 -04:00
docs docs: Update architecture docs to reflect Oxlint usage (#9935) 2025-08-14 17:44:51 -04:00
patches Revert "chore: Patch prop-types default export (#9656)" (#9659) 2025-07-17 01:56:18 +00:00
plugins chore: Migrate to vitest (#12272) 2026-05-06 21:10:51 -04:00
public chore: Compressed inefficient images automatically (#11763) 2026-03-15 15:46:14 -04:00
server Auto-subscribe mentioned users to document (#12235) 2026-05-07 21:33:55 -04:00
shared chore: Migrate to vitest (#12272) 2026-05-06 21:10:51 -04:00
.babelrc chore(deps-dev): bump oxlint and tsgolint (#12127) 2026-04-28 13:50:42 -04:00
.dockerignore Add more ignore rules (#11419) 2026-02-12 18:27:54 -05:00
.env.development chore: Add default values for local development 2025-02-04 22:34:49 -05:00
.env.sample Add RATE_LIMITER_MULTIPLIER configuration for self-hosted instances (#12226) 2026-04-30 11:49:45 +00:00
.env.test Refactor of OAuth account linking flows (#12246) 2026-05-02 18:54:38 -04:00
.gitignore feat: GitLab integration (#10861) 2026-02-21 17:52:27 -05:00
.nvmrc chore: upgrade Node.js to 24.14.1 (LTS) (#11918) 2026-04-01 17:47:01 -04:00
.oxlintrc.json chore: promote no-explicit-any from warn to error (#12244) 2026-05-02 12:14:23 -04:00
.prettierrc Separate Prettier and ESLint according to best practices (#9565) 2025-07-08 18:01:48 -04:00
.sequelizerc fix: Allow new DATABASE_ env variables to work with migrations/creation (#10216) 2025-09-22 20:43:27 -04:00
.yarnrc.yml chore: Clear lodash _.template injection advisory from audit ignore list (#12180) 2026-04-27 10:13:15 -04:00
AGENTS.md chore: Remove stale Jest references from docs and comments (#12285) 2026-05-06 21:55:07 -04:00
app.json feat: Add Heroku Review Apps support for preview deployments (#11304) 2026-01-29 21:08:35 -05:00
build.js fix: Docker build with Yarn 4 (#11031) 2025-12-31 22:29:25 -05:00
CLAUDE.md Update Headers and Dividers to clear aligned images (#11108) 2026-01-07 22:41:10 -05:00
crowdin.yml Separate Prettier and ESLint according to best practices (#9565) 2025-07-08 18:01:48 -04:00
docker-compose.yml fix: Remove docker version in compose file (#7762) 2024-10-11 06:26:38 -07:00
Dockerfile fix: Update Node.js to 24.15.0 (#12120) 2026-04-20 06:19:11 -04:00
Dockerfile.base fix: Update Node.js to 24.15.0 (#12120) 2026-04-20 06:19:11 -04:00
i18next-parser.config.js feat: Server side translation setup (#4657) 2023-01-07 11:52:09 -08:00
LICENSE v1.7.1 2026-05-03 21:39:25 -04:00
lint-staged.config.mjs Upgrade Yarn to 4.11.0 (#10865) 2025-12-25 08:46:08 -05:00
Makefile Upgrade Yarn to 4.11.0 (#10865) 2025-12-25 08:46:08 -05:00
package.json chore(deps): bump ip-address to 10.2.0 to address XSS advisory (#12286) 2026-05-07 08:22:07 -04:00
Procfile fix: Optimizing Heroku deployment: more configs, add collaboration support (#2838) 2021-12-09 22:49:38 -08:00
README.md chore: Remove stale Jest references from docs and comments (#12285) 2026-05-06 21:55:07 -04:00
relativeci.config.js chore: Setup missing oxlint configs (#9862) 2025-08-06 19:54:22 -04:00
tsconfig.json chore(deps-dev): bump oxlint and tsgolint (#12127) 2026-04-28 13:50:42 -04:00
vite.config.ts chore: Replace lodash with es-toolkit (#12281) 2026-05-06 21:03:47 -04:00
vitest.config.ts chore: Remove stale Jest references from docs and comments (#12285) 2026-05-06 21:55:07 -04:00
vitest.d.ts chore: Migrate to vitest (#12272) 2026-05-06 21:10:51 -04:00
yarn.lock chore(deps): bump ip-address to 10.2.0 to address XSS advisory (#12286) 2026-05-07 08:22:07 -04:00

Outline

A fast, collaborative, knowledge base for your team built using React and Node.js.
Try out Outline using our hosted version at www.getoutline.com.

screenshot

TypeScript Prettier Styled Components

This is the source code that runs Outline and all the associated services. If you want to use Outline then you don't need to run this code, A hosted version of the app is offered at getoutline.com. You can also find documentation on using Outline in our guide.

If you'd like to run your own copy of Outline or contribute to development then this is the place for you.

Installation

Please see the documentation for running your own copy of Outline in a production configuration.

If you have questions or improvements for the docs please create a thread in GitHub discussions.

Contributing

Note: Please do not submit AI-generated pull requests. We receive a high volume of mass, low-quality PRs generated by AI tools like Claude, ChatGPT, and Copilot from contributors who are unfamiliar with the codebase. These PRs are almost never mergeable and waste maintainer time reviewing them. If youd like to contribute, please take the time to understand the codebase and write your changes thoughtfully.

Before submitting a pull request you must discuss with the core team by creating or commenting in an issue on GitHub wed also love to hear from you in the discussions. This way we can ensure that an approach is agreed on before code is written and that you have read these instructions. This will result in a much higher likelihood of your code being accepted.

If youre looking for ways to get started, heres a list of ways to help us improve Outline:

  • Translation into other languages
  • Issues with good first issue label
  • Performance improvements, both on server and frontend
  • Developer happiness and documentation
  • Bugs, quality fixes, and other issues listed on GitHub

Development

There is a short guide for setting up a development environment if you wish to contribute changes, fixes, and improvements to Outline.

Architecture

If you're interested in contributing or learning more about the Outline codebase please refer to the architecture document first for a high level overview of how the application is put together.

Debugging

In development Outline outputs simple logging to the console, prefixed by categories. In production it outputs JSON logs, these can be easily parsed by your preferred log ingestion pipeline.

HTTP logging is disabled by default, but can be enabled by setting the DEBUG=http environment variable. logging can be enabled for all categories by setting DEBUG=* or for specific categories such as DEBUG=database and LOG_LEVEL=debug, or LOG_LEVEL=silly for very verbose logging.

Tests

We aim to have sufficient test coverage for critical parts of the application and aren't aiming for 100% unit test coverage. All API endpoints and anything authentication related should be thoroughly tested.

To add new tests, write your tests with Vitest and add a file with .test.ts extension next to the tested code.

# To run all tests
make test

# To run backend tests in watch mode
make watch

Once the test database is created with make test you may individually run frontend and backend tests directly with vitest:

# To run backend tests
yarn test:server

# To run a specific backend test in watch mode
yarn test path/to/file.test.ts --watch

# To run frontend tests
yarn test:app

Migrations

Sequelize is used to create and run migrations, for example:

yarn db:create-migration --name my-migration
yarn db:migrate
yarn db:rollback

Or, to run migrations on test database:

yarn db:migrate --env test

Activity

Alt

License

Outline is BSL 1.1 licensed.