overleaf/services/notifications
2019-06-21 10:06:02 +01:00
..
.github
app/coffee
config
test/unit/coffee
.dockerignore
.gitignore
.nvmrc
app.coffee
buildscript.txt update logger and metrics 2019-06-21 10:06:02 +01:00
docker-compose.ci.yml update logger and metrics 2019-06-21 10:06:02 +01:00
docker-compose.yml update logger and metrics 2019-06-21 10:06:02 +01:00
Dockerfile
Jenkinsfile
LICENSE
Makefile update logger and metrics 2019-06-21 10:06:02 +01:00
nodemon.json
npm-shrinkwrap.json update logger and metrics 2019-06-21 10:06:02 +01:00
package.json update logger and metrics 2019-06-21 10:06:02 +01:00
README.md

overleaf/notifications

An API for managing user notifications in Overleaf

database indexes

For notification expiry to work, a TTL index on notifications.expires must be created:

db.notifications.createIndex({expires: 1}, {expireAfterSeconds: 10})

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3.

Copyright (c) Overleaf, 20162019.