Anna Claire Fields 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
..
app 64da16f0d1 Merge pull request #28670 from overleaf/td-rename-validate-req 7 mesi fa
config f295bbc3be Convert files to ES modules 11 mesi fa
test 729e0f5ac9 move migrations to shared location (#28306) 10 mesi fa
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 mesi fa
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 mesi fa
Dockerfile 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 anni fa
Makefile 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
README.md a648015db8 Centralize prettier configuration to root level (#30501) 6 mesi fa
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 mesi fa
buildscript.txt 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
docker-compose.ci.yml 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
docker-compose.yml 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
package.json 0d64a88a46 Yarn 4 Migration (#32253) 3 mesi fa
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 mesi fa
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 mesi fa
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 mesi fa

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.