overleaf/services/notifications
Jakob Ackermann efb36b7193 Merge pull request #14698 from overleaf/bg-sg-use-node-watch
[misc] replace nodemon with "node --watch"

GitOrigin-RevId: 8b34861887b39ffe1c64d9e4679f8ebef09302bd
2023-10-03 08:04:36 +00:00
..
.github Merge pull request #8220 from overleaf/jlm-dependabot-tidy 2022-05-31 08:04:15 +00:00
app/js Merge pull request #12208 from overleaf/em-camel-case-notifications 2023-03-17 09:05:29 +00:00
config Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
test Merge pull request #12208 from overleaf/em-camel-case-notifications 2023-03-17 09:05:29 +00:00
.gitignore Merge pull request #13222 from overleaf/ae-less-cleanup 2023-07-17 10:29:25 +00:00
.mocharc.json Add global test setup 2021-03-17 16:34:06 -04:00
.nvmrc Merge pull request #14902 from overleaf/jpa-node-18-18-0 2023-09-25 08:04:25 +00:00
app.js Merge pull request #13055 from overleaf/jpa-monitor-sockets-everywhere 2023-05-23 08:05:03 +00:00
buildscript.txt Merge pull request #14698 from overleaf/bg-sg-use-node-watch 2023-10-03 08:04:36 +00:00
docker-compose.ci.yml Merge pull request #13251 from overleaf/msm-update-mongo-5 2023-06-01 08:05:18 +00:00
docker-compose.yml Merge pull request #14902 from overleaf/jpa-node-18-18-0 2023-09-25 08:04:25 +00:00
Dockerfile Merge pull request #14902 from overleaf/jpa-node-18-18-0 2023-09-25 08:04:25 +00:00
LICENSE [misc] Add a copy the the GNU Affero General Public License v3.0 2019-05-09 13:36:04 +02:00
Makefile Merge pull request #14902 from overleaf/jpa-node-18-18-0 2023-09-25 08:04:25 +00:00
package.json Merge pull request #14698 from overleaf/bg-sg-use-node-watch 2023-10-03 08:04:36 +00:00
README.md Add missing license statement 2019-05-09 12:03:27 +01: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.