overleaf/services/notifications
2019-05-09 12:03:27 +01:00
..
.github
app/coffee
config
test/unit/coffee
.dockerignore
.gitignore
.nvmrc
app.coffee
buildscript.txt bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
docker-compose.ci.yml bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
docker-compose.yml bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
Dockerfile
Jenkinsfile update Git URL in Jenkinsfile 2019-05-07 18:43:08 +02:00
Makefile bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
nodemon.json
npm-shrinkwrap.json bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
package.json bump build scripts and move to npm modules 2019-01-31 16:13:21 +00: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.