Jakob Ackermann 01059af954 [misc] drop unused node-statsd package hace 5 años
..
.github 521f25b51e [misc] bump the dev-env to 3.3.4 and bump the node version to 10.22.1 hace 5 años
app f16fbdcdbf [misc] bump metrics module to 3.4.1 hace 5 años
config 3626243692 [misc] mongodb: use the new db connector by default hace 6 años
test 821972b791 Add global test setup hace 5 años
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es hace 6 años
.eslintrc e92b1fa063 [misc] bump the dev-env to 3.3.2 hace 6 años
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 hace 6 años
.mocharc.json 821972b791 Add global test setup hace 5 años
.nvmrc 9dc54cc9d0 Upgrade to Node 12 hace 5 años
.prettierrc 2b4e44f047 updated build scripts hace 6 años
Dockerfile 9dc54cc9d0 Upgrade to Node 12 hace 5 años
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 hace 7 años
Makefile 9dc54cc9d0 Upgrade to Node 12 hace 5 años
README.md e9e7f23686 Add missing license statement hace 7 años
app.js f16fbdcdbf [misc] bump metrics module to 3.4.1 hace 5 años
buildscript.txt 9dc54cc9d0 Upgrade to Node 12 hace 5 años
docker-compose.ci.yml 093fe78c3a Upgrade build-scripts to 3.4.0 hace 5 años
docker-compose.yml 9dc54cc9d0 Upgrade to Node 12 hace 5 años
nodemon.json e92b1fa063 [misc] bump the dev-env to 3.3.2 hace 6 años
package-lock.json 01059af954 [misc] drop unused node-statsd package hace 5 años
package.json 01059af954 [misc] drop unused node-statsd package hace 5 años

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, 2016–2019.