Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump redis from 4.0.6 to 4.1.0" #18430

Merged
merged 1 commit into from
May 16, 2022
Merged

Revert "Bump redis from 4.0.6 to 4.1.0" #18430

merged 1 commit into from
May 16, 2022

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented May 16, 2022

Restore compatibility with Node 12

@Gargron Gargron added the dependencies Pull requests that update a dependency file label May 16, 2022
@Gargron Gargron merged commit d25015f into main May 16, 2022
@Gargron Gargron deleted the fix-node-12 branch May 16, 2022 20:24
@ClearlyClaire
Copy link
Contributor

ClearlyClaire commented May 16, 2022

This is actually not enough, @redis/[email protected], which was also bumped by 381415b, requires node 14 and has not been downgraded by this PR.

EDIT: I assume some of the other bumped dependencies from 381415b also require node 14.

kadoshita pushed a commit to kadoshita/mastodon that referenced this pull request May 27, 2022
@ThisIsMissEm
Copy link
Contributor

ThisIsMissEm commented Feb 19, 2023

@Gargron Node.js 12.x has gone EOL for quite a while now, should this change be reverted?

Edit: looks like Mastodon is no longer advertising compatibility with Node.js 12.x per the README, would you like PRs to upgrade the dependencies back up to their later versions?

ClearlyClaire pushed a commit to ClearlyClaire/mastodon that referenced this pull request Jul 6, 2023
chasedream1129 added a commit to monado-ren/mastodon that referenced this pull request Aug 11, 2024
commit 696f7b360882e71ff45b6ddafc8eea17184a0f31
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:26:24 2022 +0100

    Bump version to 3.5.5

