Andrew Rumble f0bd9b57b8 Convert to async/await 11 miesięcy temu
..
app f0bd9b57b8 Convert to async/await 11 miesięcy temu
config f295bbc3be Convert files to ES modules 11 miesięcy temu
test f0bd9b57b8 Convert to async/await 11 miesięcy temu
.mocharc.json 821972b791 Add global test setup 5 lat temu
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 miesięcy temu
Dockerfile 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 miesięcy temu
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 lat temu
Makefile 8f0913fafe Merge pull request #27936 from overleaf/em-unit-tests-mongo 11 miesięcy temu
README.md e9e7f23686 Add missing license statement 7 lat temu
app.js f0bd9b57b8 Convert to async/await 11 miesięcy temu
buildscript.txt 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 miesięcy temu
docker-compose.ci.yml 0a845b3f06 Switch to using vitest for tests 11 miesięcy temu
docker-compose.yml 0a845b3f06 Switch to using vitest for tests 11 miesięcy temu
package.json f0bd9b57b8 Convert to async/await 11 miesięcy temu
tsconfig.json 0a845b3f06 Switch to using vitest for tests 11 miesięcy temu
vitest.config.cjs f295bbc3be Convert files to ES modules 11 miesięcy temu

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.