overleaf/services/notifications
Jakob Ackermann f6bd485863 [misc] align initializing of mongodb replica set (#24287)
* [misc] align initializing of mongodb replica set

* [misc] fix volumes for mono container in dev-env

* Remove duplicate volumes key

---------

Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 0119c42ee8b13a0fca9373e40a27fc5b2a52d73b
2025-03-17 09:04:58 +00:00
..
app/js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
config Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
test Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
.gitignore
.mocharc.json
.nvmrc Run bin/update_node 20.18.0 20.18.2 (#23074) 2025-01-24 09:06:05 +00:00
app.js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
buildscript.txt Run bin/update_node 20.18.0 20.18.2 (#23074) 2025-01-24 09:06:05 +00:00
docker-compose.ci.yml [misc] align initializing of mongodb replica set (#24287) 2025-03-17 09:04:58 +00:00
docker-compose.yml [misc] align initializing of mongodb replica set (#24287) 2025-03-17 09:04:58 +00:00
Dockerfile Run bin/update_node 20.18.0 20.18.2 (#23074) 2025-01-24 09:06:05 +00:00
LICENSE
Makefile [misc] align initializing of mongodb replica set (#24287) 2025-03-17 09:04:58 +00:00
package.json Merge pull request #23905 from overleaf/ar-mocha-11 2025-02-28 09:05:40 +00:00
README.md
tsconfig.json Merge pull request #20331 from overleaf/jpa-build-scripts-sync 2024-09-10 08:05:01 +00:00

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, 20162019.