overleaf/services/notifications
2020-02-07 14:16:31 +00:00
..
.github
app/js prettier: convert app/js decaffeinated files to Prettier format 2020-01-13 20:04:03 +01:00
config prettier: convert individual decaffeinated files to Prettier format 2020-01-13 20:04:04 +01:00
test/unit/js prettier: convert test/unit decaffeinated files to Prettier format 2020-01-13 20:04:03 +01:00
.dockerignore
.eslintrc
.gitignore
.nvmrc update to node 10.19.0 2020-02-07 14:16:31 +00:00
.prettierrc
app.js prettier: convert individual decaffeinated files to Prettier format 2020-01-13 20:04:04 +01:00
buildscript.txt update to node 10.19.0 2020-02-07 14:16:31 +00:00
docker-compose.ci.yml
docker-compose.yml update to node 10.19.0 2020-02-07 14:16:31 +00:00
Dockerfile update to node 10.19.0 2020-02-07 14:16:31 +00:00
Jenkinsfile
LICENSE
Makefile
nodemon.json
package-lock.json
package.json remove compile:* commands 2020-01-14 17:02:13 +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.