- Apr 30, 2021
-
-
Travis Ralston authored
This is probably super ugly Go code, but it works.
-
- Mar 18, 2021
-
- Mar 08, 2021
-
-
Travis Ralston authored
-
- Sep 24, 2020
-
-
Sorunome authored
-
- Jul 18, 2020
-
-
Travis Ralston authored
-
- Jul 01, 2020
-
-
Silke Hofstra authored
Resolves #244 Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Apr 24, 2020
-
-
Jason Robinson authored
The new parameter `filterUserDuplicates` is set to true everywhere else except in the import_synapse call. This ensures direct duplicates from the same user will get stored in an import from Synapse situation when migrating to the mediarepo. Closes #241
-
- Mar 26, 2020
-
-
Travis Ralston authored
-
Travis Ralston authored
This should help memory some more. See https://github.com/turt2live/matrix-media-repo/issues/237 Theory is that by dumping the streams we'll relieve any bytes held on by the S3 libraries.
-
- Mar 07, 2020
-
-
Travis Ralston authored
-
- Dec 29, 2019
-
- Dec 28, 2019
-
-
Travis Ralston authored
Part of https://github.com/turt2live/matrix-media-repo/issues/209
-
Travis Ralston authored
Part of https://github.com/turt2live/matrix-media-repo/issues/209
-
- Sep 08, 2019
-
- Jun 25, 2019
-
- Jun 20, 2019
-
-
Andrew Morgan authored
-
- Mar 02, 2019
-
-
Travis Ralston authored
There's a race condition where a stream might not be available if the media is remote and being downloaded. After a couple download attempts, it fixes itself. This will acquire a media stream if one isn't provided to ensure that a stream is always available to the consumer. Fixes https://github.com/turt2live/matrix-media-repo/issues/142
-
- Feb 24, 2019
-
-
Travis Ralston authored
-
- Feb 04, 2019
-
-
Travis Ralston authored
Fixes https://github.com/turt2live/matrix-media-repo/issues/136 Later support for MSC1711 will be done in https://github.com/turt2live/matrix-media-repo/issues/137
-
- Nov 17, 2018
-
-
Travis Ralston authored
Part of https://github.com/turt2live/matrix-media-repo/issues/65
-
- Nov 13, 2018
-
- Jun 16, 2018
-
-
Travis Ralston authored
Part of #58
-
Travis Ralston authored
Fixes #55
-
Travis Ralston authored
Alongside some other minor refactorings. Part of #58
-
Travis Ralston authored
Downloads go through quite a few layers, and some of those layers are copy/pasted. Needs some refactoring, but it works. Part of #58
-