]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Wed, 10 Jun 2020 10:10:26 +0000 (12:10 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoFix WebUI crash when processing accounts before page is loaded (#14015)
ThibG [Tue, 9 Jun 2020 18:53:20 +0000 (20:53 +0200)]
Fix WebUI crash when processing accounts before page is loaded (#14015)

5 years agoDisable dependabot
Thibaut Girka [Tue, 9 Jun 2020 11:08:38 +0000 (13:08 +0200)]
Disable dependabot

5 years agoMerge pull request #1350 from ThibG/glitch-soc/merge-upstream
ThibG [Tue, 9 Jun 2020 11:00:24 +0000 (13:00 +0200)]
Merge pull request #1350 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Fix WebUI crash when loading account data before page is loaded
Thibaut Girka [Tue, 9 Jun 2020 09:55:07 +0000 (11:55 +0200)]
[Glitch] Fix WebUI crash when loading account data before page is loaded

5 years agoDisable E2EE-related routes
Thibaut Girka [Tue, 9 Jun 2020 09:16:42 +0000 (11:16 +0200)]
Disable E2EE-related routes

Not that I think they are an issue, but the API is likely to change, and
isn't versioned, so I don't want to that be an issue since we also don't
have clear versioning in glitch-soc.

5 years ago[Glitch] Add hotkey for toggling content warning composer field
ThibG [Tue, 9 Jun 2020 08:32:32 +0000 (10:32 +0200)]
[Glitch] Add hotkey for toggling content warning composer field

Port 6b6a9d0ea362f4e301b56ae817f6c5d1761234b6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 9 Jun 2020 09:12:53 +0000 (11:12 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years ago[Glitch] Improve rendering of emoji which do not contrast with background
ThibG [Tue, 9 Jun 2020 08:28:23 +0000 (10:28 +0200)]
[Glitch] Improve rendering of emoji which do not contrast with background

Port db319c0fdc8a81718a64e0ff905d5ba628551fd2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] FIX: filters ignore media descriptions
Ben Lubar [Mon, 8 Jun 2020 22:11:42 +0000 (17:11 -0500)]
[Glitch] FIX: filters ignore media descriptions

Port c66403b2579587d8c1448be3ad30dc388d5f29c3 to glitch-soc

Co-authored-by: Thibaut Girka <thib@sitedethib.com>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Hide sensitive preview cards with blurhash
ThibG [Sat, 6 Jun 2020 15:41:56 +0000 (17:41 +0200)]
[Glitch] Hide sensitive preview cards with blurhash

Port 8e96510b2528056e84cf8d0ed68d2e686e566180 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix ref attr for react-textarea-autozsize
Yamagishi Kazutoshi [Tue, 2 Jun 2020 01:24:04 +0000 (10:24 +0900)]
[Glitch] Fix ref attr for react-textarea-autozsize

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 9 Jun 2020 08:39:20 +0000 (10:39 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/activitypub/collections_controller.rb`:
  Conflict due to glitch-soc having to take care of local-only
  pinned toots in that controller.
  Took upstream's changes and restored the local-only special
  handling.
- `app/controllers/auth/sessions_controller.rb`:
  Minor conflicts due to the theming system, applied upstream
  changes, adapted the following two files for glitch-soc's
  theming system:
  - `app/controllers/concerns/sign_in_token_authentication_concern.rb`
  - `app/controllers/concerns/two_factor_authentication_concern.rb`
- `app/services/backup_service.rb`:
  Minor conflict due to glitch-soc having to handle local-only
  toots specially. Applied upstream changes and restored
  the local-only special handling.
- `app/views/admin/custom_emojis/index.html.haml`:
  Minor conflict due to the theming system.
- `package.json`:
  Upstream dependency updated, too close to a glitch-soc-only
  dependency in the file.
- `yarn.lock`:
  Upstream dependency updated, too close to a glitch-soc-only
  dependency in the file.

5 years agoAdd hotkey for toggling content warning composer field (#13987)
ThibG [Tue, 9 Jun 2020 08:32:32 +0000 (10:32 +0200)]
Add hotkey for toggling content warning composer field (#13987)

5 years agoMake domain block/silence/reject-media code more robust (#13424)
ThibG [Tue, 9 Jun 2020 08:32:00 +0000 (10:32 +0200)]
Make domain block/silence/reject-media code more robust (#13424)

* Split media cleanup from reject-media domain blocks to its own service

* Slightly improve ClearDomainMediaService error handling

* Lower DomainClearMediaWorker to lowest-priority queue

* Do not catch ActiveRecord::RecordNotFound in domain block workers

* Fix DomainBlockWorker spec labels

* Add some specs

* Change domain blocks to immediately mark accounts as suspended

Rather than doing so sequentially, account after account, while cleaning
their data. This doesn't change much about the time the block takes to
complete, but it immediately prevents interaction with the blocked domain,
while up to now, it would only be guaranteed when the process ends.

5 years agoUpdate “status” to “toot” for en.json (#13877)
Bei Li [Tue, 9 Jun 2020 08:28:57 +0000 (16:28 +0800)]
Update “status” to “toot” for en.json (#13877)

5 years agoImprove rendering of emoji which do not contrast with background (#13772)
ThibG [Tue, 9 Jun 2020 08:28:23 +0000 (10:28 +0200)]
Improve rendering of emoji which do not contrast with background (#13772)

* Refactor list of emoji requiring added outlines so that it can be theme-specific

* Split inaccessible emoji to emoji requiring an outline and ones that can be inverted

* Drop the “silouhettes” from black emoji as they seem to have changed color

* Add inaccessible emojis list for the light theme

* Use bordered emoji variant instead of unreliable CSS

5 years agoImprove wording and add titles on moderated servers section in /about/more (#13930)
Mélanie Chauvel [Tue, 9 Jun 2020 08:28:02 +0000 (10:28 +0200)]
Improve wording and add titles on moderated servers section in /about/more (#13930)

5 years agoFix performance of follow import (#13836)
Takeshi Umeda [Tue, 9 Jun 2020 08:26:58 +0000 (17:26 +0900)]
Fix performance of follow import (#13836)

5 years agoAdd e-mail-based sign in challenge for users with disabled 2FA (#14013)
Eugen Rochko [Tue, 9 Jun 2020 08:23:06 +0000 (10:23 +0200)]
Add e-mail-based sign in challenge for users with disabled 2FA (#14013)

5 years agoAdd limit parameter to rss (#13743)
Takeshi Umeda [Mon, 8 Jun 2020 22:18:47 +0000 (07:18 +0900)]
Add limit parameter to rss (#13743)

5 years agoAdd visibility parameter in share page (#13023)
Takeshi Umeda [Mon, 8 Jun 2020 22:16:30 +0000 (07:16 +0900)]
Add visibility parameter in share page (#13023)

* Add visibility parameter in share page

* Restrict to default privacy

5 years agoAdd emojis:generate_borders Rake task (#13773)
leo60228 [Mon, 8 Jun 2020 22:12:20 +0000 (18:12 -0400)]
Add emojis:generate_borders Rake task (#13773)

* Add emojis:generate_borders Rake task

* Address review

* Border all dark emoji

* Combine stroke with filter to reduce artifacting

* Cleanup Camera with Flash

* Add stroke-linejoin="round"

The previous filter and tweaks were effectively a poor imitation of it.
There are no artifacts for any dark emoji now!

* Set stroke-width using property

This fixes old versions of Firefox.

* Store emoji in string instead of array

* Use separate arguments for each path segment

* Remove "background: black;"

5 years agoFIX: filters ignore media descriptions (#13837)
Ben Lubar [Mon, 8 Jun 2020 22:11:42 +0000 (17:11 -0500)]
FIX: filters ignore media descriptions (#13837)

* FIX: filters ignore media descriptions

* remove parentheses to make codeclimate happy

* combine the text and run the regular expression only once.

https://github.com/tootsuite/mastodon/pull/13837#discussion_r431752581

* Fix use of “filter” instead of “compact”, fix coding style issues

Co-authored-by: Thibaut Girka <thib@sitedethib.com>
5 years agoBump rubocop from 0.85.0 to 0.85.1 (#14009)
dependabot[bot] [Mon, 8 Jun 2020 06:57:07 +0000 (15:57 +0900)]
Bump rubocop from 0.85.0 to 0.85.1 (#14009)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.85.0 to 0.85.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.85.0...v0.85.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react-immutable-pure-component from 1.2.3 to 2.2.2 (#14010)
dependabot[bot] [Mon, 8 Jun 2020 06:10:37 +0000 (15:10 +0900)]
Bump react-immutable-pure-component from 1.2.3 to 2.2.2 (#14010)

Bumps [react-immutable-pure-component](https://github.com/Monar/react-immutable-pure-component) from 1.2.3 to 2.2.2.
- [Release notes](https://github.com/Monar/react-immutable-pure-component/releases)
- [Commits](https://github.com/Monar/react-immutable-pure-component/compare/v1.2.3...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump regexp_parser from 1.7.0 to 1.7.1 (#14008)
dependabot[bot] [Mon, 8 Jun 2020 06:03:45 +0000 (15:03 +0900)]
Bump regexp_parser from 1.7.0 to 1.7.1 (#14008)

Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/ammar/regexp_parser/releases)
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v1.7.0...v1.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pbkdf2 from 3.0.17 to 3.1.1 (#14007)
dependabot[bot] [Mon, 8 Jun 2020 06:02:43 +0000 (15:02 +0900)]
Bump pbkdf2 from 3.0.17 to 3.1.1 (#14007)

Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.0.17 to 3.1.1.
- [Release notes](https://github.com/crypto-browserify/pbkdf2/releases)
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.0.17...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sanitize from 5.1.0 to 5.2.0 (#14006)
dependabot[bot] [Mon, 8 Jun 2020 06:02:10 +0000 (15:02 +0900)]
Bump sanitize from 5.1.0 to 5.2.0 (#14006)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump fog-openstack from 0.3.7 to 0.3.10 (#13996)
dependabot[bot] [Mon, 8 Jun 2020 05:46:58 +0000 (14:46 +0900)]
Bump fog-openstack from 0.3.7 to 0.3.10 (#13996)

Bumps [fog-openstack](https://github.com/fog/fog-openstack) from 0.3.7 to 0.3.10.
- [Release notes](https://github.com/fog/fog-openstack/releases)
- [Changelog](https://github.com/fog/fog-openstack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fog/fog-openstack/compare/v0.3.7...v0.3.10)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-runtime from 7.9.0 to 7.10.1 (#14003)
dependabot[bot] [Sun, 7 Jun 2020 16:26:52 +0000 (01:26 +0900)]
Bump @babel/plugin-transform-runtime from 7.9.0 to 7.10.1 (#14003)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.66.0 to 1.67.1 (#14000)
dependabot[bot] [Sat, 6 Jun 2020 17:50:28 +0000 (02:50 +0900)]
Bump aws-sdk-s3 from 1.66.0 to 1.67.1 (#14000)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump copy-webpack-plugin from 6.0.1 to 6.0.2 (#13999)
dependabot[bot] [Sat, 6 Jun 2020 17:50:01 +0000 (02:50 +0900)]
Bump copy-webpack-plugin from 6.0.1 to 6.0.2 (#13999)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump is-regex from 1.0.5 to 1.1.0 (#13998)
dependabot[bot] [Sat, 6 Jun 2020 17:49:27 +0000 (02:49 +0900)]
Bump is-regex from 1.0.5 to 1.1.0 (#13998)

Bumps [is-regex](https://github.com/ljharb/is-regex) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/ljharb/is-regex/releases)
- [Changelog](https://github.com/inspect-js/is-regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ljharb/is-regex/compare/v1.0.5...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-core from 3.96.1 to 3.98.0 (#13992)
dependabot[bot] [Sat, 6 Jun 2020 17:48:18 +0000 (02:48 +0900)]
Bump aws-sdk-core from 3.96.1 to 3.98.0 (#13992)

Bumps [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) from 3.96.1 to 3.98.0.
- [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[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-react from 7.9.4 to 7.10.1 (#13995)
dependabot[bot] [Sat, 6 Jun 2020 17:47:52 +0000 (02:47 +0900)]
Bump @babel/preset-react from 7.9.4 to 7.10.1 (#13995)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.9.4 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-preset-react)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoHide sensitive preview cards with blurhash (#13985)
ThibG [Sat, 6 Jun 2020 15:41:56 +0000 (17:41 +0200)]
Hide sensitive preview cards with blurhash (#13985)

* Use preview card blurhash in WebUI

* Handle sensitive preview cards

5 years agoBump websocket-extensions from 0.1.3 to 0.1.4 (#13988)
dependabot[bot] [Sat, 6 Jun 2020 15:41:44 +0000 (17:41 +0200)]
Bump websocket-extensions from 0.1.3 to 0.1.4 (#13988)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoUpdate dependabot.yml (Fix #13939) (#13990)
Shlee [Sat, 6 Jun 2020 15:41:31 +0000 (23:41 +0800)]
Update dependabot.yml (Fix #13939) (#13990)

* Update dependabot.yml

* Update dependabot.yml

5 years agoBump jest-cli from 25.4.0 to 25.5.4 (#13977)
dependabot[bot] [Sat, 6 Jun 2020 00:31:45 +0000 (09:31 +0900)]
Bump jest-cli from 25.4.0 to 25.5.4 (#13977)

Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 25.4.0 to 25.5.4.
- [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.4/packages/jest-cli)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump babel-eslint from 10.0.3 to 10.1.0 (#13983)
dependabot[bot] [Fri, 5 Jun 2020 23:29:20 +0000 (08:29 +0900)]
Bump babel-eslint from 10.0.3 to 10.1.0 (#13983)

Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump terser-webpack-plugin from 3.0.1 to 3.0.3 (#13978)
dependabot[bot] [Fri, 5 Jun 2020 22:27:29 +0000 (07:27 +0900)]
Bump terser-webpack-plugin from 3.0.1 to 3.0.3 (#13978)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.0.1 to 3.0.3.
- [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/v3.0.1...v3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react-event-listener from 0.6.5 to 0.6.6 (#13982)
dependabot[bot] [Fri, 5 Jun 2020 22:01:15 +0000 (07:01 +0900)]
Bump react-event-listener from 0.6.5 to 0.6.6 (#13982)

Bumps [react-event-listener](https://github.com/oliviertassinari/react-event-listener) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/oliviertassinari/react-event-listener/releases)
- [Changelog](https://github.com/oliviertassinari/react-event-listener/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oliviertassinari/react-event-listener/compare/v0.6.5...v0.6.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump caniuse-lite from 1.0.30001066 to 1.0.30001078 (#13981)
dependabot[bot] [Fri, 5 Jun 2020 21:59:37 +0000 (06:59 +0900)]
Bump caniuse-lite from 1.0.30001066 to 1.0.30001078 (#13981)

Bumps [caniuse-lite](https://github.com/ben-eb/caniuse-lite) from 1.0.30001066 to 1.0.30001078.
- [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.30001066...v1.0.30001078)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump vm-browserify from 1.1.0 to 1.1.2 (#13979)
dependabot[bot] [Fri, 5 Jun 2020 21:59:15 +0000 (06:59 +0900)]
Bump vm-browserify from 1.1.0 to 1.1.2 (#13979)

Bumps [vm-browserify](https://github.com/substack/vm-browserify) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/substack/vm-browserify/releases)
- [Changelog](https://github.com/browserify/vm-browserify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/vm-browserify/compare/v1.1.0...v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump object.entries from 1.1.1 to 1.1.2 (#13974)
dependabot[bot] [Fri, 5 Jun 2020 21:58:41 +0000 (06:58 +0900)]
Bump object.entries from 1.1.1 to 1.1.2 (#13974)

Bumps [object.entries](https://github.com/es-shims/Object.entries) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/es-shims/Object.entries/releases)
- [Changelog](https://github.com/es-shims/Object.entries/blob/master/CHANGELOG.md)
- [Commits](https://github.com/es-shims/Object.entries/compare/v1.1.1...v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump ejs from 2.7.1 to 2.7.4 (#13973)
dependabot[bot] [Fri, 5 Jun 2020 21:58:09 +0000 (06:58 +0900)]
Bump ejs from 2.7.1 to 2.7.4 (#13973)

Bumps [ejs](https://github.com/mde/ejs) from 2.7.1 to 2.7.4.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v2.7.1...v2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump postcss-load-config from 2.0.0 to 2.1.0 (#13972)
dependabot[bot] [Fri, 5 Jun 2020 21:57:57 +0000 (06:57 +0900)]
Bump postcss-load-config from 2.0.0 to 2.1.0 (#13972)

Bumps [postcss-load-config](https://github.com/michael-ciniawsky/postcss-load-config) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/michael-ciniawsky/postcss-load-config/releases)
- [Changelog](https://github.com/michael-ciniawsky/postcss-load-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-partitions from 1.322.0 to 1.325.0 (#13968)
dependabot[bot] [Fri, 5 Jun 2020 21:57:01 +0000 (06:57 +0900)]
Bump aws-partitions from 1.322.0 to 1.325.0 (#13968)

Bumps [aws-partitions](https://github.com/aws/aws-sdk-ruby) from 1.322.0 to 1.325.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[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump websocket-extensions from 0.1.4 to 0.1.5 (#13967)
dependabot[bot] [Fri, 5 Jun 2020 21:56:06 +0000 (06:56 +0900)]
Bump websocket-extensions from 0.1.4 to 0.1.5 (#13967)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/faye/websocket-extensions-ruby/releases)
- [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-ruby/compare/0.1.4...0.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump jest-resolve-dependencies from 25.4.0 to 25.5.4 (#13965)
dependabot[bot] [Fri, 5 Jun 2020 21:50:28 +0000 (06:50 +0900)]
Bump jest-resolve-dependencies from 25.4.0 to 25.5.4 (#13965)

Bumps [jest-resolve-dependencies](https://github.com/facebook/jest/tree/HEAD/packages/jest-resolve-dependencies) from 25.4.0 to 25.5.4.
- [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.4/packages/jest-resolve-dependencies)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump i18n from 1.8.2 to 1.8.3 (#13963)
dependabot[bot] [Fri, 5 Jun 2020 21:49:14 +0000 (06:49 +0900)]
Bump i18n from 1.8.2 to 1.8.3 (#13963)

Bumps [i18n](https://github.com/svenfuchs/i18n) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/svenfuchs/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/i18n/compare/v1.8.2...v1.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.9.6 to 7.10.2 (#13962)
dependabot[bot] [Fri, 5 Jun 2020 21:47:46 +0000 (06:47 +0900)]
Bump @babel/core from 7.9.6 to 7.10.2 (#13962)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rubocop from 0.84.0 to 0.85.0 (#13961)
dependabot[bot] [Fri, 5 Jun 2020 21:47:19 +0000 (06:47 +0900)]
Bump rubocop from 0.84.0 to 0.85.0 (#13961)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump connection_pool from 2.2.2 to 2.2.3 (#13960)
dependabot[bot] [Fri, 5 Jun 2020 21:44:02 +0000 (06:44 +0900)]
Bump connection_pool from 2.2.2 to 2.2.3 (#13960)

Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/mperham/connection_pool/releases)
- [Changelog](https://github.com/mperham/connection_pool/blob/master/Changes.md)
- [Commits](https://github.com/mperham/connection_pool/compare/v2.2.2...v2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump copy-webpack-plugin from 5.1.1 to 6.0.1 (#13861)
dependabot-preview[bot] [Fri, 5 Jun 2020 21:42:23 +0000 (06:42 +0900)]
Bump copy-webpack-plugin from 5.1.1 to 6.0.1 (#13861)

* Bump copy-webpack-plugin from 5.1.1 to 6.0.1

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.1.1 to 6.0.1.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v6.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix new syntax for copy-webpack-plugin

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoAdd blurhash to preview cards (#13984)
ThibG [Fri, 5 Jun 2020 21:10:41 +0000 (23:10 +0200)]
Add blurhash to preview cards (#13984)

Fixes #13001

5 years agoUpdate Dependabot config (#13939)
Shlee [Fri, 5 Jun 2020 13:24:01 +0000 (21:24 +0800)]
Update Dependabot config (#13939)

* Delete config.yml

* Create dependabot.yml

5 years agoFix unpermitted operations on custom emojis leading to cryptic errors (#13951)
ThibG [Fri, 5 Jun 2020 13:23:27 +0000 (15:23 +0200)]
Fix unpermitted operations on custom emojis leading to cryptic errors (#13951)

* Display appropriate error when performing unpermitted operation on custom emoji

Fixes #13897

* Remove links to custom emoji actions not performable by moderators

5 years agoFix serialization of replies when some of them are URIs (#13957)
ThibG [Thu, 4 Jun 2020 17:03:31 +0000 (19:03 +0200)]
Fix serialization of replies when some of them are URIs (#13957)

* Fix serialization of replies when some of them are URIs

Fixes #13956

* Add test

5 years agoFix wrong route helper in encrypted messages controller (#13952)
Eugen Rochko [Wed, 3 Jun 2020 18:32:15 +0000 (20:32 +0200)]
Fix wrong route helper in encrypted messages controller (#13952)

And add `created_at` to encrypted message serializer

5 years agoPut “Add new domain block” button on /admin/instances in header (#13934)
Mélanie Chauvel [Wed, 3 Jun 2020 18:19:14 +0000 (20:19 +0200)]
Put “Add new domain block” button on /admin/instances in header (#13934)

5 years agoFix mastodon:setup choking on env variables containing '%' (#13940)
ThibG [Wed, 3 Jun 2020 18:18:52 +0000 (20:18 +0200)]
Fix mastodon:setup choking on env variables containing '%' (#13940)

Fix a regression introduced in #13928, caused by TTY::Command building
shell commands by chaining string substitutions.

Ditch TTY::Command and use system instead (both do shell out).

5 years agoFix account redirect confirmation message talking about moved followers (#13950)
ThibG [Wed, 3 Jun 2020 18:18:19 +0000 (20:18 +0200)]
Fix account redirect confirmation message talking about moved followers (#13950)

Fixes #13949

5 years agoFix activity not being signed (#13948)
Takeshi Umeda [Wed, 3 Jun 2020 06:33:30 +0000 (15:33 +0900)]
Fix activity not being signed (#13948)

5 years agoAdd Security Policy (#13946)
Yamagishi Kazutoshi [Wed, 3 Jun 2020 06:32:23 +0000 (15:32 +0900)]
Add Security Policy (#13946)

5 years agoAdd E2EE API (#13820)
Eugen Rochko [Tue, 2 Jun 2020 17:24:53 +0000 (19:24 +0200)]
Add E2EE API (#13820)

5 years agoFix mastodon:setup not running properly when some environment variables are set ...
ThibG [Tue, 2 Jun 2020 11:57:21 +0000 (13:57 +0200)]
Fix mastodon:setup not running properly when some environment variables are set (#13928)

When using one of the docker-compose containers, mastodon:setup will use the
existing .env.production rather than the generated one during the setup steps.

This is because dotenv does not overwrite env variables that are alreayd
defined, and the docker-compose.yml file loads the environment variables
from .env.production.

5 years agoFix ref attr for react-textarea-autozsize (#13936)
Yamagishi Kazutoshi [Tue, 2 Jun 2020 01:24:04 +0000 (10:24 +0900)]
Fix ref attr for react-textarea-autozsize (#13936)

5 years agoBump react-textarea-autosize from 7.1.2 to 8.0.1 (#13901)
dependabot-preview[bot] [Mon, 1 Jun 2020 20:13:13 +0000 (05:13 +0900)]
Bump react-textarea-autosize from 7.1.2 to 8.0.1 (#13901)

Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 7.1.2 to 8.0.1.
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Andarist/react-textarea-autosize/compare/v7.1.2...react-textarea-autosize@8.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 faker from 2.11.0 to 2.12.0 (#13911)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:55:20 +0000 (04:55 +0900)]
Bump faker from 2.11.0 to 2.12.0 (#13911)

Bumps [faker](https://github.com/faker-ruby/faker) from 2.11.0 to 2.12.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.11.0...v2.12.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 autoprefixer from 9.7.6 to 9.8.0 (#13903)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:55:06 +0000 (04:55 +0900)]
Bump autoprefixer from 9.7.6 to 9.8.0 (#13903)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.6 to 9.8.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.6...9.8.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 file-loader from 5.1.0 to 6.0.0 (#13899)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:53:21 +0000 (04:53 +0900)]
Bump file-loader from 5.1.0 to 6.0.0 (#13899)

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v5.1.0...v6.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 rdf from 3.1.1 to 3.1.2 (#13926)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:51:16 +0000 (04:51 +0900)]
Bump rdf from 3.1.1 to 3.1.2 (#13926)

Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/ruby-rdf/rdf/releases)
- [Changelog](https://github.com/ruby-rdf/rdf/blob/develop/CHANGES.md)
- [Commits](https://github.com/ruby-rdf/rdf/compare/3.1.1...3.1.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 json-ld-preloaded from 3.1.2 to 3.1.3 (#13923)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:50:02 +0000 (04:50 +0900)]
Bump json-ld-preloaded from 3.1.2 to 3.1.3 (#13923)

Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.1.2...3.1.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 color from 3.1.0 to 3.1.2 (#13917)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:48:12 +0000 (04:48 +0900)]
Bump color from 3.1.0 to 3.1.2 (#13917)

Bumps [color](https://github.com/Qix-/color) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/3.1.0...3.1.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 tty-screen from 0.7.1 to 0.8.0 (#13915)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:48:00 +0000 (04:48 +0900)]
Bump tty-screen from 0.7.1 to 0.8.0 (#13915)

Bumps [tty-screen](https://github.com/piotrmurach/tty-screen) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/piotrmurach/tty-screen/releases)
- [Changelog](https://github.com/piotrmurach/tty-screen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/piotrmurach/tty-screen/compare/v0.7.1...v0.8.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 responders from 3.0.0 to 3.0.1 (#13914)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:46:09 +0000 (04:46 +0900)]
Bump responders from 3.0.0 to 3.0.1 (#13914)

Bumps [responders](https://github.com/heartcombo/responders) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/heartcombo/responders/releases)
- [Changelog](https://github.com/heartcombo/responders/blob/master/CHANGELOG.md)
- [Commits](https://github.com/heartcombo/responders/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 minipass-pipeline from 1.2.2 to 1.2.3 (#13912)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:45:11 +0000 (04:45 +0900)]
Bump minipass-pipeline from 1.2.2 to 1.2.3 (#13912)

Bumps minipass-pipeline from 1.2.2 to 1.2.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 postgres-date from 1.0.3 to 1.0.5 (#13910)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:44:46 +0000 (04:44 +0900)]
Bump postgres-date from 1.0.3 to 1.0.5 (#13910)

Bumps [postgres-date](https://github.com/bendrucker/postgres-date) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/bendrucker/postgres-date/releases)
- [Commits](https://github.com/bendrucker/postgres-date/compare/v1.0.3...v1.0.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 esquery from 1.0.1 to 1.3.1 (#13907)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:44:23 +0000 (04:44 +0900)]
Bump esquery from 1.0.1 to 1.3.1 (#13907)

Bumps [esquery](https://github.com/estools/esquery) from 1.0.1 to 1.3.1.
- [Release notes](https://github.com/estools/esquery/releases)
- [Commits](https://github.com/estools/esquery/compare/v1.0.1...v1.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 webpack-bundle-analyzer from 3.7.0 to 3.8.0 (#13909)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:44:10 +0000 (04:44 +0900)]
Bump webpack-bundle-analyzer from 3.7.0 to 3.8.0 (#13909)

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.7.0 to 3.8.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.7.0...v3.8.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 http-proxy from 1.18.0 to 1.18.1 (#13908)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:43:51 +0000 (04:43 +0900)]
Bump http-proxy from 1.18.0 to 1.18.1 (#13908)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.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-plugin-react from 7.19.0 to 7.20.0 (#13906)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:41:37 +0000 (04:41 +0900)]
Bump eslint-plugin-react from 7.19.0 to 7.20.0 (#13906)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.19.0 to 7.20.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.19.0...v7.20.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 regjsgen from 0.5.1 to 0.5.2 (#13902)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:41:08 +0000 (04:41 +0900)]
Bump regjsgen from 0.5.1 to 0.5.2 (#13902)

Bumps [regjsgen](https://github.com/bnjmnt4n/regjsgen) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/bnjmnt4n/regjsgen/releases)
- [Commits](https://github.com/bnjmnt4n/regjsgen/compare/0.5.1...0.5.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.56 to 1.1.57 (#13898)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:39:57 +0000 (04:39 +0900)]
Bump node-releases from 1.1.56 to 1.1.57 (#13898)

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

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-sigv4 from 1.1.3 to 1.1.4 (#13916)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:38:52 +0000 (04:38 +0900)]
Bump aws-sigv4 from 1.1.3 to 1.1.4 (#13916)

Bumps [aws-sigv4](https://github.com/aws/aws-sdk-ruby) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sigv4/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/1.1.3...1.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 agoBump fugit from 1.3.5 to 1.3.6 (#13918)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:38:29 +0000 (04:38 +0900)]
Bump fugit from 1.3.5 to 1.3.6 (#13918)

Bumps [fugit](https://github.com/floraison/fugit) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/floraison/fugit/releases)
- [Changelog](https://github.com/floraison/fugit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/floraison/fugit/compare/v1.3.5...v1.3.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 @babel/preset-env from 7.9.6 to 7.10.2 (#13920)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:37:53 +0000 (04:37 +0900)]
Bump @babel/preset-env from 7.9.6 to 7.10.2 (#13920)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-preset-env)

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 coderay from 1.1.2 to 1.1.3 (#13921)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:37:30 +0000 (04:37 +0900)]
Bump coderay from 1.1.2 to 1.1.3 (#13921)

Bumps [coderay](https://github.com/rubychan/coderay) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/rubychan/coderay/releases)
- [Changelog](https://github.com/rubychan/coderay/blob/master/Changes.textile)
- [Commits](https://github.com/rubychan/coderay/compare/v1.1.2...v1.1.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 parser from 2.7.1.2 to 2.7.1.3 (#13922)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:36:10 +0000 (04:36 +0900)]
Bump parser from 2.7.1.2 to 2.7.1.3 (#13922)

Bumps [parser](https://github.com/whitequark/parser) from 2.7.1.2 to 2.7.1.3.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v2.7.1.2...v2.7.1.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 browser from 4.1.0 to 4.2.0 (#13924)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:35:03 +0000 (04:35 +0900)]
Bump browser from 4.1.0 to 4.2.0 (#13924)

Bumps [browser](https://github.com/fnando/browser) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/fnando/browser/releases)
- [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/browser/compare/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 aws-partitions from 1.320.0 to 1.322.0 (#13927)
dependabot-preview[bot] [Mon, 1 Jun 2020 19:34:11 +0000 (04:34 +0900)]
Bump aws-partitions from 1.320.0 to 1.322.0 (#13927)

Bumps [aws-partitions](https://github.com/aws/aws-sdk-ruby) from 1.320.0 to 1.322.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 agoMerge pull request #1347 from ThibG/glitch-soc/merge-upstream
ThibG [Mon, 1 Jun 2020 17:41:33 +0000 (19:41 +0200)]
Merge pull request #1347 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

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

Port b4a8400afd88a2ae8822757e5d30975494be2512 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Allow Ctrl-click to keep EmojiPicker window open
Brian C. Lindner [Sun, 31 May 2020 18:34:34 +0000 (14:34 -0400)]
[Glitch] Allow Ctrl-click to keep EmojiPicker window open

Port 64154c5161d4d5c82877fba549d72068cc7f9e16 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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)