overleaf/services/notifications
2018-05-23 14:08:34 +01:00
..
app/coffee
config Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +00:00
test/unit/coffee
.dockerignore update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
.gitignore
.nvmrc change to node6 2018-04-26 11:16:46 +01:00
app.coffee
docker-compose.ci.yml update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
docker-compose.yml update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
Dockerfile update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
Gruntfile.coffee
Jenkinsfile update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
Makefile update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
nodemon.json update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
npm-shrinkwrap.json change to node6 2018-04-26 11:16:46 +01:00
package.json update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01: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})