overleaf/services/notifications
2019-11-28 16:40:14 +00:00
..
.github
app/coffee Handle duplicate-notification race condition when using forceCreate 2019-11-28 16:40:14 +00:00
config
test/unit/coffee Handle duplicate-notification race condition when using forceCreate 2019-11-28 16:40:14 +00:00
.dockerignore
.gitignore
.nvmrc
app.coffee
buildscript.txt update logger and metrics 2019-06-21 10:06:02 +01:00
docker-compose.ci.yml update logger and metrics 2019-06-21 10:06:02 +01:00
docker-compose.yml Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
Dockerfile Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
Jenkinsfile update Git URL in Jenkinsfile 2019-05-07 18:43:08 +02:00
LICENSE [misc] Add a copy the the GNU Affero General Public License v3.0 2019-05-09 13:36:04 +02:00
Makefile update logger and metrics 2019-06-21 10:06:02 +01:00
nodemon.json
package-lock.json Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
package.json update logger and metrics 2019-06-21 10:06:02 +01:00
README.md Add missing license statement 2019-05-09 12:03:27 +01: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.