Miguel Serrano a3ec5b2797 Merge pull request #30018 from overleaf/msm-fix-esm-import 8 月之前
..
.github d95815e0c1 Migrate UserSessionsManager and associated tests to async/await 9 月之前
.storybook a3ec5b2797 Merge pull request #30018 from overleaf/msm-fix-esm-import 8 月之前
.vscode 983382f1f1 Initial implementation of unified access registration first page (#29559) 8 月之前
app fa1aa0116a [web] `transfer-ownership` group audit log (#29764) 8 月之前
bin 07c827e9fd Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions 8 月之前
certs e2cb424695 Merge pull request #29849 from overleaf/ar-add-missing-prism-certificate-to-web 8 月之前
config b40af34b8c Add workbench as a separate panel (#29922) 8 月之前
cypress 1d3d81e67d Allow enabling EditContext in CodeMirror (#29114) 9 月之前
data c3c04acfea [web] add junit integration for Jenkins (#28788) 10 月之前
frontend 472e05f32b Merge pull request #29971 from overleaf/mg-edit-search-bug 8 月之前
locales dba5c380fa Merge pull request #29927 from overleaf/dp-missing-translation 8 月之前
modules 07c827e9fd Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions 8 月之前
public 983382f1f1 Initial implementation of unified access registration first page (#29559) 8 月之前
scripts 9ebab12049 Merge pull request #29826 from overleaf/oa-coupon-scripts 8 月之前
test fa1aa0116a [web] `transfer-ownership` group audit log (#29764) 8 月之前
transform eda1bd697f Merge pull request #27958 from overleaf/ar-change-esm-codemod-to-use-vitest-and-general-refactor 11 月之前
types 4a9b66627e [web] update pricing settings for Nov 2025 update (#29947) 8 月之前
webpack-plugins bdf47f7a78 Rename files 9 月之前
.eslintignore 24c8629cd4 Use Hunspell for client-side spellchecking (#20286) 1 年之前
.eslintrc.js b514ebcc8e Support analytics data in user export bundle 8 月之前
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) 1 年之前
.mocharc.js c3c04acfea [web] add junit integration for Jenkins (#28788) 10 月之前
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 月之前
.prettierignore 3f11776ecd Remove LESS stylesheets and dependencies (#27409) 1 年之前
.prettierrc a6e9a5c7e9 [monorepo] run prettier on Jenkinsfiles (#28565) 10 月之前
.stylelintrc.json 4138f9707a Merge pull request #20860 from overleaf/td-bs5-history-versions-list 1 年之前
Dockerfile e2cb424695 Merge pull request #29849 from overleaf/ar-add-missing-prism-certificate-to-web 8 月之前
Dockerfile.frontend 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 月之前
Dockerfile.frontend.ci 2421593d85 run unit and acceptance tests in parallel (#1545) 7 年之前
LICENSE f0f29e2f17 Merge pull request #2976 from overleaf/jpa-import-671 6 年之前
Makefile 7b331b0222 [web] Recreate workbench with Overleaf styles (#29651) 8 月之前
Makefile.module d7623b576f [monorepo] refactor retries in Jenkins to step level (#29008) 10 月之前
README.md 4997b7f1ee Merge pull request #20062 from overleaf/ab-saas-authentication-module-renaming 2 年之前
app.mjs 07c827e9fd Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions 8 月之前
babel.config.json 247b4e274d Upgrade PDF.js to v5 (#24948) 1 年之前
buildscript.txt 729e0f5ac9 move migrations to shared location (#28306) 10 月之前
cypress.config.ts 49667a605b [web] tweak Jenkins pipeline following move to faster CI VMs (#29188) 9 月之前
docker-compose.ci.yml 49667a605b [web] tweak Jenkins pipeline following move to faster CI VMs (#29188) 9 月之前
docker-compose.common.env 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 月之前
docker-compose.cypress.yml 85ecef4d96 Merge pull request #26652 from overleaf/bg-run-e2e-tests-under-wayland 1 年之前
docker-compose.yml 729e0f5ac9 move migrations to shared location (#28306) 10 月之前
i18next-scanner.config.js 22cfe179e1 Writefull codebase migration (#27077) 10 月之前
knip.ts 584572bb40 Merge pull request #28760 from overleaf/dp-hackathon-knip 10 月之前
local-dev.env 6b4008fcdb feat: make 2025 the default image for new projects (#28285) 11 月之前
local-test.env 874a6a612b [dsmp] Add RedisStreamManager and connect to dsmp redis instance (#27262) 1 年之前
package.json 07c827e9fd Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions 8 月之前
tsconfig.backend.json 36cbe840dd Merge pull request #28246 from overleaf/td-ts-project-dashboard-jsdoc 11 月之前
tsconfig.json 7b331b0222 [web] Recreate workbench with Overleaf styles (#29651) 8 月之前
vitest.config.js c7c15b2066 Split tests into sequential and parallel projects 9 月之前
webpack.config.dev.js 0d9fa6c0a6 Merge pull request #29853 from overleaf/ae-workbench-updates-3 8 月之前
webpack.config.js 5a4592b153 Merge pull request #29720 from overleaf/renovate-npm-glob-vulnerability 8 月之前
webpack.config.prod.js 81816cfa2c Merge pull request #8028 from overleaf/ae-css-minimizer 4 年之前

README.md

overleaf/web

overleaf/web is the front-end web service of the open-source web-based collaborative LaTeX editor, Overleaf. It serves all the HTML pages, CSS and javascript to the client. overleaf/web also contains a lot of logic around creating and editing projects, and account management.

The rest of the Overleaf stack, along with information about contributing can be found in the overleaf/overleaf repository.

Running the app

The app runs natively using npm and Node on the local system:

$ npm install
$ npm run start

Running Tests

To run all tests run:

make test

To run both unit and acceptance tests for a module run:

make test_module MODULE=saas-authentication

Unit Tests

The test suites run in Docker.

Unit tests can be run in the test_unit container defined in docker-compose.tests.yml.

The makefile contains a short cut to run these:

make test_unit

During development it is often useful to only run a subset of tests, which can be configured with arguments to the mocha CLI:

make test_unit MOCHA_GREP='AuthorizationManager'

To run only the unit tests for a single module do:

make test_unit_module MODULE=saas-authentication

Module tests can also use a MOCHA_GREP argument:

make test_unit_module MODULE=saas-authentication MOCHA_GREP=SSO

Acceptance Tests

Acceptance tests are run against a live service, which runs in the acceptance_test container defined in docker-compose.tests.yml.

To run the tests out-of-the-box, the makefile defines:

make test_acceptance

However, during development it is often useful to leave the service running for rapid iteration on the acceptance tests. This can be done with:

make test_acceptance_app_start_service
make test_acceptance_app_run # Run as many times as needed during development
make test_acceptance_app_stop_service

make test_acceptance just runs these three commands in sequence and then runs make test_acceptance_modules which performs the tests for each module in the modules directory. (Note that there is not currently an equivalent to the -start / -run x n / -stop series for modules.)

During development it is often useful to only run a subset of tests, which can be configured with arguments to the mocha CLI:

make test_acceptance_run MOCHA_GREP='AuthorizationManager'

To run only the acceptance tests for a single module do:

make test_acceptance_module MODULE=saas-authentication

Module tests can also use a MOCHA_GREP argument:

make test_acceptance_module MODULE=saas-authentication MOCHA_GREP=SSO

Routes

Run bin/routes to print out all routes in the project.

License and Credits

This project is licensed under the AGPLv3 license

Stylesheets

Overleaf is based on Bootstrap, which is licensed under the MIT license. All modifications (*.less files in public/stylesheets) are also licensed under the MIT license.

Artwork

Silk icon set 1.3

We gratefully acknowledge Mark James for releasing his Silk icon set under the Creative Commons Attribution 2.5 license. Some of these icons are used within Overleaf inside the public/img/silk and public/brand/icons directories.

IconShock icons

We gratefully acknowledge IconShock for use of the icons in the public/img/iconshock directory found via findicons.com