overleaf/services/notifications
Jakob Ackermann 63520c7076 Merge pull request #16859 from overleaf/jpa-sharelatex-cleanup
[misc] ShareLaTeX cleanup - high impact

GitOrigin-RevId: 6dcce9b0f15e30f7afcf6d69c3df36a369f38120
2024-02-09 09:04:11 +00:00
..
app/js Merge pull request #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications 2023-10-24 08:03:15 +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 #15350 from overleaf/csh-issue-11625-mongo-ug-5-notifications 2023-10-24 08:03:15 +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 #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +00:00
app.js Merge pull request #16859 from overleaf/jpa-sharelatex-cleanup 2024-02-09 09:04:11 +00:00
buildscript.txt Merge pull request #16058 from overleaf/jpa-faster-restart 2023-12-08 09:04:01 +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 #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +00:00
Dockerfile Merge pull request #15506 from overleaf/jpa-node-18-18-2 2023-11-01 09:02:48 +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 #16845 from overleaf/csh-docker-compose 2024-02-01 09:03:43 +00:00
package.json Merge pull request #16524 from overleaf/em-fix-typescript-backend 2024-01-17 09:03:42 +00:00
README.md Add missing license statement 2019-05-09 12:03:27 +01:00
tsconfig.json Merge pull request #16385 from overleaf/em-typescript-other-services 2024-01-12 09:03:22 +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.