overleaf/services/notifications
Christopher Hoskin be6206845e Merge pull request #15910 from overleaf/csh-issue-15655-add-apps-to-ar
Move buildscript apps over to AR

GitOrigin-RevId: d5862b6313d1b0f3d0faef23cc5330c77abc3a3d
2023-11-24 09:04:56 +00:00
..
.github
app/js Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications 2023-10-24 08:03:15 +00:00
config
test Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications 2023-10-24 08:03:15 +00:00
.gitignore
.mocharc.json
.nvmrc Merge pull request #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +00:00
app.js
buildscript.txt Merge pull request #15910 from overleaf/csh-issue-15655-add-apps-to-ar 2023-11-24 09:04:56 +00:00
docker-compose.ci.yml
docker-compose.yml Merge pull request #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +00:00
Dockerfile Merge pull request #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +00:00
LICENSE
Makefile Merge pull request #15910 from overleaf/csh-issue-15655-add-apps-to-ar 2023-11-24 09:04:56 +00:00
package.json Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications 2023-10-24 08:03:15 +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.