Lucie Germain bf1f34bca6 Merge pull request #32197 from overleaf/lg-project-number-buildscripts há 4 meses atrás
..
app 64da16f0d1 Merge pull request #28670 from overleaf/td-rename-validate-req há 7 meses atrás
config f295bbc3be Convert files to ES modules há 11 meses atrás
test 729e0f5ac9 move migrations to shared location (#28306) há 10 meses atrás
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts há 10 meses atrás
.nvmrc e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) há 6 meses atrás
Dockerfile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) há 6 meses atrás
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 há 7 anos atrás
Makefile dbf6401f22 [monorepo] move retries from the outside to the per-test level (#31528) há 5 meses atrás
README.md a648015db8 Centralize prettier configuration to root level (#30501) há 6 meses atrás
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts há 10 meses atrás
buildscript.txt bf1f34bca6 Merge pull request #32197 from overleaf/lg-project-number-buildscripts há 4 meses atrás
docker-compose.ci.yml dbf6401f22 [monorepo] move retries from the outside to the per-test level (#31528) há 5 meses atrás
docker-compose.yml dbf6401f22 [monorepo] move retries from the outside to the per-test level (#31528) há 5 meses atrás
package.json fd647002f5 [monorepo] enable caching for eslint and prettier (#30967) há 6 meses atrás
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts há 10 meses atrás
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) há 10 meses atrás
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) há 10 meses atrás

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.