- Jan 09, 2022
-
- Jan 07, 2022
-
-
Nick Barrett authored
-
- May 04, 2021
-
-
Travis Ralston authored
This reverts commit 5e51abbd.
-
- May 03, 2021
-
- Apr 30, 2021
-
-
Travis Ralston authored
This is probably super ugly Go code, but it works.
-
- Mar 18, 2021
-
- Mar 17, 2021
-
- Mar 13, 2021
-
- Mar 08, 2021
-
-
Travis Ralston authored
-
Travis Ralston authored
-
- Jan 03, 2021
-
-
Travis Ralston authored
-
- Nov 19, 2020
-
-
Sorunome authored
-
- Sep 24, 2020
-
-
Sorunome authored
-
- Aug 17, 2020
-
-
Travis Ralston authored
Fixes https://github.com/turt2live/matrix-media-repo/issues/271 at the same time
-
- Aug 12, 2020
-
-
Travis Ralston authored
Instead of buffering all the export files into memory (which could be hundreds of gb) we buffer them in one at a time and hope that they don't contain extra information. On a 171mb export, this change used 45mb of memory at most. Previously the task would have required about 1gb. For larger (200gb+ exports) this is obviously better.
-
- Aug 06, 2020
-
-
Travis Ralston authored
-
- Aug 01, 2020
-
- Jul 31, 2020
-
- Jul 26, 2020
-
-
Travis Ralston authored
Fixes https://github.com/turt2live/matrix-media-repo/issues/265 Also fixes an issue with apng thumbnails being cropped in multiplying ways.
-
- Jul 21, 2020
-
-
Travis Ralston authored
-
- Jul 18, 2020
-
-
Travis Ralston authored
-
- Jul 01, 2020
-
-
Silke Hofstra authored
In various places in the code base, the address and port are joined using a `:`. This causes issues with IPv6-addresses (see #247). Address this by using net.JoinHostPort everywhere. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Silke Hofstra authored
Resolves #244 Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Jun 23, 2020
-
-
Travis Ralston authored
This removes a select across the whole table by ensuring we generate a media ID which is highly unlikely to conflict with the database.
-
- Jun 17, 2020
- Jun 03, 2020
- May 13, 2020
-
-
Mathieu Velten authored
-