Christopher Hoskin 7ecee2e0aa Merge pull request #27255 from overleaf/revert-27252-revert-26843-csh-issue-26608-mongo8-dev-ci 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 1a1f283245 Update node to 22.17.0 1 год назад
Dockerfile 1a1f283245 Update node to 22.17.0 1 год назад
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 лет назад
Makefile 1a1f283245 Update node to 22.17.0 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 1a1f283245 Update node to 22.17.0 1 год назад
docker-compose.ci.yml 7ecee2e0aa Merge pull request #27255 from overleaf/revert-27252-revert-26843-csh-issue-26608-mongo8-dev-ci 1 год назад
docker-compose.yml 7ecee2e0aa Merge pull request #27255 from overleaf/revert-27252-revert-26843-csh-issue-26608-mongo8-dev-ci 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.