latex-ub/services/notifications
2025-05-05 12:24:05 +00:00
..
app/js Init 2025-05-05 12:24:05 +00:00
config Init 2025-05-05 12:24:05 +00:00
test Init 2025-05-05 12:24:05 +00:00
.gitignore Init 2025-05-05 12:24:05 +00:00
.mocharc.json Init 2025-05-05 12:24:05 +00:00
.nvmrc Init 2025-05-05 12:24:05 +00:00
app.js Init 2025-05-05 12:24:05 +00:00
buildscript.txt Init 2025-05-05 12:24:05 +00:00
docker-compose.ci.yml Init 2025-05-05 12:24:05 +00:00
docker-compose.yml Init 2025-05-05 12:24:05 +00:00
Dockerfile Init 2025-05-05 12:24:05 +00:00
LICENSE Init 2025-05-05 12:24:05 +00:00
Makefile Init 2025-05-05 12:24:05 +00:00
package.json Init 2025-05-05 12:24:05 +00:00
README.md Init 2025-05-05 12:24:05 +00:00
tsconfig.json Init 2025-05-05 12:24:05 +00:00

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, 20162019.