Christopher Hoskin 841e32bb64 Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7 1 рік тому
..
app a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2 роки тому
config b667cef262 Revert "Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522)" (#25789) 1 рік тому
test 7f48c67512 Add `prefer-node-protocol` ESLint rule (#21532) 1 рік тому
.mocharc.json 821972b791 Add global test setup 5 роки тому
.nvmrc 436dcc977f Update Node to 22.15.1 (#25785) 1 рік тому
Dockerfile 436dcc977f Update Node to 22.15.1 (#25785) 1 рік тому
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 роки тому
Makefile 436dcc977f Update Node to 22.15.1 (#25785) 1 рік тому
README.md e9e7f23686 Add missing license statement 7 роки тому
app.js a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2 роки тому
buildscript.txt 436dcc977f Update Node to 22.15.1 (#25785) 1 рік тому
docker-compose.ci.yml 841e32bb64 Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7 1 рік тому
docker-compose.yml 841e32bb64 Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7 1 рік тому
package.json 767591973c Merge pull request #23905 from overleaf/ar-mocha-11 1 рік тому
tsconfig.json 84be385550 Merge pull request #20331 from overleaf/jpa-build-scripts-sync 1 рік тому

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.