Jakob Ackermann 1b553c0455 [migrations] only apply non-blocking migrations in CI (#34665) 1 month ago
..
app 64da16f0d1 Merge pull request #28670 from overleaf/td-rename-validate-req 7 months ago
config f295bbc3be Convert files to ES modules 11 months ago
test 1b553c0455 [migrations] only apply non-blocking migrations in CI (#34665) 1 month ago
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 months ago
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 months ago
Dockerfile 7035a2e025 Revert "Acf pnp migration master" (#34709) 1 month ago
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 years ago
Makefile 9fd0d644cf [agents] refine guidance for running tests (#34977) 1 month ago
README.md a648015db8 Centralize prettier configuration to root level (#30501) 6 months ago
app.ts 6869ad5bdf [misc] remove HTTP method override capability (#34243) 2 months ago
buildscript.txt 6b084424b5 [monorepo] fix running make lint from root (#33559) 1 month ago
docker-compose.ci.yml 9fd0d644cf [agents] refine guidance for running tests (#34977) 1 month ago
docker-compose.yml 7035a2e025 Revert "Acf pnp migration master" (#34709) 1 month ago
package.json 7035a2e025 Revert "Acf pnp migration master" (#34709) 1 month 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.