Tim Alby d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
..
.github ce80f99487 update build scripts to 1.3.1 6 سال پیش
app 70f5c71864 Handle duplicate-notification race condition when using forceCreate 6 سال پیش
config 3796fce483 update settings to allow mongo host and remove unused health check 7 سال پیش
test 70f5c71864 Handle duplicate-notification race condition when using forceCreate 6 سال پیش
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
.eslintrc d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
.gitignore 3f21d32808 Add **/*.map to .gitignore 7 سال پیش
.nvmrc ce80f99487 update build scripts to 1.3.1 6 سال پیش
.prettierrc d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
Dockerfile d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
Jenkinsfile d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 سال پیش
Makefile d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
README.md e9e7f23686 Add missing license statement 7 سال پیش
app.coffee 8a046ddf20 Adapt for metrics v2 7 سال پیش
buildscript.txt d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
docker-compose.ci.yml ce80f99487 update build scripts to 1.3.1 6 سال پیش
docker-compose.yml ce80f99487 update build scripts to 1.3.1 6 سال پیش
nodemon.json d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش
package-lock.json ab9689bd54 Upgrade to node 10, and migrate to package-lock.json 6 سال پیش
package.json d2ed80a1fb decaffeinate: update build scripts to es 6 سال پیش

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.