Eric Mc Sween 025863d8ae Merge pull request #12208 from overleaf/em-camel-case-notifications 3 năm trước cách đây
..
.github 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy 4 năm trước cách đây
app 025863d8ae Merge pull request #12208 from overleaf/em-camel-case-notifications 3 năm trước cách đây
config efd30fae15 Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 3 năm trước cách đây
test 025863d8ae Merge pull request #12208 from overleaf/em-camel-case-notifications 3 năm trước cách đây
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 6 năm trước cách đây
.mocharc.json 821972b791 Add global test setup 5 năm trước cách đây
.nvmrc 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 năm trước cách đây
Dockerfile d483211677 Merge pull request #11909 from overleaf/jpa-update-build-scripts 3 năm trước cách đây
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 năm trước cách đây
Makefile d483211677 Merge pull request #11909 from overleaf/jpa-update-build-scripts 3 năm trước cách đây
README.md e9e7f23686 Add missing license statement 7 năm trước cách đây
app.js efd30fae15 Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 3 năm trước cách đây
buildscript.txt 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 năm trước cách đây
docker-compose.ci.yml 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 năm trước cách đây
docker-compose.yml 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 năm trước cách đây
nodemon.json ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces 4 năm trước cách đây
package.json c59b28d315 Merge pull request #11207 from overleaf/em-upgrade-express 3 năm trước cách đây

README.md

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, 2016–2019.