andrew rumble ee31d44f03 Explicitly specify latest version of async 2 vuotta sitten
..
app a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2 vuotta sitten
config a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2 vuotta sitten
test 84c3dc1fff Merge pull request #17268 from overleaf/dp-remove-old-mongo-metrics 2 vuotta sitten
.gitignore de17f883f7 Merge pull request #13222 from overleaf/ae-less-cleanup 3 vuotta sitten
.mocharc.json 821972b791 Add global test setup 5 vuotta sitten
.nvmrc 2469c93da4 Merge pull request #17870 from overleaf/bg-node-upgrade-18-20-2 2 vuotta sitten
Dockerfile 2469c93da4 Merge pull request #17870 from overleaf/bg-node-upgrade-18-20-2 2 vuotta sitten
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 vuotta sitten
Makefile e87df4a791 Merge pull request #18167 from overleaf/em-simpler-typescript-backend 2 vuotta sitten
README.md e9e7f23686 Add missing license statement 7 vuotta sitten
app.js a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2 vuotta sitten
buildscript.txt 2469c93da4 Merge pull request #17870 from overleaf/bg-node-upgrade-18-20-2 2 vuotta sitten
docker-compose.ci.yml e9fe823128 Merge pull request #17081 from overleaf/csh-build_scripts-redis-acceptance 2 vuotta sitten
docker-compose.yml 2469c93da4 Merge pull request #17870 from overleaf/bg-node-upgrade-18-20-2 2 vuotta sitten
package.json ee31d44f03 Explicitly specify latest version of async 2 vuotta sitten
tsconfig.json 71187a51ba Merge pull request #18289 from overleaf/ac-ar-eslint-return-await 2 vuotta sitten

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.