overleaf/services/notifications
Jakob Ackermann a6f05109a3 Merge pull request #5352 from overleaf/jpa-no-var
[misc] fix eslint violations for `no-var`

GitOrigin-RevId: c52e82f3a8a993b8662cc5aa56e7b95ca3c55832
2021-10-27 08:03:00 +00:00
..
.github
app/js
config
test
.dockerignore
.eslintrc Merge pull request #5352 from overleaf/jpa-no-var 2021-10-27 08:03:00 +00:00
.gitignore
.mocharc.json
.nvmrc Merge pull request #5552 from overleaf/bg-node-upgrade-other 2021-10-26 08:03:13 +00:00
.prettierrc
app.js
buildscript.txt Merge pull request #5552 from overleaf/bg-node-upgrade-other 2021-10-26 08:03:13 +00:00
docker-compose.ci.yml Merge pull request #5552 from overleaf/bg-node-upgrade-other 2021-10-26 08:03:13 +00:00
docker-compose.yml Merge pull request #5552 from overleaf/bg-node-upgrade-other 2021-10-26 08:03:13 +00:00
Dockerfile Merge pull request #5552 from overleaf/bg-node-upgrade-other 2021-10-26 08:03:13 +00:00
LICENSE
Makefile
nodemon.json
package-lock.json
package.json
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.