overleaf/services/notifications
2019-01-31 16:13:21 +00:00
..
.github
app/coffee
config
test/unit/coffee
.dockerignore
.gitignore Add **/*.map to .gitignore 2019-01-09 15:27:14 +00:00
.nvmrc
app.coffee Adapt for metrics v2 2019-01-09 15:20:36 +00:00
buildscript.txt bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
docker-compose.ci.yml bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
docker-compose.yml bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
Dockerfile Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
Jenkinsfile bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
Makefile bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
nodemon.json
npm-shrinkwrap.json bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
package.json bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
README.md

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})