overleaf/services/notifications
2019-01-09 15:20:36 +00:00
..
.github
app/coffee
config update settings to allow mongo host and remove unused health check 2018-10-03 13:47:20 +01:00
test/unit/coffee
.dockerignore
.gitignore
.nvmrc
app.coffee Adapt for metrics v2 2019-01-09 15:20:36 +00:00
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
Gruntfile.coffee
Jenkinsfile
Makefile
nodemon.json
npm-shrinkwrap.json Bump metrics to v2.0.12, logger to v1.5.9 and settings to v1.1.0, fixup shrinkwrap 2019-01-09 15:18:15 +00:00
package.json Bump metrics to v2.0.12, logger to v1.5.9 and settings to v1.1.0, fixup shrinkwrap 2019-01-09 15:18:15 +00:00
README.md

notifications-sharelatex

An API for managing user notifications in ShareLaTeX

database indexes

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

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