Files
overleaf-cep/services/notifications
Eric Mc Sween 093fe78c3a Upgrade build-scripts to 3.4.0
This version fixes docker-compose health checks for dependent services. See
https://github.com/overleaf/dev-environment/pull/409 for details.
2020-11-24 08:03:29 -05:00
..
2020-08-10 17:10:30 +01:00
2020-08-10 17:10:30 +01:00
2020-03-26 13:16:08 +01:00
2020-11-24 08:03:29 -05:00
2020-08-10 17:10:30 +01:00
2020-08-10 17:10:30 +01:00
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.