overleaf/services/notifications
Jakob Ackermann 3626243692 [misc] mongodb: use the new db connector by default
mongojs was enabling it by default as well.
2020-09-10 10:53:08 +01:00
..
.github
app/js [misc] mongodb: use the new db connector by default 2020-09-10 10:53:08 +01:00
config [misc] mongodb: use the new db connector by default 2020-09-10 10:53:08 +01:00
test/unit/js [misc] migrate the app to the native mongo driver 2020-09-07 11:27:59 +01:00
.dockerignore
.eslintrc
.gitignore
.nvmrc
.prettierrc
app.js [misc] migrate the app to the native mongo driver 2020-09-07 11:27:59 +01:00
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
LICENSE
Makefile
nodemon.json
package-lock.json [misc] migrate the health-check to the native mongo driver, drop mongojs 2020-09-07 11:28:08 +01:00
package.json [misc] migrate the health-check to the native mongo driver, drop mongojs 2020-09-07 11:28:08 +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.