]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years ago[Glitch] Fix cursor type in statuses
Ariel [Wed, 1 Jul 2020 11:52:05 +0000 (08:52 -0300)]
[Glitch] Fix cursor type in statuses

Port e9ea960773ee6a1068623374b21d768918fbc93b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix lock icon not being shown when locking account in profile settings
ThibG [Wed, 1 Jul 2020 11:51:50 +0000 (13:51 +0200)]
[Glitch] Fix lock icon not being shown when locking account in profile settings

Port 4babf5b8b5ba8eca5a14f3b2813775240db8f8f1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Wed, 1 Jul 2020 17:23:14 +0000 (19:23 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/packs/public.js`:
  Conflict because part of that file has been split to
  `app/javascript/core/settings.js`. Ported those changes
  there.

5 years agoChange Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)
Eugen Rochko [Wed, 1 Jul 2020 17:05:21 +0000 (19:05 +0200)]
Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)

5 years agoFix cursor type in statuses (#14185)
Ariel [Wed, 1 Jul 2020 11:52:05 +0000 (08:52 -0300)]
Fix cursor type in statuses (#14185)

5 years agoFix lock icon not being shown when locking account in profile settings (#14190)
ThibG [Wed, 1 Jul 2020 11:51:50 +0000 (13:51 +0200)]
Fix lock icon not being shown when locking account in profile settings (#14190)

5 years agoChange move handler to carry blocks over (#14144)
ThibG [Wed, 1 Jul 2020 11:51:15 +0000 (13:51 +0200)]
Change move handler to carry blocks over (#14144)

* Change move handler to carry blocks and mutes over

When user A blocks user B and B moves to a new account C, make A block C
accordingly.

Note that it only works if A's instance is aware of the Move, that is,
if B is on A's instance or has followers there.

* Also notify instances with known people blocking you when moving

* Add automatic account notes when blocking/muting an account that had no note

5 years agofollow-up #14149 (#14192)
mayaeh [Wed, 1 Jul 2020 09:34:19 +0000 (18:34 +0900)]
follow-up #14149 (#14192)

ran `yarn manage:translations en`

5 years agoAdd support for li attribute to li element
Thibaut Girka [Tue, 30 Jun 2020 22:14:03 +0000 (00:14 +0200)]
Add support for li attribute to li element

5 years agoAdd support for “start” and “reversed” attributes to ol element
Thibaut Girka [Tue, 30 Jun 2020 22:06:22 +0000 (00:06 +0200)]
Add support for “start” and “reversed” attributes to ol element

Fixes #1367

5 years agoMerge pull request #1366 from ThibG/glitch-soc/merge-upstream
ThibG [Tue, 30 Jun 2020 22:18:49 +0000 (00:18 +0200)]
Merge pull request #1366 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years agoFix remote files not using Content-Type header, streaming (#14184)
Eugen Rochko [Tue, 30 Jun 2020 21:58:02 +0000 (23:58 +0200)]
Fix remote files not using Content-Type header, streaming (#14184)

5 years agoUse allow/deny-list instead of white/black-list in .env.production.sample
Thibaut Girka [Tue, 30 Jun 2020 21:20:21 +0000 (23:20 +0200)]
Use allow/deny-list instead of white/black-list in .env.production.sample

.env.production.sample has been nuked upstream, but we decided to keep it,
so change it to reflect latest changes in environment variable names.

(The link still refers to “whitelist_mode” because the documentation hasn't
been updated yet)

5 years ago[Glitch] Add user notes on accounts
ThibG [Tue, 30 Jun 2020 17:19:50 +0000 (19:19 +0200)]
[Glitch] Add user notes on accounts

Port 65506bac3f3fe233b5b7b3241020bd74eb5c9259 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix padding on account header
trwnh [Mon, 29 Jun 2020 11:57:44 +0000 (06:57 -0500)]
[Glitch] Fix padding on account header

Port d1c6dd2d277fee0cf65b480adc868c69df952622 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix read marker state not being udpated internally
ThibG [Sun, 28 Jun 2020 18:55:32 +0000 (20:55 +0200)]
[Glitch] Fix read marker state not being udpated internally

Port fa4876a1b93d4bb62038cca75bd5017fe49b59ae to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Change sensitive preview cards to not blur text
ThibG [Fri, 26 Jun 2020 12:31:13 +0000 (14:31 +0200)]
[Glitch] Change sensitive preview cards to not blur text

Port a1ad2ad9519fda525858ba5aef86815a6f6385f2 to glitch-soc

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

Conflicts:
- `.env.production.sample`:
  Upstream deleted it, I decided to keep it.
- `package.json`:
  Upstream updated a dependency textually too close to wavesurfer.js
  which has been deleted from upstream but is kept in glitch-soc for now.

5 years agoAdd user notes on accounts (#14148)
ThibG [Tue, 30 Jun 2020 17:19:50 +0000 (19:19 +0200)]
Add user notes on accounts (#14148)

* Add UserNote model

* Add UI for user notes

* Put comment in relationships entity

* Add API to create user notes

* Copy user notes to new account when receiving a Move activity

* Address some of the review remarks

* Replace modal by inline edition

* Please CodeClimate

* Button design changes

* Change design again

* Cancel note edition when pressing Escape

* Fixes

* Tweak design again

* Move “Add note” item, and allow users to add notes to themselves

* Rename UserNote into AccountNote, rename “comment” Relationship attribute to “note”

5 years agoBump diff-lcs from 1.3 to 1.4.3 (#14186)
dependabot[bot] [Tue, 30 Jun 2020 04:18:38 +0000 (13:18 +0900)]
Bump diff-lcs from 1.3 to 1.4.3 (#14186)

Bumps [diff-lcs](https://github.com/halostatue/diff-lcs) from 1.3 to 1.4.3.
- [Release notes](https://github.com/halostatue/diff-lcs/releases)
- [Changelog](https://github.com/halostatue/diff-lcs/blob/master/History.md)
- [Commits](https://github.com/halostatue/diff-lcs/compare/v1.3...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump faker from 2.12.0 to 2.13.0 (#14174)
dependabot[bot] [Tue, 30 Jun 2020 04:18:25 +0000 (13:18 +0900)]
Bump faker from 2.12.0 to 2.13.0 (#14174)

Bumps [faker](https://github.com/faker-ruby/faker) from 2.12.0 to 2.13.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.12.0...v2.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump uuid from 8.1.0 to 8.2.0 (#14162)
dependabot[bot] [Mon, 29 Jun 2020 16:24:56 +0000 (01:24 +0900)]
Bump uuid from 8.1.0 to 8.2.0 (#14162)

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.0 to 8.2.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.1.0...v8.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 jest-config from 26.0.1 to 26.1.0 (#14176)
dependabot[bot] [Mon, 29 Jun 2020 16:24:46 +0000 (01:24 +0900)]
Bump jest-config from 26.0.1 to 26.1.0 (#14176)

Bumps [jest-config](https://github.com/facebook/jest/tree/HEAD/packages/jest-config) from 26.0.1 to 26.1.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/v26.1.0/packages/jest-config)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix trying to write non-existent image remote URL attribute on preview cards (#14181)
Eugen Rochko [Mon, 29 Jun 2020 15:59:04 +0000 (17:59 +0200)]
Fix trying to write non-existent image remote URL attribute on preview cards (#14181)

Regression from #14145

5 years agoAdd GitHub Sponsors
Eugen Rochko [Mon, 29 Jun 2020 14:10:49 +0000 (16:10 +0200)]
Add GitHub Sponsors

5 years agoBump redis-store from 1.8.2 to 1.9.0 (#14160)
dependabot[bot] [Mon, 29 Jun 2020 13:45:50 +0000 (22:45 +0900)]
Bump redis-store from 1.8.2 to 1.9.0 (#14160)

Bumps [redis-store](https://github.com/jodosha/redis-store) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/jodosha/redis-store/releases)
- [Changelog](https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jodosha/redis-store/compare/v1.8.2...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pghero from 2.5.0 to 2.5.1 (#14163)
dependabot[bot] [Mon, 29 Jun 2020 13:44:43 +0000 (22:44 +0900)]
Bump pghero from 2.5.0 to 2.5.1 (#14163)

Bumps [pghero](https://github.com/ankane/pghero) from 2.5.0 to 2.5.1.
- [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.5.0...v2.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rails-controller-testing from 1.0.4 to 1.0.5 (#14161)
dependabot[bot] [Mon, 29 Jun 2020 13:43:34 +0000 (22:43 +0900)]
Bump rails-controller-testing from 1.0.4 to 1.0.5 (#14161)

Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/rails/rails-controller-testing/releases)
- [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.4...v1.0.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-environment-jsdom from 26.0.1 to 26.1.0 (#14167)
dependabot[bot] [Mon, 29 Jun 2020 12:55:22 +0000 (21:55 +0900)]
Bump jest-environment-jsdom from 26.0.1 to 26.1.0 (#14167)

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 26.0.1 to 26.1.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/v26.1.0/packages/jest-environment-jsdom)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webpack-cli from 3.3.11 to 3.3.12 (#14164)
dependabot[bot] [Mon, 29 Jun 2020 12:50:12 +0000 (21:50 +0900)]
Bump webpack-cli from 3.3.11 to 3.3.12 (#14164)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)

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.10.1 to 7.10.3 (#14168)
dependabot[bot] [Mon, 29 Jun 2020 12:49:48 +0000 (21:49 +0900)]
Bump @babel/plugin-transform-runtime from 7.10.1 to 7.10.3 (#14168)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.10.1 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/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 react-textarea-autosize from 8.0.1 to 8.1.1 (#14177)
dependabot[bot] [Mon, 29 Jun 2020 12:47:42 +0000 (21:47 +0900)]
Bump react-textarea-autosize from 8.0.1 to 8.1.1 (#14177)

Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 8.0.1 to 8.1.1.
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Andarist/react-textarea-autosize/compare/v8.0.1...v8.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 rubocop from 0.85.1 to 0.86.0 (#14171)
dependabot[bot] [Mon, 29 Jun 2020 12:44:32 +0000 (21:44 +0900)]
Bump rubocop from 0.85.1 to 0.86.0 (#14171)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.69.0 to 1.72.0 (#14158)
dependabot[bot] [Mon, 29 Jun 2020 12:43:31 +0000 (21:43 +0900)]
Bump aws-sdk-s3 from 1.69.0 to 1.72.0 (#14158)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoAdd Helm chart (#14090)
Alex Dunn [Mon, 29 Jun 2020 11:58:48 +0000 (04:58 -0700)]
Add Helm chart (#14090)

* add Helm chart

known issues/future work:

- SSO is unsupported

- S3/Minio/GCS is unsupported

- Swift is unsupported

- WEB_DOMAIN is unsupported

- Tor is unsupported

* helm: clarify how LOCAL_DOMAIN is set

* helm: add chart description

* helm: make DB_POOL and Sidekiq concurrency configurable

* helm: only enforce pod affinity when using ReadWriteOnce

* helm: clarify compatibility

* helm: clean up application variables

* helm: add job to create initial admin

5 years agoReplace to testing-library from enzyme (#14152)
Yamagishi Kazutoshi [Mon, 29 Jun 2020 11:58:07 +0000 (20:58 +0900)]
Replace to testing-library from enzyme (#14152)

5 years agoFix padding on account header (#14179)
trwnh [Mon, 29 Jun 2020 11:57:44 +0000 (06:57 -0500)]
Fix padding on account header (#14179)

5 years agoAdd customizable thumbnails for audio and video attachments (#14145)
Eugen Rochko [Mon, 29 Jun 2020 11:56:55 +0000 (13:56 +0200)]
Add customizable thumbnails for audio and video attachments (#14145)

- Change audio files to not be stripped of metadata
- Automatically extract cover art from audio if it exists
- Add `thumbnail` parameter to `POST /api/v1/media`, `POST /api/v2/media` and `PUT /api/v1/media/:id`
- Add `icon` to represent it in attachments in ActivityPub
- Fix `preview_url` containing URL of missing missing image when there is no thumbnail instead of null
- Fix duration of audio not being displayed on public pages until the file is loaded

5 years agoFix read marker state not being udpated internally (#14155)
ThibG [Sun, 28 Jun 2020 18:55:32 +0000 (20:55 +0200)]
Fix read marker state not being udpated internally (#14155)

Fixes #14151

5 years agoRemove the terms blacklist and whitelist from UX (#14149)
Eugen Rochko [Sat, 27 Jun 2020 18:20:11 +0000 (20:20 +0200)]
Remove the terms blacklist and whitelist from UX (#14149)

Localization strings:

- "Whitelist mode" -> "Limited federation mode"
- "Blacklist e-mail domain" -> "Block e-mail domain"
- "Whitelist domain" -> "Allow domain for federation"

...And so on

Environment variables (backwards-compatible):

- `WHITELIST_MODE` -> `LIMITED_FEDERATION_MODE`
- `EMAIL_DOMAIN_BLACKLIST` -> `EMAIL_DOMAIN_DENYLIST`
- `EMAIL_DOMAIN_WHITELIST` -> `EMAIL_DOMAIN_ALLOWLIST`

tootctl:

- `tootctl domains purge --whitelist-mode` -> `tootctl domains purge --limited-federation-mode`

Removed badly maintained and no longer relevant .env.production.sample file

5 years agoFix help text around `tootctl email_domain_blocks` (#14147)
Eugen Rochko [Fri, 26 Jun 2020 19:28:40 +0000 (21:28 +0200)]
Fix help text around `tootctl email_domain_blocks` (#14147)

5 years agoMerge pull request #1364 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 26 Jun 2020 14:36:55 +0000 (16:36 +0200)]
Merge pull request #1364 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years agoChange sensitive preview cards to not blur text (#14143)
ThibG [Fri, 26 Jun 2020 12:31:13 +0000 (14:31 +0200)]
Change sensitive preview cards to not blur text (#14143)

Also only require click-through for interactive embeds.

5 years agoFix public page CSS to match upstream's changes
Thibaut Girka [Fri, 26 Jun 2020 11:45:02 +0000 (13:45 +0200)]
Fix public page CSS to match upstream's changes

Kind of a port of 418f0a33e9bcd8a1a2384b426bb3cc59b712ef98 to glitch-soc

5 years ago[Glitch] Improve appearence consistency of settings pages
Mélanie Chauvel [Thu, 25 Jun 2020 22:36:30 +0000 (00:36 +0200)]
[Glitch] Improve appearence consistency of settings pages

Port 08cf81f8c1b445eba9972214869c376fe6097efb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix design issues with sensitive preview cards
ThibG [Thu, 25 Jun 2020 20:42:01 +0000 (22:42 +0200)]
[Glitch] Fix design issues with sensitive preview cards

Port 1d2b0d2121550bf973e8a334cfa29c6d8749c52c to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix avatar size in public page detailed status
ThibG [Thu, 25 Jun 2020 20:41:12 +0000 (22:41 +0200)]
[Glitch] Fix avatar size in public page detailed status

Port 0a56a4a1bc97aac7c10a70a62361c0edfcb2cc54 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix various issues around OpenGraph representation of media
Eugen Rochko [Wed, 24 Jun 2020 23:33:01 +0000 (01:33 +0200)]
[Glitch] Fix various issues around OpenGraph representation of media

Port front-end changes (except for audio player) from 662a49dc3f06749936cedd7349092bbe622f0bc6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoRevert "Remove unused dependency on wavesurfer.js (#14136)"
Thibaut Girka [Fri, 26 Jun 2020 11:03:39 +0000 (13:03 +0200)]
Revert "Remove unused dependency on wavesurfer.js (#14136)"

This reverts commit e9ff61ca0704d9570950875e1b72556c4114424f.

5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Fri, 26 Jun 2020 11:02:14 +0000 (13:02 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoImprove appearence consistency of settings pages (#13938)
Mélanie Chauvel [Thu, 25 Jun 2020 22:36:30 +0000 (00:36 +0200)]
Improve appearence consistency of settings pages (#13938)

* Fix header button changing header size in settings pages

* Make form buttons look more like a part of the form in settings pages

- Put buttons closer, using same distance as between inputs
- Make buton font size a bit smaller to blend a bit more
- Add the class button to button tags for consisent styling

5 years agoImprove wording of the “Add media” button tooltip (#13954)
Mélanie Chauvel [Thu, 25 Jun 2020 22:14:29 +0000 (00:14 +0200)]
Improve wording of the “Add media” button tooltip (#13954)

- Remove (incomplete) list of supported formats
- List types of media (image, video, audio)
- Tell that several images could be uploaded using plural

5 years agoFix Thai being skipped from language detection (#13989)
Sasha Sorokin [Thu, 25 Jun 2020 20:45:01 +0000 (03:45 +0700)]
Fix Thai being skipped from language detection (#13989)

Thai does not separate words by spaces, so I figured out it should be
in 'reliable characters regexp' that denotes languages that do the same.

Related #13891.

5 years agoChange to correct the role of the boost button (#14132)
Takeshi Umeda [Thu, 25 Jun 2020 20:44:19 +0000 (05:44 +0900)]
Change to correct the role of the boost button (#14132)

5 years agoAdd a visibility icon to status (#14123)
Takeshi Umeda [Thu, 25 Jun 2020 20:43:59 +0000 (05:43 +0900)]
Add a visibility icon to status (#14123)

* Add a visibility icon to status

* Change to using the icon element

* Fix RTL

* Add a public globe

5 years agoFix design issues with sensitive preview cards (#14126)
ThibG [Thu, 25 Jun 2020 20:42:01 +0000 (22:42 +0200)]
Fix design issues with sensitive preview cards (#14126)

* Fix design issues with sensitive preview cards

* Center “sensitive” label on preview image for interactive cards

* Add “button” role to sensitive preview card text

5 years agoRemove unnecessary version locks (#14139)
Yamagishi Kazutoshi [Thu, 25 Jun 2020 20:41:24 +0000 (05:41 +0900)]
Remove unnecessary version locks (#14139)

5 years agoFix avatar size in public page detailed status (#14140)
ThibG [Thu, 25 Jun 2020 20:41:12 +0000 (22:41 +0200)]
Fix avatar size in public page detailed status (#14140)

Regression from the inline-CSS changes

5 years agoUpdate Dockerfile (#13582)
Shlee [Thu, 25 Jun 2020 10:17:53 +0000 (18:17 +0800)]
Update Dockerfile (#13582)

5 years agoAdd tootctl email-domain-blocks (#13589)
tateisu [Thu, 25 Jun 2020 10:17:10 +0000 (19:17 +0900)]
Add tootctl email-domain-blocks (#13589)

* Add tootctl email_domains (block|unblock)

* fix codeclimate issues.

* fix codeclimate issues.

* fix codeclimate issues.

* add list subcommand, remove log_action.

* fix codeclimate issues.

* filter duplicate hostnames,ips before block

* rebase from currnet master branch.
rename email_domains_cli.rb to email_domain_blocks_cli.rb .
rename Mastodon::EmailDomainsCLI to Mastodon::EmailDomainBlocksCLI .
rename command email_domains to email-domain-blocks . (Thor recognizes both of - and _ )
rename subcommand block to add .
rename subcommand unblock to remove .
change the color in list subcommand to while for domain or cyan for childlen.
don't use include() in list subcommand.
suppress console output about succeeded entry.
add console output about count of processed/skipped.
remove capitalization in subcommand description.
remove long_desc in subcommand 'remove'.
remove duplicate where in subcommand 'remove'.

* fix codeclimate issue.

5 years agoremove duplicated indexes according to pghero (#13695)
Lerk [Thu, 25 Jun 2020 10:15:34 +0000 (12:15 +0200)]
remove duplicated indexes according to pghero (#13695)

5 years agoBump @babel/plugin-proposal-decorators from 7.8.3 to 7.10.3 (#14137)
dependabot[bot] [Thu, 25 Jun 2020 10:01:15 +0000 (19:01 +0900)]
Bump @babel/plugin-proposal-decorators from 7.8.3 to 7.10.3 (#14137)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.8.3 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-plugin-proposal-decorators)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.68.1 to 1.69.0 (#14109)
dependabot[bot] [Thu, 25 Jun 2020 08:49:34 +0000 (17:49 +0900)]
Bump aws-sdk-s3 from 1.68.1 to 1.69.0 (#14109)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sigv4 from 1.1.4 to 1.2.0 (#14107)
dependabot[bot] [Thu, 25 Jun 2020 08:49:05 +0000 (17:49 +0900)]
Bump aws-sigv4 from 1.1.4 to 1.2.0 (#14107)

Bumps [aws-sigv4](https://github.com/aws/aws-sdk-ruby) from 1.1.4 to 1.2.0.
- [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.4...1.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 capybara from 3.32.2 to 3.33.0 (#14105)
dependabot[bot] [Thu, 25 Jun 2020 08:48:40 +0000 (17:48 +0900)]
Bump capybara from 3.32.2 to 3.33.0 (#14105)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.32.2 to 3.33.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.32.2...3.33.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rspec-sidekiq from 3.0.3 to 3.1.0 (#14104)
dependabot[bot] [Thu, 25 Jun 2020 08:47:34 +0000 (17:47 +0900)]
Bump rspec-sidekiq from 3.0.3 to 3.1.0 (#14104)

Bumps [rspec-sidekiq](https://github.com/philostler/rspec-sidekiq) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/philostler/rspec-sidekiq/releases)
- [Changelog](https://github.com/philostler/rspec-sidekiq/blob/develop/CHANGES.md)
- [Commits](https://github.com/philostler/rspec-sidekiq/compare/v3.0.3...v3.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 excon from 0.74.0 to 0.75.0 (#14103)
dependabot[bot] [Thu, 25 Jun 2020 08:46:11 +0000 (17:46 +0900)]
Bump excon from 0.74.0 to 0.75.0 (#14103)

Bumps [excon](https://github.com/excon/excon) from 0.74.0 to 0.75.0.
- [Release notes](https://github.com/excon/excon/releases)
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](https://github.com/excon/excon/compare/v0.74.0...v0.75.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump stackframe from 1.1.1 to 1.2.0 (#14082)
dependabot[bot] [Thu, 25 Jun 2020 08:40:04 +0000 (17:40 +0900)]
Bump stackframe from 1.1.1 to 1.2.0 (#14082)

Bumps [stackframe](https://github.com/stacktracejs/stackframe) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/stacktracejs/stackframe/releases)
- [Changelog](https://github.com/stacktracejs/stackframe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stacktracejs/stackframe/compare/v1.1.1...v1.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 elasticsearch from 7.7.0 to 7.8.0 (#14108)
dependabot[bot] [Thu, 25 Jun 2020 08:32:59 +0000 (10:32 +0200)]
Bump elasticsearch from 7.7.0 to 7.8.0 (#14108)

Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby) from 7.7.0 to 7.8.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/7.7.0...v7.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint-visitor-keys from 1.1.0 to 1.2.0 (#14076)
dependabot[bot] [Thu, 25 Jun 2020 08:31:29 +0000 (17:31 +0900)]
Bump eslint-visitor-keys from 1.1.0 to 1.2.0 (#14076)

Bumps [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/eslint/eslint-visitor-keys/releases)
- [Changelog](https://github.com/eslint/eslint-visitor-keys/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint-visitor-keys/compare/v1.1.0...v1.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 acorn-walk from 7.1.1 to 7.2.0 (#14077)
dependabot[bot] [Thu, 25 Jun 2020 08:31:03 +0000 (17:31 +0900)]
Bump acorn-walk from 7.1.1 to 7.2.0 (#14077)

Bumps [acorn-walk](https://github.com/acornjs/acorn) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.1...7.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 loofah from 2.5.0 to 2.6.0 (#14071)
dependabot[bot] [Thu, 25 Jun 2020 08:27:36 +0000 (17:27 +0900)]
Bump loofah from 2.5.0 to 2.6.0 (#14071)

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.5.0...v2.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rdf from 3.1.2 to 3.1.3 (#14070)
dependabot[bot] [Thu, 25 Jun 2020 08:27:10 +0000 (17:27 +0900)]
Bump rdf from 3.1.2 to 3.1.3 (#14070)

Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.1.2 to 3.1.3.
- [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.2...3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint-plugin-jsx-a11y from 6.2.3 to 6.3.1 (#14114)
dependabot[bot] [Thu, 25 Jun 2020 08:24:15 +0000 (17:24 +0900)]
Bump eslint-plugin-jsx-a11y from 6.2.3 to 6.3.1 (#14114)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump parser from 2.7.1.3 to 2.7.1.4 (#14101)
dependabot[bot] [Thu, 25 Jun 2020 08:22:53 +0000 (17:22 +0900)]
Bump parser from 2.7.1.3 to 2.7.1.4 (#14101)

Bumps [parser](https://github.com/whitequark/parser) from 2.7.1.3 to 2.7.1.4.
- [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.3...v2.7.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-partitions from 1.329.0 to 1.332.0 (#14110)
dependabot[bot] [Thu, 25 Jun 2020 08:22:35 +0000 (17:22 +0900)]
Bump aws-partitions from 1.329.0 to 1.332.0 (#14110)

Bumps [aws-partitions](https://github.com/aws/aws-sdk-ruby) from 1.329.0 to 1.332.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 fast-deep-equal from 3.1.1 to 3.1.3 (#14111)
dependabot[bot] [Thu, 25 Jun 2020 08:21:06 +0000 (17:21 +0900)]
Bump fast-deep-equal from 3.1.1 to 3.1.3 (#14111)

Bumps [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/epoberezkin/fast-deep-equal/releases)
- [Commits](https://github.com/epoberezkin/fast-deep-equal/compare/v3.1.1...v3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.10.2 to 7.10.3 (#14112)
dependabot[bot] [Thu, 25 Jun 2020 08:19:30 +0000 (17:19 +0900)]
Bump @babel/core from 7.10.2 to 7.10.3 (#14112)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/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 elliptic from 6.5.2 to 6.5.3 (#14115)
dependabot[bot] [Thu, 25 Jun 2020 08:16:59 +0000 (17:16 +0900)]
Bump elliptic from 6.5.2 to 6.5.3 (#14115)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump es-abstract from 1.17.5 to 1.17.6 (#14117)
dependabot[bot] [Thu, 25 Jun 2020 08:13:54 +0000 (17:13 +0900)]
Bump es-abstract from 1.17.5 to 1.17.6 (#14117)

Bumps [es-abstract](https://github.com/ljharb/es-abstract) from 1.17.5 to 1.17.6.
- [Release notes](https://github.com/ljharb/es-abstract/releases)
- [Changelog](https://github.com/ljharb/es-abstract/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ljharb/es-abstract/compare/v1.17.5...v1.17.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix various issues around OpenGraph representation of media (#14133)
Eugen Rochko [Wed, 24 Jun 2020 23:33:01 +0000 (01:33 +0200)]
Fix various issues around OpenGraph representation of media (#14133)

- Fix audio attachments not being represented in OpenGraph tags
- Fix audio being represented as "1 image" in OpenGraph descriptions
- Fix video metadata being overwritten by paperclip-av-transcoder
- Fix embedded player not using Mastodon's UI
- Fix audio/video progress bars not moving smoothly
- Fix audio/video buffered bars not displaying correctly

5 years agoRemove unused dependency on wavesurfer.js (#14136)
ThibG [Wed, 24 Jun 2020 20:54:06 +0000 (22:54 +0200)]
Remove unused dependency on wavesurfer.js (#14136)

It's not used anymore now that the audio player design has changed again.

5 years agoChange streaming server to treat blank redis password as password-less auth (#14135)
ThibG [Wed, 24 Jun 2020 20:25:23 +0000 (22:25 +0200)]
Change streaming server to treat blank redis password as password-less auth (#14135)

Fixes #14131

Our `mastodon:setup` task defaults to a blank password rather than the
absence of password, but some versions of Redis reject blank password
authentication when authentication is possible without a password.

The Ruby code only uses the Redis password when it's not blank, so
do the same for the node.js part.

5 years agoMerge pull request #1361 from ThibG/glitch-soc/merge-upstream
ThibG [Wed, 24 Jun 2020 15:06:26 +0000 (17:06 +0200)]
Merge pull request #1361 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Fix very wide media attachments resulting in too thin a thumbnail
ThibG [Tue, 23 Jun 2020 15:24:29 +0000 (17:24 +0200)]
[Glitch] Fix very wide media attachments resulting in too thin a thumbnail

Port d469247083dbbe5d4f09cc9d13a3ebd400e6068e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix modifier key to keep the EmojiPicker on macOS
Takeshi Umeda [Sat, 20 Jun 2020 11:30:40 +0000 (20:30 +0900)]
[Glitch] Fix modifier key to keep the EmojiPicker on macOS

Port 434a6d0b15ff413c6e4d7e0c3763af6429ad25b6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix unnecessary gap under of video modal
fuyu [Sat, 20 Jun 2020 11:30:27 +0000 (20:30 +0900)]
[Glitch] Fix unnecessary gap under of video modal

Port cb3c6d17804da67d3c0ff233a9ca1c1902f6926f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Wed, 24 Jun 2020 13:33:41 +0000 (15:33 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/concerns/sign_in_token_authentication_concern.rb`:
  Conflict due to glitch-soc's theming system.
  Ported upstream changes.
- `app/controllers/concerns/two_factor_authentication_concern.rb`:
  Conflict due to glitch-soc's theming system.
  Ported upstream changes.

5 years agoFix audio/video/images/cards not reacting to window resizes in web UI (#14130)
Eugen Rochko [Wed, 24 Jun 2020 08:25:32 +0000 (10:25 +0200)]
Fix audio/video/images/cards not reacting to window resizes in web UI (#14130)

* Fix audio/video/images/cards not reacting to window resizes in web UI

* Update app/javascript/mastodon/features/audio/index.js

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoFix very wide media attachments resulting in too thin a thumbnail (#14127)
ThibG [Tue, 23 Jun 2020 15:24:29 +0000 (17:24 +0200)]
Fix very wide media attachments resulting in too thin a thumbnail (#14127)

Fixes #14094

5 years agoFix crash in MergeWorker (#14129)
ThibG [Tue, 23 Jun 2020 14:40:01 +0000 (16:40 +0200)]
Fix crash in MergeWorker (#14129)

Similarly to #12324, the code is passing an Account object where an id
is expected.

5 years agoSimplify filtering condition
Thibaut Girka [Tue, 23 Jun 2020 13:37:45 +0000 (15:37 +0200)]
Simplify filtering condition

5 years agonever filter own posts from timeline
ash lea [Sat, 20 Jun 2020 03:01:25 +0000 (20:01 -0700)]
never filter own posts from timeline

5 years agonever filter own posts from timeline (#14128)
ThibG [Tue, 23 Jun 2020 14:01:34 +0000 (16:01 +0200)]
never filter own posts from timeline (#14128)

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Co-authored-by: ash lea <example@thisismyactual.email>
5 years agoChange volume control and download buttons in web UI (#14122)
Eugen Rochko [Tue, 23 Jun 2020 10:20:14 +0000 (12:20 +0200)]
Change volume control and download buttons in web UI (#14122)

* Fix audio download button not starting download in web UI

* Fix volume controls on audio and video players in web UI

* Remove download button from video player in web UI

5 years agoFix audio player not working when media files are hosted on a different domain (...
ThibG [Mon, 22 Jun 2020 17:24:16 +0000 (19:24 +0200)]
Fix audio player not working when media files are hosted on a different domain (#14118)

5 years agoFix unique username constraint for local users not being enforced in database (#14099)
ThibG [Sun, 21 Jun 2020 10:41:38 +0000 (12:41 +0200)]
Fix unique username constraint for local users not being enforced in database (#14099)

This should not be an issue in practice because of the Rails-level uniqueness
check, but local accounts having a NULL domain means the uniqueness constraint
did not apply to them (since no two NULL values are considered equal).

5 years agoChange design of audio players in web UI (#14095)
Eugen Rochko [Sun, 21 Jun 2020 00:27:19 +0000 (02:27 +0200)]
Change design of audio players in web UI (#14095)

5 years agoBump eslint-import-resolver-node from 0.3.3 to 0.3.4 (#14081)
dependabot[bot] [Sat, 20 Jun 2020 23:32:23 +0000 (08:32 +0900)]
Bump eslint-import-resolver-node from 0.3.3 to 0.3.4 (#14081)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump fast-glob from 3.2.2 to 3.2.4 (#14079)
dependabot[bot] [Sat, 20 Jun 2020 23:32:02 +0000 (08:32 +0900)]
Bump fast-glob from 3.2.2 to 3.2.4 (#14079)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](https://github.com/mrmlnc/fast-glob/compare/3.2.2...3.2.4)

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