1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-03 08:14:27 +00:00
overleaf/services/notifications
2018-10-03 13:47:20 +01:00
..
.github update build scripts 2018-10-03 13:46:00 +01:00
app/coffee
config update settings to allow mongo host and remove unused health check 2018-10-03 13:47:20 +01:00
test/unit/coffee
.dockerignore
.gitignore
.nvmrc
app.coffee
buildscript.txt update build scripts 2018-10-03 13:46:00 +01:00
docker-compose.ci.yml update build scripts 2018-10-03 13:46:00 +01:00
docker-compose.yml update build scripts 2018-10-03 13:46:00 +01:00
Dockerfile
Gruntfile.coffee
Jenkinsfile update build scripts 2018-10-03 13:46:00 +01:00
Makefile update build scripts 2018-10-03 13:46:00 +01:00
nodemon.json
npm-shrinkwrap.json
package.json update build scripts 2018-10-03 13:46:00 +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})