Domagoj Kriskovic fda96b2fdf Add promo notifications for AI assist (#26514) пре 1 година
..
.storybook e6d09ca748 [web] Fix Editor Stories (#26535) пре 1 година
.vscode c6f9da69da Merge pull request #10995 from overleaf/lg-update-tpds-dropbox-only пре 3 година
app fda96b2fdf Add promo notifications for AI assist (#26514) пре 1 година
bin de4a80ef93 Update unit test script to remove mocha module tests пре 1 година
config 19dc71f414 Merge pull request #26456 from overleaf/td-limit-browser-translate-non-react-icons пре 1 година
cypress 82e5b2c5d7 Merge pull request #25151 from overleaf/dk-use-user-features пре 1 година
data d706109823 Merge pull request #5615 from overleaf/revert-5611-revert-4746-ae-project-history пре 4 година
frontend fda96b2fdf Add promo notifications for AI assist (#26514) пре 1 година
locales fda96b2fdf Add promo notifications for AI assist (#26514) пре 1 година
migrations 04fa5366ce Merge pull request #26070 from overleaf/msm-disable-dropbox пре 1 година
modules c40ab3234d Prettier for PUG templates (#26170) пре 1 година
public 2d5a3efc12 [web] Add compilation indicator favicon (#25990) пре 1 година
scripts f53a13ae1e Merge pull request #26604 from overleaf/mf-resync-recurly-state-single-subscription пре 1 година
test fda96b2fdf Add promo notifications for AI assist (#26514) пре 1 година
transform fe03d8d7fd Add shellcheck to web, server-pro, server-ce (#23823) пре 1 година
types 91a308a62f Merge pull request #25868 from overleaf/jel-group-sso-ukamf-endpoints пре 1 година
webpack-plugins 67e7621633 Merge pull request #13572 from overleaf/mj-bibtex-grammar пре 3 година
.dockerignore 6120ebf156 Merge pull request #14466 from overleaf/jpa-fix-web-image пре 3 година
.eastrc 9e15c73228 Merge pull request #20732 from overleaf/revert-20731-revert-20480-ls-convert-migration-scripts-to-esm пре 1 година
.eslintignore 24c8629cd4 Use Hunspell for client-side spellchecking (#20286) пре 1 година
.eslintrc.js 46555d27b0 [web] Add `window.` prefix to globals and add `no-restricted-globals` rule (#26422) пре 1 година
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) пре 1 година
.nvmrc 436dcc977f Update Node to 22.15.1 (#25785) пре 1 година
.prettierignore c40ab3234d Prettier for PUG templates (#26170) пре 1 година
.prettierrc c40ab3234d Prettier for PUG templates (#26170) пре 1 година
.stylelintrc.json 4138f9707a Merge pull request #20860 from overleaf/td-bs5-history-versions-list пре 1 година
Dockerfile 436dcc977f Update Node to 22.15.1 (#25785) пре 1 година
Dockerfile.frontend 436dcc977f Update Node to 22.15.1 (#25785) пре 1 година
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 c40ab3234d Prettier for PUG templates (#26170) пре 1 година
Makefile.module e3485f01da Merge pull request #21472 from overleaf/em-hackathon-mongo-mocks-docker пре 1 година
README.md 4997b7f1ee Merge pull request #20062 from overleaf/ab-saas-authentication-module-renaming пре 2 година
app.mjs 47b76a49d8 [web] start fetching load global blobs on module import (#25757) пре 1 година
babel.config.json 247b4e274d Upgrade PDF.js to v5 (#24948) пре 1 година
cloudbuild-storybook-index.html.m4 76d195cd39 Move Storybook back into web (#13219) пре 2 година
cloudbuild-storybook.yaml 436dcc977f Update Node to 22.15.1 (#25785) пре 1 година
cypress.config.ts 8e5ebd5512 [web] disable recording of cypress videos in CI (#23530) пре 1 година
docker-compose.ci.yml 8b91b3b749 [misc] wait for mongo before running acceptance tests (#26374) пре 1 година
docker-compose.common.env 436dcc977f Update Node to 22.15.1 (#25785) пре 1 година
docker-compose.cypress.yml 5c574835c4 Upgrade Babel, Webpack and Cypress dependencies (#19729) пре 2 година
docker-compose.yml 8b91b3b749 [misc] wait for mongo before running acceptance tests (#26374) пре 1 година
i18next-scanner.config.js afca054a22 Merge pull request #18136 from overleaf/jpa-fix-i18n-scanner-glob пре 2 година
local-dev.env 2e1dcee22b Merge pull request #19128 from overleaf/jdt-latex-2024-release пре 2 година
local-test.env a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost пре 2 година
package.json 46555d27b0 [web] Add `window.` prefix to globals and add `no-restricted-globals` rule (#26422) пре 1 година
tsconfig.backend.json f1b460ecea Merge pull request #16385 from overleaf/em-typescript-other-services пре 2 година
tsconfig.json e87df4a791 Merge pull request #18167 from overleaf/em-simpler-typescript-backend пре 2 година
vitest.config.js 18c0634011 Disable test isolation пре 1 година
webpack.config.dev.js 3d9bc77fce [misc] compress in ssl_proxy instead of webpack-dev-server (#24263) пре 1 година
webpack.config.js 247b4e274d Upgrade PDF.js to v5 (#24948) пре 1 година
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