Jakob Ackermann 2ed696b3e0 Merge pull request #6517 from overleaf/jpa-node-fetch-2-6-7 %!s(int64=4) %!d(string=hai) anos
..
.github 938f1f8543 [misc] upgrade build scripts to version 3.11.0 and cleanup packages %!s(int64=5) %!d(string=hai) anos
app f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger %!s(int64=4) %!d(string=hai) anos
config 9a2bb1044f [misc] run format_fix and lint:fix %!s(int64=5) %!d(string=hai) anos
test f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger %!s(int64=4) %!d(string=hai) anos
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es %!s(int64=6) %!d(string=hai) anos
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 %!s(int64=6) %!d(string=hai) anos
.mocharc.json 821972b791 Add global test setup %!s(int64=5) %!d(string=hai) anos
.nvmrc 8789296f5a Merge pull request #6481 from overleaf/jpa-node-14-18-3 %!s(int64=4) %!d(string=hai) anos
Dockerfile 8789296f5a Merge pull request #6481 from overleaf/jpa-node-14-18-3 %!s(int64=4) %!d(string=hai) anos
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 %!s(int64=7) %!d(string=hai) anos
Makefile 8789296f5a Merge pull request #6481 from overleaf/jpa-node-14-18-3 %!s(int64=4) %!d(string=hai) anos
README.md e9e7f23686 Add missing license statement %!s(int64=7) %!d(string=hai) anos
app.js f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger %!s(int64=4) %!d(string=hai) anos
buildscript.txt 8789296f5a Merge pull request #6481 from overleaf/jpa-node-14-18-3 %!s(int64=4) %!d(string=hai) anos
docker-compose.ci.yml 159eff2097 Merge pull request #5700 from overleaf/jpa-re-generate-build-scripts %!s(int64=4) %!d(string=hai) anos
docker-compose.yml 8789296f5a Merge pull request #6481 from overleaf/jpa-node-14-18-3 %!s(int64=4) %!d(string=hai) anos
nodemon.json e92b1fa063 [misc] bump the dev-env to 3.3.2 %!s(int64=6) %!d(string=hai) anos
package-lock.json 2ed696b3e0 Merge pull request #6517 from overleaf/jpa-node-fetch-2-6-7 %!s(int64=4) %!d(string=hai) anos
package.json 4b308553be Merge pull request #6120 from overleaf/jpa-same-linting-packages %!s(int64=4) %!d(string=hai) anos

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, 2016–2019.