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

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.