overleaf/services/notifications
2016-08-17 11:05:29 +01:00
..
app/coffee change override to forceCreate 2016-08-17 11:05:29 +01:00
config
test/unit/coffee change override to forceCreate 2016-08-17 11:05:29 +01:00
.gitignore
.nvmrc
app.coffee Remove redundant /notification path component 2016-08-12 09:56:16 +01: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})