overleaf/services/notifications
2017-10-12 16:58:58 +01:00
..
app/coffee update to new metrics api 2017-03-17 15:54:15 +00:00
config change settings to 3042 2016-02-04 14:22:13 +00:00
test/unit/coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
.gitignore create scaffolding base on tags repo 2016-01-14 10:35:16 -02:00
.nvmrc add a .nvmrc file 2016-08-10 15:27:40 +01:00
app.coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
Gruntfile.coffee fix unit tests 2016-08-05 15:10:13 +01:00
Jenkinsfile only alert on master 2017-10-12 16:58:58 +01:00
npm-shrinkwrap.json upgrade to metrics 1.7.1, with uv-threadpool fix 2017-03-23 15:34:33 +00:00
package.json upgrade to metrics 1.7.1, with uv-threadpool fix 2017-03-23 15:34:33 +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})