Jakob Ackermann 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 %!s(int64=7) %!d(string=hai) anos
..
.github 2a85b54dad update build scripts %!s(int64=7) %!d(string=hai) anos
app 5f0bf16c75 update to new metrics api %!s(int64=9) %!d(string=hai) anos
config 3796fce483 update settings to allow mongo host and remove unused health check %!s(int64=7) %!d(string=hai) anos
test e67c546254 Upgrade metrics %!s(int64=9) %!d(string=hai) anos
.dockerignore 9058cc668a update build scripts to 1.1.3 with docker file %!s(int64=8) %!d(string=hai) anos
.gitignore 3f21d32808 Add **/*.map to .gitignore %!s(int64=7) %!d(string=hai) anos
.nvmrc d79d255c7c change to node6 %!s(int64=8) %!d(string=hai) anos
Dockerfile b9fe57757e Bump build script to v1.1.10 %!s(int64=7) %!d(string=hai) anos
Jenkinsfile eff364d451 update Git URL in Jenkinsfile %!s(int64=7) %!d(string=hai) anos
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 %!s(int64=7) %!d(string=hai) anos
Makefile 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos
README.md e9e7f23686 Add missing license statement %!s(int64=7) %!d(string=hai) anos
app.coffee 8a046ddf20 Adapt for metrics v2 %!s(int64=7) %!d(string=hai) anos
buildscript.txt 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos
docker-compose.ci.yml 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos
docker-compose.yml 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos
nodemon.json 9058cc668a update build scripts to 1.1.3 with docker file %!s(int64=8) %!d(string=hai) anos
npm-shrinkwrap.json 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos
package.json 10f71a6a9d bump build scripts and move to npm modules %!s(int64=7) %!d(string=hai) anos

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.