overleaf/services/notifications
2017-12-29 08:15:08 +00:00
..
app/coffee
config Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +00:00
test/unit/coffee
.gitignore
.nvmrc
app.coffee
Gruntfile.coffee
Jenkinsfile
npm-shrinkwrap.json
package.json Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +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})