|
|
vor 1 Monat | |
|---|---|---|
| .. | ||
| app | vor 7 Monaten | |
| config | vor 11 Monaten | |
| test | vor 1 Monat | |
| types | vor 10 Monaten | |
| .nvmrc | vor 4 Monaten | |
| Dockerfile | vor 1 Monat | |
| LICENSE | vor 7 Jahren | |
| Makefile | vor 1 Monat | |
| README.md | vor 6 Monaten | |
| app.ts | vor 2 Monaten | |
| buildscript.txt | vor 1 Monat | |
| docker-compose.ci.yml | vor 1 Monat | |
| docker-compose.yml | vor 1 Monat | |
| package.json | vor 1 Monat | |
| tsconfig.json | vor 10 Monaten | |
| vitest.config.acceptance.cjs | vor 10 Monaten | |
| vitest.config.unit.cjs | vor 10 Monaten | |
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.