- May 04, 2021
-
-
Travis Ralston authored
This reverts commit 5e51abbd.
-
- May 03, 2021
-
- Aug 02, 2020
-
-
Travis Ralston authored
-
- Aug 01, 2020
-
- Mar 02, 2020
-
- Mar 01, 2020
-
-
Travis Ralston authored
-
- Oct 26, 2019
-
-
Travis Ralston authored
-
- Sep 05, 2019
-
- Sep 03, 2019
-
-
Travis Ralston authored
-
- Sep 02, 2019
-
-
Travis Ralston authored
To be expanded further.
-
- Jul 31, 2019
-
- Feb 03, 2019
-
-
Travis Ralston authored
CAUTION: This might take a while Fixes https://github.com/turt2live/matrix-media-repo/issues/133
-
- Nov 12, 2018
-
-
Travis Ralston authored
**Caution**: This is a major migration that changes how files are tracked within the database. Although tested to ensure things won't go wrong, there is the possibility of something going haywire. It is recommended to run the following database commands before upgrading: CREATE TABLE media_backup AS TABLE media; CREATE TABLE thumbnails_backup AS TABLE thumbnails; In the event you need to roll back, run the following: DROP TABLE media; DROP TABLE thumbnails; CREATE TABLE media AS TABLE media_backup; CREATE TABLE thumbnails AS TABLE thumbnails_backup; DELETE FROM gomigrate WHERE migration_id = 7; This will cause any files uploaded between upgrading and rolling back to be lost. NOTE: The migration will take a while and runs on the first access of a file. If you have a lot of files, this could take a while. ----- Fixes https://github.com/turt2live/matrix-media-repo/issues/106 Step towards https://github.com/turt2live/matrix-media-repo/issues/47
-
- Nov 11, 2018
-
-
Travis Ralston authored
Future support will include deleting media that hasn't been accessed in a while
-
- Jun 17, 2018
-
-
Travis Ralston authored
-
- Jun 15, 2018
-
-
Travis Ralston authored
Part of #58
-
- Jan 21, 2018
-
-
Travis Ralston authored
Part of #45 - the only thing missing is a way to quarantine all media in a room
-
- Jan 16, 2018
-
-
Travis Ralston authored
-
- Jan 12, 2018
-
-
Travis Ralston authored
This is the first part of #28. It defaults to false to maintain synapse parity and normal expected behaviour. This commit does the basic gif->png thumbnailing (forced when required), but does not handle resizing gifs.
-
Travis Ralston authored
-