Rebeka Dekany 7493936bad Merge pull request #22310 from overleaf/ar-bump-mongoose-8.8.3 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 73b17dd694 Merge pull request #21627 from overleaf/ar-node-20 1 년 전
Dockerfile 73b17dd694 Merge pull request #21627 from overleaf/ar-node-20 1 년 전
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 년 전
Makefile 73b17dd694 Merge pull request #21627 from overleaf/ar-node-20 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 73b17dd694 Merge pull request #21627 from overleaf/ar-node-20 1 년 전
docker-compose.ci.yml cbe7a2f5a9 Merge pull request #19282 from overleaf/jpa-filestore-sharding 2 년 전
docker-compose.yml 73b17dd694 Merge pull request #21627 from overleaf/ar-node-20 1 년 전
package.json 7493936bad Merge pull request #22310 from overleaf/ar-bump-mongoose-8.8.3 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.