Jakob Ackermann 15a6e8ba04 [monorepo] use content hash as docker image cache key (#29046) 10 months ago
..
app 92792828bf Convert HealthCheckController to TypeScript 10 months ago
config f295bbc3be Convert files to ES modules 11 months ago
test 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
.jenkinsIncludeFile 9b2fcbe960 [monorepo] optimize Jenkins build triggers for services (#28477) 10 months ago
.nvmrc 6190005f9b [monorepo] Upgrade to node 22.18.0 (#27977) 11 months ago
Dockerfile fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 months ago
Jenkinsfile fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 months ago
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 years ago
Makefile 15a6e8ba04 [monorepo] use content hash as docker image cache key (#29046) 10 months ago
README.md e9e7f23686 Add missing license statement 7 years ago
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
buildscript.txt 15a6e8ba04 [monorepo] use content hash as docker image cache key (#29046) 10 months ago
docker-compose.ci.yml fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 months ago
docker-compose.yml aef9639405 Add acceptance test to notifications 10 months ago
package.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 months ago
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 months ago

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.