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

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.