overleaf/services/notifications
2021-02-16 15:10:12 +00:00
..
.github
app/js
config
test/unit/js
.dockerignore
.eslintrc
.gitignore
.nvmrc Update Node to 10.23.1 2021-01-06 09:57:08 +00:00
.prettierrc
app.js
buildscript.txt Update Node to 10.23.1 2021-01-06 09:57:08 +00:00
docker-compose.ci.yml
docker-compose.yml Update Node to 10.23.1 2021-01-06 09:57:08 +00:00
Dockerfile Update Node to 10.23.1 2021-01-06 09:57:08 +00:00
LICENSE
Makefile
nodemon.json
package-lock.json [misc] bump the version of the metrics module to 3.5.1 2021-02-16 15:10:12 +00:00
package.json [misc] bump the version of the metrics module to 3.5.1 2021-02-16 15:10:12 +00: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.