overleaf/services/notifications
2021-07-13 12:24:37 +01:00
..
.github [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:15 +01:00
app/js [misc] temporary override a few new/changed eslint rules 2021-07-13 12:24:37 +01:00
config [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
test [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
.dockerignore
.eslintrc [misc] temporary override a few new/changed eslint rules 2021-07-13 12:24:37 +01:00
.gitignore
.mocharc.json
.nvmrc
.prettierrc [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:15 +01:00
app.js [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
buildscript.txt [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:15 +01:00
docker-compose.ci.yml
docker-compose.yml
Dockerfile
LICENSE
Makefile
nodemon.json
package-lock.json [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:15 +01:00
package.json [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:15 +01:00
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, 20162019.