Andrew Rumble 0ca1888f76 Merge pull request #29374 from overleaf/renovate-major-vitest-monorepo 7 ay önce
..
app 92792828bf Convert HealthCheckController to TypeScript 10 ay önce
config f295bbc3be Convert files to ES modules 11 ay önce
test 729e0f5ac9 move migrations to shared location (#28306) 10 ay önce
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 ay önce
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 ay önce
Dockerfile 729e0f5ac9 move migrations to shared location (#28306) 10 ay önce
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 yıl önce
Makefile c059a3c5b0 Handle slashes in branch names for docker build tags (#29529) 9 ay önce
README.md e9e7f23686 Add missing license statement 7 yıl önce
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 ay önce
buildscript.txt 74efa0e345 Merge pull request #29898 from overleaf/gs-jenkins-issues-all-pipelines 8 ay önce
docker-compose.ci.yml 6691c5dc05 [monorepo] enable mongo notablescan for all services but web (#29497) 9 ay önce
docker-compose.yml 6691c5dc05 [monorepo] enable mongo notablescan for all services but web (#29497) 9 ay önce
package.json 0ca1888f76 Merge pull request #29374 from overleaf/renovate-major-vitest-monorepo 7 ay önce
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 ay önce
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 ay önce
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 ay önce

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.