]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoBump @babel/plugin-proposal-decorators from 7.12.13 to 7.13.5 (#15784)
dependabot[bot] [Sat, 27 Feb 2021 04:47:58 +0000 (13:47 +0900)]
Bump @babel/plugin-proposal-decorators from 7.12.13 to 7.13.5 (#15784)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.12.13 to 7.13.5.
- [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.13.5/packages/babel-plugin-proposal-decorators)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-runtime from 7.12.17 to 7.13.7 (#15797)
dependabot[bot] [Sat, 27 Feb 2021 04:47:46 +0000 (13:47 +0900)]
Bump @babel/plugin-transform-runtime from 7.12.17 to 7.13.7 (#15797)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.12.17 to 7.13.7.
- [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.13.7/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump object.values from 1.1.2 to 1.1.3 (#15786)
dependabot[bot] [Fri, 26 Feb 2021 18:46:25 +0000 (03:46 +0900)]
Bump object.values from 1.1.2 to 1.1.3 (#15786)

Bumps [object.values](https://github.com/es-shims/Object.values) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/es-shims/Object.values/releases)
- [Changelog](https://github.com/es-shims/Object.values/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/Object.values/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-env from 7.12.17 to 7.13.5 (#15790)
dependabot[bot] [Fri, 26 Feb 2021 18:45:26 +0000 (03:45 +0900)]
Bump @babel/preset-env from 7.12.17 to 7.13.5 (#15790)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.17 to 7.13.5.
- [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.13.5/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/runtime from 7.12.18 to 7.13.7 (#15796)
dependabot[bot] [Fri, 26 Feb 2021 18:44:53 +0000 (03:44 +0900)]
Bump @babel/runtime from 7.12.18 to 7.13.7 (#15796)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.18 to 7.13.7.
- [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.13.7/packages/babel-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix crash on receiving requests with missing Digest header (#15782)
Claire [Fri, 26 Feb 2021 16:40:27 +0000 (17:40 +0100)]
Fix crash on receiving requests with missing Digest header (#15782)

* Fix crash on receiving requests with missing Digest header

Return an error pointing out that Digest is missing, instead of crashing.

Fixes #15743

* Fix from review feedback

5 years agoUpdate pg node package from 2017 version to 2020 version (#15793)
Dale Henries [Wed, 24 Feb 2021 23:03:02 +0000 (18:03 -0500)]
Update pg node package from 2017 version to 2020 version (#15793)

* Update pg node package from 2017 version to 2020 version so websockets will work with newer postgresql versions

* Add newline back to end of package.json

* updated yarn.lock file

5 years agoAdd inline description of moderation actions in moderation interface (#15792)
Claire [Wed, 24 Feb 2021 15:53:16 +0000 (16:53 +0100)]
Add inline description of moderation actions in moderation interface (#15792)

5 years agoChange ResolveAccountService's handling of skip_webfinger (#15750)
Claire [Wed, 24 Feb 2021 05:32:13 +0000 (06:32 +0100)]
Change ResolveAccountService's handling of skip_webfinger (#15750)

* Change ResolveAccountService's handling of skip_webfinger

Change it so it never makes any webfinger query, as the name would imply.

* Add tests

* Change FollowService to not take an URI for target_account

* Restore domain-block check in FollowService

* Fix tests

5 years agoBump doorkeeper from 5.4.0 to 5.5.0 (#15757)
dependabot[bot] [Tue, 23 Feb 2021 21:58:39 +0000 (06:58 +0900)]
Bump doorkeeper from 5.4.0 to 5.5.0 (#15757)

Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md)
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump array-includes from 3.1.2 to 3.1.3 (#15773)
dependabot[bot] [Tue, 23 Feb 2021 21:57:36 +0000 (06:57 +0900)]
Bump array-includes from 3.1.2 to 3.1.3 (#15773)

Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.2 to 3.1.3.
- [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.2...v3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump lodash from 4.17.20 to 4.17.21 (#15774)
dependabot[bot] [Tue, 23 Feb 2021 21:56:29 +0000 (06:56 +0900)]
Bump lodash from 4.17.20 to 4.17.21 (#15774)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix server rules not being displayed if extended server discription isn't set (#15778)
Claire [Mon, 22 Feb 2021 17:26:24 +0000 (18:26 +0100)]
Fix server rules not being displayed if extended server discription isn't set (#15778)

5 years agoFix default searchTokens (#15775)
abcang [Mon, 22 Feb 2021 10:26:08 +0000 (19:26 +0900)]
Fix default searchTokens (#15775)

5 years agoAdd server rules (#15769)
Eugen Rochko [Sun, 21 Feb 2021 18:50:12 +0000 (19:50 +0100)]
Add server rules (#15769)

5 years agoBump rails from 5.2.4.4 to 5.2.4.5 (#15729)
dependabot[bot] [Sat, 20 Feb 2021 12:38:05 +0000 (21:38 +0900)]
Bump rails from 5.2.4.4 to 5.2.4.5 (#15729)

Bumps [rails](https://github.com/rails/rails) from 5.2.4.4 to 5.2.4.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v5.2.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-env from 7.12.16 to 7.12.17 (#15766)
dependabot[bot] [Sat, 20 Feb 2021 12:37:37 +0000 (21:37 +0900)]
Bump @babel/preset-env from 7.12.16 to 7.12.17 (#15766)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.16 to 7.12.17.
- [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.12.17/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sass from 1.32.7 to 1.32.8 (#15760)
dependabot[bot] [Sat, 20 Feb 2021 07:02:48 +0000 (16:02 +0900)]
Bump sass from 1.32.7 to 1.32.8 (#15760)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.7 to 1.32.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.7...1.32.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mini-css-extract-plugin from 1.3.6 to 1.3.8 (#15761)
dependabot[bot] [Sat, 20 Feb 2021 07:02:03 +0000 (16:02 +0900)]
Bump mini-css-extract-plugin from 1.3.6 to 1.3.8 (#15761)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.6 to 1.3.8.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.6...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump wicg-inert from 3.1.0 to 3.1.1 (#15763)
dependabot[bot] [Sat, 20 Feb 2021 07:01:35 +0000 (16:01 +0900)]
Bump wicg-inert from 3.1.0 to 3.1.1 (#15763)

Bumps [wicg-inert](https://github.com/WICG/inert) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/WICG/inert/releases)
- [Commits](https://github.com/WICG/inert/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/runtime from 7.12.13 to 7.12.18 (#15765)
dependabot[bot] [Sat, 20 Feb 2021 07:00:56 +0000 (16:00 +0900)]
Bump @babel/runtime from 7.12.13 to 7.12.18 (#15765)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.13 to 7.12.18.
- [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.12.18/packages/babel-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-runtime from 7.12.15 to 7.12.17 (#15764)
dependabot[bot] [Sat, 20 Feb 2021 07:00:16 +0000 (16:00 +0900)]
Bump @babel/plugin-transform-runtime from 7.12.15 to 7.12.17 (#15764)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.12.15 to 7.12.17.
- [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.12.17/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @rails/ujs from 6.1.2 to 6.1.3 (#15759)
dependabot[bot] [Sat, 20 Feb 2021 06:59:43 +0000 (15:59 +0900)]
Bump @rails/ujs from 6.1.2 to 6.1.3 (#15759)

Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.12.16 to 7.12.17 (#15762)
dependabot[bot] [Sat, 20 Feb 2021 06:58:19 +0000 (15:58 +0900)]
Bump @babel/core from 7.12.16 to 7.12.17 (#15762)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.16 to 7.12.17.
- [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.12.17/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump puma from 5.1.1 to 5.2.1 (#15670)
dependabot[bot] [Sat, 20 Feb 2021 06:55:12 +0000 (15:55 +0900)]
Bump puma from 5.1.1 to 5.2.1 (#15670)

Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.1.1...v5.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint from 7.19.0 to 7.20.0 (#15733)
dependabot[bot] [Fri, 19 Feb 2021 09:10:07 +0000 (18:10 +0900)]
Bump eslint from 7.19.0 to 7.20.0 (#15733)

Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump simple_form from 5.0.3 to 5.1.0 (#15732)
dependabot[bot] [Fri, 19 Feb 2021 09:09:30 +0000 (18:09 +0900)]
Bump simple_form from 5.0.3 to 5.1.0 (#15732)

Bumps [simple_form](https://github.com/plataformatec/simple_form) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/plataformatec/simple_form/releases)
- [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/simple_form/compare/v5.0.3...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump faker from 2.15.1 to 2.16.0 (#15735)
dependabot[bot] [Fri, 19 Feb 2021 09:08:09 +0000 (18:08 +0900)]
Bump faker from 2.15.1 to 2.16.0 (#15735)

Bumps [faker](https://github.com/faker-ruby/faker) from 2.15.1 to 2.16.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.15.1...v2.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.88.0 to 1.88.1 (#15730)
dependabot[bot] [Fri, 19 Feb 2021 09:07:40 +0000 (18:07 +0900)]
Bump aws-sdk-s3 from 1.88.0 to 1.88.1 (#15730)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agodockerignore helm chart (#15747)
Alex Dunn [Fri, 19 Feb 2021 08:57:03 +0000 (00:57 -0800)]
dockerignore helm chart (#15747)

5 years agohelm: pin versions, commit lockfile (#15749)
Alex Dunn [Fri, 19 Feb 2021 08:56:40 +0000 (00:56 -0800)]
helm: pin versions, commit lockfile (#15749)

5 years agoreplace all instances of "ends_with?" with "end_with?" (#15745)
Justin Tracey [Fri, 19 Feb 2021 08:56:14 +0000 (08:56 +0000)]
replace all instances of "ends_with?" with "end_with?" (#15745)

The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method.
Using the latter makes the code less brittle.

5 years agoUpdate .deepsource.toml (#15753)
Shubhendra Singh Chauhan [Fri, 19 Feb 2021 08:53:25 +0000 (14:23 +0530)]
Update .deepsource.toml (#15753)

5 years agoDelete pagination.rb (#15754)
Shlee [Fri, 19 Feb 2021 08:52:58 +0000 (19:22 +1030)]
Delete pagination.rb (#15754)

5 years agohelm: add support for S3 storage (#15748)
Alex Dunn [Fri, 19 Feb 2021 08:52:32 +0000 (00:52 -0800)]
helm: add support for S3 storage (#15748)

5 years agoAdd `GET /api/v1/accounts/lookup` REST API (#15740)
Eugen Rochko [Tue, 16 Feb 2021 14:28:32 +0000 (15:28 +0100)]
Add `GET /api/v1/accounts/lookup` REST API (#15740)

5 years agouse host instead of headers to make Rack happy (#15741)
Justin Tracey [Tue, 16 Feb 2021 14:28:17 +0000 (14:28 +0000)]
use host instead of headers to make Rack happy (#15741)

"headers" is provided by Rails, Rack can't rely on it

5 years agohelm: standardize yaml configuration (#15728)
Alex Dunn [Mon, 15 Feb 2021 07:00:54 +0000 (23:00 -0800)]
helm: standardize yaml configuration (#15728)

- move application variables under `mastodon` namespace
- restore standard yaml structure for ingress configuration
- move values.yaml.template to values.yaml

5 years agohelm: add option for external db (#15722)
Alex Dunn [Sun, 14 Feb 2021 19:16:32 +0000 (11:16 -0800)]
helm: add option for external db (#15722)

5 years agoMonkey patch Rack::Session to send secure cookies to onions (#15725)
Cecylia Bocovich [Sat, 13 Feb 2021 23:10:52 +0000 (18:10 -0500)]
Monkey patch Rack::Session to send secure cookies to onions (#15725)

5 years agoBump detect-passive-events from 2.0.2 to 2.0.3 (#15715)
dependabot[bot] [Fri, 12 Feb 2021 11:39:28 +0000 (20:39 +0900)]
Bump detect-passive-events from 2.0.2 to 2.0.3 (#15715)

Bumps [detect-passive-events](https://github.com/rafgraph/detect-passive-events) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/rafgraph/detect-passive-events/releases)
- [Commits](https://github.com/rafgraph/detect-passive-events/compare/v2.0.2...v2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoRefactor Api::Web::SettingsController (#15717)
Eugen Rochko [Fri, 12 Feb 2021 06:19:15 +0000 (07:19 +0100)]
Refactor Api::Web::SettingsController (#15717)

5 years agoFix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716)
Eugen Rochko [Fri, 12 Feb 2021 04:45:38 +0000 (05:45 +0100)]
Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716)

5 years agoBump @babel/preset-env from 7.12.13 to 7.12.16 (#15713)
dependabot[bot] [Fri, 12 Feb 2021 04:29:34 +0000 (13:29 +0900)]
Bump @babel/preset-env from 7.12.13 to 7.12.16 (#15713)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.12.13 to 7.12.16 (#15714)
dependabot[bot] [Fri, 12 Feb 2021 04:29:08 +0000 (13:29 +0900)]
Bump @babel/core from 7.12.13 to 7.12.16 (#15714)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/runtime from 7.12.5 to 7.12.13 (#15684)
dependabot[bot] [Fri, 12 Feb 2021 01:15:19 +0000 (10:15 +0900)]
Bump @babel/runtime from 7.12.5 to 7.12.13 (#15684)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.5 to 7.12.13.
- [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.12.13/packages/babel-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-proposal-decorators from 7.12.12 to 7.12.13 (#15685)
dependabot[bot] [Fri, 12 Feb 2021 01:14:32 +0000 (10:14 +0900)]
Bump @babel/plugin-proposal-decorators from 7.12.12 to 7.12.13 (#15685)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.12.12 to 7.12.13.
- [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.12.13/packages/babel-plugin-proposal-decorators)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-react-inline-elements (#15675)
dependabot[bot] [Fri, 12 Feb 2021 00:31:55 +0000 (09:31 +0900)]
Bump @babel/plugin-transform-react-inline-elements (#15675)

Bumps [@babel/plugin-transform-react-inline-elements](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-inline-elements) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-transform-react-inline-elements)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoDrop dependency on secure_headers, fix response headers (#15712)
Claire [Thu, 11 Feb 2021 22:47:05 +0000 (23:47 +0100)]
Drop dependency on secure_headers, fix response headers (#15712)

* Drop dependency on secure_headers, use always_write_cookie instead

* Fix cookies in Tor Hidden Services by moving configuration to application.rb

* Instead of setting always_write_cookie at boot, monkey-patch ActionDispatch

5 years agoFixed issue with .env.vagrant not setting RAILS_ENV variable (#15709)
chandrn7 [Thu, 11 Feb 2021 21:58:39 +0000 (16:58 -0500)]
Fixed issue with .env.vagrant not setting RAILS_ENV variable (#15709)

* Fixed issue with .env.vagrant not setting RAILS_ENV variable

* made change to fix RAILS_ENV issue in Vagrantfile instead of .env.vagrant

5 years agoFixed WebUI crash when a status opened in the media modal is deleted (#15701)
kaias1jp [Thu, 11 Feb 2021 18:59:47 +0000 (03:59 +0900)]
Fixed WebUI crash when a status opened in the media modal is deleted (#15701)

* Fixed picture in picture compatibility error in WebUI when status is deleted

* Revert "Fixed picture in picture compatibility error in WebUI when status is deleted"

This reverts commit f003b7d9d88688e9504f7dfae1545d7522fcfd98.

* Close the modal display of the image when status is deleted

* Fixed the case statement before the default statement

* Removed unnecessary parts

5 years agoDowngrade bootsnap to 1.6.0 (#15711)
Claire [Thu, 11 Feb 2021 18:20:58 +0000 (19:20 +0100)]
Downgrade bootsnap to 1.6.0 (#15711)

* Revert "Bump bootsnap from 1.5.1 to 1.7.1 (#15669)"

This reverts commit c3d1b7a2f5cf8e2f6b3490400b335024f0d34e12.

* Downgrade bootsnap to 1.6.0

5 years agoBump react-textarea-autosize from 8.3.0 to 8.3.1 (#15708)
dependabot[bot] [Thu, 11 Feb 2021 16:05:03 +0000 (01:05 +0900)]
Bump react-textarea-autosize from 8.3.0 to 8.3.1 (#15708)

Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Andarist/react-textarea-autosize/compare/v8.3.0...v8.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @rails/ujs from 6.1.1 to 6.1.2 (#15698)
dependabot[bot] [Thu, 11 Feb 2021 15:54:09 +0000 (00:54 +0900)]
Bump @rails/ujs from 6.1.1 to 6.1.2 (#15698)

Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint-plugin-promise from 4.2.1 to 4.3.1 (#15707)
dependabot[bot] [Thu, 11 Feb 2021 15:20:01 +0000 (00:20 +0900)]
Bump eslint-plugin-promise from 4.2.1 to 4.3.1 (#15707)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sass from 1.32.5 to 1.32.7 (#15697)
dependabot[bot] [Thu, 11 Feb 2021 15:18:44 +0000 (00:18 +0900)]
Bump sass from 1.32.5 to 1.32.7 (#15697)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.5 to 1.32.7.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.5...1.32.7)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump css-loader from 5.0.1 to 5.0.2 (#15700)
dependabot[bot] [Thu, 11 Feb 2021 15:18:09 +0000 (00:18 +0900)]
Bump css-loader from 5.0.1 to 5.0.2 (#15700)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mini-css-extract-plugin from 1.3.5 to 1.3.6 (#15699)
dependabot[bot] [Thu, 11 Feb 2021 15:17:07 +0000 (00:17 +0900)]
Bump mini-css-extract-plugin from 1.3.5 to 1.3.6 (#15699)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.5...v1.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-runtime from 7.12.10 to 7.12.15 (#15673)
dependabot[bot] [Thu, 11 Feb 2021 15:16:21 +0000 (00:16 +0900)]
Bump @babel/plugin-transform-runtime from 7.12.10 to 7.12.15 (#15673)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.12.10 to 7.12.15.
- [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.12.15/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rubocop from 1.8.1 to 1.9.1 (#15677)
dependabot[bot] [Thu, 11 Feb 2021 15:10:00 +0000 (00:10 +0900)]
Bump rubocop from 1.8.1 to 1.9.1 (#15677)

* Bump rubocop from 1.8.1 to 1.9.1

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.8.1...v1.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
* Fix .codeclimate.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump rack-attack from 6.4.0 to 6.5.0 (#15671)
dependabot[bot] [Thu, 11 Feb 2021 11:58:46 +0000 (20:58 +0900)]
Bump rack-attack from 6.4.0 to 6.5.0 (#15671)

Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/rack/rack-attack/releases)
- [Changelog](https://github.com/rack/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.12.10 to 7.12.13 (#15678)
dependabot[bot] [Thu, 11 Feb 2021 11:55:45 +0000 (20:55 +0900)]
Bump @babel/core from 7.12.10 to 7.12.13 (#15678)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13.
- [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.12.13/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @testing-library/react from 11.2.3 to 11.2.5 (#15680)
dependabot[bot] [Thu, 11 Feb 2021 11:54:46 +0000 (20:54 +0900)]
Bump @testing-library/react from 11.2.3 to 11.2.5 (#15680)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.3 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.3...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump redis-namespace from 1.8.0 to 1.8.1 (#15676)
dependabot[bot] [Thu, 11 Feb 2021 11:54:19 +0000 (20:54 +0900)]
Bump redis-namespace from 1.8.0 to 1.8.1 (#15676)

Bumps [redis-namespace](https://github.com/resque/redis-namespace) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/resque/redis-namespace/releases)
- [Changelog](https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md)
- [Commits](https://github.com/resque/redis-namespace/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump json-ld from 3.1.7 to 3.1.8 (#15674)
dependabot[bot] [Thu, 11 Feb 2021 11:53:53 +0000 (20:53 +0900)]
Bump json-ld from 3.1.7 to 3.1.8 (#15674)

Bumps [json-ld](https://github.com/ruby-rdf/json-ld) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/ruby-rdf/json-ld/releases)
- [Commits](https://github.com/ruby-rdf/json-ld/compare/3.1.7...3.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pkg-config from 1.4.4 to 1.4.5 (#15672)
dependabot[bot] [Thu, 11 Feb 2021 11:53:02 +0000 (20:53 +0900)]
Bump pkg-config from 1.4.4 to 1.4.5 (#15672)

Bumps [pkg-config](https://github.com/ruby-gnome/pkg-config) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/ruby-gnome/pkg-config/releases)
- [Changelog](https://github.com/ruby-gnome/pkg-config/blob/master/NEWS)
- [Commits](https://github.com/ruby-gnome/pkg-config/compare/1.4.4...1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump bootsnap from 1.5.1 to 1.7.1 (#15669)
dependabot[bot] [Thu, 11 Feb 2021 11:51:09 +0000 (20:51 +0900)]
Bump bootsnap from 1.5.1 to 1.7.1 (#15669)

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.5.1 to 1.7.1.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.5.1...v1.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint from 7.18.0 to 7.19.0 (#15655)
dependabot[bot] [Thu, 11 Feb 2021 11:50:10 +0000 (20:50 +0900)]
Bump eslint from 7.18.0 to 7.19.0 (#15655)

Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-react from 7.12.10 to 7.12.13 (#15681)
dependabot[bot] [Thu, 11 Feb 2021 11:42:04 +0000 (20:42 +0900)]
Bump @babel/preset-react from 7.12.10 to 7.12.13 (#15681)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.10 to 7.12.13.
- [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.12.13/packages/babel-preset-react)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agofix typo (#15705)
Takeshi Umeda [Thu, 11 Feb 2021 05:22:11 +0000 (14:22 +0900)]
fix typo (#15705)

5 years agoOnion service related changes to HTTPS handling (#15560)
Cecylia Bocovich [Thu, 11 Feb 2021 03:40:13 +0000 (22:40 -0500)]
Onion service related changes to HTTPS handling (#15560)

* Enable secure cookie flag for https only

* Disable force_ssl for .onion hosts only

Co-authored-by: Aiden McClelland <me@drbonez.dev>
5 years agoUse custom mascot on static share page (#15687)
Jeong Arm [Thu, 11 Feb 2021 01:18:56 +0000 (10:18 +0900)]
Use custom mascot on static share page (#15687)

* Use custom mascot on static share page

* Use full_asset_url

5 years agoFix obsolete digitalocean.rake file breaking rake tasks (#15618)
Claire [Thu, 11 Feb 2021 01:11:30 +0000 (02:11 +0100)]
Fix obsolete digitalocean.rake file breaking rake tasks (#15618)

5 years agoFix URI of repeat follow requests not being recorded (#15662)
Claire [Thu, 11 Feb 2021 00:53:44 +0000 (01:53 +0100)]
Fix URI of repeat follow requests not being recorded (#15662)

* Fix URI of repeat follow requests not being recorded

In case we receive a “repeat” or “duplicate” follow request, we automatically
fast-forward the accept with the latest received Activity `id`, but we don't
record it.

In general, a “repeat” or “duplicate” follow request may happen if for some
reason (e.g. inconsistent handling of Block or Undo Accept activities, an
instance being brought back up from the dead, etc.) the local instance thought
the remote actor were following them while the remote actor thought otherwise.

In those cases, the remote instance does not know about the older Follow
activity `id`, so keeping that record serves no purpose, but knowing the most
recent one is useful if the remote implementation at some point refers to it
by `id` without inlining it.

* Add tests

5 years agoSlightly reorder three dots menu on toots to make it more intuitive (#15647)
Mélanie Chauvel [Thu, 11 Feb 2021 00:05:04 +0000 (01:05 +0100)]
Slightly reorder three dots menu on toots to make it more intuitive (#15647)

* Slightly reorder three dots menu on toots to make it more intuitive

- Make “Pin to profile” always appear at the same place
- Add separator to group “Bookmark” and “Pin to profile”
- Fix separator being the first item in some cases

* Fix missing semicolon and keep status_action_bar.js and action_bar.js in sync

5 years agoAdd dropdown for boost privacy in boost confirmation modal (#15704)
Claire [Wed, 10 Feb 2021 23:53:12 +0000 (00:53 +0100)]
Add dropdown for boost privacy in boost confirmation modal (#15704)

* Various dropdown code quality fixes

* Prepare support for privacy selection in boost modal

* Add dropdown for boost privacy in boost confirmation modal

5 years agoBump @babel/preset-env from 7.12.11 to 7.12.13 (#15682)
dependabot[bot] [Wed, 10 Feb 2021 01:38:26 +0000 (10:38 +0900)]
Bump @babel/preset-env from 7.12.11 to 7.12.13 (#15682)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13.
- [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.12.13/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pghero from 2.7.3 to 2.7.4 (#15668)
dependabot[bot] [Wed, 10 Feb 2021 00:56:11 +0000 (09:56 +0900)]
Bump pghero from 2.7.3 to 2.7.4 (#15668)

Bumps [pghero](https://github.com/ankane/pghero) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/ankane/pghero/releases)
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v2.7.3...v2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.87.0 to 1.88.0 (#15667)
dependabot[bot] [Wed, 10 Feb 2021 00:55:51 +0000 (09:55 +0900)]
Bump aws-sdk-s3 from 1.87.0 to 1.88.0 (#15667)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoCreate instance actor if it hasn't been properly seeded (#15693)
Claire [Tue, 9 Feb 2021 17:12:54 +0000 (18:12 +0100)]
Create instance actor if it hasn't been properly seeded (#15693)

An uncommon but somewhat difficult to digagnose issue is dealing with
improperly-seeded databases. In such cases, instance-signed fetches will
fail with a ActiveRecord::RecordNotFound error, usually caught and handled
as generic 404, leading people to think the remote resource itself has not
been found, while it's the local instance actor that does not exist.

This commit changes the code so that failure to find the instance actor
automatically creates a new one, so that improperly-seeded databases do
not cause any issue.

5 years agoChange max. image dimensions to 1920x1080px (1080p) (#15690)
Eugen Rochko [Tue, 9 Feb 2021 00:21:06 +0000 (01:21 +0100)]
Change max. image dimensions to 1920x1080px (1080p) (#15690)

* Change max. image size to 1920x1080px

* Change it in web UI too

5 years agoUpdate Doorkeeper strings for `doorkeeper.errors.messages.invalid_request` (#15659)
Marcin Mikołajczak [Tue, 2 Feb 2021 23:38:48 +0000 (00:38 +0100)]
Update Doorkeeper strings for `doorkeeper.errors.messages.invalid_request` (#15659)

* Update Doorkeeper strings for doorkeeper.errors.messages.invalid_request

Signed-off-by: marcin mikołajczak <me@mkljczk.pl>
* Update config/locales/doorkeeper.en.yml

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump oj from 3.11.1 to 3.11.2 (#15657)
dependabot[bot] [Tue, 2 Feb 2021 19:27:57 +0000 (04:27 +0900)]
Bump oj from 3.11.1 to 3.11.2 (#15657)

Bumps [oj](https://github.com/ohler55/oj) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump fastimage from 2.2.1 to 2.2.2 (#15651)
dependabot[bot] [Tue, 2 Feb 2021 19:27:19 +0000 (04:27 +0900)]
Bump fastimage from 2.2.1 to 2.2.2 (#15651)

Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/sdsykes/fastimage/releases)
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mini-css-extract-plugin from 1.3.4 to 1.3.5 (#15654)
dependabot[bot] [Tue, 2 Feb 2021 14:56:54 +0000 (23:56 +0900)]
Bump mini-css-extract-plugin from 1.3.4 to 1.3.5 (#15654)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.4...v1.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webmock from 3.11.1 to 3.11.2 (#15650)
dependabot[bot] [Tue, 2 Feb 2021 14:56:17 +0000 (23:56 +0900)]
Bump webmock from 3.11.1 to 3.11.2 (#15650)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump capybara from 3.34.0 to 3.35.3 (#15649)
dependabot[bot] [Tue, 2 Feb 2021 14:47:35 +0000 (23:47 +0900)]
Bump capybara from 3.34.0 to 3.35.3 (#15649)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.34.0 to 3.35.3.
- [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.34.0...3.35.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump chewy from 5.1.0 to 5.2.0 (#15648)
dependabot[bot] [Tue, 2 Feb 2021 14:47:12 +0000 (23:47 +0900)]
Bump chewy from 5.1.0 to 5.2.0 (#15648)

Bumps [chewy](https://github.com/toptal/chewy) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/toptal/chewy/releases)
- [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/toptal/chewy/compare/v5.1.0...v5.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix race conditions on account migration creation (#15597)
ThibG [Tue, 2 Feb 2021 13:49:57 +0000 (14:49 +0100)]
Fix race conditions on account migration creation (#15597)

* Atomically check for processing lock in Move handler

* Prevent race condition when creating account migrations

Fixes #15595

* Add tests

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoFixed code quality issues (#15541)
Shubhendra Singh Chauhan [Sun, 31 Jan 2021 20:26:09 +0000 (01:56 +0530)]
Fixed code quality issues (#15541)

* Added .deepsource.toml

* Removed bad use of `alias`

* Fixed operand order in the binary expression

* Prefixed unused method arguments with an underscore

* Replaced the old OpenSSL algorithmic constants with the newer strings initializers.

* Removed unnecessary UTF-8 encoding comment

5 years agoChange custom emoji to be animated when hovering container (#15637)
ThibG [Sun, 31 Jan 2021 20:25:31 +0000 (21:25 +0100)]
Change custom emoji to be animated when hovering container (#15637)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoImproved performance of notification preloading (#15640)
abcang [Sun, 31 Jan 2021 20:24:57 +0000 (05:24 +0900)]
Improved performance of notification preloading (#15640)

* Improved performance of notification preloading

* Remove Cacheable from Notification

* Fix test

5 years agoFix N+1 query when rendering with StatusSerializer (#15641)
abcang [Sun, 31 Jan 2021 20:24:17 +0000 (05:24 +0900)]
Fix N+1 query when rendering with StatusSerializer (#15641)

5 years agoBump rubocop from 1.7.0 to 1.8.1 (#15573)
dependabot[bot] [Sun, 31 Jan 2021 18:48:29 +0000 (03:48 +0900)]
Bump rubocop from 1.7.0 to 1.8.1 (#15573)

* Bump rubocop from 1.7.0 to 1.8.1

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.7.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
* Fix .codeclimate.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoFix “tootctl accounts unfollow” (#15639)
ThibG [Fri, 29 Jan 2021 17:38:56 +0000 (18:38 +0100)]
Fix “tootctl accounts unfollow” (#15639)

Fixes #15635

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoUpdate to Node.js-12.20.1 (#15558)
Daniel Jakots [Thu, 28 Jan 2021 21:53:56 +0000 (16:53 -0500)]
Update to Node.js-12.20.1 (#15558)

This is a security release. You can read the announce at
https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/

5 years agoFix react/jsx-no-duplicate-props (#15636)
abcang [Thu, 28 Jan 2021 17:24:22 +0000 (02:24 +0900)]
Fix react/jsx-no-duplicate-props (#15636)

5 years agoBump sidekiq from 6.1.2 to 6.1.3 (#15621)
dependabot[bot] [Tue, 26 Jan 2021 23:58:29 +0000 (08:58 +0900)]
Bump sidekiq from 6.1.2 to 6.1.3 (#15621)

Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
- [Commits](https://github.com/mperham/sidekiq/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump thor from 1.0.1 to 1.1.0 (#15622)
dependabot[bot] [Tue, 26 Jan 2021 14:35:03 +0000 (23:35 +0900)]
Bump thor from 1.0.1 to 1.1.0 (#15622)

Bumps [thor](https://github.com/erikhuda/thor) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/erikhuda/thor/releases)
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/erikhuda/thor/compare/v1.0.1...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tzinfo-data from 1.2020.6 to 1.2021.1 (#15623)
dependabot[bot] [Tue, 26 Jan 2021 14:34:48 +0000 (23:34 +0900)]
Bump tzinfo-data from 1.2020.6 to 1.2021.1 (#15623)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.6 to 1.2021.1.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.6...v1.2021.1)

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