overleaf/services/notifications
2017-03-23 10:36:44 +00:00
..
app/coffee
config
test/unit/coffee
.gitignore
.nvmrc
app.coffee
Gruntfile.coffee
npm-shrinkwrap.json Update shrinkwrap 2017-03-23 10:36:44 +00:00
package.json Update metrics version to 1.7.0 2017-03-21 13:50:36 +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})