overleaf/services/notifications
Jakob Ackermann 5bb90dc6cb Merge pull request #21442 from overleaf/jpa-align-mongo-version
[misc] align all the mongodb dependency versions

GitOrigin-RevId: 1194fe57601af98bb61250a285bfc85b4b8179dd
2024-11-01 09:05:23 +00:00
..
app/js
config
test
.gitignore
.mocharc.json
.nvmrc Merge pull request #21462 from overleaf/revert-18828-ac-node-20 2024-10-30 09:05:07 +00:00
app.js
buildscript.txt Merge pull request #21462 from overleaf/revert-18828-ac-node-20 2024-10-30 09:05:07 +00:00
docker-compose.ci.yml
docker-compose.yml Merge pull request #21462 from overleaf/revert-18828-ac-node-20 2024-10-30 09:05:07 +00:00
Dockerfile Merge pull request #21462 from overleaf/revert-18828-ac-node-20 2024-10-30 09:05:07 +00:00
LICENSE
Makefile Merge pull request #21462 from overleaf/revert-18828-ac-node-20 2024-10-30 09:05:07 +00:00
package.json Merge pull request #21442 from overleaf/jpa-align-mongo-version 2024-11-01 09:05:23 +00:00
README.md
tsconfig.json

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.