Files
overleaf-cep/services/notifications
dependabot[bot] 0d7dc837d6 Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 07:33:47 +00: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-25 11:57:20 +00: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
2020-12-13 07:33:47 +00: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.