overleaf/services/notifications
2016-08-17 10:52:35 +01:00
..
app/coffee add the option to override exisiting notification 2016-08-17 10:52:35 +01:00
config
test/unit/coffee add the option to override exisiting notification 2016-08-17 10:52:35 +01:00
.gitignore
.nvmrc
app.coffee
Gruntfile.coffee
npm-shrinkwrap.json add npm shrinkwrap 2016-08-15 11:41:00 +01:00
package.json
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})