commit b22e1476ca667e1ab83ab26a93203c3f253540af
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:14:55 2022 +0100

    Fix nodes order being sometimes mangled when rewriting emoji (#20677)

    * Fix front-end emoji tests

    * Fix nodes order being sometimes mangled when rewriting emoji

commit 105ab8242582c6df02e3693f4620793add5c84f6
Author: Claire <[email protected]>
Date:   Mon Nov 14 11:23:10 2022 +0100

    Bump version to 3.5.4

commit 2dd8f977e84b67ed073a932accd2fbf4d2f38f3a
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:21:57 2022 +0100

    Fix emoji substitution not applying only to text nodes in backend code

    Signed-off-by: Claire <[email protected]>

commit 2db06e1d089404844b632b3a2164c4bd3af24424
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:16:02 2022 +0100

    Fix emoji substitution not applying only to text nodes in Web UI

    Signed-off-by: Claire <[email protected]>

commit 063579373e401fdac72b856971ecc01b06065365
Author: Eugen Rochko <[email protected]>
Date:   Wed Oct 26 14:58:52 2022 +0200

    Fix rate limiting for paths with formats

commit 1659788de4aa12f78108defb7294a1a23fa363bf
Author: Pierre Bourdon <[email protected]>
Date:   Fri Nov 11 07:45:16 2022 +0100

    blurhash_transcoder: prevent out-of-bound reads with <8bpp images (#20388)

    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.

commit 47eaf85f02e280db8c24cfc4f9bc5a34e99da49e
Author: Claire <[email protected]>
Date:   Mon Jul 4 11:08:30 2022 +0200

    Fix crash when a remote Flag activity mentions a private post (#18760)

    * Add tests

    * Fix crash when a remote Flag activity mentions a private post

commit fbcbf7898f000d9d1a21d52e8a8d3ed4602aa7db
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:26:15 2022 +0200

    Bump version to 3.5.3 (#18530)

commit 0a1992430db7a859b3b7faa3d9ce4f07734b5fd8
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:02:42 2022 +0200

    Fix errors when rendering RSS feeds (#18531)

commit 52f4e834f293c9fdbf5805639d022ac4e3856b75
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:14:47 2022 +0200

    Fix concurrent unfollowing decrementing follower count more than once (#18527)

commit 8a9acbe604667215c9589154d72b3f313755c210
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:12 2022 +0200

    Fix being able to appeal a strike unlimited times (#18529)

    Peculiarity of the `has_one` association is that the convenience
    creation method deletes the previous association even if the new
    one is invalid

commit c4d2c39a75eccdbc60c3540c259e1e7ea5881ac6
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:02 2022 +0200

    Fix being able to report otherwise inaccessible statuses (#18528)

commit 1ff4877945e18820f3e518a1cfbac243da65e1a5
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:06:10 2022 +0200

    Fix empty votes arbitrarily increasing voters count in polls (#18526)

commit 976cd6413e9b2a1531a2ad17945342deaeec538c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:16 2022 +0200

    Fix moderator leak in undo_mark_statuses_as_sensitive (#18525)

    Signed-off-by: Eugen Rochko <[email protected]>

    Co-authored-by: 40826d <[email protected]>

commit 9f81b9f29a14093cefcdbf09058ace089cd8e06b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:05 2022 +0200

    Fix suspended users being able to access APIs that don't require a user (#18524)

commit 96129c2f10a82520648f6ae04e585cf797403617
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:03:54 2022 +0200

    Fix confirmation redirect to app without `Location` header (#18523)

commit 3e0e7a1cfb617837ccada330afc13ed804c3c47b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 20:32:48 2022 +0200

    Fix follower and other counters being able to go negative (#18517)

commit 702b709d9a8df2ed65c54d32d585a4cf5fe13de1
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 27 03:29:28 2022 +0900

    Add ES6 compatibility to browserslist (#18519)

commit d8abc0018f59ed63fb6c5fae2f6081c141a4b978
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:43:14 2022 +0200

    Remove 3.3.x from supported versions in security policy (#18516)

commit 088dc0ec5a383006952c0b15508af882a4c1109c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:05:47 2022 +0200

    Fix regression in `tootctl search deploy` caused by unloaded attribute (#18514)

commit a4fa9e23fc1ddb42452bb8f051a31894796c8002
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 17:55:05 2022 +0200

    Change "dangerous" to "sensitive" in privacy policy and web UI (#18515)

    Fix #18470

commit 440eb71310e41d668f00980b73358edd5f8df043
Author: Claire <[email protected]>
Date:   Thu May 26 15:50:33 2022 +0200

    Change unapproved and unconfirmed account to not be accessible in the REST API (#17530)

    * Change unapproved and unconfirmed account to not be accessible in the REST API

    * Change Account#searchable? to reject unconfirmed and unapproved users

    * Disable search for unapproved and unconfirmed users in Account.search_for

    * Disable search for unapproved and unconfirmed users in Account.advanced_search_for

    * Remove unconfirmed and unapproved accounts from Account.searchable scope

    * Prevent mentions to unapproved/unconfirmed accounts

    * Fix some old tests for Account.advanced_search_for

    * Add some Account.advanced_search_for tests for existing behaviors

    * Add some tests for Account.search_for

    * Add Account.advanced_search_for tests unconfirmed and unapproved accounts

    * Add Account.searchable tests

    * Fix Account.without_unapproved scope potentially messing with previously-applied scopes

    * Allow lookup of unconfirmed/unapproved accounts through /api/v1/accounts/lookup

    This is so that the API can still be used to check whether an username is free
    to use.

commit 86f4dba47ef26aa8690354948c49009c3fd49960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:16:19 2022 +0900

    Bump @babel/preset-env from 7.17.12 to 7.18.2 (#18512)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 77823333bb38a12705af486fa9b69cbd646dbd79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:06:44 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.2 (#18511)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ddddd4c043bd722b7e01a0595cd5f7a606fde281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:41:07 2022 +0900

    Bump immutable from 4.0.0 to 4.1.0 (#18502)

    Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/immutable-js/immutable-js/releases)
    - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/immutable-js/immutable-js/compare/v4.0.0...v4.1.0)

    ---
    updated-dependencies:
    - dependency-name: immutable
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01db33165757042f3d95a6e372a9652b0223c5c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:55 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.0 (#18489)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2bc5e41b8384b1c62832be2abead47670d169dfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:29 2022 +0900

    Bump @babel/runtime from 7.17.9 to 7.18.0 (#18494)

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.9 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4d48d83b0088f9e039691435407bd3d6e92e6f63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:05:53 2022 +0900

    Bump @babel/core from 7.17.12 to 7.18.0 (#18490)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 25dda3061e4308a5005d3a2fef373acffc510a66
Author: Claire <[email protected]>
Date:   Thu May 26 00:20:30 2022 +0200

    Fix unnecessary query on status creation (#17901)

commit 96f29ce91ad622a0127bc3c3bf2dc503062ed0dc
Author: Eugen Rochko <[email protected]>
Date:   Tue May 24 16:33:18 2022 +0200

    New Crowdin updates (#18458)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations doorkeeper.en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations activerecord.en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit e5997a195602624efdb366e9f09ffa377e859580
Author: Claire <[email protected]>
Date:   Mon May 23 20:38:29 2022 +0200

    Fix warning an account outside of a report closing all reports for that account (#18387)

    * Fix warning an account outside of a report closing all reports for that account

    * Make it clear what actions solve other reports

    * Revert "Make it clear what actions solve other reports"

    This reverts commit ad006de821f72e75480701298d13f0945b509059.

commit a9b64b24d6c076cb96a66307c07d4f0158dc07da
Author: Eugen Rochko <[email protected]>
Date:   Sun May 22 22:16:43 2022 +0200

    Change algorithm of `tootctl search deploy` to improve performance (#18463)

commit 54bb659ad14fda8d3427752d2c99716420997d6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat May 21 15:43:36 2022 +0900

    Bump sidekiq from 6.4.1 to 6.4.2 (#18091)

    Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/mperham/sidekiq/releases)
    - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
    - [Commits](https://github.com/mperham/sidekiq/compare/v6.4.1...v6.4.2)

    ---
    updated-dependencies:
    - dependency-name: sidekiq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dfb9e6dab1b119c907dece5555408c9b98ec8f2c
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 11:39:05 2022 +0900

    Disable transpile to older iOS versions (#18462)

commit e925b06721057f83f2e3e8e7bdb21f39318b90a2
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 02:26:19 2022 +0900

    Fix languages dropdown on light theme (#18460)

commit 9a0fa28993568cb3f106f0ea6457b0ff0f9a132e
Author: Eugen Rochko <[email protected]>
Date:   Thu May 19 12:58:16 2022 +0200

    New Crowdin updates (#18419)

    * New translations en.json (German)

    * New translations en.json (Welsh)

    * New translations en.json (Japanese)

    * New translations en.json (Korean)

    * New translations en.json (Turkish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Vietnamese)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.json (Asturian)

    * New translations en.json (Irish)

    * New translations en.json (Arabic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.json (Galician)

    * New translations en.json (Czech)

    * New translations en.json (Slovak)

    * New translations en.json (Icelandic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (English, United Kingdom)

    * New translations en.json (Norwegian)

    * New translations en.json (Romanian)

    * New translations en.json (French)

    * New translations en.json (Spanish)

    * New translations en.json (Afrikaans)

    * New translations en.json (Bulgarian)

    * New translations en.json (Persian)

    * New translations en.json (Tamil)

    * New translations en.json (Malayalam)

    * New translations en.json (Silesian)

    * New translations en.json (Taigi)

    * New translations en.json (Ido)

    * New translations en.json (Kabyle)

    * New translations en.json (Sanskrit)

    * New translations en.json (Sardinian)

    * New translations en.json (Corsican)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.json (Serbian (Latin))

    * New translations en.json (Occitan)

    * New translations en.json (Kannada)

    * New translations en.json (Cornish)

    * New translations en.json (Sinhala)

    * New translations en.json (Breton)

    * New translations en.json (Tatar)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Kazakh)

    * New translations en.json (Spanish, Mexico)

    * New translations en.json (Bengali)

    * New translations en.json (Marathi)

    * New translations en.json (Thai)

    * New translations en.json (Croatian)

    * New translations en.json (Norwegian Nynorsk)

    * New translations en.json (Estonian)

    * New translations en.json (Chinese Traditional, Hong Kong)

    * New translations en.json (Latvian)

    * New translations en.json (Hindi)

    * New translations en.json (Malay)

    * New translations en.json (Telugu)

    * New translations en.json (Esperanto)

    * New translations en.json (Uyghur)

    * New translations en.json (Standard Moroccan Tamazight)

    * New translations en.yml (Icelandic)

    * New translations en.json (German)

    * New translations en.json (Turkish)

    * New translations en.json (Icelandic)

    * New translations en.json (Greek)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Catalan)

    * New translations en.json (Latvian)

    * New translations en.json (Czech)

    * New translations en.json (Indonesian)

    * New translations en.json (Korean)

    * New translations en.json (Russian)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (German)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Danish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ukrainian)

    * New translations en.json (Portuguese)

    * New translations en.yml (Italian)

    * New translations en.json (Italian)

    * New translations en.yml (Italian)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Korean)

    * New translations en.json (Polish)

    * New translations en.yml (Ido)

    * New translations en.json (Czech)

    * New translations en.json (Hungarian)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Ido)

    * New translations en.json (Russian)

    * New translations en.json (Latvian)

    * New translations en.yml (Russian)

    * New translations en.json (Russian)

    * New translations devise.en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.json (Icelandic)

    * New translations en.json (Portuguese)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Slovenian)

    * New translations en.json (Slovenian)

    * New translations en.json (Vietnamese)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Spanish)

    * New translations en.json (Greek)

    * New translations en.json (Thai)

    * New translations en.json (Turkish)

    * New translations en.json (Turkish)

    * New translations en.json (Italian)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Japanese)

    * New translations en.json (Japanese)

    * New translations en.json (Afrikaans)

    * New translations en.yml (Basque)

    * New translations en.yml (German)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations devise.en.yml (Galician)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.json (Korean)

    * New translations simple_form.en.yml (Korean)

    * New translations en.yml (Korean)

    * New translations en.json (Ukrainian)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Thai)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations devise.en.yml (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.json (Indonesian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Vietnamese)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations doorkeeper.en.yml (Portuguese, Brazilian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 679b7158e3cd3881e8cbaf2d2c0c97725b3b5fd9
Author: Eugen Rochko <[email protected]>
Date:   Wed May 18 23:29:14 2022 +0200

    Change search indexing to use batches to minimize resource usage (#18451)

commit ded5a0254a4d29a7384ef766a1e92467fe4ebd2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:33:13 2022 +0900

    Bump yargs from 17.4.1 to 17.5.1 (#18437)

    Bumps [yargs](https://github.com/yargs/yargs) from 17.4.1 to 17.5.1.
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/yargs/yargs/compare/v17.4.1...v17.5.1)

    ---
    updated-dependencies:
    - dependency-name: yargs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ffc2971466417aafe778eddcb1510ea934cef973
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:30:31 2022 +0900

    Bump dotenv from 16.0.0 to 16.0.1 (#18438)

    Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.0.1.
    - [Release notes](https://github.com/motdotla/dotenv/releases)
    - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.0.1)

    ---
    updated-dependencies:
    - dependency-name: dotenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a918a76bfbdd300e3ef549307706bdfa630f824b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:29:53 2022 +0900

    Bump glob from 8.0.1 to 8.0.3 (#18440)

    Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.1 to 8.0.3.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](https://github.com/isaacs/node-glob/compare/v8.0.1...v8.0.3)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6b4e2d5ce686140797dd207b1ba932a86665262f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:55 2022 +0900

    Bump rubocop from 1.28.2 to 1.29.1 (#18433)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.28.2 to 1.29.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rubocop/rubocop/compare/v1.28.2...v1.29.1)

    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6048eeed045693be63ad34dc97e98f7b2e519a70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:02 2022 +0900

    Bump faker from 2.20.0 to 2.21.0 (#18434)

    Bumps [faker](https://github.com/faker-ruby/faker) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/faker-ruby/faker/releases)
    - [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/faker-ruby/faker/compare/v2.20.0...v2.21.0)

    ---
    updated-dependencies:
    - dependency-name: faker
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1a880533acb1a8b6ee11db357d8cb8864f0e05e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:25:23 2022 +0900

    Bump @babel/preset-env from 7.17.10 to 7.17.12 (#18443)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit d842f645d11e99521d1c27a13ce53f97de357d52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:16:16 2022 +0900

    Bump @babel/plugin-proposal-decorators from 7.17.9 to 7.17.12 (#18442)

    Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.17.9 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-proposal-decorators)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-proposal-decorators"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit a4d7426f10efac27527cb2a9b24b829596d2a1cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:02:31 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.10 to 7.17.12 (#18441)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 82d4a45630028fb9bc8c72db3e5fd3188d807b83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:58 2022 +0900

    Bump @babel/preset-react from 7.16.7 to 7.17.12 (#18436)

    Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.16.7 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-react)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-react"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9fcef31580075d679c0a66f9a5e99cd1b526a24c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:23 2022 +0900

    Bump @babel/core from 7.17.10 to 7.17.12 (#18439)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e0bdaeab657d9a320aaf506d98ca82d41e7bfdd5
Author: Claire <[email protected]>
Date:   Tue May 17 14:52:26 2022 +0200

    Fix NoMethodError when resolving a link that redirects to a local post (#18314)

    * Fix NoMethodError when resolving a link that redirects to a local post

    * Fix tests

commit c78a622ba4bd7fce511e5f079dd6b8deb17f9cef
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Tue May 17 17:12:00 2022 +0900

    Prevent update to redis 4.1.0 (#18444)

commit d25015fc5b6c6b31dcf726b02dd0742475d9d9c8
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 20:14:20 2022 +0200

    Revert "Bump redis from 4.0.6 to 4.1.0" (#18430)

commit 6c699b17234355598d6d3237e8826adf6f0688f9
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 19:13:36 2022 +0200

    Fix preferred posting language returning unusable value in REST API (#18428)

commit 0cdb07757050825725cac76f1c9cf11cf64acc0a
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 11:18:35 2022 +0200

    Add language dropdown to compose in web UI (#18420)

commit c3fac61f56b3ad63534961f3d3c426cdf8ac6213
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Mon May 16 08:00:09 2022 +0900

    Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged (#18424)

    * Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged

    * Replace to `@object`

commit 95a036c598f54db673e5b4933cc92565ab198efc
Author: Eugen Rochko <[email protected]>
Date:   Sun May 15 11:04:59 2022 +0200

    New Crowdin updates (#18339)

    * New translations en.yml (Asturian)

    * New translations en.yml (Kannada)

    * New translations en.yml (Sinhala)

    * New translations en.yml (Marathi)

    * New translations en.yml (Malay)

    * New translations en.yml (Croatian)

    * New translations en.yml (Norwegian Nynorsk)

    * New translations en.yml (Kazakh)

    * New translations en.yml (Estonian)

    * New translations en.yml (Latvian)

    * New translations en.yml (Hindi)

    * New translations en.yml (Telugu)

    * New translations en.yml (Breton)

    * New translations en.yml (Welsh)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Uyghur)

    * New translations en.yml (Chinese Traditional, Hong Kong)

    * New translations en.yml (Tatar)

    * New translations en.yml (Malayalam)

    * New translations en.yml (English, United Kingdom)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Swedish)

    * New translations en.yml (Catalan)

    * New translations en.yml (Czech)

    * New translations en.yml (Spanish)

    * New translations en.yml (Greek)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Polish)

    * New translations en.yml (Asturian)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations devise.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Japanese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Japanese)

    * New translations en.yml (Latvian)

    * New translations en.yml (Galician)

    * New translations en.yml (Thai)

    * New translations en.yml (Italian)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.json (Korean)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Welsh)

    * New translations en.yml (French)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Catalan)

    * New translations en.json (Catalan)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Catalan)

    * New translations en.yml (Afrikaans)

    * New translations en.yml (Latvian)

    * New translations en.yml (Italian)

    * New translations en.yml (Greek)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Ido)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations simple_form.en.yml (Hungarian)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Korean)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Albanian)

    * New translations en.yml (Czech)

    * New translations en.yml (Czech)

    * New translations en.yml (Danish)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Spanish)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations doorkeeper.en.yml (Chinese Simplified)

    * New translations en.yml (German)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Galician)

    * New translations en.yml (French)

    * New translations en.json (Galician)

    * New translations en.yml (French)

    * New translations en.yml (Welsh)

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations doorkeeper.en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations simple_form.en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Slovenian)

    * New translations en.yml (Hungarian)

    * New translations en.json (English, United Kingdom)

    * New translations en.yml (French)

    * New translations en.yml (French)

    * New translations en.json (French)

    * New translations en.json (Croatian)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Scottish Gaelic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Tatar)

    * New translations en.json (Tatar)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations devise.en.yml (Catalan)

    * New translations en.yml (Russian)

    * New translations doorkeeper.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations en.yml (Swedish)

    * New translations en.yml (Spanish)

    * New translations en.yml (Turkish)

    * New translations en.yml (Welsh)

    * New translations en.yml (Latvian)

    * New translations en.json (Slovak)

    * New translations en.yml (Slovak)

    * New translations en.json (Slovak)

    * New translations en.yml (Czech)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.json (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ido)

    * New translations en.json (Spanish, Argentina)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Danish)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (German)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (Polish)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Korean)

    * New translations en.yml (Italian)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 98400a6887f1eb67fb131433bb28a69246800c4c
Author: James Smith <[email protected]>
Date:   Sat May 14 04:03:44 2022 -0400

    Support STREAMING_API_BASE_URL in Helm Chart (#18408)

    This adds a mastodon.streaming.base_url setting in the Helm chart values
    file to allow setting the STREAMING_API_BASE_URL in the Mastodon environnment
    config map.

commit 42c976fd65486186e3e7d259d1fced20de7be0bb
Author: Eugen Rochko <[email protected]>
Date:   Sat May 14 06:51:59 2022 +0200

    Fix missing string for appeal validation error (#18410)

commit 6cf57c676550068a59149ca82d63fcb5b5431158
Author: Eugen Rochko <[email protected]>
Date:   Fri May 13 00:02:35 2022 +0200

    Refactor how Redis locks are created (#18400)

    * Refactor how Redis locks are created

    * Fix autorelease duration on account deletion lock

commit 12535568f7435ed627c37312782f8ca07e83eca9
Author: Jeong Arm <[email protected]>
Date:   Fri May 13 05:40:54 2022 +0900

    Fix rss view on hashtag (#18406)

commit bda8345e91b0e1d7b2c0534d09cb53973cb9ab18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:54:27 2022 +0900

    Bump rails from 6.1.5.1 to 6.1.6 (#18372)

    Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5.1...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: rails
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2923ca461fec98de6973ac48546e76d4ef4c4bc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:44:41 2022 +0900

    Bump @rails/ujs from 6.1.5 to 6.1.6 (#18380)

    Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: "@rails/ujs"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a52dc01f301be96b17cbec1032b4defd1848ba88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:43:30 2022 +0900

    Bump nokogiri from 1.13.4 to 1.13.6 (#18371)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.6/CHANGELOG.md)
    - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.6)

    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3261d89af638687ff30d6766c46a22bd6f07abfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:42:52 2022 +0900

    Bump aws-sdk-s3 from 1.113.2 to 1.114.0 (#18373)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.113.2 to 1.114.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-ruby/commits)

    ---
    updated-dependencies:
    - dependency-name: aws-sdk-s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 95555f15b55291b97477465f8d8a7eba526d6522
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:15:04 2022 +0900

    Bump jest from 28.0.3 to 28.1.0 (#18377)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)

    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 68260c0257f45b631e6d14f7d1283ae8766b2fac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:09:31 2022 +0900

    Bump sidekiq-unique-jobs from 7.1.21 to 7.1.22 (#18375)

    Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.1.21 to 7.1.22.
    - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
    - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.21...v7.1.22)

    ---
    updated-dependencies:
    - dependency-name: sidekiq-unique-jobs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a2ef5e321275c301b37b4dfbe82beeb905365271
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:08:27 2022 +0900

    Bump array-includes from 3.1.4 to 3.1.5 (#18381)

    Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/es-shims/array-includes/releases)
    - [Changelog](https://github.com/es-shims/array-includes/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/es-shims/array-includes/compare/v3.1.4...v3.1.5)

    ---
    updated-dependencies:
    - dependency-name: array-includes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3ca348fa119b2174a708b0402b698a8dea96f98d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:04:12 2022 +0900

    Bump i18n-tasks from 1.0.9 to 1.0.10 (#18370)

    Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10.
    - [Release notes](https://github.com/glebm/i18n-tasks/releases)
    - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
    - [Commits](https://github.com/glebm/i18n-tasks/compare/v1.0.9...v1.0.10)

    ---
    updated-dependencies:
    - dependency-name: i18n-tasks
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 593637145ea0ec56c35e17590be5fbd26389edf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:02:08 2022 +0900

    Bump babel-jest from 28.0.3 to 28.1.0 (#18374)

    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest)

    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 19216f93b5dbf64ee5ace221945eefc408c51370
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:51 2022 +0900

    Bump jest-environment-jsdom from 28.0.2 to 28.1.0 (#18379)

    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.0.2 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest-environment-jsdom)

    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e7d0bf731efaee24c7c0101d4ff597fab0ee9a59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:16 2022 +0900

    Bump capybara from 3.36.0 to 3.37.1 (#18376)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](https://github.com/teamcapybara/capybara/compare/3.36.0...3.37.1)

    ---
    updated-dependencies:
    - dependency-name: capybara
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d3c18058d7c722994e653f27be5c01e651d94d5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:00:31 2022 +0900

    Bump react-select from 5.3.1 to 5.3.2 (#18382)

    Bumps [react-select](https://github.com/JedWatson/react-select) from 5.3.1 to 5.3.2.
    - [Release notes](https://github.com/JedWatson/react-select/releases)
    - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
    - [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.3.2)

    ---
    updated-dependencies:
    - dependency-name: react-select
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b4d373a3df2752d9f8bdc0d7f02350528f3789b2
Author: Eugen Rochko <[email protected]>
Date:   Tue May 10 09:44:35 2022 +0200

    Add `limited` attribute to accounts in REST API and a warning in web UI (#18344)

commit 898fe2fa8e886d62de2bd9b15eb758054216d33d
Author: luzpaz <[email protected]>
Date:   Mon May 9 22:58:04 2022 -0400

    Fix typo in source `setted`->`set` (#18385)

    Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`

commit 662ed53c18b39bb0c89cf18ede3436af15ee3447
Author: Claire <[email protected]>
Date:   Mon May 9 23:20:19 2022 +0200

    Fix block/mute lists showing a follow button when unblocking a user (#18364)

    Fixes #601

commit f714e24ff104c3525a9a31be442364d2be1273fd
Author: Claire <[email protected]>
Date:   Mon May 9 23:19:11 2022 +0200

    Fix redis configuration not being changed by mastodon:setup (#18383)

    Fixes #18342

commit 2b8dc58b7ff7fb708687c08a75c99b3fb30efc49
Author: Eugen Rochko <[email protected]>
Date:   Mon May 9 07:43:08 2022 +0200

    Change RSS feeds (#18356)

    * Change RSS feeds

    - Use date and time for titles instead of ellipsized text
    - Use full content in body, even when there is a content warning
    - Use media extensions

    * Change feed icons and add width and height attributes to custom emojis

    * Fix custom emoji animate on hover breaking

    * Fix tests

commit f17e73da09e6c63665aee4e9731df7808094960e
Author: Claire <[email protected]>
Date:   Sat May 7 04:50:40 2022 +0200

    Fix streaming notifications not using quick filter logic (#18316)

    Fixes #18309

    The quickFilter logic was used on display and to request new notification
    pages, but not for live updates. The main issue this caused is bump the unread
    notifications count regardless of the quickFilter setting.

    Since notifications are re-fetched when changing quickFilter settings, it is
    safe to drop live notifications that do not match the selected filter.

commit 991353682d96cecd4695e150cb6030613d447844
Author: Claire <[email protected]>
Date:   Fri May 6 21:41:34 2022 +0200

    Fix ambiguous wording on appeal actions (#18328)

    Fixes #18322

commit 5a448d0d7143475dabe315e6038ec27b59e9e6b5
Author: Claire <[email protected]>
Date:   Fri May 6 21:40:49 2022 +0200

    Fix floating action button obscuring last element (#18332)

    Fixes #18331

    Add some padding below the last element of scrollable lists when the FAB is
    shown in order for users to always be able to fully see the last element.

commit a53003c6f18cd5b4177810e118b158290131b6ec
Author: Claire <[email protected]>
Date:   Fri May 6 21:40:20 2022 +0200

    Fix account warnings not being recorded in audit log (#18338)

    * Fix account warnings not being recorded in audit log

    Fixes #18334

    * Only record warnings if they are not associated to another action

commit 9250578e6bfe805e81e65fc5d9684bac3503f189
Author: Eugen Rochko <[email protected]>
Date:   Fri May 6 14:53:22 2022 +0200

    New Crowdin updates (#18255)

    * New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)

    * New translations doorkeeper.en.yml (Tatar)

    * New translations doorkeeper.en.yml (Malayalam)

    * New translations doorkeeper.en.yml (Breton)

    * New translations doorkeeper.en.yml (Sinhala)

    * New translations doorkeeper.en.yml (Standard Moroccan Tamazight)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Catalan)

    * New translations en.json (Japanese)

    * New translations en.json (French)

    * New translations en.json (Spanish)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Hebrew)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Hebrew)

    * New translations en.yml (Hebrew)

    * New translations en.json (Korean)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Hebrew…
chasedream1129 added a commit to monado-ren/mastodon that referenced this pull request Aug 11, 2024
commit 9e99d8e6d67c1b4b667619919c64fb866b8e6b32
Author: noellabo <[email protected]>
Date:   Tue Aug 16 13:46:43 2022 +0900

    fixup! Fix quote to be compatible for Mastodon v3.5

commit bc449c05613babd9f429b37650dd3957499cac6b
Author: noellabo <[email protected]>
Date:   Thu Jan 27 09:53:13 2022 +0900

    Change NoteObject's quoteURL to quoteUri and introduced fedibird namespace in @context

commit f290732b2d61236b78caf0675b0003598269df50
Author: noellabo <[email protected]>
Date:   Thu Feb 24 13:15:34 2022 +0900

    Fix quote to be compatible for Mastodon v3.5

commit 378945b98481d66a70f2c470ce9137553b6130ff
Author: noellabo <[email protected]>
Date:   Wed Feb 23 18:00:46 2022 +0900

    Add noopener and noreferrer to quote remote links

commit 2088fbe112223585ee7a80de2552a89166192b34
Author: noellabo <[email protected]>
Date:   Wed Feb 23 10:01:21 2022 +0900

    Remove unneeded code from quote

commit be246b5ddd24f40839e1b8c79014c5785b325983
Author: noellabo <[email protected]>
Date:   Fri Jul 23 19:55:56 2021 +0900

    Fix to dismiss quote where the target post was deleted

commit eaab810d39d0ad09e401b1137ceaf96c686c200e
Author: noellabo <[email protected]>
Date:   Thu Jan 7 15:56:40 2021 +0900

    Fix quote on public stream

commit e31b4af454f2ec367e2f7f1336ef2f5cb5b99098
Author: noellabo <[email protected]>
Date:   Mon Jan 4 13:39:11 2021 +0900

    Fix not hiding quoted unlisted status in non public timeline

commit a1f5781fcd83a7372047ee2998b187d265946bfa
Author: noellabo <[email protected]>
Date:   Mon Jan 4 09:45:37 2021 +0900

    Fix missing frameRate

commit b23d461f130b36a8e7f5012c4e29acab0c7ae1cd
Author: noellabo <[email protected]>
Date:   Mon Jan 4 04:49:35 2021 +0900

    Fix missing reblog_of_quote

commit 68037da77660f9c11ce53c04ebe49474d9d6f722
Author: noellabo <[email protected]>
Date:   Mon Jan 4 00:28:17 2021 +0900

    Fix modal footer to react to quoted posts

commit a4373dd4d07ce99eba9d0e942b25afc60234762f
Author: noellabo <[email protected]>
Date:   Thu Dec 31 08:27:24 2020 +0900

    Fix expand video on public page for quote

commit d23f3085f3aaed9cd504e32f1adeef9046e752d9
Author: noellabo <[email protected]>
Date:   Sat Dec 19 10:14:10 2020 +0900

    fix rtl in quote_indicator

commit 0c797116145f24a71cd1697d2a6a38ada27b6ae9
Author: noellabo <[email protected]>
Date:   Tue Dec 8 22:58:24 2020 +0900

    Fix Open handler in quote media

commit 78fb5beeb3ec9e8158821806a63f26a1112d531a
Author: noellabo <[email protected]>
Date:   Sun Dec 27 21:53:54 2020 +0900

    Add quote button in PiP

commit 56b644be633b52ad96da95aa2c09ce1ee74796f9
Author: noellabo <[email protected]>
Date:   Sat Jun 6 12:59:45 2020 +0900

    Fix to hide mute and blocked quotes

commit c7f721e8a1bd6ebe3ef4971ca83065c9ae9001ea
Author: noellabo <[email protected]>
Date:   Wed Oct 7 22:28:02 2020 +0900

    Fix PictureInPicture to work in quotes

commit 185ff5d9eb15dc083a0635c5afb9c415c0857722
Author: noellabo <[email protected]>
Date:   Sat Jul 25 19:16:43 2020 +0900

    Fix quoted audio

commit 814b7cf18ed23b5d436bdebe2a5fc36ec437da3c
Author: noellabo <[email protected]>
Date:   Fri Jun 26 07:26:25 2020 +0900

    Fix tooltip 'cannot be quoted'

commit 94a0a4fd88263c4cc9e0c52492aeccc27de21027
Author: noellabo <[email protected]>
Date:   Thu Jun 4 05:28:05 2020 +0900

    Fix an avatar icon size of the status quoted on the public page

commit 02e6ce3ed8907f13eab51e10d6e23c7c135566fd
Author: noellabo <[email protected]>
Date:   Tue Nov 12 14:09:06 2019 +0900

    Add "Show poll" link to quoted poll

commit 10b8d3c40a5ec1a45c2951041d7924016365d66b
Author: noellabo <[email protected]>
Date:   Fri Nov 29 12:10:59 2019 +0900

    Apply quote by parsing post body

commit 8c56e189e19acea8fba0476da05895c16d2818eb
Author: noellabo <[email protected]>
Date:   Tue Nov 12 20:20:08 2019 +0900

    Compatible with Misskey quote

commit dceccade71d218c9e4aad9eed6b01a3b093bd5ff
Author: noellabo <[email protected]>
Date:   Mon Feb 24 23:56:04 2020 +0900

    Change not to delete the element specified in invisible

commit 568c40774650f7bb4336d2cf425a32bd56cef330
Author: noellabo <[email protected]>
Date:   Sun Mar 1 19:31:59 2020 +0900

    Add index to statuses quote_id

commit 787524fdf938b8027803bb209f907150413a2625
Author: noellabo <[email protected]>
Date:   Fri Feb 28 07:45:54 2020 +0900

    Fix to reject status quotations other than public and unlisted

commit e1ea799641a64e5ed8bcd8c771b7b1573882ca15
Author: noellabo <[email protected]>
Date:   Mon Feb 24 14:19:46 2020 +0900

    Add confirmation of overwriting of input content when quoting

commit 5fe632994d7e839c6ac741db1ee9e102b834fe78
Author: noellabo <[email protected]>
Date:   Mon Feb 24 12:53:28 2020 +0900

    Add feature_quote to instance API

commit 1f3d824912fe4f8dfb8f39863b31bff915ef985a
Author: noellabo <[email protected]>
Date:   Mon Feb 24 11:36:40 2020 +0900

    Fix boost target to be quoted if boosted

commit 651a8062b34a27b6bf5e45de8ea56b928e58ebe0
Author: noellabo <[email protected]>
Date:   Fri Feb 21 21:49:06 2020 +0900

    Fix quote nesting at once, add quote_id

commit d6267585bd8e621c8f1b58f553ec6fd1b4146772
Author: wakin <[email protected]>
Date:   Sun Sep 29 13:41:03 2019 +0900

    remake quote feature

commit 809b863ecdbf5989c2916e6f47343524f568704f
Author: Genbu Hase <[email protected]>
Date:   Sun Apr 8 16:56:25 2018 +0900

    [New] Implement a feature of quote

commit ff9f883e404b8351950d6d6442e80b39ab84f7dd
Author: noellabo <[email protected]>
Date:   Thu Feb 24 14:03:54 2022 +0900

    Fix start in flex box to flex-start

commit 696f7b360882e71ff45b6ddafc8eea17184a0f31
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:26:24 2022 +0100

    Bump version to 3.5.5

commit b22e1476ca667e1ab83ab26a93203c3f253540af
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:14:55 2022 +0100

    Fix nodes order being sometimes mangled when rewriting emoji (#20677)

    * Fix front-end emoji tests

    * Fix nodes order being sometimes mangled when rewriting emoji

commit 105ab8242582c6df02e3693f4620793add5c84f6
Author: Claire <[email protected]>
Date:   Mon Nov 14 11:23:10 2022 +0100

    Bump version to 3.5.4

commit 2dd8f977e84b67ed073a932accd2fbf4d2f38f3a
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:21:57 2022 +0100

    Fix emoji substitution not applying only to text nodes in backend code

    Signed-off-by: Claire <[email protected]>

commit 2db06e1d089404844b632b3a2164c4bd3af24424
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:16:02 2022 +0100

    Fix emoji substitution not applying only to text nodes in Web UI

    Signed-off-by: Claire <[email protected]>

commit 063579373e401fdac72b856971ecc01b06065365
Author: Eugen Rochko <[email protected]>
Date:   Wed Oct 26 14:58:52 2022 +0200

    Fix rate limiting for paths with formats

commit 1659788de4aa12f78108defb7294a1a23fa363bf
Author: Pierre Bourdon <[email protected]>
Date:   Fri Nov 11 07:45:16 2022 +0100

    blurhash_transcoder: prevent out-of-bound reads with <8bpp images (#20388)

    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.

commit 47eaf85f02e280db8c24cfc4f9bc5a34e99da49e
Author: Claire <[email protected]>
Date:   Mon Jul 4 11:08:30 2022 +0200

    Fix crash when a remote Flag activity mentions a private post (#18760)

    * Add tests

    * Fix crash when a remote Flag activity mentions a private post

commit fbcbf7898f000d9d1a21d52e8a8d3ed4602aa7db
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:26:15 2022 +0200

    Bump version to 3.5.3 (#18530)

commit 0a1992430db7a859b3b7faa3d9ce4f07734b5fd8
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:02:42 2022 +0200

    Fix errors when rendering RSS feeds (#18531)

commit 52f4e834f293c9fdbf5805639d022ac4e3856b75
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:14:47 2022 +0200

    Fix concurrent unfollowing decrementing follower count more than once (#18527)

commit 8a9acbe604667215c9589154d72b3f313755c210
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:12 2022 +0200

    Fix being able to appeal a strike unlimited times (#18529)

    Peculiarity of the `has_one` association is that the convenience
    creation method deletes the previous association even if the new
    one is invalid

commit c4d2c39a75eccdbc60c3540c259e1e7ea5881ac6
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:02 2022 +0200

    Fix being able to report otherwise inaccessible statuses (#18528)

commit 1ff4877945e18820f3e518a1cfbac243da65e1a5
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:06:10 2022 +0200

    Fix empty votes arbitrarily increasing voters count in polls (#18526)

commit 976cd6413e9b2a1531a2ad17945342deaeec538c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:16 2022 +0200

    Fix moderator leak in undo_mark_statuses_as_sensitive (#18525)

    Signed-off-by: Eugen Rochko <[email protected]>

    Co-authored-by: 40826d <[email protected]>

commit 9f81b9f29a14093cefcdbf09058ace089cd8e06b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:05 2022 +0200

    Fix suspended users being able to access APIs that don't require a user (#18524)

commit 96129c2f10a82520648f6ae04e585cf797403617
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:03:54 2022 +0200

    Fix confirmation redirect to app without `Location` header (#18523)

commit 3e0e7a1cfb617837ccada330afc13ed804c3c47b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 20:32:48 2022 +0200

    Fix follower and other counters being able to go negative (#18517)

commit 702b709d9a8df2ed65c54d32d585a4cf5fe13de1
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 27 03:29:28 2022 +0900

    Add ES6 compatibility to browserslist (#18519)

commit d8abc0018f59ed63fb6c5fae2f6081c141a4b978
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:43:14 2022 +0200

    Remove 3.3.x from supported versions in security policy (#18516)

commit 088dc0ec5a383006952c0b15508af882a4c1109c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:05:47 2022 +0200

    Fix regression in `tootctl search deploy` caused by unloaded attribute (#18514)

commit a4fa9e23fc1ddb42452bb8f051a31894796c8002
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 17:55:05 2022 +0200

    Change "dangerous" to "sensitive" in privacy policy and web UI (#18515)

    Fix #18470

commit 440eb71310e41d668f00980b73358edd5f8df043
Author: Claire <[email protected]>
Date:   Thu May 26 15:50:33 2022 +0200

    Change unapproved and unconfirmed account to not be accessible in the REST API (#17530)

    * Change unapproved and unconfirmed account to not be accessible in the REST API

    * Change Account#searchable? to reject unconfirmed and unapproved users

    * Disable search for unapproved and unconfirmed users in Account.search_for

    * Disable search for unapproved and unconfirmed users in Account.advanced_search_for

    * Remove unconfirmed and unapproved accounts from Account.searchable scope

    * Prevent mentions to unapproved/unconfirmed accounts

    * Fix some old tests for Account.advanced_search_for

    * Add some Account.advanced_search_for tests for existing behaviors

    * Add some tests for Account.search_for

    * Add Account.advanced_search_for tests unconfirmed and unapproved accounts

    * Add Account.searchable tests

    * Fix Account.without_unapproved scope potentially messing with previously-applied scopes

    * Allow lookup of unconfirmed/unapproved accounts through /api/v1/accounts/lookup

    This is so that the API can still be used to check whether an username is free
    to use.

commit 86f4dba47ef26aa8690354948c49009c3fd49960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:16:19 2022 +0900

    Bump @babel/preset-env from 7.17.12 to 7.18.2 (#18512)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 77823333bb38a12705af486fa9b69cbd646dbd79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:06:44 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.2 (#18511)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ddddd4c043bd722b7e01a0595cd5f7a606fde281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:41:07 2022 +0900

    Bump immutable from 4.0.0 to 4.1.0 (#18502)

    Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/immutable-js/immutable-js/releases)
    - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/immutable-js/immutable-js/compare/v4.0.0...v4.1.0)

    ---
    updated-dependencies:
    - dependency-name: immutable
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01db33165757042f3d95a6e372a9652b0223c5c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:55 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.0 (#18489)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2bc5e41b8384b1c62832be2abead47670d169dfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:29 2022 +0900

    Bump @babel/runtime from 7.17.9 to 7.18.0 (#18494)

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.9 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4d48d83b0088f9e039691435407bd3d6e92e6f63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:05:53 2022 +0900

    Bump @babel/core from 7.17.12 to 7.18.0 (#18490)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 25dda3061e4308a5005d3a2fef373acffc510a66
Author: Claire <[email protected]>
Date:   Thu May 26 00:20:30 2022 +0200

    Fix unnecessary query on status creation (#17901)

commit 96f29ce91ad622a0127bc3c3bf2dc503062ed0dc
Author: Eugen Rochko <[email protected]>
Date:   Tue May 24 16:33:18 2022 +0200

    New Crowdin updates (#18458)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations doorkeeper.en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations activerecord.en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit e5997a195602624efdb366e9f09ffa377e859580
Author: Claire <[email protected]>
Date:   Mon May 23 20:38:29 2022 +0200

    Fix warning an account outside of a report closing all reports for that account (#18387)

    * Fix warning an account outside of a report closing all reports for that account

    * Make it clear what actions solve other reports

    * Revert "Make it clear what actions solve other reports"

    This reverts commit ad006de821f72e75480701298d13f0945b509059.

commit a9b64b24d6c076cb96a66307c07d4f0158dc07da
Author: Eugen Rochko <[email protected]>
Date:   Sun May 22 22:16:43 2022 +0200

    Change algorithm of `tootctl search deploy` to improve performance (#18463)

commit 54bb659ad14fda8d3427752d2c99716420997d6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat May 21 15:43:36 2022 +0900

    Bump sidekiq from 6.4.1 to 6.4.2 (#18091)

    Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/mperham/sidekiq/releases)
    - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
    - [Commits](https://github.com/mperham/sidekiq/compare/v6.4.1...v6.4.2)

    ---
    updated-dependencies:
    - dependency-name: sidekiq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dfb9e6dab1b119c907dece5555408c9b98ec8f2c
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 11:39:05 2022 +0900

    Disable transpile to older iOS versions (#18462)

commit e925b06721057f83f2e3e8e7bdb21f39318b90a2
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 02:26:19 2022 +0900

    Fix languages dropdown on light theme (#18460)

commit 9a0fa28993568cb3f106f0ea6457b0ff0f9a132e
Author: Eugen Rochko <[email protected]>
Date:   Thu May 19 12:58:16 2022 +0200

    New Crowdin updates (#18419)

    * New translations en.json (German)

    * New translations en.json (Welsh)

    * New translations en.json (Japanese)

    * New translations en.json (Korean)

    * New translations en.json (Turkish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Vietnamese)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.json (Asturian)

    * New translations en.json (Irish)

    * New translations en.json (Arabic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.json (Galician)

    * New translations en.json (Czech)

    * New translations en.json (Slovak)

    * New translations en.json (Icelandic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (English, United Kingdom)

    * New translations en.json (Norwegian)

    * New translations en.json (Romanian)

    * New translations en.json (French)

    * New translations en.json (Spanish)

    * New translations en.json (Afrikaans)

    * New translations en.json (Bulgarian)

    * New translations en.json (Persian)

    * New translations en.json (Tamil)

    * New translations en.json (Malayalam)

    * New translations en.json (Silesian)

    * New translations en.json (Taigi)

    * New translations en.json (Ido)

    * New translations en.json (Kabyle)

    * New translations en.json (Sanskrit)

    * New translations en.json (Sardinian)

    * New translations en.json (Corsican)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.json (Serbian (Latin))

    * New translations en.json (Occitan)

    * New translations en.json (Kannada)

    * New translations en.json (Cornish)

    * New translations en.json (Sinhala)

    * New translations en.json (Breton)

    * New translations en.json (Tatar)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Kazakh)

    * New translations en.json (Spanish, Mexico)

    * New translations en.json (Bengali)

    * New translations en.json (Marathi)

    * New translations en.json (Thai)

    * New translations en.json (Croatian)

    * New translations en.json (Norwegian Nynorsk)

    * New translations en.json (Estonian)

    * New translations en.json (Chinese Traditional, Hong Kong)

    * New translations en.json (Latvian)

    * New translations en.json (Hindi)

    * New translations en.json (Malay)

    * New translations en.json (Telugu)

    * New translations en.json (Esperanto)

    * New translations en.json (Uyghur)

    * New translations en.json (Standard Moroccan Tamazight)

    * New translations en.yml (Icelandic)

    * New translations en.json (German)

    * New translations en.json (Turkish)

    * New translations en.json (Icelandic)

    * New translations en.json (Greek)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Catalan)

    * New translations en.json (Latvian)

    * New translations en.json (Czech)

    * New translations en.json (Indonesian)

    * New translations en.json (Korean)

    * New translations en.json (Russian)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (German)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Danish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ukrainian)

    * New translations en.json (Portuguese)

    * New translations en.yml (Italian)

    * New translations en.json (Italian)

    * New translations en.yml (Italian)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Korean)

    * New translations en.json (Polish)

    * New translations en.yml (Ido)

    * New translations en.json (Czech)

    * New translations en.json (Hungarian)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Ido)

    * New translations en.json (Russian)

    * New translations en.json (Latvian)

    * New translations en.yml (Russian)

    * New translations en.json (Russian)

    * New translations devise.en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.json (Icelandic)

    * New translations en.json (Portuguese)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Slovenian)

    * New translations en.json (Slovenian)

    * New translations en.json (Vietnamese)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Spanish)

    * New translations en.json (Greek)

    * New translations en.json (Thai)

    * New translations en.json (Turkish)

    * New translations en.json (Turkish)

    * New translations en.json (Italian)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Japanese)

    * New translations en.json (Japanese)

    * New translations en.json (Afrikaans)

    * New translations en.yml (Basque)

    * New translations en.yml (German)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations devise.en.yml (Galician)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.json (Korean)

    * New translations simple_form.en.yml (Korean)

    * New translations en.yml (Korean)

    * New translations en.json (Ukrainian)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Thai)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations devise.en.yml (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.json (Indonesian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Vietnamese)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations doorkeeper.en.yml (Portuguese, Brazilian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 679b7158e3cd3881e8cbaf2d2c0c97725b3b5fd9
Author: Eugen Rochko <[email protected]>
Date:   Wed May 18 23:29:14 2022 +0200

    Change search indexing to use batches to minimize resource usage (#18451)

commit ded5a0254a4d29a7384ef766a1e92467fe4ebd2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:33:13 2022 +0900

    Bump yargs from 17.4.1 to 17.5.1 (#18437)

    Bumps [yargs](https://github.com/yargs/yargs) from 17.4.1 to 17.5.1.
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/yargs/yargs/compare/v17.4.1...v17.5.1)

    ---
    updated-dependencies:
    - dependency-name: yargs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ffc2971466417aafe778eddcb1510ea934cef973
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:30:31 2022 +0900

    Bump dotenv from 16.0.0 to 16.0.1 (#18438)

    Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.0.1.
    - [Release notes](https://github.com/motdotla/dotenv/releases)
    - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.0.1)

    ---
    updated-dependencies:
    - dependency-name: dotenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a918a76bfbdd300e3ef549307706bdfa630f824b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:29:53 2022 +0900

    Bump glob from 8.0.1 to 8.0.3 (#18440)

    Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.1 to 8.0.3.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](https://github.com/isaacs/node-glob/compare/v8.0.1...v8.0.3)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6b4e2d5ce686140797dd207b1ba932a86665262f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:55 2022 +0900

    Bump rubocop from 1.28.2 to 1.29.1 (#18433)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.28.2 to 1.29.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rubocop/rubocop/compare/v1.28.2...v1.29.1)

    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6048eeed045693be63ad34dc97e98f7b2e519a70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:02 2022 +0900

    Bump faker from 2.20.0 to 2.21.0 (#18434)

    Bumps [faker](https://github.com/faker-ruby/faker) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/faker-ruby/faker/releases)
    - [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/faker-ruby/faker/compare/v2.20.0...v2.21.0)

    ---
    updated-dependencies:
    - dependency-name: faker
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1a880533acb1a8b6ee11db357d8cb8864f0e05e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:25:23 2022 +0900

    Bump @babel/preset-env from 7.17.10 to 7.17.12 (#18443)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit d842f645d11e99521d1c27a13ce53f97de357d52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:16:16 2022 +0900

    Bump @babel/plugin-proposal-decorators from 7.17.9 to 7.17.12 (#18442)

    Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.17.9 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-proposal-decorators)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-proposal-decorators"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit a4d7426f10efac27527cb2a9b24b829596d2a1cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:02:31 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.10 to 7.17.12 (#18441)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 82d4a45630028fb9bc8c72db3e5fd3188d807b83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:58 2022 +0900

    Bump @babel/preset-react from 7.16.7 to 7.17.12 (#18436)

    Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.16.7 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-react)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-react"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9fcef31580075d679c0a66f9a5e99cd1b526a24c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:23 2022 +0900

    Bump @babel/core from 7.17.10 to 7.17.12 (#18439)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e0bdaeab657d9a320aaf506d98ca82d41e7bfdd5
Author: Claire <[email protected]>
Date:   Tue May 17 14:52:26 2022 +0200

    Fix NoMethodError when resolving a link that redirects to a local post (#18314)

    * Fix NoMethodError when resolving a link that redirects to a local post

    * Fix tests

commit c78a622ba4bd7fce511e5f079dd6b8deb17f9cef
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Tue May 17 17:12:00 2022 +0900

    Prevent update to redis 4.1.0 (#18444)

commit d25015fc5b6c6b31dcf726b02dd0742475d9d9c8
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 20:14:20 2022 +0200

    Revert "Bump redis from 4.0.6 to 4.1.0" (#18430)

commit 6c699b17234355598d6d3237e8826adf6f0688f9
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 19:13:36 2022 +0200

    Fix preferred posting language returning unusable value in REST API (#18428)

commit 0cdb07757050825725cac76f1c9cf11cf64acc0a
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 11:18:35 2022 +0200

    Add language dropdown to compose in web UI (#18420)

commit c3fac61f56b3ad63534961f3d3c426cdf8ac6213
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Mon May 16 08:00:09 2022 +0900

    Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged (#18424)

    * Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged

    * Replace to `@object`

commit 95a036c598f54db673e5b4933cc92565ab198efc
Author: Eugen Rochko <[email protected]>
Date:   Sun May 15 11:04:59 2022 +0200

    New Crowdin updates (#18339)

    * New translations en.yml (Asturian)

    * New translations en.yml (Kannada)

    * New translations en.yml (Sinhala)

    * New translations en.yml (Marathi)

    * New translations en.yml (Malay)

    * New translations en.yml (Croatian)

    * New translations en.yml (Norwegian Nynorsk)

    * New translations en.yml (Kazakh)

    * New translations en.yml (Estonian)

    * New translations en.yml (Latvian)

    * New translations en.yml (Hindi)

    * New translations en.yml (Telugu)

    * New translations en.yml (Breton)

    * New translations en.yml (Welsh)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Uyghur)

    * New translations en.yml (Chinese Traditional, Hong Kong)

    * New translations en.yml (Tatar)

    * New translations en.yml (Malayalam)

    * New translations en.yml (English, United Kingdom)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Swedish)

    * New translations en.yml (Catalan)

    * New translations en.yml (Czech)

    * New translations en.yml (Spanish)

    * New translations en.yml (Greek)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Polish)

    * New translations en.yml (Asturian)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations devise.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Japanese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Japanese)

    * New translations en.yml (Latvian)

    * New translations en.yml (Galician)

    * New translations en.yml (Thai)

    * New translations en.yml (Italian)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.json (Korean)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Welsh)

    * New translations en.yml (French)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Catalan)

    * New translations en.json (Catalan)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Catalan)

    * New translations en.yml (Afrikaans)

    * New translations en.yml (Latvian)

    * New translations en.yml (Italian)

    * New translations en.yml (Greek)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Ido)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations simple_form.en.yml (Hungarian)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Korean)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Albanian)

    * New translations en.yml (Czech)

    * New translations en.yml (Czech)

    * New translations en.yml (Danish)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Spanish)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations doorkeeper.en.yml (Chinese Simplified)

    * New translations en.yml (German)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Galician)

    * New translations en.yml (French)

    * New translations en.json (Galician)

    * New translations en.yml (French)

    * New translations en.yml (Welsh)

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations doorkeeper.en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations simple_form.en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Slovenian)

    * New translations en.yml (Hungarian)

    * New translations en.json (English, United Kingdom)

    * New translations en.yml (French)

    * New translations en.yml (French)

    * New translations en.json (French)

    * New translations en.json (Croatian)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Scottish Gaelic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Tatar)

    * New translations en.json (Tatar)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations devise.en.yml (Catalan)

    * New translations en.yml (Russian)

    * New translations doorkeeper.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations en.yml (Swedish)

    * New translations en.yml (Spanish)

    * New translations en.yml (Turkish)

    * New translations en.yml (Welsh)

    * New translations en.yml (Latvian)

    * New translations en.json (Slovak)

    * New translations en.yml (Slovak)

    * New translations en.json (Slovak)

    * New translations en.yml (Czech)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.json (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ido)

    * New translations en.json (Spanish, Argentina)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Danish)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (German)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (Polish)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Korean)

    * New translations en.yml (Italian)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 98400a6887f1eb67fb131433bb28a69246800c4c
Author: James Smith <[email protected]>
Date:   Sat May 14 04:03:44 2022 -0400

    Support STREAMING_API_BASE_URL in Helm Chart (#18408)

    This adds a mastodon.streaming.base_url setting in the Helm chart values
    file to allow setting the STREAMING_API_BASE_URL in the Mastodon environnment
    config map.

commit 42c976fd65486186e3e7d259d1fced20de7be0bb
Author: Eugen Rochko <[email protected]>
Date:   Sat May 14 06:51:59 2022 +0200

    Fix missing string for appeal validation error (#18410)

commit 6cf57c676550068a59149ca82d63fcb5b5431158
Author: Eugen Rochko <[email protected]>
Date:   Fri May 13 00:02:35 2022 +0200

    Refactor how Redis locks are created (#18400)

    * Refactor how Redis locks are created

    * Fix autorelease duration on account deletion lock

commit 12535568f7435ed627c37312782f8ca07e83eca9
Author: Jeong Arm <[email protected]>
Date:   Fri May 13 05:40:54 2022 +0900

    Fix rss view on hashtag (#18406)

commit bda8345e91b0e1d7b2c0534d09cb53973cb9ab18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:54:27 2022 +0900

    Bump rails from 6.1.5.1 to 6.1.6 (#18372)

    Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5.1...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: rails
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2923ca461fec98de6973ac48546e76d4ef4c4bc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:44:41 2022 +0900

    Bump @rails/ujs from 6.1.5 to 6.1.6 (#18380)

    Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: "@rails/ujs"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a52dc01f301be96b17cbec1032b4defd1848ba88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:43:30 2022 +0900

    Bump nokogiri from 1.13.4 to 1.13.6 (#18371)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.6/CHANGELOG.md)
    - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.6)

    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3261d89af638687ff30d6766c46a22bd6f07abfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:42:52 2022 +0900

    Bump aws-sdk-s3 from 1.113.2 to 1.114.0 (#18373)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.113.2 to 1.114.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-ruby/commits)

    ---
    updated-dependencies:
    - dependency-name: aws-sdk-s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 95555f15b55291b97477465f8d8a7eba526d6522
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:15:04 2022 +0900

    Bump jest from 28.0.3 to 28.1.0 (#18377)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)

    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 68260c0257f45b631e6d14f7d1283ae8766b2fac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:09:31 2022 +0900

    Bump sidekiq-unique-jobs from 7.1.21 to 7.1.22 (#18375)

    Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.1.21 to 7.1.22.
    - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
    - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.21...v7.1.22)

    ---
    updated-dependencies:
    - dependency-name: sidekiq-unique-jobs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a2ef5e321275c301b37b4dfbe82beeb905365271
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:08:27 2022 +0900

    Bump array-includes from 3.1.4 to 3.1.5 (#18381)

    Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/es-shims/array-includes/releases)
    - [Changelog](https://github.com/es-shims/array-includes/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/es-shims/array-includes/compare/v3.1.4...v3.1.5)

    ---
    updated-dependencies:
    - dependency-name: array-includes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3ca348fa119b2174a708b0402b698a8dea96f98d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:04:12 2022 +0900

    Bump i18n-tasks from 1.0.9 to 1.0.10 (#18370)

    Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10.
    - [Release notes](https://github.com/glebm/i18n-tasks/releases)
    - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
    - [Commits](https://github.com/glebm/i18n-tasks/compare/v1.0.9...v1.0.10)

    ---
    updated-dependencies:
    - dependency-name: i18n-tasks
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 593637145ea0ec56c35e17590be5fbd26389edf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:02:08 2022 +0900

    Bump babel-jest from 28.0.3 to 28.1.0 (#18374)

    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest)

    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 19216f93b5dbf64ee5ace221945eefc408c51370
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:51 2022 +0900

    Bump jest-environment-jsdom from 28.0.2 to 28.1.0 (#18379)

    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.0.2 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest-environment-jsdom)

    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e7d0bf731efaee24c7c0101d4ff597fab0ee9a59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:16 2022 +0900

    Bump capybara from 3.…
chasedream1129 added a commit to monado-ren/mastodon that referenced this pull request Aug 12, 2024
commit 9e99d8e6d67c1b4b667619919c64fb866b8e6b32
Author: noellabo <[email protected]>
Date:   Tue Aug 16 13:46:43 2022 +0900

    fixup! Fix quote to be compatible for Mastodon v3.5

commit bc449c05613babd9f429b37650dd3957499cac6b
Author: noellabo <[email protected]>
Date:   Thu Jan 27 09:53:13 2022 +0900

    Change NoteObject's quoteURL to quoteUri and introduced fedibird namespace in @context

commit f290732b2d61236b78caf0675b0003598269df50
Author: noellabo <[email protected]>
Date:   Thu Feb 24 13:15:34 2022 +0900

    Fix quote to be compatible for Mastodon v3.5

commit 378945b98481d66a70f2c470ce9137553b6130ff
Author: noellabo <[email protected]>
Date:   Wed Feb 23 18:00:46 2022 +0900

    Add noopener and noreferrer to quote remote links

commit 2088fbe112223585ee7a80de2552a89166192b34
Author: noellabo <[email protected]>
Date:   Wed Feb 23 10:01:21 2022 +0900

    Remove unneeded code from quote

commit be246b5ddd24f40839e1b8c79014c5785b325983
Author: noellabo <[email protected]>
Date:   Fri Jul 23 19:55:56 2021 +0900

    Fix to dismiss quote where the target post was deleted

commit eaab810d39d0ad09e401b1137ceaf96c686c200e
Author: noellabo <[email protected]>
Date:   Thu Jan 7 15:56:40 2021 +0900

    Fix quote on public stream

commit e31b4af454f2ec367e2f7f1336ef2f5cb5b99098
Author: noellabo <[email protected]>
Date:   Mon Jan 4 13:39:11 2021 +0900

    Fix not hiding quoted unlisted status in non public timeline

commit a1f5781fcd83a7372047ee2998b187d265946bfa
Author: noellabo <[email protected]>
Date:   Mon Jan 4 09:45:37 2021 +0900

    Fix missing frameRate

commit b23d461f130b36a8e7f5012c4e29acab0c7ae1cd
Author: noellabo <[email protected]>
Date:   Mon Jan 4 04:49:35 2021 +0900

    Fix missing reblog_of_quote

commit 68037da77660f9c11ce53c04ebe49474d9d6f722
Author: noellabo <[email protected]>
Date:   Mon Jan 4 00:28:17 2021 +0900

    Fix modal footer to react to quoted posts

commit a4373dd4d07ce99eba9d0e942b25afc60234762f
Author: noellabo <[email protected]>
Date:   Thu Dec 31 08:27:24 2020 +0900

    Fix expand video on public page for quote

commit d23f3085f3aaed9cd504e32f1adeef9046e752d9
Author: noellabo <[email protected]>
Date:   Sat Dec 19 10:14:10 2020 +0900

    fix rtl in quote_indicator

commit 0c797116145f24a71cd1697d2a6a38ada27b6ae9
Author: noellabo <[email protected]>
Date:   Tue Dec 8 22:58:24 2020 +0900

    Fix Open handler in quote media

commit 78fb5beeb3ec9e8158821806a63f26a1112d531a
Author: noellabo <[email protected]>
Date:   Sun Dec 27 21:53:54 2020 +0900

    Add quote button in PiP

commit 56b644be633b52ad96da95aa2c09ce1ee74796f9
Author: noellabo <[email protected]>
Date:   Sat Jun 6 12:59:45 2020 +0900

    Fix to hide mute and blocked quotes

commit c7f721e8a1bd6ebe3ef4971ca83065c9ae9001ea
Author: noellabo <[email protected]>
Date:   Wed Oct 7 22:28:02 2020 +0900

    Fix PictureInPicture to work in quotes

commit 185ff5d9eb15dc083a0635c5afb9c415c0857722
Author: noellabo <[email protected]>
Date:   Sat Jul 25 19:16:43 2020 +0900

    Fix quoted audio

commit 814b7cf18ed23b5d436bdebe2a5fc36ec437da3c
Author: noellabo <[email protected]>
Date:   Fri Jun 26 07:26:25 2020 +0900

    Fix tooltip 'cannot be quoted'

commit 94a0a4fd88263c4cc9e0c52492aeccc27de21027
Author: noellabo <[email protected]>
Date:   Thu Jun 4 05:28:05 2020 +0900

    Fix an avatar icon size of the status quoted on the public page

commit 02e6ce3ed8907f13eab51e10d6e23c7c135566fd
Author: noellabo <[email protected]>
Date:   Tue Nov 12 14:09:06 2019 +0900

    Add "Show poll" link to quoted poll

commit 10b8d3c40a5ec1a45c2951041d7924016365d66b
Author: noellabo <[email protected]>
Date:   Fri Nov 29 12:10:59 2019 +0900

    Apply quote by parsing post body

commit 8c56e189e19acea8fba0476da05895c16d2818eb
Author: noellabo <[email protected]>
Date:   Tue Nov 12 20:20:08 2019 +0900

    Compatible with Misskey quote

commit dceccade71d218c9e4aad9eed6b01a3b093bd5ff
Author: noellabo <[email protected]>
Date:   Mon Feb 24 23:56:04 2020 +0900

    Change not to delete the element specified in invisible

commit 568c40774650f7bb4336d2cf425a32bd56cef330
Author: noellabo <[email protected]>
Date:   Sun Mar 1 19:31:59 2020 +0900

    Add index to statuses quote_id

commit 787524fdf938b8027803bb209f907150413a2625
Author: noellabo <[email protected]>
Date:   Fri Feb 28 07:45:54 2020 +0900

    Fix to reject status quotations other than public and unlisted

commit e1ea799641a64e5ed8bcd8c771b7b1573882ca15
Author: noellabo <[email protected]>
Date:   Mon Feb 24 14:19:46 2020 +0900

    Add confirmation of overwriting of input content when quoting

commit 5fe632994d7e839c6ac741db1ee9e102b834fe78
Author: noellabo <[email protected]>
Date:   Mon Feb 24 12:53:28 2020 +0900

    Add feature_quote to instance API

commit 1f3d824912fe4f8dfb8f39863b31bff915ef985a
Author: noellabo <[email protected]>
Date:   Mon Feb 24 11:36:40 2020 +0900

    Fix boost target to be quoted if boosted

commit 651a8062b34a27b6bf5e45de8ea56b928e58ebe0
Author: noellabo <[email protected]>
Date:   Fri Feb 21 21:49:06 2020 +0900

    Fix quote nesting at once, add quote_id

commit d6267585bd8e621c8f1b58f553ec6fd1b4146772
Author: wakin <[email protected]>
Date:   Sun Sep 29 13:41:03 2019 +0900

    remake quote feature

commit 809b863ecdbf5989c2916e6f47343524f568704f
Author: Genbu Hase <[email protected]>
Date:   Sun Apr 8 16:56:25 2018 +0900

    [New] Implement a feature of quote

commit ff9f883e404b8351950d6d6442e80b39ab84f7dd
Author: noellabo <[email protected]>
Date:   Thu Feb 24 14:03:54 2022 +0900

    Fix start in flex box to flex-start

commit 696f7b360882e71ff45b6ddafc8eea17184a0f31
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:26:24 2022 +0100

    Bump version to 3.5.5

commit b22e1476ca667e1ab83ab26a93203c3f253540af
Author: Claire <[email protected]>
Date:   Mon Nov 14 22:14:55 2022 +0100

    Fix nodes order being sometimes mangled when rewriting emoji (#20677)

    * Fix front-end emoji tests

    * Fix nodes order being sometimes mangled when rewriting emoji

commit 105ab8242582c6df02e3693f4620793add5c84f6
Author: Claire <[email protected]>
Date:   Mon Nov 14 11:23:10 2022 +0100

    Bump version to 3.5.4

commit 2dd8f977e84b67ed073a932accd2fbf4d2f38f3a
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:21:57 2022 +0100

    Fix emoji substitution not applying only to text nodes in backend code

    Signed-off-by: Claire <[email protected]>

commit 2db06e1d089404844b632b3a2164c4bd3af24424
Author: Claire <[email protected]>
Date:   Wed Nov 9 14:16:02 2022 +0100

    Fix emoji substitution not applying only to text nodes in Web UI

    Signed-off-by: Claire <[email protected]>

commit 063579373e401fdac72b856971ecc01b06065365
Author: Eugen Rochko <[email protected]>
Date:   Wed Oct 26 14:58:52 2022 +0200

    Fix rate limiting for paths with formats

commit 1659788de4aa12f78108defb7294a1a23fa363bf
Author: Pierre Bourdon <[email protected]>
Date:   Fri Nov 11 07:45:16 2022 +0100

    blurhash_transcoder: prevent out-of-bound reads with <8bpp images (#20388)

    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.

commit 47eaf85f02e280db8c24cfc4f9bc5a34e99da49e
Author: Claire <[email protected]>
Date:   Mon Jul 4 11:08:30 2022 +0200

    Fix crash when a remote Flag activity mentions a private post (#18760)

    * Add tests

    * Fix crash when a remote Flag activity mentions a private post

commit fbcbf7898f000d9d1a21d52e8a8d3ed4602aa7db
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:26:15 2022 +0200

    Bump version to 3.5.3 (#18530)

commit 0a1992430db7a859b3b7faa3d9ce4f07734b5fd8
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 23:02:42 2022 +0200

    Fix errors when rendering RSS feeds (#18531)

commit 52f4e834f293c9fdbf5805639d022ac4e3856b75
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:14:47 2022 +0200

    Fix concurrent unfollowing decrementing follower count more than once (#18527)

commit 8a9acbe604667215c9589154d72b3f313755c210
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:12 2022 +0200

    Fix being able to appeal a strike unlimited times (#18529)

    Peculiarity of the `has_one` association is that the convenience
    creation method deletes the previous association even if the new
    one is invalid

commit c4d2c39a75eccdbc60c3540c259e1e7ea5881ac6
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:08:02 2022 +0200

    Fix being able to report otherwise inaccessible statuses (#18528)

commit 1ff4877945e18820f3e518a1cfbac243da65e1a5
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:06:10 2022 +0200

    Fix empty votes arbitrarily increasing voters count in polls (#18526)

commit 976cd6413e9b2a1531a2ad17945342deaeec538c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:16 2022 +0200

    Fix moderator leak in undo_mark_statuses_as_sensitive (#18525)

    Signed-off-by: Eugen Rochko <[email protected]>

    Co-authored-by: 40826d <[email protected]>

commit 9f81b9f29a14093cefcdbf09058ace089cd8e06b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:04:05 2022 +0200

    Fix suspended users being able to access APIs that don't require a user (#18524)

commit 96129c2f10a82520648f6ae04e585cf797403617
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 22:03:54 2022 +0200

    Fix confirmation redirect to app without `Location` header (#18523)

commit 3e0e7a1cfb617837ccada330afc13ed804c3c47b
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 20:32:48 2022 +0200

    Fix follower and other counters being able to go negative (#18517)

commit 702b709d9a8df2ed65c54d32d585a4cf5fe13de1
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 27 03:29:28 2022 +0900

    Add ES6 compatibility to browserslist (#18519)

commit d8abc0018f59ed63fb6c5fae2f6081c141a4b978
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:43:14 2022 +0200

    Remove 3.3.x from supported versions in security policy (#18516)

commit 088dc0ec5a383006952c0b15508af882a4c1109c
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 18:05:47 2022 +0200

    Fix regression in `tootctl search deploy` caused by unloaded attribute (#18514)

commit a4fa9e23fc1ddb42452bb8f051a31894796c8002
Author: Eugen Rochko <[email protected]>
Date:   Thu May 26 17:55:05 2022 +0200

    Change "dangerous" to "sensitive" in privacy policy and web UI (#18515)

    Fix #18470

commit 440eb71310e41d668f00980b73358edd5f8df043
Author: Claire <[email protected]>
Date:   Thu May 26 15:50:33 2022 +0200

    Change unapproved and unconfirmed account to not be accessible in the REST API (#17530)

    * Change unapproved and unconfirmed account to not be accessible in the REST API

    * Change Account#searchable? to reject unconfirmed and unapproved users

    * Disable search for unapproved and unconfirmed users in Account.search_for

    * Disable search for unapproved and unconfirmed users in Account.advanced_search_for

    * Remove unconfirmed and unapproved accounts from Account.searchable scope

    * Prevent mentions to unapproved/unconfirmed accounts

    * Fix some old tests for Account.advanced_search_for

    * Add some Account.advanced_search_for tests for existing behaviors

    * Add some tests for Account.search_for

    * Add Account.advanced_search_for tests unconfirmed and unapproved accounts

    * Add Account.searchable tests

    * Fix Account.without_unapproved scope potentially messing with previously-applied scopes

    * Allow lookup of unconfirmed/unapproved accounts through /api/v1/accounts/lookup

    This is so that the API can still be used to check whether an username is free
    to use.

commit 86f4dba47ef26aa8690354948c49009c3fd49960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:16:19 2022 +0900

    Bump @babel/preset-env from 7.17.12 to 7.18.2 (#18512)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 77823333bb38a12705af486fa9b69cbd646dbd79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 09:06:44 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.2 (#18511)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ddddd4c043bd722b7e01a0595cd5f7a606fde281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:41:07 2022 +0900

    Bump immutable from 4.0.0 to 4.1.0 (#18502)

    Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/immutable-js/immutable-js/releases)
    - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/immutable-js/immutable-js/compare/v4.0.0...v4.1.0)

    ---
    updated-dependencies:
    - dependency-name: immutable
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01db33165757042f3d95a6e372a9652b0223c5c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:55 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.0 (#18489)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2bc5e41b8384b1c62832be2abead47670d169dfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:06:29 2022 +0900

    Bump @babel/runtime from 7.17.9 to 7.18.0 (#18494)

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.9 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4d48d83b0088f9e039691435407bd3d6e92e6f63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 26 08:05:53 2022 +0900

    Bump @babel/core from 7.17.12 to 7.18.0 (#18490)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.12 to 7.18.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 25dda3061e4308a5005d3a2fef373acffc510a66
Author: Claire <[email protected]>
Date:   Thu May 26 00:20:30 2022 +0200

    Fix unnecessary query on status creation (#17901)

commit 96f29ce91ad622a0127bc3c3bf2dc503062ed0dc
Author: Eugen Rochko <[email protected]>
Date:   Tue May 24 16:33:18 2022 +0200

    New Crowdin updates (#18458)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations doorkeeper.en.yml (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Armenian)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Estonian)

    * New translations en.json (Estonian)

    * New translations en.json (Estonian)

    * New translations en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations simple_form.en.yml (Russian)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (Sorani (Kurdish))

    * New translations activerecord.en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations doorkeeper.en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * New translations en.yml (Sorani (Kurdish))

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit e5997a195602624efdb366e9f09ffa377e859580
Author: Claire <[email protected]>
Date:   Mon May 23 20:38:29 2022 +0200

    Fix warning an account outside of a report closing all reports for that account (#18387)

    * Fix warning an account outside of a report closing all reports for that account

    * Make it clear what actions solve other reports

    * Revert "Make it clear what actions solve other reports"

    This reverts commit ad006de821f72e75480701298d13f0945b509059.

commit a9b64b24d6c076cb96a66307c07d4f0158dc07da
Author: Eugen Rochko <[email protected]>
Date:   Sun May 22 22:16:43 2022 +0200

    Change algorithm of `tootctl search deploy` to improve performance (#18463)

commit 54bb659ad14fda8d3427752d2c99716420997d6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat May 21 15:43:36 2022 +0900

    Bump sidekiq from 6.4.1 to 6.4.2 (#18091)

    Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/mperham/sidekiq/releases)
    - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
    - [Commits](https://github.com/mperham/sidekiq/compare/v6.4.1...v6.4.2)

    ---
    updated-dependencies:
    - dependency-name: sidekiq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dfb9e6dab1b119c907dece5555408c9b98ec8f2c
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 11:39:05 2022 +0900

    Disable transpile to older iOS versions (#18462)

commit e925b06721057f83f2e3e8e7bdb21f39318b90a2
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Fri May 20 02:26:19 2022 +0900

    Fix languages dropdown on light theme (#18460)

commit 9a0fa28993568cb3f106f0ea6457b0ff0f9a132e
Author: Eugen Rochko <[email protected]>
Date:   Thu May 19 12:58:16 2022 +0200

    New Crowdin updates (#18419)

    * New translations en.json (German)

    * New translations en.json (Welsh)

    * New translations en.json (Japanese)

    * New translations en.json (Korean)

    * New translations en.json (Turkish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Vietnamese)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.json (Asturian)

    * New translations en.json (Irish)

    * New translations en.json (Arabic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.json (Galician)

    * New translations en.json (Czech)

    * New translations en.json (Slovak)

    * New translations en.json (Icelandic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.json (English, United Kingdom)

    * New translations en.json (Norwegian)

    * New translations en.json (Romanian)

    * New translations en.json (French)

    * New translations en.json (Spanish)

    * New translations en.json (Afrikaans)

    * New translations en.json (Bulgarian)

    * New translations en.json (Persian)

    * New translations en.json (Tamil)

    * New translations en.json (Malayalam)

    * New translations en.json (Silesian)

    * New translations en.json (Taigi)

    * New translations en.json (Ido)

    * New translations en.json (Kabyle)

    * New translations en.json (Sanskrit)

    * New translations en.json (Sardinian)

    * New translations en.json (Corsican)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.json (Serbian (Latin))

    * New translations en.json (Occitan)

    * New translations en.json (Kannada)

    * New translations en.json (Cornish)

    * New translations en.json (Sinhala)

    * New translations en.json (Breton)

    * New translations en.json (Tatar)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Kazakh)

    * New translations en.json (Spanish, Mexico)

    * New translations en.json (Bengali)

    * New translations en.json (Marathi)

    * New translations en.json (Thai)

    * New translations en.json (Croatian)

    * New translations en.json (Norwegian Nynorsk)

    * New translations en.json (Estonian)

    * New translations en.json (Chinese Traditional, Hong Kong)

    * New translations en.json (Latvian)

    * New translations en.json (Hindi)

    * New translations en.json (Malay)

    * New translations en.json (Telugu)

    * New translations en.json (Esperanto)

    * New translations en.json (Uyghur)

    * New translations en.json (Standard Moroccan Tamazight)

    * New translations en.yml (Icelandic)

    * New translations en.json (German)

    * New translations en.json (Turkish)

    * New translations en.json (Icelandic)

    * New translations en.json (Greek)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Catalan)

    * New translations en.json (Latvian)

    * New translations en.json (Czech)

    * New translations en.json (Indonesian)

    * New translations en.json (Korean)

    * New translations en.json (Russian)

    * New translations en.json (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (German)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Danish)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ukrainian)

    * New translations en.json (Portuguese)

    * New translations en.yml (Italian)

    * New translations en.json (Italian)

    * New translations en.yml (Italian)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Korean)

    * New translations en.json (Polish)

    * New translations en.yml (Ido)

    * New translations en.json (Czech)

    * New translations en.json (Hungarian)

    * New translations en.json (Spanish, Argentina)

    * New translations en.json (Ido)

    * New translations en.json (Russian)

    * New translations en.json (Latvian)

    * New translations en.yml (Russian)

    * New translations en.json (Russian)

    * New translations devise.en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.json (Icelandic)

    * New translations en.json (Portuguese)

    * New translations en.yml (Ido)

    * New translations en.json (Catalan)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Slovenian)

    * New translations en.json (Slovenian)

    * New translations en.json (Vietnamese)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Spanish)

    * New translations en.json (Greek)

    * New translations en.json (Thai)

    * New translations en.json (Turkish)

    * New translations en.json (Turkish)

    * New translations en.json (Italian)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Japanese)

    * New translations en.json (Japanese)

    * New translations en.json (Afrikaans)

    * New translations en.yml (Basque)

    * New translations en.yml (German)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.json (German)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.yml (Galician)

    * New translations en.json (Galician)

    * New translations devise.en.yml (Galician)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (Ido)

    * New translations en.json (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Korean)

    * New translations en.json (Korean)

    * New translations simple_form.en.yml (Korean)

    * New translations en.yml (Korean)

    * New translations en.json (Ukrainian)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Thai)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Russian)

    * New translations en.json (Portuguese, Brazilian)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations devise.en.yml (Chinese Simplified)

    * New translations en.yml (Ido)

    * New translations en.json (French)

    * New translations en.json (Indonesian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Vietnamese)

    * New translations en.json (Esperanto)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations doorkeeper.en.yml (Portuguese, Brazilian)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * New translations en.yml (Ido)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 679b7158e3cd3881e8cbaf2d2c0c97725b3b5fd9
Author: Eugen Rochko <[email protected]>
Date:   Wed May 18 23:29:14 2022 +0200

    Change search indexing to use batches to minimize resource usage (#18451)

commit ded5a0254a4d29a7384ef766a1e92467fe4ebd2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:33:13 2022 +0900

    Bump yargs from 17.4.1 to 17.5.1 (#18437)

    Bumps [yargs](https://github.com/yargs/yargs) from 17.4.1 to 17.5.1.
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/yargs/yargs/compare/v17.4.1...v17.5.1)

    ---
    updated-dependencies:
    - dependency-name: yargs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ffc2971466417aafe778eddcb1510ea934cef973
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:30:31 2022 +0900

    Bump dotenv from 16.0.0 to 16.0.1 (#18438)

    Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.0.1.
    - [Release notes](https://github.com/motdotla/dotenv/releases)
    - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.0.1)

    ---
    updated-dependencies:
    - dependency-name: dotenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a918a76bfbdd300e3ef549307706bdfa630f824b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:29:53 2022 +0900

    Bump glob from 8.0.1 to 8.0.3 (#18440)

    Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.1 to 8.0.3.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](https://github.com/isaacs/node-glob/compare/v8.0.1...v8.0.3)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6b4e2d5ce686140797dd207b1ba932a86665262f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:55 2022 +0900

    Bump rubocop from 1.28.2 to 1.29.1 (#18433)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.28.2 to 1.29.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rubocop/rubocop/compare/v1.28.2...v1.29.1)

    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6048eeed045693be63ad34dc97e98f7b2e519a70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 03:27:02 2022 +0900

    Bump faker from 2.20.0 to 2.21.0 (#18434)

    Bumps [faker](https://github.com/faker-ruby/faker) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/faker-ruby/faker/releases)
    - [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/faker-ruby/faker/compare/v2.20.0...v2.21.0)

    ---
    updated-dependencies:
    - dependency-name: faker
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1a880533acb1a8b6ee11db357d8cb8864f0e05e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:25:23 2022 +0900

    Bump @babel/preset-env from 7.17.10 to 7.17.12 (#18443)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit d842f645d11e99521d1c27a13ce53f97de357d52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:16:16 2022 +0900

    Bump @babel/plugin-proposal-decorators from 7.17.9 to 7.17.12 (#18442)

    Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.17.9 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-proposal-decorators)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-proposal-decorators"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit a4d7426f10efac27527cb2a9b24b829596d2a1cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:02:31 2022 +0900

    Bump @babel/plugin-transform-runtime from 7.17.10 to 7.17.12 (#18441)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-plugin-transform-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 82d4a45630028fb9bc8c72db3e5fd3188d807b83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:58 2022 +0900

    Bump @babel/preset-react from 7.16.7 to 7.17.12 (#18436)

    Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.16.7 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-react)

    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-react"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9fcef31580075d679c0a66f9a5e99cd1b526a24c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 18 21:01:23 2022 +0900

    Bump @babel/core from 7.17.10 to 7.17.12 (#18439)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.17.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-core)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e0bdaeab657d9a320aaf506d98ca82d41e7bfdd5
Author: Claire <[email protected]>
Date:   Tue May 17 14:52:26 2022 +0200

    Fix NoMethodError when resolving a link that redirects to a local post (#18314)

    * Fix NoMethodError when resolving a link that redirects to a local post

    * Fix tests

commit c78a622ba4bd7fce511e5f079dd6b8deb17f9cef
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Tue May 17 17:12:00 2022 +0900

    Prevent update to redis 4.1.0 (#18444)

commit d25015fc5b6c6b31dcf726b02dd0742475d9d9c8
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 20:14:20 2022 +0200

    Revert "Bump redis from 4.0.6 to 4.1.0" (#18430)

commit 6c699b17234355598d6d3237e8826adf6f0688f9
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 19:13:36 2022 +0200

    Fix preferred posting language returning unusable value in REST API (#18428)

commit 0cdb07757050825725cac76f1c9cf11cf64acc0a
Author: Eugen Rochko <[email protected]>
Date:   Mon May 16 11:18:35 2022 +0200

    Add language dropdown to compose in web UI (#18420)

commit c3fac61f56b3ad63534961f3d3c426cdf8ac6213
Author: Yamagishi Kazutoshi <[email protected]>
Date:   Mon May 16 08:00:09 2022 +0900

    Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged (#18424)

    * Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged

    * Replace to `@object`

commit 95a036c598f54db673e5b4933cc92565ab198efc
Author: Eugen Rochko <[email protected]>
Date:   Sun May 15 11:04:59 2022 +0200

    New Crowdin updates (#18339)

    * New translations en.yml (Asturian)

    * New translations en.yml (Kannada)

    * New translations en.yml (Sinhala)

    * New translations en.yml (Marathi)

    * New translations en.yml (Malay)

    * New translations en.yml (Croatian)

    * New translations en.yml (Norwegian Nynorsk)

    * New translations en.yml (Kazakh)

    * New translations en.yml (Estonian)

    * New translations en.yml (Latvian)

    * New translations en.yml (Hindi)

    * New translations en.yml (Telugu)

    * New translations en.yml (Breton)

    * New translations en.yml (Welsh)

    * New translations en.yml (Esperanto)

    * New translations en.yml (Uyghur)

    * New translations en.yml (Chinese Traditional, Hong Kong)

    * New translations en.yml (Tatar)

    * New translations en.yml (Malayalam)

    * New translations en.yml (English, United Kingdom)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Swedish)

    * New translations en.yml (Catalan)

    * New translations en.yml (Czech)

    * New translations en.yml (Spanish)

    * New translations en.yml (Greek)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (German)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Polish)

    * New translations en.yml (Asturian)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations en.yml (Persian)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.json (Persian)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations devise.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Chinese Traditional)

    * New translations doorkeeper.en.yml (Chinese Traditional)

    * New translations simple_form.en.yml (Chinese Traditional)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Japanese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Japanese)

    * New translations en.yml (Latvian)

    * New translations en.yml (Galician)

    * New translations en.yml (Thai)

    * New translations en.yml (Italian)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.json (Korean)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Welsh)

    * New translations en.yml (French)

    * New translations en.yml (Scottish Gaelic)

    * New translations en.json (Scottish Gaelic)

    * New translations en.yml (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.yml (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Afrikaans)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Ido)

    * New translations en.json (Catalan)

    * New translations en.json (Catalan)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.json (Ido)

    * New translations doorkeeper.en.yml (Ido)

    * New translations devise.en.yml (Ido)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Catalan)

    * New translations en.yml (Afrikaans)

    * New translations en.yml (Latvian)

    * New translations en.yml (Italian)

    * New translations en.yml (Greek)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Ido)

    * New translations en.yml (Hungarian)

    * New translations en.json (Hungarian)

    * New translations simple_form.en.yml (Hungarian)

    * New translations en.yml (Korean)

    * New translations en.yml (Russian)

    * New translations en.yml (Hungarian)

    * New translations en.yml (Turkish)

    * New translations en.yml (Korean)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Icelandic)

    * New translations en.yml (Albanian)

    * New translations en.yml (Czech)

    * New translations en.yml (Czech)

    * New translations en.yml (Danish)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ukrainian)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Spanish)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations doorkeeper.en.yml (Chinese Simplified)

    * New translations en.yml (German)

    * New translations en.json (Chinese Simplified)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Galician)

    * New translations en.yml (French)

    * New translations en.json (Galician)

    * New translations en.yml (French)

    * New translations en.yml (Welsh)

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Arabic)

    * New translations doorkeeper.en.yml (Arabic)

    * New translations en.json (Arabic)

    * New translations en.json (Sorani (Kurdish))

    * New translations simple_form.en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations en.yml (Arabic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Hindi)

    * New translations en.json (Sorani (Kurdish))

    * New translations en.yml (Slovenian)

    * New translations en.yml (Hungarian)

    * New translations en.json (English, United Kingdom)

    * New translations en.yml (French)

    * New translations en.yml (French)

    * New translations en.json (French)

    * New translations en.json (Croatian)

    * New translations en.json (Chinese Simplified)

    * New translations en.json (Chinese Simplified)

    * New translations en.yml (Scottish Gaelic)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Welsh)

    * New translations en.yml (Welsh)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Traditional)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Spanish, Mexico)

    * New translations en.yml (Chinese Simplified)

    * New translations en.yml (Chinese Traditional)

    * New translations en.json (Tatar)

    * New translations en.json (Tatar)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations en.yml (Catalan)

    * New translations en.yml (Hebrew)

    * New translations devise.en.yml (Catalan)

    * New translations en.yml (Russian)

    * New translations doorkeeper.en.yml (Russian)

    * New translations en.yml (Russian)

    * New translations en.yml (Swedish)

    * New translations en.yml (Spanish)

    * New translations en.yml (Turkish)

    * New translations en.yml (Welsh)

    * New translations en.yml (Latvian)

    * New translations en.json (Slovak)

    * New translations en.yml (Slovak)

    * New translations en.json (Slovak)

    * New translations en.yml (Czech)

    * New translations en.yml (Portuguese)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.yml (Afrikaans)

    * New translations activerecord.en.yml (Afrikaans)

    * New translations en.json (Esperanto)

    * New translations en.json (Esperanto)

    * New translations en.yml (Spanish, Argentina)

    * New translations en.yml (Ido)

    * New translations en.json (Spanish, Argentina)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Danish)

    * New translations en.yml (Vietnamese)

    * New translations en.yml (German)

    * New translations en.yml (Kurmanji (Kurdish))

    * New translations en.yml (Polish)

    * New translations en.yml (Indonesian)

    * New translations en.yml (Korean)

    * New translations en.yml (Italian)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations simple_form.en.yml (Ido)

    * New translations en.yml (Polish)

    * Run `yarn manage:translations`

    * Run `bundle exec i18n-tasks normalize`

    Co-authored-by: Yamagishi Kazutoshi <[email protected]>

commit 98400a6887f1eb67fb131433bb28a69246800c4c
Author: James Smith <[email protected]>
Date:   Sat May 14 04:03:44 2022 -0400

    Support STREAMING_API_BASE_URL in Helm Chart (#18408)

    This adds a mastodon.streaming.base_url setting in the Helm chart values
    file to allow setting the STREAMING_API_BASE_URL in the Mastodon environnment
    config map.

commit 42c976fd65486186e3e7d259d1fced20de7be0bb
Author: Eugen Rochko <[email protected]>
Date:   Sat May 14 06:51:59 2022 +0200

    Fix missing string for appeal validation error (#18410)

commit 6cf57c676550068a59149ca82d63fcb5b5431158
Author: Eugen Rochko <[email protected]>
Date:   Fri May 13 00:02:35 2022 +0200

    Refactor how Redis locks are created (#18400)

    * Refactor how Redis locks are created

    * Fix autorelease duration on account deletion lock

commit 12535568f7435ed627c37312782f8ca07e83eca9
Author: Jeong Arm <[email protected]>
Date:   Fri May 13 05:40:54 2022 +0900

    Fix rss view on hashtag (#18406)

commit bda8345e91b0e1d7b2c0534d09cb53973cb9ab18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:54:27 2022 +0900

    Bump rails from 6.1.5.1 to 6.1.6 (#18372)

    Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5.1...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: rails
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2923ca461fec98de6973ac48546e76d4ef4c4bc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:44:41 2022 +0900

    Bump @rails/ujs from 6.1.5 to 6.1.6 (#18380)

    Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](https://github.com/rails/rails/compare/v6.1.5...v6.1.6)

    ---
    updated-dependencies:
    - dependency-name: "@rails/ujs"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a52dc01f301be96b17cbec1032b4defd1848ba88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:43:30 2022 +0900

    Bump nokogiri from 1.13.4 to 1.13.6 (#18371)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.6/CHANGELOG.md)
    - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.6)

    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3261d89af638687ff30d6766c46a22bd6f07abfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 12 10:42:52 2022 +0900

    Bump aws-sdk-s3 from 1.113.2 to 1.114.0 (#18373)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.113.2 to 1.114.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-ruby/commits)

    ---
    updated-dependencies:
    - dependency-name: aws-sdk-s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 95555f15b55291b97477465f8d8a7eba526d6522
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:15:04 2022 +0900

    Bump jest from 28.0.3 to 28.1.0 (#18377)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)

    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 68260c0257f45b631e6d14f7d1283ae8766b2fac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:09:31 2022 +0900

    Bump sidekiq-unique-jobs from 7.1.21 to 7.1.22 (#18375)

    Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.1.21 to 7.1.22.
    - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
    - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.21...v7.1.22)

    ---
    updated-dependencies:
    - dependency-name: sidekiq-unique-jobs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a2ef5e321275c301b37b4dfbe82beeb905365271
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:08:27 2022 +0900

    Bump array-includes from 3.1.4 to 3.1.5 (#18381)

    Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/es-shims/array-includes/releases)
    - [Changelog](https://github.com/es-shims/array-includes/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/es-shims/array-includes/compare/v3.1.4...v3.1.5)

    ---
    updated-dependencies:
    - dependency-name: array-includes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3ca348fa119b2174a708b0402b698a8dea96f98d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:04:12 2022 +0900

    Bump i18n-tasks from 1.0.9 to 1.0.10 (#18370)

    Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10.
    - [Release notes](https://github.com/glebm/i18n-tasks/releases)
    - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
    - [Commits](https://github.com/glebm/i18n-tasks/compare/v1.0.9...v1.0.10)

    ---
    updated-dependencies:
    - dependency-name: i18n-tasks
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 593637145ea0ec56c35e17590be5fbd26389edf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:02:08 2022 +0900

    Bump babel-jest from 28.0.3 to 28.1.0 (#18374)

    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest)

    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 19216f93b5dbf64ee5ace221945eefc408c51370
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:51 2022 +0900

    Bump jest-environment-jsdom from 28.0.2 to 28.1.0 (#18379)

    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.0.2 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest-environment-jsdom)

    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e7d0bf731efaee24c7c0101d4ff597fab0ee9a59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 11 04:01:16 2022 +0900

    Bump capybara from 3.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants