overleaf/services/notifications
2021-05-17 11:02:06 -04:00
..
.github
app/js
config
test
.dockerignore
.eslintrc [misc] add linting for missing explicit dependencies and fix any errors 2021-04-29 15:30:49 +01:00
.gitignore
.mocharc.json
.nvmrc Upgrade to Node 12 2021-03-17 16:34:52 -04:00
.prettierrc
app.js
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
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 Merge pull request #44 from overleaf/dependabot-npm_and_yarn-hosted-git-info-2.8.9 2021-05-17 11:02:06 -04:00
package.json Bump underscore from 1.9.2 to 1.13.1 2021-05-07 05:10:51 +00: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.