overleaf/services/notifications
2017-03-23 15:34:33 +00:00
..
app/coffee update to new metrics api 2017-03-17 15:54:15 +00:00
config
test/unit/coffee
.gitignore
.nvmrc
app.coffee
Gruntfile.coffee
npm-shrinkwrap.json upgrade to metrics 1.7.1, with uv-threadpool fix 2017-03-23 15:34:33 +00:00
package.json upgrade to metrics 1.7.1, with uv-threadpool fix 2017-03-23 15:34:33 +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})