overleaf/services/notifications
2021-07-12 17:51:02 +01:00
..
.github [misc] bump the dev-env to 3.3.4 and bump the node version to 10.22.1 2020-09-17 15:25:11 +01:00
app/js [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
config
test [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
.dockerignore
.eslintrc [misc] add linting for missing explicit dependencies and fix any errors 2021-04-29 15:30:49 +01:00
.gitignore
.mocharc.json Add global test setup 2021-03-17 16:34:06 -04:00
.nvmrc Upgrade to Node 12 2021-03-17 16:34:52 -04:00
.prettierrc
app.js [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +01:00
buildscript.txt [misc] add linting for missing explicit dependencies and fix any errors 2021-04-29 15:30:49 +01:00
docker-compose.ci.yml Upgrade build-scripts to 3.4.0 2020-11-24 08:03:29 -05:00
docker-compose.yml Upgrade to Node 12 2021-03-17 16:34:52 -04:00
Dockerfile Upgrade to Node 12 2021-03-17 16:34:52 -04:00
LICENSE
Makefile Upgrade to Node 12 2021-03-17 16:34:52 -04:00
nodemon.json
package-lock.json [misc] run npm dedupe 2021-07-12 17:51:02 +01:00
package.json [misc] switch from settings-sharelatex to @overleaf/settings 2021-07-12 17:47:16 +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.