- Feb 17, 2023
-
-
Nick Schonning authored
-
- Feb 13, 2023
-
-
Nick Schonning authored
-
- Feb 10, 2023
-
-
Claire authored
* Bump version to 4.1.0 * Editorialize changelog some more and highlight API changes * Update changelog
-
- Feb 08, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
- Feb 03, 2023
-
-
Claire authored
-
- Jan 25, 2023
-
-
Claire authored
-
- Jan 20, 2023
-
-
Claire authored
-
- Jan 18, 2023
-
-
JT Olio authored
* Add Storj DCS to cloud object storage options More explanation here: https://forum.storj.io/t/object-storage-provider-for-mastodon-instance/11464/37 * more help for which command to use
-
Claire authored
* Add --include-subdomains option to tootctl domains purge * Add support for '*.' subdomain wildcard patterns in `tootctl domains purge` * Fix custom emojis deletion not following subdomain and URI options * Change `tootctl domains purge` to not purge domain blocks unless --purge-domain-blocks is passed * Refactor `tootctl domains purge` * Add feedback on deleted domain blocks
-
- Jan 13, 2023
-
-
Jeong Arm authored
* Implement tootctl accounts prune * Optimise query Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Claire authored
* Add tootctl accounts replay-migration Fixes #22281 * Change `tootctl accounts replay-migration` to `tootctl accounts migrate`
-
Claire authored
Regression from #23012
-
- Jan 11, 2023
- Jan 05, 2023
-
-
Nick Schonning authored
-
- Dec 15, 2022
-
-
Dan Peterson authored
s3-us-east-1.amazonaws.com does not exist. Co-authored-by:
Effy Elden <effy@effy.space>
-
Claire authored
-
- Dec 14, 2022
-
-
Evan authored
Add command to remove avatar and header images of inactive remote accounts from the local database (#22149) * Add tootctl subcommand media remove-profile-media * Trigger workflows * Correcting external linting * External linting error * External linting fix * Merging with remove command * Linting * Correct long option names Co-authored-by:
Claire <claire.github-309c@sitedethib.com> * Correct long option names Co-authored-by:
Claire <claire.github-309c@sitedethib.com> * Correct long option names Co-authored-by:
Claire <claire.github-309c@sitedethib.com> * Remove saving a list of purged accounts Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Dec 13, 2022
-
-
Claire authored
-
- Dec 07, 2022
-
-
Claire authored
-
- Dec 06, 2022
-
-
Claire authored
* Fix BackfillAdminActionLogs post-deployment migration * Improve migration tests * Backfill admin action logs again
-
- Nov 27, 2022
-
-
Claire authored
As pointed out by https://github.com/mastodon/mastodon/pull/21297#discussion_r1028372193 at least one of our dependencies already dropped support for Ruby 2.6, and we had removed Ruby 2.6 tests from the CI over a year ago (#16861). So stop advertising Ruby 2.6 support, bump targeted version, and drop some compatibility code.
-
Claire authored
* Reduce redis cache store connect timeout from default 20 seconds to 5 seconds * Log cache store errors
-
- Nov 15, 2022
-
-
Eugen Rochko authored
-
- Nov 14, 2022
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Claire authored
-
Eugen Rochko authored
Fix #19156
-
- Nov 13, 2022
-
-
Claire authored
Fixes #19133
-
Arthur Isac authored
-
- Nov 11, 2022
-
-
Eugen Rochko authored
-
Pierre Bourdon authored
The Blurhash library used by Mastodon requires an input encoded as 24 bits raw RGB data. The conversion to raw RGB using Imagemagick did not previously specify the desired bit depth. In some situations, this leads Imagemagick to output in a pixel format using less bpp than expected. This then manifested as segfaults of the Sidekiq process due to out-of-bounds read, or potentially a (highly noisy) memory infoleak. Fixes #19235.
-
Yamagishi Kazutoshi authored
-
- Nov 10, 2022
-
-
F authored
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting three values: 'auto' (the default), 'always', and 'never'. If ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In this way, this change should be fully backwards compatible. Resolves #20311
-
- Nov 06, 2022
-
- Nov 04, 2022
-
-
Eugen Rochko authored
-