]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoMerge pull request #1453 from ThibG/glitch-soc/merge-upstream
ThibG [Sat, 7 Nov 2020 20:47:31 +0000 (21:47 +0100)]
Merge pull request #1453 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Add limitation of image's max zoom rate (max to the original size of image)
Mashiro [Wed, 4 Nov 2020 19:43:31 +0000 (03:43 +0800)]
[Glitch] Add limitation of image's max zoom rate (max to the original size of image)

Port f720af6b721b773e68c00a546256ff20eeb3226d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Bump detect-passive-events from 1.0.5 to 2.0.1
dependabot[bot] [Wed, 4 Nov 2020 17:21:05 +0000 (02:21 +0900)]
[Glitch] Bump detect-passive-events from 1.0.5 to 2.0.1

Port e16b0fb15a7ef2607f080e8c0b884c1cf37e5ebb to glitch-soc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Sat, 7 Nov 2020 17:19:34 +0000 (18:19 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoFix crashes in SuspendAccountService/UnsuspendAccountService (#15100)
ThibG [Sat, 7 Nov 2020 12:16:54 +0000 (13:16 +0100)]
Fix crashes in SuspendAccountService/UnsuspendAccountService (#15100)

* Fix crashes in SuspendAccountService/UnsuspendAccountService

* Catch filesystem errors

5 years agoFix suspension/unsuspension not working because of FeedManager change (#15099)
ThibG [Sat, 7 Nov 2020 12:16:00 +0000 (13:16 +0100)]
Fix suspension/unsuspension not working because of FeedManager change (#15099)

5 years agoFix cookies not having a SameSite attribute (#15098)
Eugen Rochko [Fri, 6 Nov 2020 10:57:14 +0000 (11:57 +0100)]
Fix cookies not having a SameSite attribute (#15098)

5 years agoAdd subresource integrity for JS and CSS assets (#15096)
Eugen Rochko [Fri, 6 Nov 2020 10:56:31 +0000 (11:56 +0100)]
Add subresource integrity for JS and CSS assets (#15096)

Fix #2744

5 years agoDisplay “Show newer” and “Show older” instead of “Show more” in public pages (#15052)
Mélanie Chauvel [Wed, 4 Nov 2020 20:15:45 +0000 (21:15 +0100)]
Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052)

5 years agoChange order of announcements in admin page to sort them newest-first (#15091)
ThibG [Wed, 4 Nov 2020 20:15:22 +0000 (21:15 +0100)]
Change order of announcements in admin page to sort them newest-first (#15091)

* Change order of announcements in admin page to sort show newly-created first

Fixes #15090

* Use reverse-chronological rather than creation date only

5 years agoAdd account sensitized (#14361)
Takeshi Umeda [Wed, 4 Nov 2020 19:45:01 +0000 (04:45 +0900)]
Add account sensitized (#14361)

* Add account sensitized

* Fix i18n normalize

* Fix description and spec

* Fix spec

* Fix wording

5 years agoBump puma from 5.0.2 to 5.0.4 (#15085)
dependabot[bot] [Wed, 4 Nov 2020 19:44:10 +0000 (20:44 +0100)]
Bump puma from 5.0.2 to 5.0.4 (#15085)

Bumps [puma](https://github.com/puma/puma) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.0.2...v5.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoAdd limitation of image's max zoom rate (max to the original size of image) (#15094)
Mashiro [Wed, 4 Nov 2020 19:43:31 +0000 (03:43 +0800)]
Add limitation of image's max zoom rate (max to the original size of image) (#15094)

* limit image max scale rate to fit the actual image size

* replace with MIN_SCALE

* fix behavior on touch screen

5 years agoFix unsightly re-layout delay for media previews
Thibaut Girka [Wed, 4 Nov 2020 14:26:58 +0000 (15:26 +0100)]
Fix unsightly re-layout delay for media previews

5 years agoFix hiding video breaking playback
Thibaut Girka [Wed, 4 Nov 2020 14:12:06 +0000 (15:12 +0100)]
Fix hiding video breaking playback

Also make the video player code closer to upstream

5 years agoBump webpack-merge from 4.2.2 to 5.0.9 (#14424)
dependabot[bot] [Wed, 4 Nov 2020 17:21:28 +0000 (02:21 +0900)]
Bump webpack-merge from 4.2.2 to 5.0.9 (#14424)

* Bump webpack-merge from 4.2.2 to 5.0.9

Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.0.9.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v4.2.2...v5.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
* Fix import path

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump detect-passive-events from 1.0.5 to 2.0.1 (#15003)
dependabot[bot] [Wed, 4 Nov 2020 17:21:05 +0000 (02:21 +0900)]
Bump detect-passive-events from 1.0.5 to 2.0.1 (#15003)

* Bump detect-passive-events from 1.0.5 to 2.0.1

Bumps [detect-passive-events](https://github.com/rafgraph/detect-passive-events) from 1.0.5 to 2.0.1.
- [Release notes](https://github.com/rafgraph/detect-passive-events/releases)
- [Commits](https://github.com/rafgraph/detect-passive-events/compare/v1.0.5...v2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
* Migrate to detect-passive-events v2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump sass from 1.27.0 to 1.28.0 (#15082)
dependabot[bot] [Wed, 4 Nov 2020 15:23:05 +0000 (00:23 +0900)]
Bump sass from 1.27.0 to 1.28.0 (#15082)

Bumps [sass](https://github.com/sass/dart-sass) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.27.0...1.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mini-css-extract-plugin from 1.2.0 to 1.2.1 (#15077)
dependabot[bot] [Wed, 4 Nov 2020 15:13:15 +0000 (00:13 +0900)]
Bump mini-css-extract-plugin from 1.2.0 to 1.2.1 (#15077)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.2.0...v1.2.1)

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.3.1 to 6.4.1 (#15078)
dependabot[bot] [Wed, 4 Nov 2020 15:07:58 +0000 (00:07 +0900)]
Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1 (#15078)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.3.1 to 6.4.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.3.1...v6.4.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-redux from 7.2.1 to 7.2.2 (#15079)
dependabot[bot] [Wed, 4 Nov 2020 15:07:03 +0000 (00:07 +0900)]
Bump react-redux from 7.2.1 to 7.2.2 (#15079)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.1...v7.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 eslint from 7.12.0 to 7.12.1 (#15080)
dependabot[bot] [Wed, 4 Nov 2020 15:06:37 +0000 (00:06 +0900)]
Bump eslint from 7.12.0 to 7.12.1 (#15080)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump compression-webpack-plugin from 6.0.3 to 6.0.4 (#15076)
dependabot[bot] [Wed, 4 Nov 2020 14:48:28 +0000 (23:48 +0900)]
Bump compression-webpack-plugin from 6.0.3 to 6.0.4 (#15076)

Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 6.0.3 to 6.0.4.
- [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/v6.0.3...v6.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump file-loader from 6.1.1 to 6.2.0 (#15075)
dependabot[bot] [Wed, 4 Nov 2020 14:43:15 +0000 (23:43 +0900)]
Bump file-loader from 6.1.1 to 6.2.0 (#15075)

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.1.1 to 6.2.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/v6.1.1...v6.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 wicg-inert from 3.0.3 to 3.1.0 (#15081)
dependabot[bot] [Wed, 4 Nov 2020 14:41:45 +0000 (23:41 +0900)]
Bump wicg-inert from 3.0.3 to 3.1.0 (#15081)

Bumps [wicg-inert](https://github.com/WICG/inert) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/WICG/inert/releases)
- [Commits](https://github.com/WICG/inert/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 sidekiq-unique-jobs from 6.0.24 to 6.0.25 (#15083)
dependabot[bot] [Wed, 4 Nov 2020 14:39:02 +0000 (23:39 +0900)]
Bump sidekiq-unique-jobs from 6.0.24 to 6.0.25 (#15083)

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.24 to 6.0.25.
- [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/commits/v6.0.25)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump bootsnap from 1.4.8 to 1.4.9 (#15086)
dependabot[bot] [Wed, 4 Nov 2020 14:38:06 +0000 (23:38 +0900)]
Bump bootsnap from 1.4.8 to 1.4.9 (#15086)

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.8 to 1.4.9.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.8...v1.4.9)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge pull request #1450 from ThibG/glitch-soc/merge-upstream
ThibG [Wed, 4 Nov 2020 13:52:19 +0000 (14:52 +0100)]
Merge pull request #1450 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] add mouse scroll lock in image expand view
Mashiro [Tue, 3 Nov 2020 05:06:45 +0000 (13:06 +0800)]
[Glitch] add mouse scroll lock in image expand view

Port f645dad661ba033efdcdd6ca7597e7b8bc7f4f51 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Add expand/compress image button on image view box
Mashiro [Mon, 2 Nov 2020 20:16:38 +0000 (04:16 +0800)]
[Glitch] Add expand/compress image button on image view box

Port 6a2db10f767879b9072b6c020ebadac4f985ed34 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix width of content text fluctuating over time
mayaeh [Tue, 27 Oct 2020 12:34:02 +0000 (21:34 +0900)]
[Glitch] Fix width of content text fluctuating over time

Port 2ae751f19d48c12e70a445ce1d01149866b56ce8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Make visibility icon clickable as part of the time of a toot
Mélanie Chauvel [Tue, 27 Oct 2020 02:00:47 +0000 (03:00 +0100)]
[Glitch] Make visibility icon clickable as part of the time of a toot

Port 1d07f51039625c2eafa7eb0b1b6d5a7f8cf00e41 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Make click area of video/audio player buttons bigger in WebUI
Mélanie Chauvel [Tue, 27 Oct 2020 01:58:47 +0000 (02:58 +0100)]
[Glitch] Make click area of video/audio player buttons bigger in WebUI

Port a5afbb62d25306dc9d28fa8d0e85edf02c63d2a3 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix some account media gallery items having empty labels
ThibG [Sun, 1 Nov 2020 17:31:39 +0000 (18:31 +0100)]
[Glitch] Fix some account media gallery items having empty labels

Port 9d023ed4f6d8a69699d14479d5e12132ea4f4cd2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Fix wrong seek bar width on media player
fuyu [Fri, 30 Oct 2020 12:09:20 +0000 (21:09 +0900)]
[Glitch] Fix wrong seek bar width on media player

Port 8d7fbe7dd9b0a64915a96d342579ab80951be840 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Make “Mark media as sensitive” properly translatable
Mélanie Chauvel [Tue, 27 Oct 2020 02:05:50 +0000 (03:05 +0100)]
[Glitch] Make “Mark media as sensitive” properly translatable

Port c5704e75ae1f64742d59747fd931ffcca7a4887d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 3 Nov 2020 16:28:54 +0000 (17:28 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

5 years agoadd mouse scroll lock in image expand view (#15088)
Mashiro [Tue, 3 Nov 2020 05:06:45 +0000 (13:06 +0800)]
add mouse scroll lock in image expand view (#15088)

* add mouse scroll lock in image expand view

* enhancement

5 years agoAdd expand/compress image button on image view box (#15068)
Mashiro [Mon, 2 Nov 2020 20:16:38 +0000 (04:16 +0800)]
Add expand/compress image button on image view box (#15068)

* add zoom image button

* enhance zoom algorithm & add translation

* code structure

* code structure

* code structure

* enhance grab performance

* rm useless state

* fix behavior on Firefox & scroll lock & horizontal scroll with mousewheel

* remove scroll lock on MouseWheelEvent

* code structure

* enhance algorithm and code structure

* rm Gemfile.lock from tree

* codeclimate

* fix a stupid mistake

5 years agoFix postrgres secret name for cronjob (#15072)
Patrice Ferlet [Mon, 2 Nov 2020 05:16:51 +0000 (06:16 +0100)]
Fix postrgres secret name for cronjob (#15072)

The cronjob tries to get key from `mastodon` secret instead of
`mastodon-postgresql` - so the cronjob fails with this error:

Error: couldn't find key postgresql-password in Secret [NS]/mastodon

Another solution is to save the postgres password in mastodon secret,
but that means that the password is placed in two places.

Postgresql use <fullname>-postgresql name as secret name.

5 years agoTweak signature verification (#15069)
ThibG [Sun, 1 Nov 2020 22:38:31 +0000 (23:38 +0100)]
Tweak signature verification (#15069)

* Add more specific error message when request body digest is invalid

This may help other implementors debug their implementation.

* Relax Host parameter requirement to GET requests

The only POST requests processed by Mastodon need objects/actors (including
their host) to be explicitly mentioned in the request's body, so replaying
a legitimate request to another host should not be a security issue.

* Support Digest headers using multiple algorithms or lowercase alogirthm names

5 years agoFix some account media gallery items having empty labels (#15073)
ThibG [Sun, 1 Nov 2020 17:31:39 +0000 (18:31 +0100)]
Fix some account media gallery items having empty labels (#15073)

Remove the labels entirely for images instead of putting an empty label.

5 years agoFix crash when viewing a profile with a filtered out pinned toot
Thibaut Girka [Sun, 1 Nov 2020 15:25:02 +0000 (16:25 +0100)]
Fix crash when viewing a profile with a filtered out pinned toot

5 years agoFix poll ending notifications being created for each vote (#15071)
ThibG [Sun, 1 Nov 2020 05:34:43 +0000 (06:34 +0100)]
Fix poll ending notifications being created for each vote (#15071)

On a poll ending, notifications were created for each vote instead
of for each voter.

5 years agoShow announcements in reverse chronological order (#15065)
Darius Kazemi [Fri, 30 Oct 2020 12:09:51 +0000 (05:09 -0700)]
Show announcements in reverse chronological order (#15065)

5 years agoFix wrong seek bar width on media player (#15060)
fuyu [Fri, 30 Oct 2020 12:09:20 +0000 (21:09 +0900)]
Fix wrong seek bar width on media player (#15060)

5 years agoBump mini-css-extract-plugin from 0.11.3 to 1.2.0 (#15034)
dependabot[bot] [Fri, 30 Oct 2020 08:02:55 +0000 (17:02 +0900)]
Bump mini-css-extract-plugin from 0.11.3 to 1.2.0 (#15034)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.11.3 to 1.2.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.3...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 css-loader from 4.3.0 to 5.0.0 (#15011)
dependabot[bot] [Fri, 30 Oct 2020 07:55:59 +0000 (16:55 +0900)]
Bump css-loader from 4.3.0 to 5.0.0 (#15011)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v4.3.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix IP blocks in admin panel
Thibaut Girka [Wed, 28 Oct 2020 22:49:00 +0000 (23:49 +0100)]
Fix IP blocks in admin panel

It was broken due to discrepancies between upstream and glitch-soc's
theming system.

5 years agoFix width of content text fluctuating over time (#15055)
mayaeh [Tue, 27 Oct 2020 12:34:02 +0000 (21:34 +0900)]
Fix width of content text fluctuating over time (#15055)

5 years agoAdd option to hide notification markers
Thibaut Girka [Tue, 27 Oct 2020 09:52:50 +0000 (10:52 +0100)]
Add option to hide notification markers

5 years agoMake “Mark media as sensitive” properly translatable (#15051)
Mélanie Chauvel [Tue, 27 Oct 2020 02:05:50 +0000 (03:05 +0100)]
Make “Mark media as sensitive” properly translatable (#15051)

5 years agoMake visibility icon clickable as part of the time of a toot (#15053)
Mélanie Chauvel [Tue, 27 Oct 2020 02:00:47 +0000 (03:00 +0100)]
Make visibility icon clickable as part of the time of a toot (#15053)

- Makes permalink to a toot more easily clickable
- Fix clicking between icon and time in fact clicking the display name
- Fix clicking slightly under time in fact clicking the display name

5 years agoSort filters by “keyword or phrase” in Settings (#15050)
Mélanie Chauvel [Tue, 27 Oct 2020 02:00:06 +0000 (03:00 +0100)]
Sort filters by “keyword or phrase” in Settings (#15050)

5 years agoMake click area of video/audio player buttons bigger in WebUI (#15049)
Mélanie Chauvel [Tue, 27 Oct 2020 01:58:47 +0000 (02:58 +0100)]
Make click area of video/audio player buttons bigger in WebUI (#15049)

5 years agoBump jest from 26.5.3 to 26.6.1 (#15037)
dependabot[bot] [Tue, 27 Oct 2020 00:06:10 +0000 (09:06 +0900)]
Bump jest from 26.5.3 to 26.6.1 (#15037)

Bumps [jest](https://github.com/facebook/jest) from 26.5.3 to 26.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.5.3...v26.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump babel-jest from 26.5.2 to 26.6.1 (#15036)
dependabot[bot] [Mon, 26 Oct 2020 23:36:39 +0000 (08:36 +0900)]
Bump babel-jest from 26.5.2 to 26.6.1 (#15036)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.5.2 to 26.6.1.
- [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.6.1/packages/babel-jest)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge pull request #1443 from ThibG/glitch-soc/features/upstream-pop-in
ThibG [Mon, 26 Oct 2020 21:54:50 +0000 (22:54 +0100)]
Merge pull request #1443 from ThibG/glitch-soc/features/upstream-pop-in

Port upstream's pop-in player to glitch-soc

5 years agoAdd local setting for pop-in player position
Thibaut Girka [Mon, 26 Oct 2020 19:45:25 +0000 (20:45 +0100)]
Add local setting for pop-in player position

5 years agoAdd setting to disable the pop-in player
Thibaut Girka [Mon, 26 Oct 2020 19:11:35 +0000 (20:11 +0100)]
Add setting to disable the pop-in player

5 years agoRespect glitch-soc's reply counter setting in the pop-in player
Thibaut Girka [Mon, 26 Oct 2020 19:03:33 +0000 (20:03 +0100)]
Respect glitch-soc's reply counter setting in the pop-in player

5 years ago[Glitch] Fix regressions in icon buttons in web UI
Eugen Rochko [Sun, 4 Oct 2020 13:02:36 +0000 (15:02 +0200)]
[Glitch] Fix regressions in icon buttons in web UI

Port a549415868fe23e0afaf258c17afafac117d0163 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago[Glitch] Add pop-out player for audio/video in web UI
Eugen Rochko [Mon, 28 Sep 2020 11:29:43 +0000 (13:29 +0200)]
[Glitch] Add pop-out player for audio/video in web UI

port d88a79b4566869ede24958fbff946e357bbb3cb9 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoBump axios from 0.20.0 to 0.21.0 (#15033)
dependabot[bot] [Mon, 26 Oct 2020 17:54:31 +0000 (02:54 +0900)]
Bump axios from 0.20.0 to 0.21.0 (#15033)

Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react-test-renderer from 16.13.1 to 16.14.0 (#15038)
dependabot[bot] [Mon, 26 Oct 2020 17:52:38 +0000 (02:52 +0900)]
Bump react-test-renderer from 16.13.1 to 16.14.0 (#15038)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint from 7.11.0 to 7.12.0 (#15040)
dependabot[bot] [Mon, 26 Oct 2020 17:51:12 +0000 (02:51 +0900)]
Bump eslint from 7.11.0 to 7.12.0 (#15040)

Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @testing-library/jest-dom from 5.11.4 to 5.11.5 (#15039)
dependabot[bot] [Mon, 26 Oct 2020 17:47:24 +0000 (02:47 +0900)]
Bump @testing-library/jest-dom from 5.11.4 to 5.11.5 (#15039)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.4 to 5.11.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.4...v5.11.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tzinfo-data from 1.2020.3 to 1.2020.4 (#15041)
dependabot[bot] [Mon, 26 Oct 2020 17:44:48 +0000 (02:44 +0900)]
Bump tzinfo-data from 1.2020.3 to 1.2020.4 (#15041)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.3 to 1.2020.4.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.3...v1.2020.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sass-loader from 10.0.3 to 10.0.4 (#15035)
dependabot[bot] [Mon, 26 Oct 2020 17:44:27 +0000 (02:44 +0900)]
Bump sass-loader from 10.0.3 to 10.0.4 (#15035)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4)

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-react from 7.21.4 to 7.21.5 (#15043)
dependabot[bot] [Mon, 26 Oct 2020 17:43:57 +0000 (02:43 +0900)]
Bump eslint-plugin-react from 7.21.4 to 7.21.5 (#15043)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.4 to 7.21.5.
- [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.21.4...v7.21.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump strong_migrations from 0.7.1 to 0.7.2 (#15044)
dependabot[bot] [Mon, 26 Oct 2020 17:43:19 +0000 (02:43 +0900)]
Bump strong_migrations from 0.7.1 to 0.7.2 (#15044)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.7.1...v0.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump simplecov from 0.19.0 to 0.19.1 (#15042)
dependabot[bot] [Mon, 26 Oct 2020 17:41:36 +0000 (02:41 +0900)]
Bump simplecov from 0.19.0 to 0.19.1 (#15042)

Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.19.0...v0.19.1)

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.83.0 to 1.83.1 (#15045)
dependabot[bot] [Mon, 26 Oct 2020 17:41:15 +0000 (02:41 +0900)]
Bump aws-sdk-s3 from 1.83.0 to 1.83.1 (#15045)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.83.0 to 1.83.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 stackprof from 0.2.15 to 0.2.16 (#15046)
dependabot[bot] [Mon, 26 Oct 2020 17:40:37 +0000 (02:40 +0900)]
Bump stackprof from 0.2.15 to 0.2.16 (#15046)

Bumps [stackprof](https://github.com/tmm1/stackprof) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/tmm1/stackprof/releases)
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tmm1/stackprof/compare/v0.2.15...v0.2.16)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge pull request #1442 from ThibG/glitch-soc/merge-upstream
ThibG [Mon, 26 Oct 2020 15:11:58 +0000 (16:11 +0100)]
Merge pull request #1442 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Fix follow request notifications
ThibG [Mon, 26 Oct 2020 14:41:28 +0000 (15:41 +0100)]
[Glitch] Fix follow request notifications

Port 3678b10823a691256ad63c1c4df8dc659dfc3bc0 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Mon, 26 Oct 2020 14:47:21 +0000 (15:47 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/services/process_mentions_service.rb`:
  glitch-soc local-only handling, ported upstream changes

5 years agoFix follow request notifications (#15048)
ThibG [Mon, 26 Oct 2020 14:41:28 +0000 (15:41 +0100)]
Fix follow request notifications (#15048)

5 years agoFix followers synchronization mechanism not being triggered on mentions (#15026)
ThibG [Fri, 23 Oct 2020 12:22:16 +0000 (14:22 +0200)]
Fix followers synchronization mechanism not being triggered on mentions (#15026)

e.g. if someone on an instance that previously had followers gets mentioned
in a private toot, before this PR, they would not receive a
Collection-Synchronization header and may show the toot to the former followers
in addition to the mentioned person.

5 years agoFix account processing failing because of large collections (#15027)
ThibG [Fri, 23 Oct 2020 12:21:31 +0000 (14:21 +0200)]
Fix account processing failing because of large collections (#15027)

Fixes #15025

5 years agoMerge pull request #1441 from ThibG/glitch-soc/merge-upstream
ThibG [Thu, 22 Oct 2020 20:38:11 +0000 (22:38 +0200)]
Merge pull request #1441 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years agoBump @babel/plugin-transform-runtime from 7.11.5 to 7.12.1 (#14995)
dependabot[bot] [Thu, 22 Oct 2020 08:51:57 +0000 (17:51 +0900)]
Bump @babel/plugin-transform-runtime from 7.11.5 to 7.12.1 (#14995)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.11.5 to 7.12.1.
- [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.12.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 @babel/preset-env from 7.11.5 to 7.12.1 (#15001)
dependabot[bot] [Thu, 22 Oct 2020 08:26:02 +0000 (17:26 +0900)]
Bump @babel/preset-env from 7.11.5 to 7.12.1 (#15001)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.5 to 7.12.1.
- [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.12.1/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react from 16.13.1 to 16.14.0 (#15005)
dependabot[bot] [Thu, 22 Oct 2020 06:35:48 +0000 (15:35 +0900)]
Bump react from 16.13.1 to 16.14.0 (#15005)

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

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.10.4 to 7.12.1 (#15006)
dependabot[bot] [Thu, 22 Oct 2020 05:27:10 +0000 (14:27 +0900)]
Bump @babel/preset-react from 7.10.4 to 7.12.1 (#15006)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.10.4 to 7.12.1.
- [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.12.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 agoBump @babel/plugin-proposal-decorators from 7.10.5 to 7.12.1 (#15008)
dependabot[bot] [Thu, 22 Oct 2020 05:11:56 +0000 (14:11 +0900)]
Bump @babel/plugin-proposal-decorators from 7.10.5 to 7.12.1 (#15008)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.10.5 to 7.12.1.
- [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.12.1/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 @github/webauthn-json from 0.5.6 to 0.5.7 (#14997)
dependabot[bot] [Thu, 22 Oct 2020 04:14:50 +0000 (13:14 +0900)]
Bump @github/webauthn-json from 0.5.6 to 0.5.7 (#14997)

Bumps [@github/webauthn-json](https://github.com/github/webauthn-json) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/github/webauthn-json/releases)
- [Commits](https://github.com/github/webauthn-json/compare/v0.5.6...v0.5.7)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump omniauth-saml from 1.10.2 to 1.10.3 (#15007)
dependabot[bot] [Thu, 22 Oct 2020 03:46:54 +0000 (12:46 +0900)]
Bump omniauth-saml from 1.10.2 to 1.10.3 (#15007)

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

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.93.0 to 0.93.1 (#15004)
dependabot[bot] [Thu, 22 Oct 2020 03:46:25 +0000 (12:46 +0900)]
Bump rubocop from 0.93.0 to 0.93.1 (#15004)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.0 to 0.93.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.93.0...v0.93.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tzinfo-data from 1.2020.2 to 1.2020.3 (#15002)
dependabot[bot] [Thu, 22 Oct 2020 03:41:42 +0000 (12:41 +0900)]
Bump tzinfo-data from 1.2020.2 to 1.2020.3 (#15002)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.2 to 1.2020.3.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.2...v1.2020.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump oj from 3.10.14 to 3.10.15 (#15009)
dependabot[bot] [Thu, 22 Oct 2020 03:28:25 +0000 (12:28 +0900)]
Bump oj from 3.10.14 to 3.10.15 (#15009)

Bumps [oj](https://github.com/ohler55/oj) from 3.10.14 to 3.10.15.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.10.14...v3.10.15)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump yargs from 16.0.3 to 16.1.0 (#15010)
dependabot[bot] [Thu, 22 Oct 2020 03:27:37 +0000 (12:27 +0900)]
Bump yargs from 16.0.3 to 16.1.0 (#15010)

Bumps [yargs](https://github.com/yargs/yargs) from 16.0.3 to 16.1.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v16.0.3...v16.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 active_record_query_trace from 1.7 to 1.8 (#14999)
dependabot[bot] [Thu, 22 Oct 2020 03:11:20 +0000 (12:11 +0900)]
Bump active_record_query_trace from 1.7 to 1.8 (#14999)

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

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-react-inline-elements from 7.10.4 to 7.12.1 (#14998)
dependabot[bot] [Thu, 22 Oct 2020 02:57:30 +0000 (11:57 +0900)]
Bump @babel/plugin-transform-react-inline-elements from 7.10.4 to 7.12.1 (#14998)

Bumps [@babel/plugin-transform-react-inline-elements](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-inline-elements) from 7.10.4 to 7.12.1.
- [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.12.1/packages/babel-plugin-transform-react-inline-elements)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webmock from 3.9.1 to 3.9.3 (#14996)
dependabot[bot] [Thu, 22 Oct 2020 02:50:01 +0000 (11:50 +0900)]
Bump webmock from 3.9.1 to 3.9.3 (#14996)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.9.1 to 3.9.3.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.9.1...v3.9.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/runtime from 7.11.2 to 7.12.1 (#14994)
dependabot[bot] [Thu, 22 Oct 2020 02:45:56 +0000 (11:45 +0900)]
Bump @babel/runtime from 7.11.2 to 7.12.1 (#14994)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.2 to 7.12.1.
- [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.12.1/packages/babel-runtime)

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.11.6 to 7.12.3 (#14993)
dependabot[bot] [Thu, 22 Oct 2020 02:45:03 +0000 (11:45 +0900)]
Bump @babel/core from 7.11.6 to 7.12.3 (#14993)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.12.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.12.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 @testing-library/react from 11.0.4 to 11.1.0 (#14992)
dependabot[bot] [Thu, 22 Oct 2020 02:41:48 +0000 (11:41 +0900)]
Bump @testing-library/react from 11.0.4 to 11.1.0 (#14992)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.4 to 11.1.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.4...v11.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agohelm: bump version to 3.2.1 (#15019)
Alex Dunn [Wed, 21 Oct 2020 23:36:07 +0000 (16:36 -0700)]
helm: bump version to 3.2.1 (#15019)

5 years ago[Glitch] Fix strings that could not be translated
mayaeh [Thu, 15 Oct 2020 19:24:58 +0000 (04:24 +0900)]
[Glitch] Fix strings that could not be translated

Port fb5f3be18f50eb5657479196e29d13a905c43ac8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>