overleaf/services/notifications
Brian Gough e7531eb047 Merge pull request #8871 from overleaf/briangough-issue8868
Upgrade node to v16.16.0

GitOrigin-RevId: 6bc6d63aa4af1940649f1eb5966f182250ecac22
2022-07-18 08:04: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 #7906 from overleaf/em-downgrade-logs 2022-05-17 08:05:26 +00:00
config [misc] run format_fix and lint:fix 2021-07-13 12:04:44 +01:00
test Merge pull request #6079 from overleaf/em-upgrade-logger 2021-12-15 09:04:25 +00:00
.dockerignore decaffeinate: update build scripts to es 2020-01-13 20:04:02 +01: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 #8871 from overleaf/briangough-issue8868 2022-07-18 08:04:37 +00:00
app.js Merge pull request #7906 from overleaf/em-downgrade-logs 2022-05-17 08:05:26 +00:00
buildscript.txt Merge pull request #8871 from overleaf/briangough-issue8868 2022-07-18 08:04:37 +00:00
docker-compose.ci.yml Merge pull request #7304 from overleaf/em-split-queues 2022-04-05 12:19:32 +00:00
docker-compose.yml Merge pull request #8871 from overleaf/briangough-issue8868 2022-07-18 08:04:37 +00:00
Dockerfile Merge pull request #8871 from overleaf/briangough-issue8868 2022-07-18 08:04: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 #8871 from overleaf/briangough-issue8868 2022-07-18 08:04:37 +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 Upgrade async package to 3.2.2 (#8447) 2022-06-22 08:03:35 +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.