Anna Claire Fields 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
..
app 64da16f0d1 Merge pull request #28670 from overleaf/td-rename-validate-req před 7 měsíci
config f295bbc3be Convert files to ES modules před 11 měsíci
test 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts před 10 měsíci
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) před 4 měsíci
Dockerfile 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 před 7 roky
Makefile 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
README.md a648015db8 Centralize prettier configuration to root level (#30501) před 6 měsíci
app.ts 6869ad5bdf [misc] remove HTTP method override capability (#34243) před 2 měsíci
buildscript.txt a0ca344065 Merge pull request #34127 from overleaf/gs-j-cd-hooks před 2 měsíci
docker-compose.ci.yml 44efc9d745 [monorepo] avoid corepack network requests (#33502) před 3 měsíci
docker-compose.yml 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
package.json 8f07308342 Acf pnp migration master (#34040) před 1 měsícem
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.