Remove unused HTML Validator (mjankowski)
https://github.com/mastodon/mastodon/pull/23866
Remove unused HTML Validator (mjankowski)
https://github.com/mastodon/mastodon/pull/23866
Add `lang` attribute to preview card (c960657)
https://github.com/mastodon/mastodon/pull/23869
Rename ActivityPub Serializer Specs (nschonni)
https://github.com/mastodon/mastodon/pull/23844
Change auto-deletion throttling constants to better scale with server size (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/23320
Increase contrast of upload progress background (toolmantim)
https://github.com/mastodon/mastodon/pull/23836
Fix mispelled spec filenames (nschonni)
https://github.com/mastodon/mastodon/pull/23834
New Crowdin updates (Gargron)
https://github.com/mastodon/mastodon/pull/23625
Fix inefficiency when searching accounts per username in admin interface (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/23801
Fix rack:attack flaky tests and test end of throttle period (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/23799
Autofix Rubocop Rails/Blank (nschonni)
https://github.com/mastodon/mastodon/pull/23765
Autofix Rubocop Rails/RootPathnameMethods (nschonni)
https://github.com/mastodon/mastodon/pull/23760
Ignore JSX files from Prettier (nschonni)
https://github.com/mastodon/mastodon/pull/23777
Enable Style/FrozenStringLiteralComment for specs (nschonni)
https://github.com/mastodon/mastodon/pull/23790
Enable Rubocop Style/StringConcatenation defaults (nschonni)
https://github.com/mastodon/mastodon/pull/23792
Bump babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23769
Bump babel/plugin-transform-react-inline-elements from 7.18.6 to 7.21.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23766
Bump babel/plugin-transform-runtime from 7.19.6 to 7.21.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23774
Bump babel/core from 7.20.12 to 7.21.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23767
Bump babel/runtime from 7.20.13 to 7.21.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23773
Bump devise from 4.8.1 to 4.9.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23691
Fix sidebar cut-off on small screens in admin UI (wxt2005)
https://github.com/mastodon/mastodon/pull/23764
Bump stylelint from 15.1.0 to 15.2.0 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23770
Bump blurhash from 2.0.4 to 2.0.5 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23771
Bump sass from 1.58.2 to 1.58.3 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23772
Bump capistrano from 3.17.1 to 3.17.2 (dependabot[bot])
https://github.com/mastodon/mastodon/pull/23775
Add `lang` tag to native language names in language picker (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/23749
Autofix Rubocop Rails/FindById (nschonni)
https://github.com/mastodon/mastodon/pull/23762
Autofix Rubocop Security/IoMethods (nschonni)
https://github.com/mastodon/mastodon/pull/23757
Autofix Rubocop Rails/WhereEquals (nschonni)
https://github.com/mastodon/mastodon/pull/23759
Change compose form checkbox to native input with `appearance: none` (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/22949
Update rebase needed job settings (nschonni)
https://github.com/mastodon/mastodon/pull/23746
Autofix Rubocop Style/RescueStandardError (nschonni)
https://github.com/mastodon/mastodon/pull/23745
Make larger part of status clickable (c960657)
https://github.com/mastodon/mastodon/pull/23621
Autofix Rubocop Style/SymbolProc (nschonni)
https://github.com/mastodon/mastodon/pull/23742
Autofix Rubocop Style/FormatString (nschonni)
https://github.com/mastodon/mastodon/pull/23743
Fix Markdown files with Prettier and check in CI (nschonni)
https://github.com/mastodon/mastodon/pull/21972
Autofix Rubocop remaining Layout rules (nschonni)
https://github.com/mastodon/mastodon/pull/23679
Autofix Rubocop Style/UnpackFirst (nschonni)
https://github.com/mastodon/mastodon/pull/23741
Autofix Rubocop RSpec/BeEq (nschonni)
https://github.com/mastodon/mastodon/pull/23740
Audofix Rubocop Style/WordArray (nschonni)
https://github.com/mastodon/mastodon/pull/23739
Autofix Rubocop RSpec/LeadingSubject (nschonni)
https://github.com/mastodon/mastodon/pull/23670
Enable Rubocop RSpec/ExpectActual (nschonni)
https://github.com/mastodon/mastodon/pull/23720
Autofix Rubocop RSpec/ImplicitSubject (nschonni)
https://github.com/mastodon/mastodon/pull/23721
Autofix Rubocop Rails/EnumHash (nschonni)
https://github.com/mastodon/mastodon/pull/23737
Rename JSX files with proper `.jsx` extension (renchap)
https://github.com/mastodon/mastodon/pull/23733
Autofix Rubocop Style/ExplicitBlockArgument (nschonni)
https://github.com/mastodon/mastodon/pull/23704
Autofix Rubocops RSpec/ScatteredLet (nschonni)
https://github.com/mastodon/mastodon/pull/23725
Enable Rubocop HTTP status rules (nschonni)
https://github.com/mastodon/mastodon/pull/23717
Autofix Rubocop RSpec/EmptyLineAfterSubject (nschonni)
https://github.com/mastodon/mastodon/pull/23719
Autofix Rubocop Lint/UnusedBlockArgument (nschonni)
https://github.com/mastodon/mastodon/pull/23712
Enable Rubocop RSpec/NotToNot (nschonni)
https://github.com/mastodon/mastodon/pull/23723
Autofix Rubocop RSpec/ReturnFromStub (nschonni)
https://github.com/mastodon/mastodon/pull/23724
Autofix Rubocop Rails/Pluck (nschonni)
https://github.com/mastodon/mastodon/pull/23730
Autofix Rubocop Rails/RedundantForeignKey (nschonni)
https://github.com/mastodon/mastodon/pull/23731
Autofix Rubocop Style/EmptyMethod (nschonni)
https://github.com/mastodon/mastodon/pull/23732
Grammar fix (theonefoster)
https://github.com/mastodon/mastodon/pull/23634
Fix focus point of already-attached media not saving after edit (ClearlyClaire)
https://github.com/mastodon/mastodon/pull/23566
Move db migration CI to GitHub Actions (nschonni)
https://github.com/mastodon/mastodon/pull/23624
Fix devcontainer.json format (ykzts)
https://github.com/mastodon/mastodon/pull/23715
Autofix Rubocop RSpec/EmptyLineAfterHook (nschonni)
https://github.com/mastodon/mastodon/pull/23718
Autofix Rubocop Style/StringLiterals (nschonni)
https://github.com/mastodon/mastodon/pull/23695
Autofix Rubocop RSpec/LetBeforeExamples (nschonni)
https://github.com/mastodon/mastodon/pull/23671
Autofix Rubocop Style/EmptyLambdaParameter (nschonni)
https://github.com/mastodon/mastodon/pull/23705
Autofix Rubocop RSpec/EmptyLineAfterFinalLet (nschonni)
https://github.com/mastodon/mastodon/pull/23707
Autofix Rubocop Style/RedundantBegin (nschonni)
https://github.com/mastodon/mastodon/pull/23703
Autofix Rubocop Style/BlockDelimiters (nschonni)
https://github.com/mastodon/mastodon/pull/23706
Autofix Rubocop RSpec/Capybara/FeatureMethods (nschonni)
https://github.com/mastodon/mastodon/pull/23708
Autofix Rubocop Style/TrailingCommaInArrayLiteral (nschonni)
https://github.com/mastodon/mastodon/pull/23692