overleaf/services/notifications
dependabot[bot] d55f4dfafa Bump async to 3.2.2 (#7618)
[all] Upgrade async package to 3.2.2

- [web] Fix usages of async library
- [project-history] Fix usage of async library
- [third-party-references] Fix usage of async library
- [track-changes] Fix usage of async library

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: June Kelly <june.kelly@overleaf.com>
GitOrigin-RevId: 90cf132f13da53b2bd6690ee3cdf4d6c8563ecd2
2022-06-16 08:02:49 +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 #7556 from overleaf/em-finish-node-16 2022-04-14 08:03:17 +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 #7556 from overleaf/em-finish-node-16 2022-04-14 08:03:17 +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 #7556 from overleaf/em-finish-node-16 2022-04-14 08:03:17 +00:00
Dockerfile Merge pull request #7556 from overleaf/em-finish-node-16 2022-04-14 08:03:17 +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 #7556 from overleaf/em-finish-node-16 2022-04-14 08:03:17 +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 Bump async to 3.2.2 (#7618) 2022-06-16 08:02:49 +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.