|
|
4 months ago | |
|---|---|---|
| .. | ||
| app | 7 months ago | |
| config | 11 months ago | |
| test | 10 months ago | |
| types | 10 months ago | |
| .nvmrc | 4 months ago | |
| Dockerfile | 4 months ago | |
| LICENSE | 7 years ago | |
| Makefile | 4 months ago | |
| README.md | 6 months ago | |
| app.ts | 10 months ago | |
| buildscript.txt | 4 months ago | |
| docker-compose.ci.yml | 5 months ago | |
| docker-compose.yml | 4 months ago | |
| package.json | 6 months ago | |
| tsconfig.json | 10 months ago | |
| vitest.config.acceptance.cjs | 10 months ago | |
| vitest.config.unit.cjs | 10 months ago | |
An API for managing user notifications in Overleaf
For notification expiry to work, a TTL index on notifications.expires must be created:
db.notifications.createIndex({ expires: 1 }, { expireAfterSeconds: 10 })
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3.
Copyright (c) Overleaf, 2016–2019.