Henry Oswald 8197411cdf Merge pull request #4891 from overleaf/ho-web-mongo-4-2 4 лет назад
..
.github 938f1f8543 [misc] upgrade build scripts to version 3.11.0 and cleanup packages 5 лет назад
app 0616b1b31c [misc] temporary override a few new/changed eslint rules 5 лет назад
config 9a2bb1044f [misc] run format_fix and lint:fix 5 лет назад
test 9a2bb1044f [misc] run format_fix and lint:fix 5 лет назад
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es 6 лет назад
.eslintrc 0616b1b31c [misc] temporary override a few new/changed eslint rules 5 лет назад
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
.mocharc.json 821972b791 Add global test setup 5 лет назад
.nvmrc 7cc8b54a1d [misc] upgrade node version to latest v12 LTS version 12.22.3 5 лет назад
.prettierrc 938f1f8543 [misc] upgrade build scripts to version 3.11.0 and cleanup packages 5 лет назад
Dockerfile 7cc8b54a1d [misc] upgrade node version to latest v12 LTS version 12.22.3 5 лет назад
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 лет назад
Makefile 9dc54cc9d0 Upgrade to Node 12 5 лет назад
README.md e9e7f23686 Add missing license statement 7 лет назад
app.js 9a2bb1044f [misc] run format_fix and lint:fix 5 лет назад
buildscript.txt 7cc8b54a1d [misc] upgrade node version to latest v12 LTS version 12.22.3 5 лет назад
docker-compose.ci.yml 8197411cdf Merge pull request #4891 from overleaf/ho-web-mongo-4-2 4 лет назад
docker-compose.yml 8197411cdf Merge pull request #4891 from overleaf/ho-web-mongo-4-2 4 лет назад
nodemon.json e92b1fa063 [misc] bump the dev-env to 3.3.2 6 лет назад
package-lock.json 938f1f8543 [misc] upgrade build scripts to version 3.11.0 and cleanup packages 5 лет назад
package.json 938f1f8543 [misc] upgrade build scripts to version 3.11.0 and cleanup packages 5 лет назад

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.