Eric Mc Sween 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
..
app 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
config b667cef262 Revert "Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522)" (#25789) hai 1 ano
test 7f48c67512 Add `prefer-node-protocol` ESLint rule (#21532) hai 1 ano
.mocharc.json 821972b791 Add global test setup %!s(int64=5) %!d(string=hai) anos
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) hai 11 meses
Dockerfile 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) hai 11 meses
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 %!s(int64=7) %!d(string=hai) anos
Makefile 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
README.md e9e7f23686 Add missing license statement %!s(int64=7) %!d(string=hai) anos
app.js a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost %!s(int64=2) %!d(string=hai) anos
buildscript.txt 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) hai 11 meses
docker-compose.ci.yml 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
docker-compose.yml 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
package.json 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo hai 11 meses
tsconfig.json 84be385550 Merge pull request #20331 from overleaf/jpa-build-scripts-sync hai 1 ano

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.