Jakob Ackermann c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
..
.storybook 1726d9d0a2 [web] fix footer for storybook index.html (#28600) 10 months ago
.vscode c6f9da69da Merge pull request #10995 from overleaf/lg-update-tpds-dropbox-only 3 years ago
app c22e44438e Support for deleting and editing chat messages (#28204) 10 months ago
bin ada2b75a92 [web] fix retries in Jenkins (#28542) 10 months ago
config 07166bff73 feat: add in-editor notification when rolling image has updated (#28529) 10 months ago
cypress c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
data c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
frontend c22e44438e Support for deleting and editing chat messages (#28204) 10 months ago
locales c22e44438e Support for deleting and editing chat messages (#28204) 10 months ago
migrations d7cd65d20c Merge pull request #28628 from overleaf/bg-cache-history-size-on-project 10 months ago
modules aebff54a6b Improvement to OLButton loading labels (#28659) 10 months ago
public ab84e48545 Introducing group discount banner on plans page (#28666) 10 months ago
scripts f582a77de0 Merge pull request #28470 from overleaf/ls-script-to-migration-user-id-metadata 10 months ago
test c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
transform eda1bd697f Merge pull request #27958 from overleaf/ar-change-esm-codemod-to-use-vitest-and-general-refactor 11 months ago
types f0f7899de4 Fix duplicated sign in event (#28777) 10 months ago
webpack-plugins 67e7621633 Merge pull request #13572 from overleaf/mj-bibtex-grammar 3 years ago
.dockerignore 6120ebf156 Merge pull request #14466 from overleaf/jpa-fix-web-image 3 years ago
.eastrc 9e15c73228 Merge pull request #20732 from overleaf/revert-20731-revert-20480-ls-convert-migration-scripts-to-esm 1 year ago
.eslintignore 24c8629cd4 Use Hunspell for client-side spellchecking (#20286) 1 year ago
.eslintrc.js aebff54a6b Improvement to OLButton loading labels (#28659) 10 months ago
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) 1 year ago
.jenkinsIncludeFile 9b2fcbe960 [monorepo] optimize Jenkins build triggers for services (#28477) 10 months ago
.mocharc.js c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 months ago
.prettierignore 3f11776ecd Remove LESS stylesheets and dependencies (#27409) 1 year ago
.prettierrc a6e9a5c7e9 [monorepo] run prettier on Jenkinsfiles (#28565) 10 months ago
.stylelintrc.json 4138f9707a Merge pull request #20860 from overleaf/td-bs5-history-versions-list 1 year ago
Dockerfile 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 months ago
Dockerfile.frontend 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 months ago
Dockerfile.frontend.ci 2421593d85 run unit and acceptance tests in parallel (#1545) 7 years ago
Jenkinsfile c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
LICENSE f0f29e2f17 Merge pull request #2976 from overleaf/jpa-import-671 6 years ago
Makefile c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
Makefile.module e3485f01da Merge pull request #21472 from overleaf/em-hackathon-mongo-mocks-docker 1 year ago
README.md 4997b7f1ee Merge pull request #20062 from overleaf/ab-saas-authentication-module-renaming 2 years ago
app.mjs 8dc5f4e7c6 Merge pull request #28300 from overleaf/gs-revert-test-commit 11 months ago
babel.config.json 247b4e274d Upgrade PDF.js to v5 (#24948) 1 year ago
buildscript.txt c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
cypress.config.ts c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
docker-compose.ci.yml c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
docker-compose.common.env 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 months ago
docker-compose.cypress.yml 85ecef4d96 Merge pull request #26652 from overleaf/bg-run-e2e-tests-under-wayland 1 year ago
docker-compose.yml c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
i18next-scanner.config.js 22cfe179e1 Writefull codebase migration (#27077) 10 months ago
local-dev.env 6b4008fcdb feat: make 2025 the default image for new projects (#28285) 11 months ago
local-test.env 874a6a612b [dsmp] Add RedisStreamManager and connect to dsmp redis instance (#27262) 1 year ago
package.json c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
tsconfig.backend.json 36cbe840dd Merge pull request #28246 from overleaf/td-ts-project-dashboard-jsdoc 11 months ago
tsconfig.json 22cfe179e1 Writefull codebase migration (#27077) 10 months ago
vitest.config.js c3c04acfea [web] add junit integration for Jenkins (#28788) 10 months ago
webpack.config.dev.js 3d9bc77fce [misc] compress in ssl_proxy instead of webpack-dev-server (#24263) 1 year ago
webpack.config.js 22cfe179e1 Writefull codebase migration (#27077) 10 months ago
webpack.config.prod.js 81816cfa2c Merge pull request #8028 from overleaf/ae-css-minimizer 4 years ago

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