Thomas c059a3c5b0 Handle slashes in branch names for docker build tags (#29529) vor 9 Monaten
..
app 92792828bf Convert HealthCheckController to TypeScript vor 10 Monaten
config f295bbc3be Convert files to ES modules vor 11 Monaten
test 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts vor 10 Monaten
.jenkinsIncludeFile 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) vor 11 Monaten
Dockerfile 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
Jenkinsfile b834b8bcb7 Merge pull request #29537 from overleaf/gs-jenkins-pr-build-tags-templates vor 9 Monaten
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 vor 7 Jahren
Makefile c059a3c5b0 Handle slashes in branch names for docker build tags (#29529) vor 9 Monaten
README.md e9e7f23686 Add missing license statement vor 7 Jahren
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts vor 10 Monaten
buildscript.txt 15a6e8ba04 [monorepo] use content hash as docker image cache key (#29046) vor 10 Monaten
docker-compose.ci.yml 6691c5dc05 [monorepo] enable mongo notablescan for all services but web (#29497) vor 9 Monaten
docker-compose.yml 6691c5dc05 [monorepo] enable mongo notablescan for all services but web (#29497) vor 9 Monaten
package.json 729e0f5ac9 move migrations to shared location (#28306) vor 10 Monaten
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts vor 10 Monaten
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) vor 10 Monaten
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) vor 10 Monaten

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.