overleaf/services/notifications
2017-03-17 09:47:45 +00:00
..
app/coffee Upgrade metrics 2017-03-17 09:47:45 +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 add npm shrinkwrap 2016-08-15 11:41:00 +01:00
package.json
README.md Change how notification expiry works 2016-08-12 11:38:17 +01:00

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})