Andrew Rumble 7bda755d0e Convert to ESM vor 10 Monaten
..
.storybook 2390823a30 [monorepo] run Jenkins cleanup in parallel (#29015) vor 10 Monaten
.vscode c6f9da69da Merge pull request #10995 from overleaf/lg-update-tpds-dropbox-only vor 3 Jahren
app 7bda755d0e Convert to ESM vor 9 Monaten
bin ada2b75a92 [web] fix retries in Jenkins (#28542) vor 10 Monaten
config 71457d74cb Add notifications web module (#28983) vor 9 Monaten
cypress d7623b576f [monorepo] refactor retries in Jenkins to step level (#29008) vor 10 Monaten
data c3c04acfea [web] add junit integration for Jenkins (#28788) vor 10 Monaten
frontend 94b08e2ab7 [web] Add Group Audit Logs survey link (#29218) vor 9 Monaten
locales 94b08e2ab7 [web] Add Group Audit Logs survey link (#29218) vor 9 Monaten
modules b7c883ac38 Convert tests to ESM vor 9 Monaten
public ab84e48545 Introducing group discount banner on plans page (#28666) vor 10 Monaten
scripts f02f6475ac Update paths vor 9 Monaten
test b7c883ac38 Convert tests to ESM vor 9 Monaten
transform eda1bd697f Merge pull request #27958 from overleaf/ar-change-esm-codemod-to-use-vitest-and-general-refactor vor 11 Monaten
types 1c01d6048a [web] Create `super_admin` role (#29082) vor 9 Monaten
webpack-plugins bdf47f7a78 Rename files vor 9 Monaten
.eslintignore 24c8629cd4 Use Hunspell for client-side spellchecking (#20286) vor 1 Jahr
.eslintrc.js 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) vor 1 Jahr
.jenkinsIncludeFile 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
.mocharc.js c3c04acfea [web] add junit integration for Jenkins (#28788) vor 10 Monaten
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) vor 11 Monaten
.prettierignore 3f11776ecd Remove LESS stylesheets and dependencies (#27409) vor 1 Jahr
.prettierrc a6e9a5c7e9 [monorepo] run prettier on Jenkinsfiles (#28565) vor 10 Monaten
.stylelintrc.json 4138f9707a Merge pull request #20860 from overleaf/td-bs5-history-versions-list vor 1 Jahr
Dockerfile 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
Dockerfile.frontend 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) vor 11 Monaten
Dockerfile.frontend.ci 2421593d85 run unit and acceptance tests in parallel (#1545) vor 7 Jahren
Jenkinsfile 15a6e8ba04 [monorepo] use content hash as docker image cache key (#29046) vor 10 Monaten
LICENSE f0f29e2f17 Merge pull request #2976 from overleaf/jpa-import-671 vor 6 Jahren
Makefile 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
Makefile.module d7623b576f [monorepo] refactor retries in Jenkins to step level (#29008) vor 10 Monaten
README.md 4997b7f1ee Merge pull request #20062 from overleaf/ab-saas-authentication-module-renaming vor 2 Jahren
app.mjs f02f6475ac Update paths vor 9 Monaten
babel.config.json 247b4e274d Upgrade PDF.js to v5 (#24948) vor 1 Jahr
buildscript.txt 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
cypress.config.ts c3c04acfea [web] add junit integration for Jenkins (#28788) vor 10 Monaten
docker-compose.ci.yml d7623b576f [monorepo] refactor retries in Jenkins to step level (#29008) vor 10 Monaten
docker-compose.common.env 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) vor 11 Monaten
docker-compose.cypress.yml 85ecef4d96 Merge pull request #26652 from overleaf/bg-run-e2e-tests-under-wayland vor 1 Jahr
docker-compose.yml 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
i18next-scanner.config.js 22cfe179e1 Writefull codebase migration (#27077) vor 10 Monaten
knip.ts 584572bb40 Merge pull request #28760 from overleaf/dp-hackathon-knip vor 10 Monaten
local-dev.env 6b4008fcdb feat: make 2025 the default image for new projects (#28285) vor 11 Monaten
local-test.env 874a6a612b [dsmp] Add RedisStreamManager and connect to dsmp redis instance (#27262) vor 1 Jahr
package.json d5173cd098 [web] Upgrade fuse.js (#29174) vor 9 Monaten
tsconfig.backend.json 36cbe840dd Merge pull request #28246 from overleaf/td-ts-project-dashboard-jsdoc vor 11 Monaten
tsconfig.json 22cfe179e1 Writefull codebase migration (#27077) vor 10 Monaten
vitest.config.js c3c04acfea [web] add junit integration for Jenkins (#28788) vor 10 Monaten
webpack.config.dev.js 3d9bc77fce [misc] compress in ssl_proxy instead of webpack-dev-server (#24263) vor 1 Jahr
webpack.config.js 7987c18350 Rename files vor 10 Monaten
webpack.config.prod.js 81816cfa2c Merge pull request #8028 from overleaf/ae-css-minimizer vor 4 Jahren

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