]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Mon, 1 Jun 2020 16:21:43 +0000 (18:21 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoImprove appearance of notification cleaning UI
ariasuni [Mon, 1 Jun 2020 00:10:45 +0000 (02:10 +0200)]
Improve appearance of notification cleaning UI

- Use smaller font-size for consistency with the rest of the UI
- Make better use of the horizontal space when available

5 years agoFix admin page crashing when trying to block an invalid domain name (#13884)
ThibG [Mon, 1 Jun 2020 01:47:20 +0000 (03:47 +0200)]
Fix admin page crashing when trying to block an invalid domain name (#13884)

* Fix admin page crashing when trying to block an invalid domain name

Fixes #13880

* Fix trailing and leading spaces not being properly stripped for domain blocks

5 years agoFix unsent toot confirmation dialog not popping up in single column (#13888)
ThibG [Sun, 31 May 2020 18:38:56 +0000 (20:38 +0200)]
Fix unsent toot confirmation dialog not popping up in single column (#13888)

5 years agoAdjust flash alert contrast for better readability (#13892)
Christopher Choi [Sun, 31 May 2020 18:35:18 +0000 (11:35 -0700)]
Adjust flash alert contrast for better readability (#13892)

5 years agoAllow Ctrl-click to keep EmojiPicker window open (#13896)
Brian C. Lindner [Sun, 31 May 2020 18:34:34 +0000 (14:34 -0400)]
Allow Ctrl-click to keep EmojiPicker window open (#13896)

5 years agoHide local-only pinned toots from public profiles
Thibaut Girka [Sun, 31 May 2020 14:11:02 +0000 (16:11 +0200)]
Hide local-only pinned toots from public profiles

Fixes #1336

This also fixes federating pinned toots when some of them are local-only.

Public profiles will not show public toots, whether you are logged in
or not (this is consistent with local-only toots that are not pinned).

5 years agoFix backup archive including outgoing-only content warnings
Thibaut Girka [Sat, 30 May 2020 14:56:23 +0000 (16:56 +0200)]
Fix backup archive including outgoing-only content warnings

5 years agoAdd support for setting Content Warning for CW-less outgoing toots
Thibaut Girka [Sat, 30 May 2020 14:47:17 +0000 (16:47 +0200)]
Add support for setting Content Warning for CW-less outgoing toots

5 years agoMove glitch-specific ruby-side locales to their own files
Thibaut Girka [Fri, 29 May 2020 22:06:02 +0000 (00:06 +0200)]
Move glitch-specific ruby-side locales to their own files

5 years agoMerge pull request #1341 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 29 May 2020 20:13:06 +0000 (22:13 +0200)]
Merge pull request #1341 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Fix timeline markers in Firefox
ThibG [Fri, 29 May 2020 17:25:57 +0000 (19:25 +0200)]
[Glitch] Fix timeline markers in Firefox

Port cc650bc023e00d07c5796b7602d86597bb437f45 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix timeline markers not working on Chrome
ThibG [Fri, 29 May 2020 14:14:16 +0000 (16:14 +0200)]
[Glitch] Fix timeline markers not working on Chrome

Port 5aff2a6957e861162d67c4610277e9bb2a6f8186 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Fri, 29 May 2020 17:27:21 +0000 (19:27 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoFix timeline markers in Firefox (regression from #13887) (#13889)
ThibG [Fri, 29 May 2020 17:25:57 +0000 (19:25 +0200)]
Fix timeline markers in Firefox (regression from #13887) (#13889)

Unfortunately, Firefox does not support the `keepalive` parameter
I used in the previous PR. However it supports the `navigator.sendBeacon`
API that allows that kind of things, but does not allow setting headers.

Therefore, this PR replaces it with a `sendBeacon` call that passes the
bearer token in the POST data.

Doorkeeper will then handle the auth token out of the box, as long as
it is passed as form data. Passing the query as JSON does not work.

5 years agoFix timeline markers not working on Chrome (#13887)
ThibG [Fri, 29 May 2020 14:14:16 +0000 (16:14 +0200)]
Fix timeline markers not working on Chrome (#13887)

* Periodically save timeline markers

This saves timeline markers immediately upon message arrival, but not more
than once every 5 minutes.

This does not change how the markers are saved on closing the window,
except that it avoids submitting them if there is no need for it.

* Use the Fetch API when possible instead of XHR on window unload

5 years ago[Security] Bump kaminari from 1.2.0 to 1.2.1 (#13886)
dependabot-preview[bot] [Thu, 28 May 2020 21:50:24 +0000 (23:50 +0200)]
[Security] Bump kaminari from 1.2.0 to 1.2.1 (#13886)

Bumps [kaminari](https://github.com/kaminari/kaminari) from 1.2.0 to 1.2.1. **This update includes a security fix.**
- [Release notes](https://github.com/kaminari/kaminari/releases)
- [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaminari/kaminari/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump is-promise from 2.1.0 to 2.2.2 (#13870)
dependabot-preview[bot] [Thu, 28 May 2020 14:44:53 +0000 (23:44 +0900)]
Bump is-promise from 2.1.0 to 2.2.2 (#13870)

Bumps [is-promise](https://github.com/then/is-promise) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/then/is-promise/releases)
- [Commits](https://github.com/then/is-promise/compare/v2.1.0...2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump react-transition-group from 2.5.2 to 2.9.0 (#13860)
dependabot-preview[bot] [Thu, 28 May 2020 14:38:51 +0000 (23:38 +0900)]
Bump react-transition-group from 2.5.2 to 2.9.0 (#13860)

Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 2.5.2 to 2.9.0.
- [Release notes](https://github.com/reactjs/react-transition-group/releases)
- [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactjs/react-transition-group/compare/v2.5.2...v2.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump eslint-import-resolver-node from 0.3.2 to 0.3.3 (#13865)
dependabot-preview[bot] [Thu, 28 May 2020 14:34:01 +0000 (23:34 +0900)]
Bump eslint-import-resolver-node from 0.3.2 to 0.3.3 (#13865)

Bumps [eslint-import-resolver-node](https://github.com/benmosher/eslint-plugin-import) from 0.3.2 to 0.3.3.
- [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/v0.3.2...resolvers/node/v0.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump spdx-correct from 3.1.0 to 3.1.1 (#13868)
dependabot-preview[bot] [Thu, 28 May 2020 14:30:58 +0000 (23:30 +0900)]
Bump spdx-correct from 3.1.0 to 3.1.1 (#13868)

Bumps [spdx-correct](https://github.com/jslicense/spdx-correct.js) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/jslicense/spdx-correct.js/releases)
- [Commits](https://github.com/jslicense/spdx-correct.js/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump yaml from 1.9.2 to 1.10.0 (#13866)
dependabot-preview[bot] [Thu, 28 May 2020 14:28:06 +0000 (23:28 +0900)]
Bump yaml from 1.9.2 to 1.10.0 (#13866)

Bumps [yaml](https://github.com/eemeli/yaml) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.9.2...v1.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump watchpack from 1.6.1 to 1.7.2 (#13869)
dependabot-preview[bot] [Thu, 28 May 2020 14:21:59 +0000 (23:21 +0900)]
Bump watchpack from 1.6.1 to 1.7.2 (#13869)

Bumps [watchpack](https://github.com/webpack/watchpack) from 1.6.1 to 1.7.2.
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](https://github.com/webpack/watchpack/compare/v1.6.1...v1.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump node-releases from 1.1.55 to 1.1.56 (#13864)
dependabot-preview[bot] [Thu, 28 May 2020 14:20:46 +0000 (23:20 +0900)]
Bump node-releases from 1.1.55 to 1.1.56 (#13864)

Bumps [node-releases](https://github.com/chicoxyzzy/node-releases) from 1.1.55 to 1.1.56.
- [Release notes](https://github.com/chicoxyzzy/node-releases/releases)
- [Commits](https://github.com/chicoxyzzy/node-releases/compare/v1.1.55...v1.1.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump compression-webpack-plugin from 3.1.0 to 4.0.0 (#13863)
dependabot-preview[bot] [Thu, 28 May 2020 14:20:20 +0000 (23:20 +0900)]
Bump compression-webpack-plugin from 3.1.0 to 4.0.0 (#13863)

Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 3.1.0 to 4.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/v3.1.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump tesseract.js from 2.0.0-alpha.16 to 2.1.1 (#13859)
dependabot-preview[bot] [Thu, 28 May 2020 14:18:32 +0000 (23:18 +0900)]
Bump tesseract.js from 2.0.0-alpha.16 to 2.1.1 (#13859)

Bumps [tesseract.js](https://github.com/naptha/tesseract.js) from 2.0.0-alpha.16 to 2.1.1.
- [Release notes](https://github.com/naptha/tesseract.js/releases)
- [Commits](https://github.com/naptha/tesseract.js/compare/v2.0.0-alpha.16...v2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump jsx-ast-utils from 2.2.3 to 2.3.0 (#13858)
dependabot-preview[bot] [Thu, 28 May 2020 14:15:44 +0000 (23:15 +0900)]
Bump jsx-ast-utils from 2.2.3 to 2.3.0 (#13858)

Bumps [jsx-ast-utils](https://github.com/evcohen/jsx-ast-utils) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/evcohen/jsx-ast-utils/releases)
- [Changelog](https://github.com/jsx-eslint/jsx-ast-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evcohen/jsx-ast-utils/compare/2.2.3...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump memoize-one from 5.0.4 to 5.1.1 (#13857)
dependabot-preview[bot] [Thu, 28 May 2020 14:13:01 +0000 (23:13 +0900)]
Bump memoize-one from 5.0.4 to 5.1.1 (#13857)

Bumps [memoize-one](https://github.com/alexreardon/memoize-one) from 5.0.4 to 5.1.1.
- [Release notes](https://github.com/alexreardon/memoize-one/releases)
- [Commits](https://github.com/alexreardon/memoize-one/compare/v5.0.4...v5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump jest-leak-detector from 25.4.0 to 25.5.0 (#13856)
dependabot-preview[bot] [Thu, 28 May 2020 14:12:09 +0000 (23:12 +0900)]
Bump jest-leak-detector from 25.4.0 to 25.5.0 (#13856)

Bumps [jest-leak-detector](https://github.com/facebook/jest/tree/HEAD/packages/jest-leak-detector) from 25.4.0 to 25.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.5.0/packages/jest-leak-detector)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump browserify-sign from 4.1.0 to 4.2.0 (#13854)
dependabot-preview[bot] [Thu, 28 May 2020 14:11:35 +0000 (23:11 +0900)]
Bump browserify-sign from 4.1.0 to 4.2.0 (#13854)

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/crypto-browserify/browserify-sign/releases)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump events from 3.0.0 to 3.1.0 (#13852)
dependabot-preview[bot] [Thu, 28 May 2020 14:03:16 +0000 (23:03 +0900)]
Bump events from 3.0.0 to 3.1.0 (#13852)

Bumps [events](https://github.com/Gozala/events) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/Gozala/events/releases)
- [Changelog](https://github.com/Gozala/events/blob/master/History.md)
- [Commits](https://github.com/Gozala/events/compare/v3.0.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoFix local-only hashtag columns
Thibaut Girka [Thu, 28 May 2020 12:57:20 +0000 (14:57 +0200)]
Fix local-only hashtag columns

5 years agoFix one import being made on mastodon's codebase instead of glitch-soc's
Thibaut Girka [Thu, 28 May 2020 12:11:38 +0000 (14:11 +0200)]
Fix one import being made on mastodon's codebase instead of glitch-soc's

5 years agoMerge pull request #1337 from ThibG/glitch-soc/merge-upstream
ThibG [Thu, 28 May 2020 12:53:36 +0000 (14:53 +0200)]
Merge pull request #1337 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Change wording from “Hide media” to “Hide image/images” in Web UI
Mélanie Chauvel [Mon, 25 May 2020 10:30:34 +0000 (12:30 +0200)]
[Glitch] Change wording from “Hide media” to “Hide image/images” in Web UI

Port 40d81620b00f6c4ed30b78f95b443a08e62ae8fa to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix local streaming of hashtag timelines
Takeshi Umeda [Sat, 23 May 2020 03:46:29 +0000 (12:46 +0900)]
[Glitch] Fix local streaming of hashtag timelines

Port 3a1a21ad5725bed7f82b516b4174272c1e931223 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Thu, 28 May 2020 11:44:57 +0000 (13:44 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoBump yargs-parser from 13.1.1 to 13.1.2 (#13862)
dependabot-preview[bot] [Thu, 28 May 2020 11:03:03 +0000 (13:03 +0200)]
Bump yargs-parser from 13.1.1 to 13.1.2 (#13862)

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump sass from 1.26.3 to 1.26.5 (#13855)
dependabot-preview[bot] [Thu, 28 May 2020 11:02:34 +0000 (13:02 +0200)]
Bump sass from 1.26.3 to 1.26.5 (#13855)

Bumps [sass](https://github.com/sass/dart-sass) from 1.26.3 to 1.26.5.
- [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.26.3...1.26.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump css-loader from 3.4.2 to 3.5.3 (#13853)
dependabot-preview[bot] [Thu, 28 May 2020 11:01:41 +0000 (13:01 +0200)]
Bump css-loader from 3.4.2 to 3.5.3 (#13853)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.2 to 3.5.3.
- [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/v3.4.2...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump external-editor from 3.0.3 to 3.1.0 (#13851)
dependabot-preview[bot] [Thu, 28 May 2020 11:01:17 +0000 (13:01 +0200)]
Bump external-editor from 3.0.3 to 3.1.0 (#13851)

Bumps [external-editor](https://github.com/mrkmg/node-external-editor) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/mrkmg/node-external-editor/releases)
- [Changelog](https://github.com/mrkmg/node-external-editor/blob/master/.release.json)
- [Commits](https://github.com/mrkmg/node-external-editor/compare/3.0.3...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump uuid from 8.0.0 to 8.1.0 (#13867)
dependabot-preview[bot] [Thu, 28 May 2020 10:58:58 +0000 (12:58 +0200)]
Bump uuid from 8.0.0 to 8.1.0 (#13867)

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rack-attack from 6.3.0 to 6.3.1 (#13849)
dependabot-preview[bot] [Thu, 28 May 2020 10:58:23 +0000 (12:58 +0200)]
Bump rack-attack from 6.3.0 to 6.3.1 (#13849)

Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.3.0 to 6.3.1.
- [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.3.0...v6.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump wicg-inert to 3.0.3 (#13878)
ThibG [Thu, 28 May 2020 10:57:42 +0000 (12:57 +0200)]
Bump wicg-inert to 3.0.3 (#13878)

Not sure why dependabot hasn't made a PR for this yet, but there is a new
version of wicg-inert, which does not try to dynamically insert styles
anymore when those styles already exist. This will get rid of some of the
CSP violation warnings we get since getting rid of 'unsafe-inline'.

5 years agoFix exception when trying to serialize posts with <a> tags in them without hrefs...
Ben Lubar [Thu, 28 May 2020 10:47:40 +0000 (05:47 -0500)]
Fix exception when trying to serialize posts with <a> tags in them without hrefs (#1334)

* fix exception when trying to serialize posts with <a> tags in them without hrefs

* Add tests

Co-authored-by: Thibaut Girka <thib@sitedethib.com>
5 years agoFix Cmd-Enter not working to send toot
Thibaut Girka [Mon, 25 May 2020 18:04:06 +0000 (20:04 +0200)]
Fix Cmd-Enter not working to send toot

Fixes #1333

5 years agoBump rubocop from 0.83.0 to 0.84.0 (#13843)
dependabot-preview[bot] [Mon, 25 May 2020 12:57:53 +0000 (21:57 +0900)]
Bump rubocop from 0.83.0 to 0.84.0 (#13843)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.83.0 to 0.84.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.83.0...v0.84.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump sidekiq-unique-jobs from 6.0.21 to 6.0.22 (#13845)
dependabot-preview[bot] [Mon, 25 May 2020 12:57:29 +0000 (21:57 +0900)]
Bump sidekiq-unique-jobs from 6.0.21 to 6.0.22 (#13845)

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.21 to 6.0.22.
- [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.21...v6.0.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.64.0 to 1.66.0 (#13847)
dependabot-preview[bot] [Mon, 25 May 2020 12:56:51 +0000 (21:56 +0900)]
Bump aws-sdk-s3 from 1.64.0 to 1.66.0 (#13847)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.64.0 to 1.66.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.64.0...v1.66.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump pghero from 2.4.2 to 2.5.0 (#13848)
dependabot-preview[bot] [Mon, 25 May 2020 12:56:04 +0000 (21:56 +0900)]
Bump pghero from 2.4.2 to 2.5.0 (#13848)

Bumps [pghero](https://github.com/ankane/pghero) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/ankane/pghero/releases)
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v2.4.2...v2.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rails from 5.2.4.2 to 5.2.4.3 (#13844)
dependabot-preview[bot] [Mon, 25 May 2020 12:02:19 +0000 (14:02 +0200)]
Bump rails from 5.2.4.2 to 5.2.4.3 (#13844)

Bumps [rails](https://github.com/rails/rails) from 5.2.4.2 to 5.2.4.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.2...v5.2.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoChange wording from “Hide media” to “Hide image/images” in Web UI (#13834)
Mélanie Chauvel [Mon, 25 May 2020 10:30:34 +0000 (12:30 +0200)]
Change wording from “Hide media” to “Hide image/images” in Web UI (#13834)

5 years agoFix csv upload (#13835)
Takeshi Umeda [Sun, 24 May 2020 07:15:23 +0000 (16:15 +0900)]
Fix csv upload (#13835)

5 years agoBump puma from 4.3.3 to 4.3.5 (#13823)
dependabot[bot] [Sat, 23 May 2020 07:44:29 +0000 (09:44 +0200)]
Bump puma from 4.3.3 to 4.3.5 (#13823)

Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix workaround for Elasticsearch 7.x (#13828)
Takeshi Umeda [Sat, 23 May 2020 03:48:14 +0000 (12:48 +0900)]
Fix workaround for Elasticsearch 7.x (#13828)

5 years agoFix searchable status without explicitly mentioning it (#13829)
Takeshi Umeda [Sat, 23 May 2020 03:47:25 +0000 (12:47 +0900)]
Fix searchable status without explicitly mentioning it (#13829)

5 years agoFix local streaming of hashtag timelines (#13827)
Takeshi Umeda [Sat, 23 May 2020 03:46:29 +0000 (12:46 +0900)]
Fix local streaming of hashtag timelines (#13827)

5 years agoBump capybara from 3.32.1 to 3.32.2 (#13789)
dependabot-preview[bot] [Thu, 21 May 2020 19:40:02 +0000 (04:40 +0900)]
Bump capybara from 3.32.1 to 3.32.2 (#13789)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.32.1 to 3.32.2.
- [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.32.1...3.32.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump electron-to-chromium from 1.3.432 to 1.3.448 (#13819)
dependabot-preview[bot] [Thu, 21 May 2020 19:39:45 +0000 (04:39 +0900)]
Bump electron-to-chromium from 1.3.432 to 1.3.448 (#13819)

Bumps [electron-to-chromium](https://github.com/kilian/electron-to-chromium) from 1.3.432 to 1.3.448.
- [Release notes](https://github.com/kilian/electron-to-chromium/releases)
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.3.432...v1.3.448)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoFix backup service when user has posted instance-local toots, again
Thibaut Girka [Thu, 21 May 2020 17:27:16 +0000 (19:27 +0200)]
Fix backup service when user has posted instance-local toots, again

5 years agoBump aws-sdk-core from 3.95.0 to 3.96.1 (#13818)
dependabot-preview[bot] [Thu, 21 May 2020 16:17:09 +0000 (01:17 +0900)]
Bump aws-sdk-core from 3.95.0 to 3.96.1 (#13818)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rspec-rails from 4.0.0 to 4.0.1 (#13788)
dependabot-preview[bot] [Thu, 21 May 2020 15:46:39 +0000 (00:46 +0900)]
Bump rspec-rails from 4.0.0 to 4.0.1 (#13788)

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.0 to 4.0.1.
- [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/v4.0.0...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump compressible from 2.0.17 to 2.0.18 (#13776)
dependabot-preview[bot] [Thu, 21 May 2020 15:45:22 +0000 (00:45 +0900)]
Bump compressible from 2.0.17 to 2.0.18 (#13776)

Bumps [compressible](https://github.com/jshttp/compressible) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/jshttp/compressible/releases)
- [Changelog](https://github.com/jshttp/compressible/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/compressible/compare/v2.0.17...v2.0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump brakeman from 4.8.1 to 4.8.2 (#13796)
dependabot-preview[bot] [Thu, 21 May 2020 15:41:09 +0000 (00:41 +0900)]
Bump brakeman from 4.8.1 to 4.8.2 (#13796)

Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.8.1...v4.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump eslint-plugin-import from 2.20.1 to 2.20.2 (#13810)
dependabot-preview[bot] [Thu, 21 May 2020 15:17:14 +0000 (00:17 +0900)]
Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#13810)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2.
- [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.20.1...v2.20.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump tslib from 1.11.2 to 1.13.0 (#13801)
dependabot-preview[bot] [Thu, 21 May 2020 15:13:26 +0000 (00:13 +0900)]
Bump tslib from 1.11.2 to 1.13.0 (#13801)

Bumps [tslib](https://github.com/Microsoft/tslib) from 1.11.2 to 1.13.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/1.11.2...1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump caniuse-lite from 1.0.30001041 to 1.0.30001061 (#13779)
dependabot-preview[bot] [Thu, 21 May 2020 15:11:32 +0000 (00:11 +0900)]
Bump caniuse-lite from 1.0.30001041 to 1.0.30001061 (#13779)

Bumps [caniuse-lite](https://github.com/ben-eb/caniuse-lite) from 1.0.30001041 to 1.0.30001061.
- [Release notes](https://github.com/ben-eb/caniuse-lite/releases)
- [Changelog](https://github.com/ben-eb/caniuse-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ben-eb/caniuse-lite/compare/v1.0.30001041...v1.0.30001061)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump spdx-expression-parse from 3.0.0 to 3.0.1 (#13778)
dependabot-preview[bot] [Thu, 21 May 2020 15:10:45 +0000 (00:10 +0900)]
Bump spdx-expression-parse from 3.0.0 to 3.0.1 (#13778)

Bumps [spdx-expression-parse](https://github.com/jslicense/spdx-expression-parse.js) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/jslicense/spdx-expression-parse.js/releases)
- [Commits](https://github.com/jslicense/spdx-expression-parse.js/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump jest-watcher from 25.4.0 to 25.5.0 (#13780)
dependabot-preview[bot] [Thu, 21 May 2020 15:08:43 +0000 (00:08 +0900)]
Bump jest-watcher from 25.4.0 to 25.5.0 (#13780)

Bumps [jest-watcher](https://github.com/facebook/jest/tree/HEAD/packages/jest-watcher) from 25.4.0 to 25.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.5.0/packages/jest-watcher)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump scroll-behavior from 0.9.9 to 0.9.12 (#13781)
dependabot-preview[bot] [Thu, 21 May 2020 15:05:39 +0000 (00:05 +0900)]
Bump scroll-behavior from 0.9.9 to 0.9.12 (#13781)

Bumps [scroll-behavior](https://github.com/taion/scroll-behavior) from 0.9.9 to 0.9.12.
- [Release notes](https://github.com/taion/scroll-behavior/releases)
- [Commits](https://github.com/taion/scroll-behavior/compare/v0.9.9...v0.9.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump intersection-observer from 0.7.0 to 0.10.0 (#13782)
dependabot-preview[bot] [Thu, 21 May 2020 15:02:00 +0000 (00:02 +0900)]
Bump intersection-observer from 0.7.0 to 0.10.0 (#13782)

Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases)
- [Commits](https://github.com/w3c/IntersectionObserver/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump mime-types-data from 3.2020.0425 to 3.2020.0512 (#13783)
dependabot-preview[bot] [Thu, 21 May 2020 14:54:54 +0000 (23:54 +0900)]
Bump mime-types-data from 3.2020.0425 to 3.2020.0512 (#13783)

Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2020.0425 to 3.2020.0512.
- [Release notes](https://github.com/mime-types/mime-types-data/releases)
- [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md)
- [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2020.0425...v3.2020.0512)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump eventemitter3 from 4.0.0 to 4.0.4 (#13787)
dependabot-preview[bot] [Thu, 21 May 2020 14:52:32 +0000 (23:52 +0900)]
Bump eventemitter3 from 4.0.0 to 4.0.4 (#13787)

Bumps [eventemitter3](https://github.com/primus/eventemitter3) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/primus/eventemitter3/releases)
- [Commits](https://github.com/primus/eventemitter3/compare/4.0.0...4.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump capistrano-rails from 1.4.0 to 1.5.0 (#13794)
dependabot-preview[bot] [Thu, 21 May 2020 14:47:37 +0000 (23:47 +0900)]
Bump capistrano-rails from 1.4.0 to 1.5.0 (#13794)

Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/capistrano/rails/releases)
- [Changelog](https://github.com/capistrano/rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/capistrano/rails/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump jest-changed-files from 25.4.0 to 25.5.0 (#13797)
dependabot-preview[bot] [Thu, 21 May 2020 14:43:32 +0000 (23:43 +0900)]
Bump jest-changed-files from 25.4.0 to 25.5.0 (#13797)

Bumps [jest-changed-files](https://github.com/facebook/jest/tree/HEAD/packages/jest-changed-files) from 25.4.0 to 25.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.5.0/packages/jest-changed-files)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump csstype from 2.6.0 to 2.6.10 (#13791)
dependabot-preview[bot] [Thu, 21 May 2020 14:41:01 +0000 (23:41 +0900)]
Bump csstype from 2.6.0 to 2.6.10 (#13791)

Bumps [csstype](https://github.com/frenic/csstype) from 2.6.0 to 2.6.10.
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](https://github.com/frenic/csstype/compare/v2.6.0...v2.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump strong_migrations from 0.6.6 to 0.6.8 (#13792)
dependabot-preview[bot] [Thu, 21 May 2020 14:38:57 +0000 (23:38 +0900)]
Bump strong_migrations from 0.6.6 to 0.6.8 (#13792)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.6.6 to 0.6.8.
- [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.6.6...v0.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump minitest from 5.14.0 to 5.14.1 (#13793)
dependabot-preview[bot] [Thu, 21 May 2020 14:36:38 +0000 (23:36 +0900)]
Bump minitest from 5.14.0 to 5.14.1 (#13793)

Bumps [minitest](https://github.com/seattlerb/minitest) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.14.0...v5.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump webpack-dev-server from 3.10.3 to 3.11.0 (#13795)
dependabot-preview[bot] [Thu, 21 May 2020 14:34:51 +0000 (23:34 +0900)]
Bump webpack-dev-server from 3.10.3 to 3.11.0 (#13795)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.3 to 3.11.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.10.3...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump better_errors from 2.7.0 to 2.7.1 (#13798)
dependabot-preview[bot] [Thu, 21 May 2020 14:29:44 +0000 (23:29 +0900)]
Bump better_errors from 2.7.0 to 2.7.1 (#13798)

Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/BetterErrors/better_errors/releases)
- [Commits](https://github.com/BetterErrors/better_errors/compare/v2.7.0...v2.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump eslint-module-utils from 2.5.0 to 2.6.0 (#13799)
dependabot-preview[bot] [Thu, 21 May 2020 14:25:45 +0000 (23:25 +0900)]
Bump eslint-module-utils from 2.5.0 to 2.6.0 (#13799)

Bumps [eslint-module-utils](https://github.com/benmosher/eslint-plugin-import) from 2.5.0 to 2.6.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.5.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump browserify-sign from 4.0.4 to 4.1.0 (#13800)
dependabot-preview[bot] [Thu, 21 May 2020 14:22:50 +0000 (23:22 +0900)]
Bump browserify-sign from 4.0.4 to 4.1.0 (#13800)

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/crypto-browserify/browserify-sign/releases)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.0.4...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump proxy-addr from 2.0.5 to 2.0.6 (#13803)
dependabot-preview[bot] [Thu, 21 May 2020 14:19:50 +0000 (23:19 +0900)]
Bump proxy-addr from 2.0.5 to 2.0.6 (#13803)

Bumps [proxy-addr](https://github.com/jshttp/proxy-addr) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/jshttp/proxy-addr/releases)
- [Changelog](https://github.com/jshttp/proxy-addr/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/proxy-addr/compare/v2.0.5...v2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump fs-minipass from 2.0.0 to 2.1.0 (#13807)
dependabot-preview[bot] [Thu, 21 May 2020 14:17:43 +0000 (23:17 +0900)]
Bump fs-minipass from 2.0.0 to 2.1.0 (#13807)

Bumps [fs-minipass](https://github.com/npm/fs-minipass) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/npm/fs-minipass/releases)
- [Commits](https://github.com/npm/fs-minipass/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump aws-partitions from 1.312.0 to 1.316.0 (#13804)
dependabot-preview[bot] [Thu, 21 May 2020 14:16:38 +0000 (23:16 +0900)]
Bump aws-partitions from 1.312.0 to 1.316.0 (#13804)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump des.js from 1.0.0 to 1.0.1 (#13805)
dependabot-preview[bot] [Thu, 21 May 2020 14:15:27 +0000 (23:15 +0900)]
Bump des.js from 1.0.0 to 1.0.1 (#13805)

Bumps [des.js](https://github.com/indutny/des.js) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/indutny/des.js/releases)
- [Commits](https://github.com/indutny/des.js/compare/v1.0.0...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rubocop from 0.82.0 to 0.83.0 (#13806)
dependabot-preview[bot] [Thu, 21 May 2020 14:14:05 +0000 (23:14 +0900)]
Bump rubocop from 0.82.0 to 0.83.0 (#13806)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.82.0 to 0.83.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.82.0...v0.83.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump tesseract.js-core from 2.0.0-beta.13 to 2.2.0 (#13808)
dependabot-preview[bot] [Thu, 21 May 2020 14:10:18 +0000 (23:10 +0900)]
Bump tesseract.js-core from 2.0.0-beta.13 to 2.2.0 (#13808)

Bumps [tesseract.js-core](https://github.com/naptha/tesseract.js-core) from 2.0.0-beta.13 to 2.2.0.
- [Release notes](https://github.com/naptha/tesseract.js-core/releases)
- [Commits](https://github.com/naptha/tesseract.js-core/compare/v2.0.0-beta.13...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump buffer from 4.9.1 to 4.9.2 (#13809)
dependabot-preview[bot] [Thu, 21 May 2020 14:05:39 +0000 (23:05 +0900)]
Bump buffer from 4.9.1 to 4.9.2 (#13809)

Bumps [buffer](https://github.com/feross/buffer) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/feross/buffer/releases)
- [Commits](https://github.com/feross/buffer/compare/v4.9.1...v4.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump nearley from 2.19.2 to 2.19.3 (#13811)
dependabot-preview[bot] [Thu, 21 May 2020 14:03:15 +0000 (23:03 +0900)]
Bump nearley from 2.19.2 to 2.19.3 (#13811)

Bumps [nearley](https://github.com/hardmath123/nearley) from 2.19.2 to 2.19.3.
- [Release notes](https://github.com/hardmath123/nearley/releases)
- [Commits](https://github.com/hardmath123/nearley/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump v8-to-istanbul from 4.1.3 to 4.1.4 (#13812)
dependabot-preview[bot] [Thu, 21 May 2020 14:02:31 +0000 (23:02 +0900)]
Bump v8-to-istanbul from 4.1.3 to 4.1.4 (#13812)

Bumps [v8-to-istanbul](https://github.com/istanbuljs/v8-to-istanbul) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/istanbuljs/v8-to-istanbul/releases)
- [Changelog](https://github.com/istanbuljs/v8-to-istanbul/blob/master/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/v8-to-istanbul/compare/v4.1.3...v4.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoMerge pull request #1331 from ThibG/glitch-soc/merge-upstream
ThibG [Wed, 20 May 2020 16:38:36 +0000 (18:38 +0200)]
Merge pull request #1331 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Wed, 20 May 2020 16:22:42 +0000 (18:22 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoBump elasticsearch from 7.6.0 to 7.7.0 (#13784)
dependabot-preview[bot] [Wed, 20 May 2020 12:04:37 +0000 (14:04 +0200)]
Bump elasticsearch from 7.6.0 to 7.7.0 (#13784)

Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases)
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elastic/elasticsearch-ruby/compare/v7.6.0...7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoFix `tootctl upgrade storage-schema` S3 ACL (#13768)
Stanislas [Sun, 17 May 2020 15:27:36 +0000 (17:27 +0200)]
Fix `tootctl upgrade storage-schema` S3 ACL (#13768)

5 years agoFix `tootctl media remove-orphans` choking on unknown files in storage (#13765)
Eugen Rochko [Fri, 15 May 2020 16:41:27 +0000 (18:41 +0200)]
Fix `tootctl media remove-orphans` choking on unknown files in storage (#13765)

Fix #13762

Catch tootctl interrupt to prevent confusing stacktrace

5 years agoFix `tootctl upgrade storage-schema` misbehaving (#13761)
Eugen Rochko [Fri, 15 May 2020 15:15:24 +0000 (17:15 +0200)]
Fix `tootctl upgrade storage-schema` misbehaving (#13761)

- Fix not moving original files of custom emojis
- Fix command failing to move any files with S3 storage
- Fix command marking records as upgraded when move failed

Fix #13594

5 years agoAdd support for `summary` field for media description (#13763)
ThibG [Fri, 15 May 2020 15:08:59 +0000 (17:08 +0200)]
Add support for `summary` field for media description (#13763)

5 years agoUpdate docker-compose.yml (#13756)
Shlee [Fri, 15 May 2020 09:38:30 +0000 (17:38 +0800)]
Update docker-compose.yml (#13756)

5 years agoFix GifReader exceptions (#13760)
ThibG [Fri, 15 May 2020 09:38:12 +0000 (11:38 +0200)]
Fix GifReader exceptions (#13760)