overleaf/services/notifications
2020-01-13 20:04:03 +01:00
..
.github
app/js prettier: convert app/js decaffeinated files to Prettier format 2020-01-13 20:04:03 +01:00
config
test/unit/js prettier: convert test/unit decaffeinated files to Prettier format 2020-01-13 20:04:03 +01:00
.dockerignore
.eslintrc
.gitignore decaffeinate: update .gitignore 2020-01-13 20:04:02 +01:00
.nvmrc
.prettierrc
app.coffee
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
Jenkinsfile
LICENSE
Makefile
nodemon.json
package-lock.json decaffeinate: add eslint and prettier packages 2020-01-13 20:04:02 +01:00
package.json decaffeinate: add eslint and prettier packages 2020-01-13 20:04:02 +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.