Anna Claire Fields e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
..
app 64da16f0d1 Merge pull request #28670 from overleaf/td-rename-validate-req 7 miesięcy temu
config f295bbc3be Convert files to ES modules 11 miesięcy temu
test 729e0f5ac9 move migrations to shared location (#28306) 10 miesięcy temu
types 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 miesięcy temu
.nvmrc e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
Dockerfile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 lat temu
Makefile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
README.md e9e7f23686 Add missing license statement 7 lat temu
app.ts 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 miesięcy temu
buildscript.txt e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
docker-compose.ci.yml 8859aaaeb9 Merge pull request #31011 from overleaf/mj-build-scripts-elastic-search 6 miesięcy temu
docker-compose.yml e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 miesięcy temu
package.json 4271744bfd Merge pull request #30606 from overleaf/ar/bump-qs-to-6.14.1 7 miesięcy temu
tsconfig.json 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts 10 miesięcy temu
vitest.config.acceptance.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 miesięcy temu
vitest.config.unit.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 miesięcy temu

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.