Jakob Ackermann 805c4f8321 Merge pull request #21764 from overleaf/jpa-esm-build-scripts пре 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 57d12dfb17 Update to node 18.20.4 пре 1 година
Dockerfile 57d12dfb17 Update to node 18.20.4 пре 1 година
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 пре 7 година
Makefile 57d12dfb17 Update to node 18.20.4 пре 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 57d12dfb17 Update to node 18.20.4 пре 1 година
docker-compose.ci.yml cbe7a2f5a9 Merge pull request #19282 from overleaf/jpa-filestore-sharding пре 2 година
docker-compose.yml 57d12dfb17 Update to node 18.20.4 пре 1 година
package.json 805c4f8321 Merge pull request #21764 from overleaf/jpa-esm-build-scripts пре 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.