Eric Mc Sween 093fe78c3a Upgrade build-scripts to 3.4.0 5 лет назад
..
.github 521f25b51e [misc] bump the dev-env to 3.3.4 and bump the node version to 10.22.1 5 лет назад
app 3626243692 [misc] mongodb: use the new db connector by default 6 лет назад
config 3626243692 [misc] mongodb: use the new db connector by default 6 лет назад
test d77834ab55 [misc] migrate the app to the native mongo driver 6 лет назад
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es 6 лет назад
.eslintrc e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
.nvmrc 521f25b51e [misc] bump the dev-env to 3.3.4 and bump the node version to 10.22.1 5 лет назад
.prettierrc 2b4e44f047 updated build scripts 6 лет назад
Dockerfile 521f25b51e [misc] bump the dev-env to 3.3.4 and bump the node version to 10.22.1 5 лет назад
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 лет назад
Makefile e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
README.md e9e7f23686 Add missing license statement 7 лет назад
app.js d77834ab55 [misc] migrate the app to the native mongo driver 6 лет назад
buildscript.txt 093fe78c3a Upgrade build-scripts to 3.4.0 5 лет назад
docker-compose.ci.yml 093fe78c3a Upgrade build-scripts to 3.4.0 5 лет назад
docker-compose.yml 093fe78c3a Upgrade build-scripts to 3.4.0 5 лет назад
nodemon.json e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
package-lock.json 728736e080 Merge pull request #28 from overleaf/dependabot-npm_and_yarn-yargs-parser-13.1.2 5 лет назад
package.json 74a3a95dc6 [misc] migrate the health-check to the native mongo driver, drop mongojs 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.