mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
* [monorepo] extend docker compose cleanup * [web] cleanup docker images Only retain the branch builds for dependencies. * [server-ce] jenkins: remove build specific image Retain the branch image as cache. * [monorepo] jenkins: prune untagged docker images and docker build cache * [monorepo] jenkins: remove temporary files from monorepo * [monorepo] jenkins: remove containers from sandboxed compiles GitOrigin-RevId: c847015986a060c5c84c39cd06236fd73bbf6f3a
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.