Mathias Jakobsen 4763cfd59e Merge pull request #16058 from overleaf/jpa-faster-restart пре 2 година
..
.github 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy пре 4 година
app e86ef1139e Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications пре 2 година
config efd30fae15 Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications пре 3 година
test e86ef1139e Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications пре 2 година
.gitignore de17f883f7 Merge pull request #13222 from overleaf/ae-less-cleanup пре 3 година
.mocharc.json 821972b791 Add global test setup пре 5 година
.nvmrc f061a4add4 Merge pull request #15506 from overleaf/jpa-node-18-18-2 пре 2 година
Dockerfile f061a4add4 Merge pull request #15506 from overleaf/jpa-node-18-18-2 пре 2 година
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 пре 7 година
Makefile be6206845e Merge pull request #15910 from overleaf/csh-issue-15655-add-apps-to-ar пре 2 година
README.md e9e7f23686 Add missing license statement пре 7 година
app.js 5855ba7b49 Merge pull request #15241 from overleaf/em-gcp-opentelemetry пре 2 година
buildscript.txt 4763cfd59e Merge pull request #16058 from overleaf/jpa-faster-restart пре 2 година
docker-compose.ci.yml 6c29e0a36e Merge pull request #13251 from overleaf/msm-update-mongo-5 пре 3 година
docker-compose.yml f061a4add4 Merge pull request #15506 from overleaf/jpa-node-18-18-2 пре 2 година
package.json 4763cfd59e Merge pull request #16058 from overleaf/jpa-faster-restart пре 2 година

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.