- Dec 30, 2020
-
-
Sophie Parker authored
* Improve Emoji import Skip macOS '._' shadow files in tar archive to speed up import * Fix codeclimate format issue with whitespace * Update lib/mastodon/emoji_cli.rb suggestions from Gargron to improve comment Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com> * Update emoji_cli.rb Remove extraneous comment (macOS-specific comment now with correct line) Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
- Dec 27, 2020
-
- Dec 26, 2020
-
-
ThibG authored
* Fix being able to import more than allowed number of follows Without this commit, if someone tries importing a second list of accounts to follow before the first one has been processed, this will queue imports for the two whole lists, even if they exceed the account's allowed number of outgoing follows. This commit changes it so the individual queued imports aren't exempt from the follow limit check (they remain exempt from the rate-limiting check though). * Catch validation errors to not re-queue failed follows Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Dec 23, 2020
-
- Dec 22, 2020
-
-
ThibG authored
* Fix external user creation failing when invite request text is required Also fixes tootctl-based user creation. * Add test about invites when invite request text is otherwise required Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Eugen Rochko authored
-
- Dec 19, 2020
-
-
ThibG authored
- `pluck_each` cannot be used this way with `group` - typo Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Dec 18, 2020
-
-
ThibG authored
* Fix ResolveAccountService accepting mismatching acct: URI * Set attributes that should be updated regardless of suspension * Fix key fetching * Automatically merge remote accounts with duplicate `uri` * Add tests * Add "tootctl accounts fix-duplicates" Finds duplicate accounts sharing a same ActivityPub `id`, re-fetch them and merge them under the canonical `acct:` URI. Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
ThibG authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
- Dec 15, 2020
-
-
ThibG authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Eugen Rochko authored
-
- Dec 14, 2020
-
-
Eugen Rochko authored
- Reduce duplicate queries - Remove n+1 queries - Add accounts count to detailed view - Add separate action log entry for updating existing domain blocks
-
- 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
-