|
|
2 ヶ月 前 | |
|---|---|---|
| .. | ||
| app | 7 ヶ月 前 | |
| config | 11 ヶ月 前 | |
| test | 10 ヶ月 前 | |
| types | 10 ヶ月 前 | |
| .nvmrc | 4 ヶ月 前 | |
| Dockerfile | 3 ヶ月 前 | |
| LICENSE | 7 年 前 | |
| Makefile | 2 ヶ月 前 | |
| README.md | 6 ヶ月 前 | |
| app.ts | 2 ヶ月 前 | |
| buildscript.txt | 2 ヶ月 前 | |
| docker-compose.ci.yml | 3 ヶ月 前 | |
| docker-compose.yml | 3 ヶ月 前 | |
| package.json | 2 ヶ月 前 | |
| tsconfig.json | 10 ヶ月 前 | |
| vitest.config.acceptance.cjs | 10 ヶ月 前 | |
| vitest.config.unit.cjs | 10 ヶ月 前 | |
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.