overleaf/services/notifications
2017-03-21 13:50:36 +00:00
..
app/coffee update to new metrics api 2017-03-17 15:54:15 +00:00
config
test/unit/coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
.gitignore
.nvmrc
app.coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
Gruntfile.coffee
npm-shrinkwrap.json
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})