Eric Mc Sween 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 ani în urmă
..
.github 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy 4 ani în urmă
app e0d91eaa26 Merge pull request #7906 from overleaf/em-downgrade-logs 4 ani în urmă
config 9a2bb1044f [misc] run format_fix and lint:fix 5 ani în urmă
test f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger 4 ani în urmă
.dockerignore d2ed80a1fb decaffeinate: update build scripts to es 6 ani în urmă
.gitignore e92b1fa063 [misc] bump the dev-env to 3.3.2 6 ani în urmă
.mocharc.json 821972b791 Add global test setup 5 ani în urmă
.nvmrc e7531eb047 Merge pull request #8871 from overleaf/briangough-issue8868 4 ani în urmă
Dockerfile e7531eb047 Merge pull request #8871 from overleaf/briangough-issue8868 4 ani în urmă
LICENSE 5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0 7 ani în urmă
Makefile e7531eb047 Merge pull request #8871 from overleaf/briangough-issue8868 4 ani în urmă
README.md e9e7f23686 Add missing license statement 7 ani în urmă
app.js e0d91eaa26 Merge pull request #7906 from overleaf/em-downgrade-logs 4 ani în urmă
buildscript.txt e7531eb047 Merge pull request #8871 from overleaf/briangough-issue8868 4 ani în urmă
docker-compose.ci.yml 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 ani în urmă
docker-compose.yml 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 ani în urmă
nodemon.json ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces 4 ani în urmă
package.json a450a74351 Upgrade `async` package to 3.2.2 (#8447) 4 ani în urmă

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.