overleaf/services/notifications
2021-03-30 09:45:07 +01:00
..
.github
app/js
config
test
.dockerignore
.eslintrc
.gitignore
.mocharc.json
.nvmrc Upgrade to Node 12 2021-03-17 16:34:52 -04:00
.prettierrc
app.js
buildscript.txt Upgrade to Node 12 2021-03-17 16:34:52 -04:00
docker-compose.ci.yml
docker-compose.yml Upgrade to Node 12 2021-03-17 16:34:52 -04:00
Dockerfile Upgrade to Node 12 2021-03-17 16:34:52 -04:00
LICENSE
Makefile Upgrade to Node 12 2021-03-17 16:34:52 -04:00
nodemon.json
package-lock.json [misc] drop unused node-statsd package 2021-03-30 09:45:07 +01:00
package.json [misc] drop unused node-statsd package 2021-03-30 09:45:07 +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.