overleaf/services/notifications
Henry Oswald 8197411cdf Merge pull request #4891 from overleaf/ho-web-mongo-4-2
bump mongo to 4.2.15

GitOrigin-RevId: 1ac2057f264bd6dbe042d8f999a4ab1054c9edf5
2021-09-15 08:03:54 +00:00
..
.github
app/js [misc] temporary override a few new/changed eslint rules 2021-07-13 12:24:37 +01:00
config [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
test [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
.dockerignore
.eslintrc [misc] temporary override a few new/changed eslint rules 2021-07-13 12:24:37 +01:00
.gitignore
.mocharc.json
.nvmrc [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:32 +01:00
.prettierrc
app.js [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
buildscript.txt [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:32 +01:00
docker-compose.ci.yml Merge pull request #4891 from overleaf/ho-web-mongo-4-2 2021-09-15 08:03:54 +00:00
docker-compose.yml Merge pull request #4891 from overleaf/ho-web-mongo-4-2 2021-09-15 08:03:54 +00:00
Dockerfile [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:32 +01: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.