overleaf/services/notifications
Eric Mc Sween 093fe78c3a Upgrade build-scripts to 3.4.0
This version fixes docker-compose health checks for dependent services. See
https://github.com/overleaf/dev-environment/pull/409 for details.
2020-11-24 08:03:29 -05:00
..
.github
app/js
config
test/unit/js
.dockerignore
.eslintrc
.gitignore
.nvmrc
.prettierrc
app.js
buildscript.txt Upgrade build-scripts to 3.4.0 2020-11-24 08:03:29 -05:00
docker-compose.ci.yml Upgrade build-scripts to 3.4.0 2020-11-24 08:03:29 -05:00
docker-compose.yml Upgrade build-scripts to 3.4.0 2020-11-24 08:03:29 -05:00
Dockerfile
LICENSE
Makefile
nodemon.json
package-lock.json Merge pull request #28 from overleaf/dependabot-npm_and_yarn-yargs-parser-13.1.2 2020-09-18 09:40:57 +01:00
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.