overleaf/services/notifications
2016-08-15 08:54:45 +01:00
..
app/coffee return an error if expires is not a valid date. 2016-08-15 08:54:45 +01:00
config
test/unit/coffee return an error if expires is not a valid date. 2016-08-15 08:54:45 +01:00
.gitignore
.nvmrc
app.coffee Remove redundant /notification path component 2016-08-12 09:56:16 +01:00
Gruntfile.coffee
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})