- Feb 19, 2021
-
-
Justin Tracey authored
The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method. Using the latter makes the code less brittle.
-
- Feb 16, 2021
-
-
Justin Tracey authored
"headers" is provided by Rails, Rack can't rely on it
-
- Feb 13, 2021
-
-
Cecylia Bocovich authored
-
- Feb 11, 2021
- Jan 31, 2021
-
-
Shubhendra Singh Chauhan authored
* Added .deepsource.toml * Removed bad use of `alias` * Fixed operand order in the binary expression * Prefixed unused method arguments with an underscore * Replaced the old OpenSSL algorithmic constants with the newer strings initializers. * Removed unnecessary UTF-8 encoding comment
-
- Jan 29, 2021
-
-
ThibG authored
Fixes #15635 Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Jan 22, 2021
-
-
luigi authored
* Use Regex#match? * Replace =~ too * Avoid to call match? from Nil * Keep value of Regexp.last_match
-
- Jan 12, 2021
-
-
ThibG authored
* Use Rails' index_by where it makes sense * Fix tests Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Jan 09, 2021
-
-
luigi authored
* Optimize map { ... }.compact using Enumerable#filter_map, supported since Ruby 2.7 * Add poyfill for Enumerable#filter_map
-
ThibG authored
* Fix maintenance script not re-indexing some indexes on textual values Fixes #15475 * Refresh instance view at the end of the maintenance script run Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Jan 07, 2021
-
-
abcang authored
* disable NewCops * update TargetRubyVersion * Fix Lint/MissingSuper for ActiveModelSerializers::Model * Fix Lint/MissingSuper for feed * Fix Lint/FloatComparison * Do not use instance variables
-
- 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)
-