- Dec 04, 2020
-
-
ThibG authored
Also include AccountNote and AccountDeletionRequest to the list of classes needing to be reassigned the merged account.
-
- Dec 02, 2020
-
-
ThibG authored
Fixes #15261
-
- Dec 01, 2020
-
-
Eugen Rochko authored
-
- Nov 27, 2020
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 23, 2020
-
-
Eugen Rochko authored
* Add `tootctl accounts merge` * Update lib/mastodon/accounts_cli.rb Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh> Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh>
-
- Nov 19, 2020
-
-
ThibG authored
* Add tootctl maintenance fix-duplicates This tool goes through the database to detect and fix duplicates. This operation is very slow and may cause data loss (of data that would be inaccessible without intervention because of the existing index corruptions). It tries its best to make sensible decisions, and asks the user in some cases. * Add warning message in db:migrate hook * Clear Rails cache after being done with database deduplication Avoids followers hash cache being incorrect, among other things
-
- Nov 07, 2020
-
-
Eugen Rochko authored
-
- Nov 06, 2020
-
-
Eugen Rochko authored
Fix #2744
-
- Oct 12, 2020
-
-
Eugen Rochko authored
-
- Sep 27, 2020
-
-
ThibG authored
Fixes #14817
-
- Sep 15, 2020
-
-
Eugen Rochko authored
-
- Sep 11, 2020
-
-
Eugen Rochko authored
-
- Sep 10, 2020
-
-
ThibG authored
Fixes #14768
-
- Sep 01, 2020
-
-
Y.Yamashiro authored
Change S3 ACL in "tootctl media remove-orphans --fix-permissions" from fixed value to environment file's value. (#14715)
-
Eugen Rochko authored
-
dependabot[bot] authored
* Bump rubocop from 0.86.0 to 0.88.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.88.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.88.0 ) Signed-off-by:
dependabot[bot] <support@github.com> * Fix for latest RuboCop Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh>
-
- Aug 31, 2020
-
-
ThibG authored
-
- Aug 24, 2020
-
-
Takeshi Umeda authored
-
- Aug 12, 2020
-
-
ThibG authored
* Increase DNS timeout from 1 second to 5 seconds for MX check 1 seconds is rather short when using a recursive DNS resolver which hasn't got a cached result already available. Use 5 seconds instead, which is the timeout value we use for outgoing HTTP queries. * Add more precise error messages for invalid e-mail addresses
-
- Aug 09, 2020
-
-
ThibG authored
-
- Aug 02, 2020
-
-
ThibG authored
* Fix contrast calculation for thumbnail color extraction Luminance calculation was using 0-255 RGB values instead of 0-1 sRGB values, leading to incorrectly-computed contrast values. Since we use ColorDiff already, just use its XYZ colorspace conversion code to get the value. * Require at least 3:1 contrast for both accent and foreground colors * Lower required contrast for the accent color
-
ThibG authored
* Change content-type to be always computed from file data Restore previous behavior, detecting the content-type isn't very expensive, and some instances may serve files as application/octet-stream regardless of their true type, making fetching media from them fail, while it used to work pre-3.2.0. * Add test
-
- Jul 26, 2020
-
- Jul 24, 2020
-
- Jul 19, 2020
-
-
Takeshi Umeda authored
-
- Jul 15, 2020
-
-
Eugen Rochko authored
-
- Jul 14, 2020
-
-
Eugen Rochko authored
-
- Jul 10, 2020
-
-
Eugen Rochko authored
-
- Jul 07, 2020
-
-
ThibG authored
-
- Jul 05, 2020
-
-
Eugen Rochko authored
-
- Jul 03, 2020
-
-
Eugen Rochko authored
-
- Jul 01, 2020
-
-
Eugen Rochko authored
-
- Jun 30, 2020
-
-
Eugen Rochko authored
-
- Jun 29, 2020
-
-
Eugen Rochko authored
- Change audio files to not be stripped of metadata - Automatically extract cover art from audio if it exists - Add `thumbnail` parameter to `POST /api/v1/media`, `POST /api/v2/media` and `PUT /api/v1/media/:id` - Add `icon` to represent it in attachments in ActivityPub - Fix `preview_url` containing URL of missing missing image when there is no thumbnail instead of null - Fix duration of audio not being displayed on public pages until the file is loaded
-
- Jun 27, 2020
-
-
Eugen Rochko authored
Localization strings: - "Whitelist mode" -> "Limited federation mode" - "Blacklist e-mail domain" -> "Block e-mail domain" - "Whitelist domain" -> "Allow domain for federation" ...And so on Environment variables (backwards-compatible): - `WHITELIST_MODE` -> `LIMITED_FEDERATION_MODE` - `EMAIL_DOMAIN_BLACKLIST` -> `EMAIL_DOMAIN_DENYLIST` - `EMAIL_DOMAIN_WHITELIST` -> `EMAIL_DOMAIN_ALLOWLIST` tootctl: - `tootctl domains purge --whitelist-mode` -> `tootctl domains purge --limited-federation-mode` Removed badly maintained and no longer relevant .env.production.sample file
-
- Jun 26, 2020
-
-
Eugen Rochko authored
-
- Jun 25, 2020
-
-
tateisu authored
* Add tootctl email_domains (block|unblock) * fix codeclimate issues. * fix codeclimate issues. * fix codeclimate issues. * add list subcommand, remove log_action. * fix codeclimate issues. * filter duplicate hostnames,ips before block * rebase from currnet master branch. rename email_domains_cli.rb to email_domain_blocks_cli.rb . rename Mastodon::EmailDomainsCLI to Mastodon::EmailDomainBlocksCLI . rename command email_domains to email-domain-blocks . (Thor recognizes both of - and _ ) rename subcommand block to add . rename subcommand unblock to remove . change the color in list subcommand to while for domain or cyan for childlen. don't use include() in list subcommand. suppress console output about succeeded entry. add console output about count of processed/skipped. remove capitalization in subcommand description. remove long_desc in subcommand 'remove'. remove duplicate where in subcommand 'remove'. * fix codeclimate issue.
-
- Jun 08, 2020
-
-
leo60228 authored
* Add emojis:generate_borders Rake task * Address review * Border all dark emoji * Combine stroke with filter to reduce artifacting * Cleanup Camera with Flash * Add stroke-linejoin="round" The previous filter and tweaks were effectively a poor imitation of it. There are no artifacts for any dark emoji now! * Set stroke-width using property This fixes old versions of Firefox. * Store emoji in string instead of array * Use separate arguments for each path segment * Remove "background: black;"
-
- Jun 05, 2020
-
-
ThibG authored
Fixes #13001
-