]> cat aescling's git repositories - mastodon.git/log
mastodon.git
6 years agoBump webpack-dev-server from 3.8.1 to 3.9.0 (#12293)
dependabot-preview[bot] [Mon, 4 Nov 2019 14:27:50 +0000 (23:27 +0900)]
Bump webpack-dev-server from 3.8.1 to 3.9.0 (#12293)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.8.1...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-test-renderer from 16.10.2 to 16.11.0 (#12295)
dependabot-preview[bot] [Mon, 4 Nov 2019 14:27:07 +0000 (23:27 +0900)]
Bump react-test-renderer from 16.10.2 to 16.11.0 (#12295)

Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.10.2 to 16.11.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.11.0/packages/react-test-renderer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump wavesurfer.js from 3.0.0 to 3.2.0 (#12292)
dependabot-preview[bot] [Mon, 4 Nov 2019 14:21:40 +0000 (23:21 +0900)]
Bump wavesurfer.js from 3.0.0 to 3.2.0 (#12292)

Bumps [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/katspaugh/wavesurfer.js/releases)
- [Changelog](https://github.com/katspaugh/wavesurfer.js/blob/master/CHANGES.md)
- [Commits](https://github.com/katspaugh/wavesurfer.js/compare/3.0.0...3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-toggle from 4.0.2 to 4.1.1 (#12291)
dependabot-preview[bot] [Mon, 4 Nov 2019 14:15:23 +0000 (23:15 +0900)]
Bump react-toggle from 4.0.2 to 4.1.1 (#12291)

Bumps [react-toggle](https://github.com/aaronshaf/react-toggle) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/aaronshaf/react-toggle/releases)
- [Changelog](https://github.com/aaronshaf/react-toggle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aaronshaf/react-toggle/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-dom from 16.10.2 to 16.11.0 (#12289)
dependabot-preview[bot] [Mon, 4 Nov 2019 13:55:46 +0000 (22:55 +0900)]
Bump react-dom from 16.10.2 to 16.11.0 (#12289)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.10.2 to 16.11.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.11.0/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoUse inert polyfill (#12209)
Gabriel Rubens [Mon, 4 Nov 2019 12:03:44 +0000 (09:03 -0300)]
Use inert polyfill (#12209)

* Inserting wicg-inert in project

* Import wicg-inert in moda_root component

* Update yarn.lock

* Solving code style problems

* Removing package-lock

6 years agoIntegrate own poll's translation into own_poll. (#12231)
mayaeh [Mon, 4 Nov 2019 12:03:29 +0000 (21:03 +0900)]
Integrate own poll's translation into own_poll. (#12231)

run `yarn manage:translations en`

6 years agofix: support KaiOS arrow navigation on public pages (#12251)
Nolan Lawson [Mon, 4 Nov 2019 12:03:09 +0000 (04:03 -0800)]
fix: support KaiOS arrow navigation on public pages (#12251)

6 years agoFix code referencing wrong class (#12263)
ThibG [Mon, 4 Nov 2019 12:02:27 +0000 (13:02 +0100)]
Fix code referencing wrong class (#12263)

For some reason, I have seen this only triggered here:
https://circleci.com/gh/tootsuite/mastodon/98324?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link

But Follow.find_by referenced the ActivityPub::Activity::Follow class
instead of the model class.

6 years agoFix filtered out items being counted as pending items (#12266)
ThibG [Mon, 4 Nov 2019 12:02:16 +0000 (13:02 +0100)]
Fix filtered out items being counted as pending items (#12266)

6 years agoAdd abilityto add oneself to lists (#12271)
ThibG [Mon, 4 Nov 2019 12:02:01 +0000 (13:02 +0100)]
Add abilityto add oneself to lists (#12271)

* Add ability to add oneself to lists

* Change search results to include oneself when searching through followers

* Mark follow relation as optional in ListAccount

6 years agoFix notification filters not applying to poll options (#12269)
ThibG [Mon, 4 Nov 2019 12:01:50 +0000 (13:01 +0100)]
Fix notification filters not applying to poll options (#12269)

6 years agoFix crowdin badge display in CONTRIBUTING.md (#12273)
Scott Sweeny [Mon, 4 Nov 2019 12:01:38 +0000 (07:01 -0500)]
Fix crowdin badge display in CONTRIBUTING.md (#12273)

* Fix crowdin badge display in CONTRIBUTING.md

The Crowdin localization badge in `CONTRIBUTING.md` appeared to have the wrong markup around it. This manifested in some extra brackets and an unformatted `crowdin` string.

* Make Crowdin badge a link to the Mastodon project

6 years agoFix remote media descriptions being cut off at 420 chars (#12262)
ThibG [Mon, 4 Nov 2019 12:00:16 +0000 (13:00 +0100)]
Fix remote media descriptions being cut off at 420 chars (#12262)

* Fix remote media descriptions being cut off at 420 chars

Fixes #12258

* Fix tests

6 years agoAdd support for submitting media description with ctrl+enter (#12272)
ThibG [Mon, 4 Nov 2019 11:59:17 +0000 (12:59 +0100)]
Add support for submitting media description with ctrl+enter (#12272)

6 years agodont crash with null-ref (#12274)
Hinaloe [Mon, 4 Nov 2019 11:58:19 +0000 (20:58 +0900)]
dont crash with null-ref (#12274)

6 years agoDockerfile: put back EXPOSE directive (#12279)
David Caldwell [Mon, 4 Nov 2019 11:56:21 +0000 (03:56 -0800)]
Dockerfile: put back EXPOSE directive (#12279)

[Rkt](https://coreos.com/rkt) doesn't allow ports to be exposed to containers unless they are declared in the container manifest. Re-adding EXPOSE back in (removed in 1dbf993bce5627e2c3fcab6e9c63b5279dff018a) allows the container to be used on rkt based systems.

6 years agoAdd `tootctl media lookup` command (#12283)
Nathaniel Suchy [Mon, 4 Nov 2019 11:55:20 +0000 (06:55 -0500)]
Add `tootctl media lookup` command (#12283)

* Add a lookup tool to the media cli

* Improved lookup logic

* Clarified wording in the output

* Code style changes

* Code style changes

* Code style changes

* Code style changes

* Add error handling code incase an attachment isn't found

* Code style changes

* Code style changes

* Make requested changes

* Fix styling issues

* Handle other media types

* Remove an inadvertently added log

* Make requested changes

* Make the code safe no matter what the path, S3 or not

* Code style changes

* Code style changes

* Replace select method with Ruby Enumerable grep method

6 years agoUpdate .gitignore (#12287)
Nathaniel Suchy [Mon, 4 Nov 2019 11:54:08 +0000 (06:54 -0500)]
Update .gitignore (#12287)

6 years agoBump aws-sdk-s3 from 1.48.0 to 1.52.0 (#12250)
dependabot-preview[bot] [Wed, 30 Oct 2019 10:58:11 +0000 (19:58 +0900)]
Bump aws-sdk-s3 from 1.48.0 to 1.52.0 (#12250)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.48.0 to 1.52.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.48.0...v1.52.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump annotate from 2.7.5 to 3.0.2 (#12100)
dependabot-preview[bot] [Wed, 30 Oct 2019 10:04:00 +0000 (19:04 +0900)]
Bump annotate from 2.7.5 to 3.0.2 (#12100)

Bumps [annotate](https://github.com/ctran/annotate_models) from 2.7.5 to 3.0.2.
- [Release notes](https://github.com/ctran/annotate_models/releases)
- [Changelog](https://github.com/ctran/annotate_models/blob/develop/CHANGELOG.rdoc)
- [Commits](https://github.com/ctran/annotate_models/compare/v2.7.5...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago[Security] Bump simple_form from 4.1.0 to 5.0.1 (#12099)
dependabot-preview[bot] [Wed, 30 Oct 2019 10:00:41 +0000 (19:00 +0900)]
[Security] Bump simple_form from 4.1.0 to 5.0.1 (#12099)

Bumps [simple_form](https://github.com/plataformatec/simple_form) from 4.1.0 to 5.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/plataformatec/simple_form/releases)
- [Changelog](https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/simple_form/compare/v4.1.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rspec-rails from 3.8.2 to 3.9.0 (#12241)
dependabot-preview[bot] [Tue, 29 Oct 2019 10:40:52 +0000 (19:40 +0900)]
Bump rspec-rails from 3.8.2 to 3.9.0 (#12241)

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v3.8.2...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump dotenv from 8.0.0 to 8.2.0 (#12235)
dependabot-preview[bot] [Tue, 29 Oct 2019 02:12:05 +0000 (11:12 +0900)]
Bump dotenv from 8.0.0 to 8.2.0 (#12235)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump terser-webpack-plugin from 1.4.1 to 2.2.1 (#12233)
dependabot-preview[bot] [Tue, 29 Oct 2019 01:59:12 +0000 (10:59 +0900)]
Bump terser-webpack-plugin from 1.4.1 to 2.2.1 (#12233)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 1.4.1 to 2.2.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.4.1...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump strong_migrations from 0.4.1 to 0.4.2 (#12242)
dependabot-preview[bot] [Tue, 29 Oct 2019 01:55:56 +0000 (10:55 +0900)]
Bump strong_migrations from 0.4.1 to 0.4.2 (#12242)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.4.1 to 0.4.2.
- [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.1...v0.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump active_record_query_trace from 1.6.2 to 1.7 (#12243)
dependabot-preview[bot] [Tue, 29 Oct 2019 01:55:07 +0000 (10:55 +0900)]
Bump active_record_query_trace from 1.6.2 to 1.7 (#12243)

Bumps [active_record_query_trace](https://github.com/brunofacca/active-record-query-trace) from 1.6.2 to 1.7.
- [Release notes](https://github.com/brunofacca/active-record-query-trace/releases)
- [Changelog](https://github.com/brunofacca/active-record-query-trace/blob/master/HISTORY.md)
- [Commits](https://github.com/brunofacca/active-record-query-trace/compare/v1.6.2...v1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump pkg-config from 1.3.9 to 1.4.0 (#12239)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:48:08 +0000 (20:48 +0900)]
Bump pkg-config from 1.3.9 to 1.4.0 (#12239)

Bumps [pkg-config](https://github.com/ruby-gnome/pkg-config) from 1.3.9 to 1.4.0.
- [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.3.9...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump faker from 2.5.0 to 2.6.0 (#12244)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:47:14 +0000 (20:47 +0900)]
Bump faker from 2.5.0 to 2.6.0 (#12244)

Bumps [faker](https://github.com/faker-ruby/faker) from 2.5.0 to 2.6.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.5.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump webpack-bundle-analyzer from 3.5.2 to 3.6.0 (#12237)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:46:31 +0000 (20:46 +0900)]
Bump webpack-bundle-analyzer from 3.5.2 to 3.6.0 (#12237)

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.5.2 to 3.6.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.5.2...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint-plugin-react from 7.14.3 to 7.16.0 (#12234)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:42:47 +0000 (20:42 +0900)]
Bump eslint-plugin-react from 7.14.3 to 7.16.0 (#12234)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.3 to 7.16.0.
- [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.14.3...v7.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump sass from 1.23.0 to 1.23.1 (#12238)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:37:40 +0000 (20:37 +0900)]
Bump sass from 1.23.0 to 1.23.1 (#12238)

Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0 to 1.23.1.
- [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.23.0...1.23.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @babel/plugin-proposal-decorators from 7.4.4 to 7.6.0 (#12232)
dependabot-preview[bot] [Mon, 28 Oct 2019 11:04:24 +0000 (20:04 +0900)]
Bump @babel/plugin-proposal-decorators from 7.4.4 to 7.6.0 (#12232)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.4.4 to 7.6.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.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix notification message for own poll (#12219)
Yamagishi Kazutoshi [Sun, 27 Oct 2019 11:46:35 +0000 (20:46 +0900)]
Fix notification message for own poll (#12219)

6 years agoFix an issue where polls with 'expires_at' not set expired (#12222)
Takeshi Umeda [Sun, 27 Oct 2019 11:45:55 +0000 (20:45 +0900)]
Fix an issue where polls with 'expires_at' not set expired (#12222)

6 years agoChange message of public timeline for local only (#12224)
Yamagishi Kazutoshi [Sun, 27 Oct 2019 11:45:33 +0000 (20:45 +0900)]
Change message of public timeline for local only (#12224)

6 years agoChange stale bot to only touch pull requests over 120 days old (#12217)
Eugen Rochko [Sat, 26 Oct 2019 10:45:52 +0000 (12:45 +0200)]
Change stale bot to only touch pull requests over 120 days old (#12217)

6 years agoAdd download button to audio and video players (#12179)
Nima Boscarino [Fri, 25 Oct 2019 09:48:20 +0000 (02:48 -0700)]
Add download button to audio and video players (#12179)

* Add download button for audio player

* Add download button for video player

* fix padding for download button in Audio component

6 years agoCreate stale.yml (#12207)
Eugen Rochko [Fri, 25 Oct 2019 09:47:40 +0000 (11:47 +0200)]
Create stale.yml (#12207)

6 years agoAdd setting for whether to crop images in unexpanded toots (#12126)
Faye Duxovni [Thu, 24 Oct 2019 20:51:41 +0000 (16:51 -0400)]
Add setting for whether to crop images in unexpanded toots (#12126)

6 years agoSplit AccountsHelper from StatusesHelper (#12078)
Takeshi Umeda [Thu, 24 Oct 2019 20:50:09 +0000 (05:50 +0900)]
Split AccountsHelper from StatusesHelper (#12078)

6 years agoUnliking a post updates like count on front end (#12140)
Nima Boscarino [Thu, 24 Oct 2019 20:49:45 +0000 (13:49 -0700)]
Unliking a post updates like count on front end (#12140)

* return the new favourites_count
when unfavouriting a status

* Remove trailing whitespace

* revert changes to favourites_controller

* Decrease favourites_count through statuses reducer

* styling fix

* Fix missing trailing comma

6 years agoAdd link to search for users connected from the same IP address (#12157)
ThibG [Thu, 24 Oct 2019 20:49:26 +0000 (22:49 +0200)]
Add link to search for users connected from the same IP address (#12157)

* Add link to search for users connected from the same IP address

Fixes #11949

* Fix missing cell in admin account view table

6 years agoFix volume slider in chromium 🤷 (#12158)
ThibG [Thu, 24 Oct 2019 20:49:12 +0000 (22:49 +0200)]
Fix volume slider in chromium ðŸ¤· (#12158)

Fixes #12156

6 years agoUpdate README.md (#12164)
BenisonSebastian [Thu, 24 Oct 2019 20:48:21 +0000 (02:18 +0530)]
Update README.md (#12164)

6 years agoImprove swipe experience (#12168)
umonaca [Thu, 24 Oct 2019 20:48:11 +0000 (16:48 -0400)]
Improve swipe experience (#12168)

6 years agoremove audio metadata (#12171)
Hugo Gameiro [Thu, 24 Oct 2019 20:47:58 +0000 (21:47 +0100)]
remove audio metadata (#12171)

6 years agoReplace fav icon animation with CSS (#12175)
ThibG [Thu, 24 Oct 2019 20:47:48 +0000 (22:47 +0200)]
Replace fav icon animation with CSS (#12175)

Fixes #12151

6 years agodon't show outline of full-screen video (#12176)
Hinaloe [Thu, 24 Oct 2019 20:47:37 +0000 (05:47 +0900)]
don't show outline of full-screen video (#12176)

6 years agofix vagrant connection error (#12180)
kodai [Thu, 24 Oct 2019 20:47:24 +0000 (05:47 +0900)]
fix vagrant connection error (#12180)

6 years agoFix batch actions being hidden from mobile view (#12183)
ThibG [Thu, 24 Oct 2019 20:46:59 +0000 (22:46 +0200)]
Fix batch actions being hidden from mobile view (#12183)

On mobile, batch actions are hidden from the settings/admin interface,
but there are several places those actions can only be performed through
batch actions.

This may not look great, but at least it makes the actions available again.

6 years agomicroformat mentions can have an implicit property (#12189)
nightpool [Thu, 24 Oct 2019 20:46:15 +0000 (16:46 -0400)]
microformat mentions can have an implicit property (#12189)

See the first example here: http://microformats.org/wiki/microformats2#hyperlinked_person

6 years agochange string from Disable to Disable login (#12201)
Soft. Dev [Thu, 24 Oct 2019 20:45:55 +0000 (02:15 +0530)]
change string from Disable to Disable login (#12201)

6 years agoAllow Accept/Reject with a non-embedded object (#12199)
puckipedia [Thu, 24 Oct 2019 20:45:43 +0000 (20:45 +0000)]
Allow Accept/Reject with a non-embedded object (#12199)

Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.

6 years agoFix incoming federation in whitelist mode (#12185)
ThibG [Thu, 24 Oct 2019 20:45:35 +0000 (22:45 +0200)]
Fix incoming federation in whitelist mode (#12185)

… posting to the AP inbox required a logged-in local user…

6 years agoAdd noopener and/or noreferrer (#12202)
BSKY [Thu, 24 Oct 2019 20:44:42 +0000 (05:44 +0900)]
Add noopener and/or noreferrer (#12202)

6 years ago[Security] Bump loofah from 2.2.3 to 2.3.1 (#12203)
dependabot-preview[bot] [Thu, 24 Oct 2019 05:49:09 +0000 (14:49 +0900)]
[Security] Bump loofah from 2.2.3 to 2.3.1 (#12203)

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1. **This update includes a security fix.**
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-dom from 16.8.6 to 16.10.2 (#12107)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:51:05 +0000 (01:51 +0900)]
Bump react-dom from 16.8.6 to 16.10.2 (#12107)

* Bump react-dom from 16.8.6 to 16.10.2

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.6 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* update react and react-test-renderer

6 years agoBump oj from 3.9.1 to 3.9.2 (#12104)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:35:40 +0000 (01:35 +0900)]
Bump oj from 3.9.1 to 3.9.2 (#12104)

Bumps [oj](https://github.com/ohler55/oj) from 3.9.1 to 3.9.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.9.1...v3.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump stackprof from 0.2.12 to 0.2.13 (#12103)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:33:59 +0000 (01:33 +0900)]
Bump stackprof from 0.2.12 to 0.2.13 (#12103)

Bumps [stackprof](https://github.com/tmm1/stackprof) from 0.2.12 to 0.2.13.
- [Release notes](https://github.com/tmm1/stackprof/releases)
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tmm1/stackprof/compare/v0.2.12...v0.2.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump sidekiq-unique-jobs from 6.0.13 to 6.0.15 (#12102)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:32:18 +0000 (01:32 +0900)]
Bump sidekiq-unique-jobs from 6.0.13 to 6.0.15 (#12102)

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.13 to 6.0.15.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.13...v6.0.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-select from 2.4.4 to 3.0.5 (#11930)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:31:27 +0000 (01:31 +0900)]
Bump react-select from 2.4.4 to 3.0.5 (#11930)

* Bump react-select from 2.4.4 to 3.0.5

Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.4 to 3.0.5.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Change import path for react-select

6 years agoBump sass from 1.22.12 to 1.23.0 (#12108)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:30:43 +0000 (01:30 +0900)]
Bump sass from 1.22.12 to 1.23.0 (#12108)

Bumps [sass](https://github.com/sass/dart-sass) from 1.22.12 to 1.23.0.
- [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.22.12...1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump derailed_benchmarks from 1.4.0 to 1.4.1 (#12101)
dependabot-preview[bot] [Mon, 21 Oct 2019 14:45:02 +0000 (23:45 +0900)]
Bump derailed_benchmarks from 1.4.0 to 1.4.1 (#12101)

Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rubocop from 0.74.0 to 0.75.1 (#12191)
dependabot-preview[bot] [Mon, 21 Oct 2019 14:43:49 +0000 (23:43 +0900)]
Bump rubocop from 0.74.0 to 0.75.1 (#12191)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.74.0 to 0.75.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/v0.74.0...v0.75.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @clusterws/cws from 0.15.0 to 0.15.2 (#12109)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:32:43 +0000 (19:32 +0900)]
Bump @clusterws/cws from 0.15.0 to 0.15.2 (#12109)

Bumps @clusterws/cws from 0.15.0 to 0.15.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint from 6.5.0 to 6.5.1 (#12110)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:16:24 +0000 (19:16 +0900)]
Bump eslint from 6.5.0 to 6.5.1 (#12110)

Bumps [eslint](https://github.com/eslint/eslint) from 6.5.0 to 6.5.1.
- [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/v6.5.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump cross-env from 5.2.0 to 6.0.3 (#12112)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:16:01 +0000 (19:16 +0900)]
Bump cross-env from 5.2.0 to 6.0.3 (#12112)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.0 to 6.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.0...v6.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoNew Crowdin translations (#12144)
Eugen Rochko [Thu, 10 Oct 2019 18:30:28 +0000 (20:30 +0200)]
New Crowdin translations (#12144)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations simple_form.en.yml (Catalan)
[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 Traditional)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* i18n-tasks normalize

* yarn manage:translations

6 years agoRemove unused translations in web UI (#12143)
Eugen Rochko [Thu, 10 Oct 2019 18:07:38 +0000 (20:07 +0200)]
Remove unused translations in web UI (#12143)

6 years agoNew Crowdin translations (#12072)
Eugen Rochko [Thu, 10 Oct 2019 17:59:27 +0000 (19:59 +0200)]
New Crowdin translations (#12072)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations en.yml (Polish)
[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 (Hebrew)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations en.json (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 en.yml (Japanese)
[ci skip]

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

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

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

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

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

* New translations simple_form.en.yml (Arabic)
[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.json (Japanese)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* i18n-tasks normalize

* yarn manage:translations

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

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

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

* i18n-tasks normalize

* yarn manage:translations

6 years agoFix auto-report string saying the account has been auto-silenced (#12142)
Eugen Rochko [Thu, 10 Oct 2019 16:47:24 +0000 (18:47 +0200)]
Fix auto-report string saying the account has been auto-silenced (#12142)

6 years agoUpdate changelog for 3.0.1 (#12139)
Eugen Rochko [Thu, 10 Oct 2019 05:03:05 +0000 (07:03 +0200)]
Update changelog for 3.0.1 (#12139)

6 years agoFix preloaded JSON-LD context for identity not being used (#12138)
Eugen Rochko [Thu, 10 Oct 2019 04:48:53 +0000 (06:48 +0200)]
Fix preloaded JSON-LD context for identity not being used (#12138)

Regression from #11316

6 years agoFix media editing modal changing dimensions when image loads (#12131)
Eugen Rochko [Thu, 10 Oct 2019 03:21:38 +0000 (05:21 +0200)]
Fix media editing modal changing dimensions when image loads (#12131)

6 years agoFix admin setting to auto-approve hashtags not affecting query (#12130)
Eugen Rochko [Thu, 10 Oct 2019 00:22:04 +0000 (02:22 +0200)]
Fix admin setting to auto-approve hashtags not affecting query (#12130)

Follow-up to #12122

6 years agoFix not showing if emoji has a local counterpart in admin UI (#12135)
Eugen Rochko [Thu, 10 Oct 2019 00:21:52 +0000 (02:21 +0200)]
Fix not showing if emoji has a local counterpart in admin UI (#12135)

Fix #12132

6 years agoBump version to 3.0.1 (#12116)
Eugen Rochko [Wed, 9 Oct 2019 05:36:57 +0000 (07:36 +0200)]
Bump version to 3.0.1 (#12116)

6 years agoRemove auto-silence behaviour from spam check (#12117)
Eugen Rochko [Wed, 9 Oct 2019 05:11:23 +0000 (07:11 +0200)]
Remove auto-silence behaviour from spam check (#12117)

Fix #12113

6 years agoFix attachment not being re-downloaded even if file is not stored (#12125)
Eugen Rochko [Wed, 9 Oct 2019 05:10:46 +0000 (07:10 +0200)]
Fix attachment not being re-downloaded even if file is not stored (#12125)

Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.

6 years agoRemove `lang` attribute from individual statuses (#12124)
Eugen Rochko [Wed, 9 Oct 2019 01:45:05 +0000 (03:45 +0200)]
Remove `lang` attribute from individual statuses (#12124)

Fix #10930

6 years agoAdd admin setting to auto-approve hashtags (#12122)
Eugen Rochko [Tue, 8 Oct 2019 22:30:15 +0000 (00:30 +0200)]
Add admin setting to auto-approve hashtags (#12122)

Change inaccurate labels on other admin settings

6 years agoRemove fallback to long description on sidebar and meta description (#12119)
Eugen Rochko [Tue, 8 Oct 2019 20:08:55 +0000 (22:08 +0200)]
Remove fallback to long description on sidebar and meta description (#12119)

Fix #12114

6 years agoChange `tootctl media refresh` to skip already downloaded attachments (#12118)
Eugen Rochko [Tue, 8 Oct 2019 03:59:10 +0000 (05:59 +0200)]
Change `tootctl media refresh` to skip already downloaded attachments (#12118)

6 years agoAdd `tootctl media usage` command (#12115)
Eugen Rochko [Mon, 7 Oct 2019 18:04:56 +0000 (20:04 +0200)]
Add `tootctl media usage` command (#12115)

6 years agoFix old migration trying to use new column due to default status scope (#12095)
Eugen Rochko [Mon, 7 Oct 2019 04:05:14 +0000 (06:05 +0200)]
Fix old migration trying to use new column due to default status scope (#12095)

Fix #12087

6 years agoFix tootctl not allocating enough database connections for main thread (#12097)
Eugen Rochko [Mon, 7 Oct 2019 03:05:02 +0000 (05:05 +0200)]
Fix tootctl not allocating enough database connections for main thread (#12097)

6 years agoUpdate AUTHORS.md (#12096)
Eugen Rochko [Mon, 7 Oct 2019 02:36:32 +0000 (04:36 +0200)]
Update AUTHORS.md (#12096)

6 years agoAdd missing back button header for invalid account (#12094)
trwnh [Mon, 7 Oct 2019 02:33:31 +0000 (21:33 -0500)]
Add missing back button header for invalid account (#12094)

Should fix #6786

6 years agoFix issues with tootctl's parallelization and progress reporting (#12093)
Eugen Rochko [Mon, 7 Oct 2019 02:24:05 +0000 (04:24 +0200)]
Fix issues with tootctl's parallelization and progress reporting (#12093)

6 years agoFix existing user records with now-renamed `pt` locale (#12092)
Eugen Rochko [Mon, 7 Oct 2019 02:14:36 +0000 (04:14 +0200)]
Fix existing user records with now-renamed `pt` locale (#12092)

Fix #12082

6 years agoFix hashtag timeline REST API accepting too many hashtags (#12091)
Eugen Rochko [Mon, 7 Oct 2019 01:56:21 +0000 (03:56 +0200)]
Fix hashtag timeline REST API accepting too many hashtags (#12091)

6 years agoFix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)
Eugen Rochko [Sun, 6 Oct 2019 20:11:29 +0000 (22:11 +0200)]
Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)

6 years agoFix performance of home feed regeneration (#12084)
Eugen Rochko [Sun, 6 Oct 2019 20:11:17 +0000 (22:11 +0200)]
Fix performance of home feed regeneration (#12084)

Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive

Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing

6 years agoFix spelling error in README (#12086)
Mareena Kunjachan [Sun, 6 Oct 2019 19:36:26 +0000 (01:06 +0530)]
Fix spelling error in README (#12086)

fix a spelling error

6 years agoadd loglevel fatal to video and audio styles (#12088)
Hugo Gameiro [Sun, 6 Oct 2019 17:48:26 +0000 (18:48 +0100)]
add loglevel fatal to video and audio styles (#12088)

6 years agoFix S3 adapter retrying failing uploads with exponential backoff (#12085)
Eugen Rochko [Sun, 6 Oct 2019 04:20:57 +0000 (06:20 +0200)]
Fix S3 adapter retrying failing uploads with exponential backoff (#12085)

The default limit of 10 retries with exponential backoff meant
that if the S3 server was timing out, you would be stuck with it
for much, much longer than the 5 second read timeout we expect.

The uploading happens within a database transaction, which means
a failing S3 server could negatively affect database performance

6 years agoRemove unused option from tootctl accounts cull (#12074)
Jeong Arm [Sun, 6 Oct 2019 02:30:07 +0000 (11:30 +0900)]
Remove unused option from tootctl accounts cull (#12074)

6 years agoBump capistrano from 3.11.1 to 3.11.2 (#12012)
dependabot-preview[bot] [Fri, 4 Oct 2019 02:11:36 +0000 (11:11 +0900)]
Bump capistrano from 3.11.1 to 3.11.2 (#12012)

* Bump capistrano from 3.11.1 to 3.11.2

Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump capistrano from 3.11.1 to 3.11.2

6 years agoBump pkg-config from 1.3.8 to 1.3.9 (#12011)
dependabot-preview[bot] [Fri, 4 Oct 2019 01:23:55 +0000 (10:23 +0900)]
Bump pkg-config from 1.3.8 to 1.3.9 (#12011)

Bumps [pkg-config](https://github.com/ruby-gnome/pkg-config) from 1.3.8 to 1.3.9.
- [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.3.8...1.3.9)

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