overleaf/services/notifications
Eric Mc Sween 821972b791 Add global test setup
Configure chai and SandboxedModule in a central place and add
SandboxedModule globals that are required in Node 12.
2021-03-17 16:34:06 -04:00
..
.github
app/js
config
test Add global test setup 2021-03-17 16:34:06 -04:00
.dockerignore
.eslintrc
.gitignore
.mocharc.json Add global test setup 2021-03-17 16:34:06 -04:00
.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
package.json
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.