]> cat aescling's git repositories - mastodon.git/log
mastodon.git
6 years agoFix invites not being disabled upon account suspension (#11412)
ThibG [Fri, 26 Jul 2019 16:55:33 +0000 (18:55 +0200)]
Fix invites not being disabled upon account suspension (#11412)

* Disable invite links from disabled/suspended users

* Add has_many invites relationship to users

* Destroy unused invites when suspending an account

6 years agoRemove pre from version, add extra suffix variable (#11407)
Clar Fon [Fri, 26 Jul 2019 05:57:27 +0000 (01:57 -0400)]
Remove pre from version, add extra suffix variable (#11407)

6 years agoChange settings to show restricted accounts only what they have access to (#11394)
ThibG [Thu, 25 Jul 2019 02:22:09 +0000 (04:22 +0200)]
Change settings to show restricted accounts only what they have access to (#11394)

Follow-up to 964ae8eee593687f922c873fa7b378bb6e3e39bb

6 years agoChange account domain block to clear out notifications and follows (#11393)
Eugen Rochko [Thu, 25 Jul 2019 02:17:35 +0000 (04:17 +0200)]
Change account domain block to clear out notifications and follows (#11393)

6 years ago Don't delete periods when validating username uniqueness (#11392) (#11400)
Rey Tucker [Wed, 24 Jul 2019 12:19:17 +0000 (08:19 -0400)]
 Don't delete periods when validating username uniqueness (#11392) (#11400)

* Check to make sure usernames with '.' cannot be created

* Add test for instance actor account name conflicts

This makes sure that migration 20190715164535_add_instance_actor
won't fail if there's already an account that is named the same
as the domain (minus the .)

* Put the test into the correct context...

* Add another test to split this into two validations

* Don't delete periods when validating username uniqueness (#11392)

The 20190715164535_add_instance_actor migration fails if there's
already a username similar to the domain name, e.g. if you are
'vulpine.club' and have a user named 'vulpineclub', validation
fails.

Upon further review, usernames with periods are dropped by the
regular expression in the Account class, so we don't need to
worry about it here.

Fixes #11392

6 years agoRemove modules.localIdentName (#11398)
Yamagishi Kazutoshi [Tue, 23 Jul 2019 13:47:48 +0000 (22:47 +0900)]
Remove modules.localIdentName (#11398)

6 years agoFix scrolling in single-column mode on Chrome (#11395)
ThibG [Tue, 23 Jul 2019 13:47:18 +0000 (15:47 +0200)]
Fix scrolling in single-column mode on Chrome (#11395)

Fixes #11389

6 years agoBump active_model_serializers from 0.10.9 to 0.10.10 (#11311)
dependabot-preview[bot] [Tue, 23 Jul 2019 09:10:42 +0000 (11:10 +0200)]
Bump active_model_serializers from 0.10.9 to 0.10.10 (#11311)

* Bump active_model_serializers from 0.10.9 to 0.10.10

Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.9 to 0.10.10.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.10/CHANGELOG.md)
- [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.9...v0.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add root option to render method

6 years agoList columns within the method (#11377)
Daigo 3 Dango [Tue, 23 Jul 2019 09:08:11 +0000 (23:08 -1000)]
List columns within the method (#11377)

To avoid the exception:

NoMethodError: undefined method `perform' for nil:NilClass
.../vendor/bundle/ruby/2.6.0/gems/strong_migrations-0.4.1/lib/strong_migrations/migration.rb:14:in `method_missing'
.../vendor/bundle/ruby/2.6.0/gems/activerecord-5.2.3/lib/active_record/migration.rb:604:in `method_missing'
.../db/migrate/20170918125918_ids_to_bigints.rb:69:in `<class:IdsToBigints>'
.../db/migrate/20170918125918_ids_to_bigints.rb:3:in `<top (required)>'

6 years agoBump css-loader from 2.1.1 to 3.1.0 (#11382)
dependabot-preview[bot] [Tue, 23 Jul 2019 09:07:47 +0000 (11:07 +0200)]
Bump css-loader from 2.1.1 to 3.1.0 (#11382)

* Bump css-loader from 2.1.1 to 3.1.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.1 to 3.1.0.
- [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/v2.1.1...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* localIdentName -> modules.localIdentName

6 years agoBump browser from 2.5.3 to 2.6.1 (#11388)
dependabot-preview[bot] [Mon, 22 Jul 2019 14:11:01 +0000 (23:11 +0900)]
Bump browser from 2.5.3 to 2.6.1 (#11388)

Bumps [browser](https://github.com/fnando/browser) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/fnando/browser/releases)
- [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/browser/compare/v2.5.3...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump oj from 3.7.12 to 3.8.0 (#11387)
dependabot-preview[bot] [Mon, 22 Jul 2019 14:07:42 +0000 (23:07 +0900)]
Bump oj from 3.7.12 to 3.8.0 (#11387)

Bumps [oj](https://github.com/ohler55/oj) from 3.7.12 to 3.8.0.
- [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.7.12...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rubocop from 0.72.0 to 0.73.0 (#11384)
dependabot-preview[bot] [Mon, 22 Jul 2019 14:06:34 +0000 (23:06 +0900)]
Bump rubocop from 0.72.0 to 0.73.0 (#11384)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.72.0 to 0.73.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.72.0...v0.73.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump premailer-rails from 1.10.2 to 1.10.3 (#11386)
dependabot-preview[bot] [Mon, 22 Jul 2019 14:05:34 +0000 (23:05 +0900)]
Bump premailer-rails from 1.10.2 to 1.10.3 (#11386)

Bumps [premailer-rails](https://github.com/fphilipe/premailer-rails) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/fphilipe/premailer-rails/releases)
- [Changelog](https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fphilipe/premailer-rails/compare/v1.10.2...v1.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump capybara from 3.25.0 to 3.26.0 (#11385)
dependabot-preview[bot] [Mon, 22 Jul 2019 14:04:17 +0000 (23:04 +0900)]
Bump capybara from 3.25.0 to 3.26.0 (#11385)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.25.0 to 3.26.0.
- [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.25.0...3.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoChange unconfirmed user login behaviour (#11375)
Eugen Rochko [Mon, 22 Jul 2019 08:48:50 +0000 (10:48 +0200)]
Change unconfirmed user login behaviour (#11375)

Allow access to account settings, 2FA, authorized applications, and
account deletions to unconfirmed and pending users, as well as
users who had their accounts disabled. Suspended users cannot update
their e-mail or password or delete their account.

Display account status on account settings page, for example, when
an account is frozen, limited, unconfirmed or pending review.

After sign up, login users straight away and show a simple page that
tells them the status of their account with links to account settings
and logout, to reduce onboarding friction and allow users to correct
wrongly typed e-mail addresses.

Move the final sign-up step of SSO integrations to be the same
as above to reduce code duplication.

6 years agoBump eslint from 5.16.0 to 6.1.0 (#11383)
dependabot-preview[bot] [Mon, 22 Jul 2019 08:37:11 +0000 (17:37 +0900)]
Bump eslint from 5.16.0 to 6.1.0 (#11383)

Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 6.1.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/v5.16.0...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump babel-eslint from 10.0.1 to 10.0.2 (#11381)
dependabot-preview[bot] [Mon, 22 Jul 2019 08:36:55 +0000 (17:36 +0900)]
Bump babel-eslint from 10.0.1 to 10.0.2 (#11381)

Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.1...v10.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump intl-relativeformat from 6.4.2 to 6.4.3 (#11380)
dependabot-preview[bot] [Mon, 22 Jul 2019 07:27:44 +0000 (16:27 +0900)]
Bump intl-relativeformat from 6.4.2 to 6.4.3 (#11380)

Bumps [intl-relativeformat](https://github.com/formatjs/formatjs) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/intl-relativeformat@6.4.2...intl-relativeformat@6.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @clusterws/cws from 0.14.0 to 0.15.0 (#11379)
dependabot-preview[bot] [Mon, 22 Jul 2019 07:27:16 +0000 (16:27 +0900)]
Bump @clusterws/cws from 0.14.0 to 0.15.0 (#11379)

Bumps @clusterws/cws from 0.14.0 to 0.15.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBind servers to 0.0.0.0 in Procfile (#11378)
Daigo 3 Dango [Mon, 22 Jul 2019 04:16:30 +0000 (18:16 -1000)]
Bind servers to 0.0.0.0 in Procfile (#11378)

* Bind to 0.0.0.0

* Make Procfile common to main and streaming apps

6 years agoAdd (back) rails-level JSON caching (#11333)
Eugen Rochko [Sun, 21 Jul 2019 20:32:16 +0000 (22:32 +0200)]
Add (back) rails-level JSON caching (#11333)

6 years agoFix boost to original audience not working on mobile (#11371)
ThibG [Sun, 21 Jul 2019 16:11:09 +0000 (18:11 +0200)]
Fix boost to original audience not working on mobile (#11371)

6 years agoPlay animated custom emoji on hover (#11348)
ThibG [Sun, 21 Jul 2019 16:10:40 +0000 (18:10 +0200)]
Play animated custom emoji on hover (#11348)

* Play animated custom emoji on hover in status

* Play animated custom emoji on hover in display names

* Play animated custom emoji on hover in bios/bio fields

* Add support for animation on hover on public pages emojis too

* Fix tests

* Code style cleanup

6 years agoFix `alerts` booleans not being typecast correctly in push subscription (#11343)
Eugen Rochko [Sun, 21 Jul 2019 16:10:07 +0000 (18:10 +0200)]
Fix `alerts` booleans not being typecast correctly in push subscription (#11343)

* Fix `alerts` booleans not being typecast correctly in push subscription

Fix #10789

* Fix typo

6 years agoChange locale detection to run once per session (#8657)
Eugen Rochko [Sun, 21 Jul 2019 16:08:02 +0000 (18:08 +0200)]
Change locale detection to run once per session (#8657)

Fix #6462

6 years agoRemove WebSub subscriptions (#11303)
Eugen Rochko [Sun, 21 Jul 2019 02:08:00 +0000 (04:08 +0200)]
Remove WebSub subscriptions (#11303)

6 years agoDisplay custom emoji in bio field names (#11350)
ThibG [Sun, 21 Jul 2019 01:40:27 +0000 (03:40 +0200)]
Display custom emoji in bio field names (#11350)

Already displayed in public pages, but not WebUI

6 years agoNot to create an account if already exist (#11366)
ysksn [Sun, 21 Jul 2019 01:40:08 +0000 (10:40 +0900)]
Not to create an account if already exist (#11366)

6 years agoDisallow numeric-only hashtags (#11363)
ThibG [Fri, 19 Jul 2019 21:22:35 +0000 (23:22 +0200)]
Disallow numeric-only hashtags (#11363)

* Add spec covering numeric-only hashtags

* Fix hashtag regex

6 years agoFix some flash notices/alerts staying on unrelated pages (#11364)
ThibG [Fri, 19 Jul 2019 21:13:21 +0000 (23:13 +0200)]
Fix some flash notices/alerts staying on unrelated pages (#11364)

6 years agoBump strong_migrations from 0.4.0 to 0.4.1 (#11307)
dependabot-preview[bot] [Fri, 19 Jul 2019 16:08:02 +0000 (01:08 +0900)]
Bump strong_migrations from 0.4.0 to 0.4.1 (#11307)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.4.0...v0.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoChange single-column mode to scroll the whole page (#11359)
Eugen Rochko [Fri, 19 Jul 2019 07:25:22 +0000 (09:25 +0200)]
Change single-column mode to scroll the whole page (#11359)

Fix #10840

6 years agoFix avatar animation on hover when not logged in (#11349)
ThibG [Fri, 19 Jul 2019 07:18:23 +0000 (09:18 +0200)]
Fix avatar animation on hover when not logged in (#11349)

6 years agoAdded logout to dropdown menu (#11353)
koyu [Fri, 19 Jul 2019 01:58:46 +0000 (03:58 +0200)]
Added logout to dropdown menu (#11353)

* Added logout to dropdown menu

* Triggering build-and-test with empty commit as it seems it failed due to some internal failure

* Looks fine, ready to review

* Added changes from review

* method can be null without any problems

* Also target can be null

6 years agoFix sanitizing lists contents (#11354)
ThibG [Thu, 18 Jul 2019 23:44:58 +0000 (01:44 +0200)]
Fix sanitizing lists contents (#11354)

* Add test

* Fix code for sanitizing nested lists stripping all tags

6 years agoAdd ActivityPub actor representing the entire server (#11321)
ThibG [Thu, 18 Jul 2019 23:44:42 +0000 (01:44 +0200)]
Add ActivityPub actor representing the entire server (#11321)

* Add support for an instance actor

* Skip username validation for local Application accounts

* Add migration script to create instance actor

* Make Codeclimate happy

* Switch to id -99 for instance actor

* Remove unused `icon` and `image` attributes from instance actor

* Use if/elsif/else instead of return + ternary operator

* Add instance actor to fresh installs

* Use instance actor as instance representative

Use instance actor for forwarding reports, relay operations, and spam
auto-reporting.

* Seed database in test environment

* Fix single-user mode

* Fix tests

* Fix specs to accomodate for an extra `Account`

* Auto-reject follows on instance actor

Following an instance actor might make sense, but we are not handling that
right now, so auto-reject.

* Fix webfinger lookup and serialization for instance actor

* Rename instance actor

* Make it clear in the HTML view that the instance actor should not be blocked

* Raise cache time for instance actor as there's no dynamic content

* Re-use /about/more with a flash message for instance actor profile

6 years agoChange Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)
Eugen Rochko [Thu, 18 Jul 2019 18:28:05 +0000 (20:28 +0200)]
Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)

6 years agoFix only one middle dot being recognized in hashtags (#11345)
Eugen Rochko [Thu, 18 Jul 2019 01:02:56 +0000 (03:02 +0200)]
Fix only one middle dot being recognized in hashtags (#11345)

Fix #10934

6 years agoAdd aac, m4a, 3gp to allowed audio formats (#11342)
Eugen Rochko [Thu, 18 Jul 2019 01:02:30 +0000 (03:02 +0200)]
Add aac, m4a, 3gp to allowed audio formats (#11342)

Fix #11186

6 years agoChange language detection to include hashtags as words (#11341)
Eugen Rochko [Thu, 18 Jul 2019 01:02:15 +0000 (03:02 +0200)]
Change language detection to include hashtags as words (#11341)

6 years agoBump rack-attack from 6.0.0 to 6.1.0 (#11313)
dependabot-preview[bot] [Wed, 17 Jul 2019 23:07:02 +0000 (01:07 +0200)]
Bump rack-attack from 6.0.0 to 6.1.0 (#11313)

Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/kickstarter/rack-attack/releases)
- [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rubocop-rails from 2.2.0 to 2.2.1 (#11308)
dependabot-preview[bot] [Wed, 17 Jul 2019 23:06:39 +0000 (01:06 +0200)]
Bump rubocop-rails from 2.2.0 to 2.2.1 (#11308)

Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump puma from 3.12.1 to 4.0.1 (#11306)
dependabot-preview[bot] [Wed, 17 Jul 2019 23:06:14 +0000 (01:06 +0200)]
Bump puma from 3.12.1 to 4.0.1 (#11306)

Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.0.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/v3.12.1...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix typo in StatusPolicy (#11344)
ThibG [Wed, 17 Jul 2019 22:48:26 +0000 (00:48 +0200)]
Fix typo in StatusPolicy (#11344)

6 years agoAdd setting to disable the anti-spam (#11296)
ThibG [Wed, 17 Jul 2019 19:09:15 +0000 (21:09 +0200)]
Add setting to disable the anti-spam (#11296)

* Add environment variable to disable the anti-spam

* Move antispam setting to admin settings

* Fix typo

* antispam â†’ spam_check

6 years agoChange terms and privacy policy pages to always be accessible (#11334)
Eugen Rochko [Wed, 17 Jul 2019 17:29:37 +0000 (19:29 +0200)]
Change terms and privacy policy pages to always be accessible (#11334)

Fix #11328

6 years agoFix custom CSS controller (#11336)
ThibG [Wed, 17 Jul 2019 15:14:25 +0000 (17:14 +0200)]
Fix custom CSS controller (#11336)

6 years agoExtend AUTHORIZED_FETCH mode to user blocks as well (#11332)
ThibG [Tue, 16 Jul 2019 23:53:37 +0000 (01:53 +0200)]
Extend AUTHORIZED_FETCH mode to user blocks as well (#11332)

* Extend AUTHORIZED_FETCH mode to user blocks as well

* Move decision to deny access to StatusPolicy

6 years agoFix caching headers in ActivityPub endpoints (#11331)
ThibG [Tue, 16 Jul 2019 22:00:39 +0000 (00:00 +0200)]
Fix caching headers in ActivityPub endpoints (#11331)

* Fix reverse-proxy caching in public fetch mode

* Fix caching in ActivityPub-specific controllers

6 years agoRemove unused Account#magic_key (#11327)
ThibG [Tue, 16 Jul 2019 12:25:56 +0000 (14:25 +0200)]
Remove unused Account#magic_key (#11327)

6 years agoMake puma bind address configurable with BIND env var (#11326)
Daigo 3 Dango [Tue, 16 Jul 2019 04:51:36 +0000 (18:51 -1000)]
Make puma bind address configurable with BIND env var (#11326)

6 years agoAdd option to disable real-time updates in web UI (#9984)
Eugen Rochko [Tue, 16 Jul 2019 04:30:47 +0000 (06:30 +0200)]
Add option to disable real-time updates in web UI (#9984)

Fix #9031
Fix #7913

6 years agoBump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (#11314)
dependabot-preview[bot] [Mon, 15 Jul 2019 16:24:26 +0000 (01:24 +0900)]
Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (#11314)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.1...v6.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump webpack from 4.34.0 to 4.35.3 (#11309)
dependabot-preview[bot] [Mon, 15 Jul 2019 16:13:58 +0000 (01:13 +0900)]
Bump webpack from 4.34.0 to 4.35.3 (#11309)

Bumps [webpack](https://github.com/webpack/webpack) from 4.34.0 to 4.35.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.34.0...v4.35.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump lodash from 4.17.13 to 4.17.14 (#11312)
dependabot-preview[bot] [Mon, 15 Jul 2019 16:06:30 +0000 (01:06 +0900)]
Bump lodash from 4.17.13 to 4.17.14 (#11312)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @babel/runtime from 7.4.5 to 7.5.4 (#11315)
dependabot-preview[bot] [Mon, 15 Jul 2019 16:04:46 +0000 (01:04 +0900)]
Bump @babel/runtime from 7.4.5 to 7.5.4 (#11315)

Bumps [@babel/runtime](https://github.com/babel/babel) from 7.4.5 to 7.5.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.5...v7.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint-plugin-import from 2.17.3 to 2.18.0 (#11310)
dependabot-preview[bot] [Mon, 15 Jul 2019 15:52:23 +0000 (00:52 +0900)]
Bump eslint-plugin-import from 2.17.3 to 2.18.0 (#11310)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.3 to 2.18.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix consistent interpolations (#11317)
Yamagishi Kazutoshi [Mon, 15 Jul 2019 14:10:24 +0000 (23:10 +0900)]
Fix consistent interpolations (#11317)

6 years agoAdd periodic removal of older thumbnails for preview cards (#11304)
Eugen Rochko [Mon, 15 Jul 2019 05:50:14 +0000 (07:50 +0200)]
Add periodic removal of older thumbnails for preview cards (#11304)

6 years agoNew Crowdin translations (#11153)
Eugen Rochko [Mon, 15 Jul 2019 04:12:05 +0000 (06:12 +0200)]
New Crowdin translations (#11153)

* New translations activerecord.en.yml (Indonesian)
[ci skip]

* New translations activerecord.en.yml (Italian)
[ci skip]

* New translations simple_form.en.yml (Persian)
[ci skip]

* New translations simple_form.en.yml (Norwegian)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Finnish)
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Serbian (Latin))
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* New translations en.yml (Tamil)
[ci skip]

* New translations en.yml (Telugu)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations simple_form.en.yml (Esperanto)
[ci skip]

* New translations simple_form.en.yml (French)
[ci skip]

* New translations simple_form.en.yml (Galician)
[ci skip]

* New translations simple_form.en.yml (Georgian)
[ci skip]

* New translations simple_form.en.yml (German)
[ci skip]

* New translations simple_form.en.yml (Greek)
[ci skip]

* New translations simple_form.en.yml (Hebrew)
[ci skip]

* New translations simple_form.en.yml (Hungarian)
[ci skip]

* New translations simple_form.en.yml (Ido)
[ci skip]

* New translations simple_form.en.yml (Indonesian)
[ci skip]

* New translations simple_form.en.yml (Italian)
[ci skip]

* New translations simple_form.en.yml (Korean)
[ci skip]

* New translations doorkeeper.en.yml (Welsh)
[ci skip]

* New translations simple_form.en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations en.json (Italian)
[ci skip]

* New translations simple_form.en.yml (Greek)
[ci skip]

* New translations simple_form.en.yml (Czech)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (German)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations simple_form.en.yml (Polish)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations simple_form.en.yml (Slovak)
[ci skip]

* New translations simple_form.en.yml (Corsican)
[ci skip]

* New translations simple_form.en.yml (Corsican)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Galician)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.json (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations doorkeeper.en.yml (Welsh)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations simple_form.en.yml (Welsh)
[ci skip]

* New translations activerecord.en.yml (Welsh)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Albanian)
[ci skip]

* New translations activerecord.en.yml (Serbian (Latin))
[ci skip]

* New translations doorkeeper.en.yml (Serbian (Latin))
[ci skip]

* New translations devise.en.yml (Serbian (Latin))
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Hebrew)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Georgian)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Finnish)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Danish)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Chinese Traditional)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations simple_form.en.yml (Serbian (Latin))
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.yml (Serbian (Latin))
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.yml (Portuguese)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.yml (Lithuanian)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Kazakh)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations devise.en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations doorkeeper.en.yml (Basque)
[ci skip]

* New translations en.json (Korean)
[ci skip]

* New translations doorkeeper.en.yml (Slovak)
[ci skip]

* New translations en.yml (Finnish)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Danish)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (Chinese Traditional)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Albanian)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Georgian)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Kazakh)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Lithuanian)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Portuguese)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Russian)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Spanish)
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations devise.en.yml (Slovak)
[ci skip]

* New translations doorkeeper.en.yml (Slovak)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations activerecord.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

6 years agoChange default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)
Eugen Rochko [Mon, 15 Jul 2019 03:56:35 +0000 (05:56 +0200)]
Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)

6 years agoDisable LDSigning when AUTHORIZED_FETCH is set to true (#11295)
ThibG [Mon, 15 Jul 2019 00:29:39 +0000 (02:29 +0200)]
Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)

6 years agoFix leaking private statuses the admin account follows (#11300)
ThibG [Mon, 15 Jul 2019 00:29:04 +0000 (02:29 +0200)]
Fix leaking private statuses the admin account follows (#11300)

Now that the request is signed, it can return private toots. Do not leak them.

6 years agoBump handlebars from 4.1.0 to 4.1.2 (#11293)
PatOnTheBack [Sun, 14 Jul 2019 05:05:11 +0000 (01:05 -0400)]
Bump handlebars from 4.1.0 to 4.1.2 (#11293)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
6 years agoBump rubocop-rails from 2.0.1 to 2.2.0 (#11257)
dependabot-preview[bot] [Sat, 13 Jul 2019 14:52:08 +0000 (23:52 +0900)]
Bump rubocop-rails from 2.0.1 to 2.2.0 (#11257)

Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.0.1...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoAdd a spam check (#11217)
Eugen Rochko [Sat, 13 Jul 2019 14:45:50 +0000 (16:45 +0200)]
Add a spam check (#11217)

* Add a spam check

* Use Nilsimsa to generate locality-sensitive hashes and compare using Levenshtein distance

* Add more tests

* Add exemption when the message is a reply to something that mentions the sender

* Use Nilsimsa Compare Value instead of Levenshtein distance

* Use MD5 for messages shorter than 10 characters

* Add message to automated report, do not add non-public statuses to
automated report, add trust level to accounts and make unsilencing
raise the trust level to prevent repeated spam checks on that account

* Expire spam check data after 3 months

* Add support for local statuses, reduce expiration to 1 week, always create a report

* Add content warnings to the spam check and exempt empty statuses

* Change Nilsimsa threshold to 95 and make sure removed statuses are removed from the spam check

* Add all matched statuses into automatic report

6 years agoChange the retry limit in error of web push notification (#11292)
han@highemelry [Fri, 12 Jul 2019 16:46:21 +0000 (01:46 +0900)]
Change the retry limit in error of web push notification (#11292)

- Change the maximum count of retry for web push notification (Default -> 5).
   - In case of high load of subscribe server, the retries will be repeated many times.
   - Because the retries occupy the default queue, maximum retry count should be reduced.

6 years agoAdd ActivityPub secure mode (#11269)
Eugen Rochko [Thu, 11 Jul 2019 18:11:09 +0000 (20:11 +0200)]
Add ActivityPub secure mode (#11269)

* Add HTTP signature requirement for served ActivityPub resources

* Change `SECURE_MODE` to `AUTHORIZED_FETCH`

* Add 'Signature' to 'Vary' header and improve code style

* Improve code style by adding `public_fetch_mode?` method

6 years agoFix BlockService trying to reject incorrect follow request (#11288)
ThibG [Thu, 11 Jul 2019 12:50:27 +0000 (14:50 +0200)]
Fix BlockService trying to reject incorrect follow request (#11288)

Fixes #11148

6 years agoAdd HTTP signatures to all outgoing ActivityPub GET requests (#11284)
Eugen Rochko [Thu, 11 Jul 2019 12:49:55 +0000 (14:49 +0200)]
Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)

6 years ago[Security] Bump lodash from 4.17.11 to 4.17.13 (#11287)
dependabot-preview[bot] [Thu, 11 Jul 2019 04:33:07 +0000 (06:33 +0200)]
[Security] Bump lodash from 4.17.11 to 4.17.13 (#11287)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoRefactor fetching of remote resources (#11251)
Eugen Rochko [Wed, 10 Jul 2019 16:59:28 +0000 (18:59 +0200)]
Refactor fetching of remote resources (#11251)

6 years agoDrop magic-public-key from webfinger replies as it's only used for OStatus (#11280)
ThibG [Wed, 10 Jul 2019 15:10:43 +0000 (17:10 +0200)]
Drop magic-public-key from webfinger replies as it's only used for OStatus (#11280)

6 years agoFix handling of webfinger redirects in ResolveAccountService (#11279)
ThibG [Wed, 10 Jul 2019 15:10:12 +0000 (17:10 +0200)]
Fix handling of webfinger redirects in ResolveAccountService (#11279)

6 years agoFix old migration script depending on the StreamEntry model (#11278)
ThibG [Wed, 10 Jul 2019 15:09:10 +0000 (17:09 +0200)]
Fix old migration script depending on the StreamEntry model (#11278)

6 years agoFix activity being rendered within activity due to caching (#11271)
Eugen Rochko [Tue, 9 Jul 2019 22:43:30 +0000 (00:43 +0200)]
Fix activity being rendered within activity due to caching (#11271)

Fix #11270

6 years agoRefactor domain block checks (#11268)
Eugen Rochko [Tue, 9 Jul 2019 01:27:35 +0000 (03:27 +0200)]
Refactor domain block checks (#11268)

6 years agoFix Status.remote scope matching *all* statuses (#11265)
ThibG [Mon, 8 Jul 2019 16:17:22 +0000 (18:17 +0200)]
Fix Status.remote scope matching *all* statuses (#11265)

6 years agoRemove unused remote unfollow controller (#11250)
Eugen Rochko [Mon, 8 Jul 2019 10:04:06 +0000 (12:04 +0200)]
Remove unused remote unfollow controller (#11250)

6 years agoRefactor controllers for statuses, accounts, and more (#11249)
Eugen Rochko [Mon, 8 Jul 2019 10:03:45 +0000 (12:03 +0200)]
Refactor controllers for statuses, accounts, and more (#11249)

6 years agoBump faker from 1.9.3 to 1.9.6 (#11259)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:29:00 +0000 (18:29 +0900)]
Bump faker from 1.9.3 to 1.9.6 (#11259)

Bumps [faker](https://github.com/stympy/faker) from 1.9.3 to 1.9.6.
- [Release notes](https://github.com/stympy/faker/releases)
- [Changelog](https://github.com/stympy/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stympy/faker/compare/v1.9.3...1.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump simplecov from 0.16.1 to 0.17.0 (#11260)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:28:33 +0000 (18:28 +0900)]
Bump simplecov from 0.16.1 to 0.17.0 (#11260)

Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colszowka/simplecov/compare/v0.16.1...v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump aws-sdk-s3 from 1.43.0 to 1.45.0 (#11262)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:26:41 +0000 (18:26 +0900)]
Bump aws-sdk-s3 from 1.43.0 to 1.45.0 (#11262)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.43.0 to 1.45.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/compare/v1.43.0...v1.45.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump tzinfo-data from 1.2019.1 to 1.2019.2 (#11258)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:26:12 +0000 (18:26 +0900)]
Bump tzinfo-data from 1.2019.1 to 1.2019.2 (#11258)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2019.1 to 1.2019.2.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2019.1...v1.2019.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint-plugin-react from 7.12.1 to 7.14.2 (#11253)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:25:20 +0000 (18:25 +0900)]
Bump eslint-plugin-react from 7.12.1 to 7.14.2 (#11253)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.12.1 to 7.14.2.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.12.1...v7.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.0 (#11254)
dependabot-preview[bot] [Mon, 8 Jul 2019 09:24:38 +0000 (18:24 +0900)]
Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.0 (#11254)

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.4.4 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump compression-webpack-plugin from 2.0.0 to 3.0.0 (#11224)
dependabot-preview[bot] [Mon, 8 Jul 2019 07:49:47 +0000 (16:49 +0900)]
Bump compression-webpack-plugin from 2.0.0 to 3.0.0 (#11224)

Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v2.0.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump intl-relativeformat from 2.2.0 to 6.4.2 (#11255)
dependabot-preview[bot] [Mon, 8 Jul 2019 07:49:26 +0000 (16:49 +0900)]
Bump intl-relativeformat from 2.2.0 to 6.4.2 (#11255)

Bumps [intl-relativeformat](https://github.com/formatjs/formatjs) from 2.2.0 to 6.4.2.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/intl-relativeformat@2.2.0...intl-relativeformat@6.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-redux from 6.0.1 to 7.1.0 (#11256)
dependabot-preview[bot] [Mon, 8 Jul 2019 07:48:44 +0000 (16:48 +0900)]
Bump react-redux from 6.0.1 to 7.1.0 (#11256)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 6.0.1 to 7.1.0.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v6.0.1...v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix BackupService crashing when an attachment is missing (#11241)
ThibG [Mon, 8 Jul 2019 00:24:25 +0000 (02:24 +0200)]
Fix BackupService crashing when an attachment is missing (#11241)

* Fix BackupService crashing when an attachment is missing

For various reasons such as admin error or out-of-sync media and
database backups, it might be possible for local attachments to be lost.

This commit allows the BackupService to continue its work even if some media
file is missing.

* Change error message

6 years agoUpdate fuubar dependency to 2.4.1 (#11248)
Georg Gadinger [Sun, 7 Jul 2019 16:13:19 +0000 (18:13 +0200)]
Update fuubar dependency to 2.4.1 (#11248)

See also: thekompanee/fuubar#111

6 years agoRemove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)
Eugen Rochko [Sun, 7 Jul 2019 14:16:51 +0000 (16:16 +0200)]
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)

6 years agoFix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)
Eugen Rochko [Sun, 7 Jul 2019 01:37:01 +0000 (03:37 +0200)]
Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)

6 years agoFix support for HTTP proxies (#11245)
ThibG [Sun, 7 Jul 2019 00:05:38 +0000 (02:05 +0200)]
Fix support for HTTP proxies (#11245)

* Disable incorrect check for hidden services in Socket

Hidden services can only be accessed with an HTTP proxy, in which
case the host seen by the Socket class will be the proxy, not the
target host.

Hidden services are already filtered in `Request#initialize`.

* Use our Socket class to connect to HTTP proxies

Avoid the timeout logic being bypassed

* Add support for IP addresses in Request::Socket

* Refactor a bit, no need to keep the DNS resolver around

6 years agoRemove Salmon and PubSubHubbub (#11205)
Eugen Rochko [Sat, 6 Jul 2019 21:26:16 +0000 (23:26 +0200)]
Remove Salmon and PubSubHubbub (#11205)

* Remove Salmon and PubSubHubbub endpoints

* Add error when trying to follow OStatus accounts

* Fix new accounts not being created in ResolveAccountService

6 years agoOnly scroll to the compose form if it's not horizontally in the viewport (#11246)
ThibG [Sat, 6 Jul 2019 16:18:08 +0000 (18:18 +0200)]
Only scroll to the compose form if it's not horizontally in the viewport (#11246)

Avoids jumping the scroll around vertically when giving it focus and
editing long toots.

6 years agoFix option to send e-mail notification about account action always being true (#11242)
Eugen Rochko [Sat, 6 Jul 2019 11:54:32 +0000 (13:54 +0200)]
Fix option to send e-mail notification about account action always being true (#11242)

6 years agoFix HTTP requests to IPv6 hosts (#11240)
ThibG [Fri, 5 Jul 2019 20:03:00 +0000 (22:03 +0200)]
Fix HTTP requests to IPv6 hosts (#11240)

6 years agoRemove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
Eugen Rochko [Fri, 5 Jul 2019 00:15:24 +0000 (02:15 +0200)]
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)