overleaf/services/notifications
2019-01-09 15:27:14 +00:00
..
.github update build scripts 2018-10-03 13:46:00 +01:00
app/coffee update to new metrics api 2017-03-17 15:54:15 +00:00
config update settings to allow mongo host and remove unused health check 2018-10-03 13:47:20 +01:00
test/unit/coffee Upgrade metrics 2017-03-17 09:47:45 +00:00
.dockerignore update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
.gitignore Add **/*.map to .gitignore 2019-01-09 15:27:14 +00:00
.nvmrc change to node6 2018-04-26 11:16:46 +01:00
app.coffee Adapt for metrics v2 2019-01-09 15:20:36 +00:00
buildscript.txt Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
docker-compose.ci.yml Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
docker-compose.yml Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
Dockerfile Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
Jenkinsfile update build scripts 2018-10-03 13:46:00 +01:00
Makefile Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
nodemon.json update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
npm-shrinkwrap.json Bump metrics to v2.0.12, logger to v1.5.9 and settings to v1.1.0, fixup shrinkwrap 2019-01-09 15:18:15 +00:00
package.json Bump build script to v1.1.10 2019-01-09 15:22:17 +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})