overleaf/services/notifications
2021-07-12 17:47:16 +01:00
..
.github
app/js [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
config
test [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
.dockerignore
.eslintrc
.gitignore
.mocharc.json
.nvmrc
.prettierrc
app.js [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
LICENSE
Makefile
nodemon.json
package-lock.json [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
package.json [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +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.