Celestino Rey aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
..
app aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
config aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
test aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
types aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
.nvmrc aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
Dockerfile aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
LICENSE aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
Makefile aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
README.md aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
app.ts aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
buildscript.txt aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
docker-compose.ci.yml aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
docker-compose.yml aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
package.json aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
tsconfig.json aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
vitest.config.acceptance.cjs aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља
vitest.config.unit.cjs aaa3a426f4 Primer commit para que funcione en mi host пре 1 недеља

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.