overleaf/services/notifications
Brian Gough ed0acd8e58 Merge pull request #12658 from overleaf/bg-node-18-upgrade
Upgrade to node 18

GitOrigin-RevId: 1b25d20a8987950a72a7bf966a825794de4ad960
2023-04-20 08:03:37 +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 [misc] bump the dev-env to 3.3.2 2020-08-10 17:10:30 +01:00
.mocharc.json Add global test setup 2021-03-17 16:34:06 -04:00
.nvmrc Merge pull request #12658 from overleaf/bg-node-18-upgrade 2023-04-20 08:03:37 +00:00
app.js Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
buildscript.txt Merge pull request #12658 from overleaf/bg-node-18-upgrade 2023-04-20 08:03:37 +00:00
docker-compose.ci.yml Merge pull request #12575 from overleaf/em-fix-chunk-replace-transaction 2023-04-19 08:03:10 +00:00
docker-compose.yml Merge pull request #12658 from overleaf/bg-node-18-upgrade 2023-04-20 08:03:37 +00:00
Dockerfile Merge pull request #12658 from overleaf/bg-node-18-upgrade 2023-04-20 08:03:37 +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 #12575 from overleaf/em-fix-chunk-replace-transaction 2023-04-19 08:03:10 +00:00
nodemon.json Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces 2022-02-16 11:31:07 +00:00
package.json Merge pull request #11207 from overleaf/em-upgrade-express 2023-01-25 09:06:11 +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.