overleaf/services/notifications
2018-04-23 13:55:36 +01:00
..
app/coffee update to new metrics api 2017-03-17 15:54:15 +00:00
config Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +00:00
test/unit/coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
.gitignore
.nvmrc Upgrade to Node 8 2018-04-23 13:55:36 +01:00
app.coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
Gruntfile.coffee
Jenkinsfile Upgrade to Node 8 2018-04-23 13:55:36 +01:00
npm-shrinkwrap.json Upgrade to Node 8 2018-04-23 13:55:36 +01:00
package.json Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +00:00
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})