John Lees-Miller 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy há 4 anos atrás
..
.github 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy há 4 anos atrás
app e0d91eaa26 Merge pull request #7906 from overleaf/em-downgrade-logs há 4 anos atrás
config 9a2bb1044f [misc] run format_fix and lint:fix há 5 anos atrás
test f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger há 4 anos atrás
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es há 6 anos atrás
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 há 6 anos atrás
.mocharc.json 821972b791 Add global test setup há 5 anos atrás
.nvmrc eb4764e777 Merge pull request #7556 from overleaf/em-finish-node-16 há 4 anos atrás
Dockerfile eb4764e777 Merge pull request #7556 from overleaf/em-finish-node-16 há 4 anos atrás
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 há 7 anos atrás
Makefile eb4764e777 Merge pull request #7556 from overleaf/em-finish-node-16 há 4 anos atrás
README.md e9e7f23686 Add missing license statement há 7 anos atrás
app.js e0d91eaa26 Merge pull request #7906 from overleaf/em-downgrade-logs há 4 anos atrás
buildscript.txt eb4764e777 Merge pull request #7556 from overleaf/em-finish-node-16 há 4 anos atrás
docker-compose.ci.yml 7119141524 Merge pull request #7304 from overleaf/em-split-queues há 4 anos atrás
docker-compose.yml eb4764e777 Merge pull request #7556 from overleaf/em-finish-node-16 há 4 anos atrás
nodemon.json ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces há 4 anos atrás
package.json ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces há 4 anos atrás

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.