overleaf/services/notifications
Eric Mc Sween d01e83b453 Merge pull request #11170 from overleaf/em-upgrade-mocha
Upgrade mocha to 10.2.0

GitOrigin-RevId: e49606c73e813904d9b794792a838a951a814585
2023-01-17 09:06:28 +00:00
..
.github
app/js Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
config Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
test
.gitignore
.mocharc.json
.nvmrc
app.js Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
LICENSE
Makefile
nodemon.json
package.json Merge pull request #11170 from overleaf/em-upgrade-mocha 2023-01-17 09:06:28 +00:00
README.md

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.