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

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.