overleaf/services/notifications
2018-04-26 11:16:46 +01:00
..
app/coffee
config
test/unit/coffee
.gitignore
.nvmrc change to node6 2018-04-26 11:16:46 +01:00
app.coffee
Gruntfile.coffee
Jenkinsfile change to node6 2018-04-26 11:16:46 +01:00
npm-shrinkwrap.json change to node6 2018-04-26 11:16:46 +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})