Jakob Ackermann f6bd485863 [misc] align initializing of mongodb replica set (#24287) преди 1 година
..
app a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost преди 2 години
config a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost преди 2 години
test 7f48c67512 Add `prefer-node-protocol` ESLint rule (#21532) преди 1 година
.gitignore de17f883f7 Merge pull request #13222 from overleaf/ae-less-cleanup преди 3 години
.mocharc.json 821972b791 Add global test setup преди 5 години
.nvmrc 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) преди 1 година
Dockerfile 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) преди 1 година
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 преди 7 години
Makefile f6bd485863 [misc] align initializing of mongodb replica set (#24287) преди 1 година
README.md e9e7f23686 Add missing license statement преди 7 години
app.js a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost преди 2 години
buildscript.txt 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) преди 1 година
docker-compose.ci.yml f6bd485863 [misc] align initializing of mongodb replica set (#24287) преди 1 година
docker-compose.yml f6bd485863 [misc] align initializing of mongodb replica set (#24287) преди 1 година
package.json 767591973c Merge pull request #23905 from overleaf/ar-mocha-11 преди 1 година
tsconfig.json 84be385550 Merge pull request #20331 from overleaf/jpa-build-scripts-sync преди 1 година

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.