matrix-media-repo icon indicating copy to clipboard operation
matrix-media-repo copied to clipboard

Highly configurable multi-domain media repository for Matrix.

Results 146 matrix-media-repo issues
Sort by recently updated
recently updated
newest added

When trying to delete media that hasn't been accessed for a while, nothing is deleted: ``` ~> curl -X POST 'https://matrix.squirrel.rocks/_matrix/media/unstable/admin/purge/old?access_token=redacted&before_ts=1694296800000&include_local=true' { "affected": [], "purged": true } ``` The log...

bug
resource waste
admin api

When a timeout happens during thumbnail generation, the `image.Paletted` leaks, since the Goroutine has no way of terminating. My working hypothesis is that when the does not connect, the pipewriter...

bug
thumbnails
resource waste

MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/4097 Based upon https://github.com/t2bot/matrix-media-repo/pull/509 WIP - do not use.

MSC3911 adds complexity that shouldn't block this feature. See https://github.com/matrix-org/matrix-spec-proposals/pull/3916 See https://github.com/turt2live/matrix-media-repo/pull/465 Closes https://github.com/turt2live/matrix-media-repo/issues/103 Closes https://github.com/turt2live/matrix-media-repo/issues/266 Closes https://github.com/turt2live/matrix-media-repo/issues/118 TODO: * [x] MSC3916 - Split endpoints into Client-Server and Federation APIs...

* [ ] Live synapse+dendrite import * [ ] Offline synapse+dendrite export-then-import

enhancement
testing

In the current implementation of the function, the maximum block time is limited to 60 seconds, which is not always suitable for all operations. For example, in scenarios where a...

https://github.com/t2bot/matrix-media-repo/pull/544 adds the builds, but they're *so slow*.

bug
docker
blocked

Fixes https://github.com/t2bot/matrix-media-repo/issues/545

blocked

I believe [the spec](https://spec.matrix.org/v1.1/client-server-api/#get_matrixmediav3config) allows for this by making this endpoint authenticated. The need for this feature is to support lowering the media uploads allowed by bridge users while retaining...

enhancement
access control
antispam
uploads