overleaf/services/notifications
2019-11-28 16:40:14 +00:00
..
.github
app/coffee Handle duplicate-notification race condition when using forceCreate 2019-11-28 16:40:14 +00:00
config
test/unit/coffee Handle duplicate-notification race condition when using forceCreate 2019-11-28 16:40:14 +00:00
.dockerignore
.gitignore
.nvmrc
app.coffee
buildscript.txt
docker-compose.ci.yml
docker-compose.yml Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
Dockerfile Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
Jenkinsfile
LICENSE
Makefile
nodemon.json
package-lock.json Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
package.json
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.