overleaf-cep/services/notifications
Christopher Hoskin 841e32bb64 Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7
Upgrade the dev environment and CI to mongo 7

GitOrigin-RevId: da02881d142d21be47dac7bd2af74520ba8664cd
2025-05-22 08:45:24 +00:00
..
app/js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
config Revert "Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522)" (#25789) 2025-05-22 08:07:38 +00:00
test Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
.mocharc.json Add global test setup 2021-03-17 16:34:06 -04:00
.nvmrc Update Node to 22.15.1 (#25785) 2025-05-22 08:07:42 +00:00
app.js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
buildscript.txt Update Node to 22.15.1 (#25785) 2025-05-22 08:07:42 +00:00
docker-compose.ci.yml Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7 2025-05-22 08:45:24 +00:00
docker-compose.yml Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7 2025-05-22 08:45:24 +00:00
Dockerfile Update Node to 22.15.1 (#25785) 2025-05-22 08:07:42 +00:00
LICENSE [misc] Add a copy the the GNU Affero General Public License v3.0 2019-05-09 13:36:04 +02:00
Makefile Update Node to 22.15.1 (#25785) 2025-05-22 08:07:42 +00:00
package.json Merge pull request #23905 from overleaf/ar-mocha-11 2025-02-28 09:05:40 +00:00
README.md Add missing license statement 2019-05-09 12:03:27 +01:00
tsconfig.json Merge pull request #20331 from overleaf/jpa-build-scripts-sync 2024-09-10 08:05:01 +00:00

overleaf/notifications

An API for managing user notifications in Overleaf

database indexes

For notification expiry to work, a TTL index on notifications.expires must be created:

db.notifications.createIndex({expires: 1}, {expireAfterSeconds: 10})

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3.

Copyright (c) Overleaf, 20162019.