]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoFix media not being marked sensitive when client sets a CW but no text (#13277)
ThibG [Wed, 25 Mar 2020 21:40:58 +0000 (22:40 +0100)]
Fix media not being marked sensitive when client sets a CW but no text (#13277)

Mastodon enforces the “sensitive” flag on media attachments whenever a toot
is posted with a Content Warning. However, it does so *after* potentially
converting the Content Warning to toot text (when there is no toot text),
which leads to inconsistent and surprising behavior for API clients.
This commit fixes this inconsistency.

5 years agoFix frontend crash when deleting announcements (#13312)
ThibG [Wed, 25 Mar 2020 21:39:55 +0000 (22:39 +0100)]
Fix frontend crash when deleting announcements (#13312)

Refactor and fix #13283, which only worked in some cases.

5 years agoChange poll option hover/active styling to be less confusing (#13313)
ThibG [Wed, 25 Mar 2020 21:39:18 +0000 (22:39 +0100)]
Change poll option hover/active styling to be less confusing (#13313)

5 years agoBump sidekiq-unique-jobs from 6.0.18 to 6.0.20 (#13294)
Yamagishi Kazutoshi [Sun, 22 Mar 2020 14:25:23 +0000 (23:25 +0900)]
Bump sidekiq-unique-jobs from 6.0.18 to 6.0.20 (#13294)

5 years agoFix bookmarks also searchable (#13293)
Takeshi Umeda [Sun, 22 Mar 2020 01:40:03 +0000 (10:40 +0900)]
Fix bookmarks also searchable (#13293)

5 years agoBump sidekiq from 5.2.7 to 6.0.4 (#11727)
dependabot-preview[bot] [Sat, 21 Mar 2020 03:04:54 +0000 (12:04 +0900)]
Bump sidekiq from 5.2.7 to 6.0.4 (#11727)

* Bump sidekiq from 5.2.7 to 6.0.0

Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 to 6.0.0.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
- [Commits](https://github.com/mperham/sidekiq/compare/v5.2.7...v6.0.0)

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

* Drop support Ruby 2.4

* update

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years ago[Security] Bump omniauth from 1.9.0 to 1.9.1 (#13229)
dependabot-preview[bot] [Sat, 21 Mar 2020 02:23:25 +0000 (03:23 +0100)]
[Security] Bump omniauth from 1.9.0 to 1.9.1 (#13229)

Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 1.9.1. **This update includes a security fix.**
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v1.9.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 agoMigrate Rails ujs as required for Rails 6 Upgrade. (#13280)
Shlee [Sat, 21 Mar 2020 02:14:50 +0000 (10:14 +0800)]
Migrate Rails ujs as required for Rails 6 Upgrade. (#13280)

* Update yarn.lock

* Update package.json

* Update public.js

* Update admin.js

* Update log_out.js

* Update common.js

5 years agoAdd link to bookmarks in web UI dropdown (#13273)
mayaeh [Sat, 21 Mar 2020 02:14:28 +0000 (11:14 +0900)]
Add link to bookmarks in web UI dropdown (#13273)

5 years agoMake bookmarks also searchable (#13271)
Jeong Arm [Sat, 21 Mar 2020 02:14:10 +0000 (11:14 +0900)]
Make bookmarks also searchable (#13271)

5 years agoFix frontend crash when deleting announcements (#13283)
Daniel Sockwell [Sat, 21 Mar 2020 02:10:42 +0000 (22:10 -0400)]
Fix frontend crash when deleting announcements (#13283)

This two-line change fixes a crash in the front end that occurred
under the following circumstances:
 *  A server had more than one announcement,
 *  A user was displaying the announcements, and
 *  An announcement was deleted (or unpublished, which amounts to
    the same thing.)

As might be expected, the bug was caused by attempting to access a
notification using an index value outside the bounds of the existing
announcements.  Specifically, in two places.  First,
`_markAnnouncementAsRead` attempts to modify announcements based on
the current index.  This is what caused the front end crash.  Second,
when rendering the `Announcements` component, the code paginates the
announcements and displays the current one.  This did not cause a
crash, but caused the front end to confusingly display a blank
announcement (in situations that would have caused a crash) with no
way for the user to navigate back to previous announcements.

This commit fixes both issues by adding a check to ensure that the
code never attempts to access an announcement with an index greater
than or equal to the number of announcements present.

5 years agoDecommission support for Ruby 2.4 (#13287)
Shlee [Sat, 21 Mar 2020 02:10:24 +0000 (10:10 +0800)]
Decommission support for Ruby 2.4 (#13287)

* Update Gemfile

* Update README.md

5 years agoFix reported accounts not being whitelisted when resolving a spamcheck report (#13289)
ThibG [Sat, 21 Mar 2020 02:08:09 +0000 (03:08 +0100)]
Fix reported accounts not being whitelisted when resolving a spamcheck report (#13289)

5 years agoBump capistrano from 3.11.2 to 3.12.1 (#13264)
dependabot-preview[bot] [Wed, 18 Mar 2020 12:48:03 +0000 (21:48 +0900)]
Bump capistrano from 3.11.2 to 3.12.1 (#13264)

* Bump capistrano from 3.11.2 to 3.12.1

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump webmock from 3.8.0 to 3.8.3 (#13265)
dependabot-preview[bot] [Wed, 18 Mar 2020 11:16:46 +0000 (20:16 +0900)]
Bump webmock from 3.8.0 to 3.8.3 (#13265)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.8.0 to 3.8.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.8.0...v3.8.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 sidekiq-scheduler from 3.0.0 to 3.0.1 (#13233)
dependabot-preview[bot] [Wed, 18 Mar 2020 11:02:34 +0000 (20:02 +0900)]
Bump sidekiq-scheduler from 3.0.0 to 3.0.1 (#13233)

Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases)
- [Commits](https://github.com/moove-it/sidekiq-scheduler/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 simple_form from 5.0.1 to 5.0.2 (#13231)
dependabot-preview[bot] [Wed, 18 Mar 2020 11:01:35 +0000 (20:01 +0900)]
Bump simple_form from 5.0.1 to 5.0.2 (#13231)

Bumps [simple_form](https://github.com/plataformatec/simple_form) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/plataformatec/simple_form/releases)
- [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/simple_form/compare/v5.0.1...v5.0.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 from 3.1.0 to 3.1.1 (#13230)
dependabot-preview[bot] [Wed, 18 Mar 2020 11:00:20 +0000 (20:00 +0900)]
Bump json-ld from 3.1.0 to 3.1.1 (#13230)

Bumps [json-ld](https://github.com/ruby-rdf/json-ld) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ruby-rdf/json-ld/releases)
- [Commits](https://github.com/ruby-rdf/json-ld/compare/3.1.0...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump redis from 2.8.0 to 3.0.2 (#13102)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:55:31 +0000 (19:55 +0900)]
Bump redis from 2.8.0 to 3.0.2 (#13102)

Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/NodeRedis/node-redis/releases)
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NodeRedis/node-redis/compare/v.2.8.0...v3.0.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 mkdirp from 0.5.1 to 1.0.3 (#12979)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:45:37 +0000 (19:45 +0900)]
Bump mkdirp from 0.5.1 to 1.0.3 (#12979)

Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 0.5.1 to 1.0.3.
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/commits/v1.0.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 sass from 1.25.0 to 1.26.3 (#13263)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:44:21 +0000 (19:44 +0900)]
Bump sass from 1.25.0 to 1.26.3 (#13263)

Bumps [sass](https://github.com/sass/dart-sass) from 1.25.0 to 1.26.3.
- [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.25.0...1.26.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 react-test-renderer from 16.12.0 to 16.13.0 (#13260)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:43:22 +0000 (19:43 +0900)]
Bump react-test-renderer from 16.12.0 to 16.13.0 (#13260)

Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.12.0 to 16.13.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.13.0/packages/react-test-renderer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump react-dom from 16.12.0 to 16.13.0 (#13181)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:42:04 +0000 (19:42 +0900)]
Bump react-dom from 16.12.0 to 16.13.0 (#13181)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.12.0 to 16.13.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.13.0/packages/react-dom)

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-jest from 24.9.0 to 25.1.0 (#12973)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:41:38 +0000 (19:41 +0900)]
Bump babel-jest from 24.9.0 to 25.1.0 (#12973)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.9.0 to 25.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/v25.1.0/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump react-immutable-proptypes from 2.1.0 to 2.2.0 (#13259)
dependabot-preview[bot] [Wed, 18 Mar 2020 10:40:49 +0000 (19:40 +0900)]
Bump react-immutable-proptypes from 2.1.0 to 2.2.0 (#13259)

Bumps [react-immutable-proptypes](https://github.com/HurricaneJames/react-immutable-proptypes) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/HurricaneJames/react-immutable-proptypes/releases)
- [Changelog](https://github.com/HurricaneJames/react-immutable-proptypes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/HurricaneJames/react-immutable-proptypes/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 agoFix WebUI crash in single-column mode on prehistoric browsers (#13267)
ThibG [Tue, 17 Mar 2020 19:43:55 +0000 (20:43 +0100)]
Fix WebUI crash in single-column mode on prehistoric browsers (#13267)

Fixes #13266

5 years agoFix some timeouts when searching URLs by limiting some database queries (#13253)
ThibG [Thu, 12 Mar 2020 22:06:43 +0000 (23:06 +0100)]
Fix some timeouts when searching URLs by limiting some database queries (#13253)

Only look up private toots from database if the request failed because of 401,
403 or 404 errors, as those may indicate a private toot, rather than something
that isn't a toot or cannot be processed.

5 years agoAdd option to include resolved DNS records when blacklisting e-mail domains in admin...
Eugen Rochko [Thu, 12 Mar 2020 21:35:20 +0000 (22:35 +0100)]
Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254)

* Add shortcuts to blacklist a user's e-mail domain in admin UI

* Add option to blacklist resolved MX and IP records for e-mail domains

5 years agoAdd titles to warning presets in admin UI (#13252)
Eugen Rochko [Thu, 12 Mar 2020 16:57:59 +0000 (17:57 +0100)]
Add titles to warning presets in admin UI (#13252)

5 years agoFix detailed view of direct messages displaying a 0 boost count (#13244)
ThibG [Tue, 10 Mar 2020 17:39:47 +0000 (18:39 +0100)]
Fix detailed view of direct messages displaying a 0 boost count (#13244)

The boost count is already removed from private toots,
do the same with direct messages.

5 years ago[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235)
Shlee [Tue, 10 Mar 2020 11:00:55 +0000 (19:00 +0800)]
[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235)

* Update Dockerfile

* Update Dockerfile

5 years agoFix regression in “Edit media” modal in web UI (#13243)
ThibG [Tue, 10 Mar 2020 10:59:44 +0000 (11:59 +0100)]
Fix regression in “Edit media” modal in web UI (#13243)

5 years agoFix videos with unsupported colorspace not being transcoded (#13242)
ThibG [Tue, 10 Mar 2020 10:58:40 +0000 (11:58 +0100)]
Fix videos with unsupported colorspace not being transcoded (#13242)

5 years agoFix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239)
ThibG [Mon, 9 Mar 2020 22:15:59 +0000 (23:15 +0100)]
Fix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239)

5 years agoBump eslint-plugin-react from 7.17.0 to 7.19.0 (#13224)
dependabot-preview[bot] [Mon, 9 Mar 2020 13:33:58 +0000 (22:33 +0900)]
Bump eslint-plugin-react from 7.17.0 to 7.19.0 (#13224)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.17.0 to 7.19.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.17.0...v7.19.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 cross-env from 6.0.3 to 7.0.2 (#13228)
dependabot-preview[bot] [Mon, 9 Mar 2020 13:28:25 +0000 (22:28 +0900)]
Bump cross-env from 6.0.3 to 7.0.2 (#13228)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v6.0.3...v7.0.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 wicg-inert from 3.0.0 to 3.0.2 (#13226)
dependabot-preview[bot] [Mon, 9 Mar 2020 13:27:25 +0000 (22:27 +0900)]
Bump wicg-inert from 3.0.0 to 3.0.2 (#13226)

Bumps [wicg-inert](https://github.com/WICG/inert) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/WICG/inert/releases)
- [Commits](https://github.com/WICG/inert/compare/v3.0.0...v3.0.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 file-loader from 5.0.2 to 5.1.0 (#13225)
dependabot-preview[bot] [Mon, 9 Mar 2020 13:25:22 +0000 (22:25 +0900)]
Bump file-loader from 5.0.2 to 5.1.0 (#13225)

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 5.0.2 to 5.1.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.0.2...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoChange the string "hidden" to "blocked" in WebUI (#13221)
mayaeh [Mon, 9 Mar 2020 08:13:21 +0000 (17:13 +0900)]
Change the string "hidden" to "blocked" in WebUI (#13221)

* Change the string "hidden" to "blocked" in WebUI.

* update

5 years agoChange video uploads to always be converted to H264/MP4 (#13220)
Eugen Rochko [Mon, 9 Mar 2020 01:20:18 +0000 (02:20 +0100)]
Change video uploads to always be converted to H264/MP4 (#13220)

Even if the container format is the same (.mp4), the codec could
be different and not playable in web browsers

5 years agoChange video uploads to enforce certain limits (#13218)
Eugen Rochko [Mon, 9 Mar 2020 01:19:07 +0000 (02:19 +0100)]
Change video uploads to enforce certain limits (#13218)

- Dimensions at most 1920x1200
- Frame rate at most 60

5 years agoBump cld3 from 3.2.6 to 3.3.0 (#13107)
dependabot-preview[bot] [Sun, 8 Mar 2020 23:12:52 +0000 (00:12 +0100)]
Bump cld3 from 3.2.6 to 3.3.0 (#13107)

* Bump cld3 from 3.2.6 to 3.3.0

Bumps [cld3](https://github.com/akihikodaki/cld3-ruby) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/akihikodaki/cld3-ruby/releases)
- [Commits](https://github.com/akihikodaki/cld3-ruby/compare/v3.2.6...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix compatibility with cld3 3.3.0

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
5 years agoAdd federation support for the "hide network" preference (#11673)
ThibG [Sun, 8 Mar 2020 23:10:29 +0000 (00:10 +0100)]
Add federation support for the "hide network" preference (#11673)

* Change ActivityPub follower/following collections to not link first page

* Add support for hiding followers and following of remote users

* Switch to using a single `hide_collections` column

* Address code style remarks

5 years agoChange local media attachments to perform heavy processing asynchronously (#13210)
Eugen Rochko [Sun, 8 Mar 2020 22:56:18 +0000 (23:56 +0100)]
Change local media attachments to perform heavy processing asynchronously (#13210)

Fix #9106

5 years agoBump doorkeeper from 5.2.3 to 5.3.1 (#13144)
dependabot-preview[bot] [Sun, 8 Mar 2020 15:22:12 +0000 (16:22 +0100)]
Bump doorkeeper from 5.2.3 to 5.3.1 (#13144)

Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.3 to 5.3.1.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.2.3...v.5.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 agoFix public posts from silenced accounts not being changed to unlisted visibility...
ThibG [Sun, 8 Mar 2020 15:11:49 +0000 (16:11 +0100)]
Fix public posts from silenced accounts not being changed to unlisted visibility (#13096)

5 years agoAdd support for links to statuses in announcements to be opened in web UI (#13212)
ThibG [Sun, 8 Mar 2020 15:10:48 +0000 (16:10 +0100)]
Add support for links to statuses in announcements to be opened in web UI (#13212)

* Add support for links to public statuses in announcements to be opened in WebUI

* Please CodeClimate

5 years agoChange the tooltip "Toggle visibility" to "Hide media" in web UI (#13199)
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 15:09:34 +0000 (16:09 +0100)]
Change the tooltip "Toggle visibility" to "Hide media" in web UI (#13199)

5 years agoChange wording of media display preferences to be more intuitive (#13198)
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 15:08:38 +0000 (16:08 +0100)]
Change wording of media display preferences to be more intuitive (#13198)

5 years agoUpdate nginx.conf (#13066)
Shlee [Sun, 8 Mar 2020 15:04:25 +0000 (23:04 +0800)]
Update nginx.conf (#13066)

5 years agoAdd submit button to the top of preferences pages (#13068)
guigeekz [Sun, 8 Mar 2020 15:04:03 +0000 (16:04 +0100)]
Add submit button to the top of preferences pages (#13068)

* Move submit button to the top of the edit page

* Duplicate save button on long form

* Fix click submit on profile spec

5 years agoCode style improvements in JavaScript (#13159)
Bèr Kessels [Sun, 8 Mar 2020 15:02:36 +0000 (16:02 +0100)]
Code style improvements in JavaScript (#13159)

* JS-linter: fix trailing comma's

* Configure eslinter to ignore this onchange error.

5 years agoAdd `--skip-media-remove` option to `tootctl statuses remove` (#13080)
tateisu [Sun, 8 Mar 2020 15:01:07 +0000 (00:01 +0900)]
Add `--skip-media-remove` option to `tootctl statuses remove` (#13080)

* Add skip_media_remove option to tootctl statuses remove

* Add skip_media_remove option to tootctl statuses remove

Co-authored-by: tateisu <tateisu@juggler.jp>
5 years agoAdd ability to delete files uploaded for settings in admin UI (#13192)
ThibG [Sun, 8 Mar 2020 15:00:24 +0000 (16:00 +0100)]
Add ability to delete files uploaded for settings in admin UI (#13192)

* Allow deleting site uploads

* Refactor and move links into hints

* Fix i18n tests

* Fix HTML output of site_upload_delete_hint

5 years agoChange description of privacy levels to be more intuitive in web UI (#13197)
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:59:55 +0000 (15:59 +0100)]
Change description of privacy levels to be more intuitive in web UI (#13197)

* Improve description of privacy levels in compose interface

* Change strings in defaultMessage and source as well as english

Co-authored-by: Thibaut Girka <thib@sitedethib.com>
5 years agoSet BUNDLE_PATH in CircleCI (#13214)
David Cook [Sun, 8 Mar 2020 14:45:19 +0000 (09:45 -0500)]
Set BUNDLE_PATH in CircleCI (#13214)

5 years agoFix error when searching for URLs that contain the mention syntax (#13151)
ThibG [Sun, 8 Mar 2020 14:42:20 +0000 (15:42 +0100)]
Fix error when searching for URLs that contain the mention syntax (#13151)

Fixes #13150

5 years agoAdd sorting by username, creation and last activity in moderation view (#13076)
ThibG [Sun, 8 Mar 2020 14:39:13 +0000 (15:39 +0100)]
Add sorting by username, creation and last activity in moderation view (#13076)

* Add ability to order accounts in moderation view

* Display last status date in “Most recent activity” for remote users

5 years agoFix text area above/right of emoji picker being accidentally clickable in web UI...
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:36:50 +0000 (15:36 +0100)]
Fix text area above/right of emoji picker being accidentally clickable in web UI (#13148)

5 years agoAdd specific rate limits for posting and following (#13172)
Eugen Rochko [Sun, 8 Mar 2020 14:17:39 +0000 (15:17 +0100)]
Add specific rate limits for posting and following (#13172)

5 years agoFix too large announcements not being scrollable in web UI (#13211)
ThibG [Fri, 6 Mar 2020 14:20:14 +0000 (15:20 +0100)]
Fix too large announcements not being scrollable in web UI (#13211)

5 years agoChange GIF label to be displayed even when autoplay is enabled in web UI (#13209)
koyu [Fri, 6 Mar 2020 04:31:51 +0000 (05:31 +0100)]
Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)

5 years agoRemove useless `respond_to` calls (#13208)
Eugen Rochko [Fri, 6 Mar 2020 00:29:38 +0000 (01:29 +0100)]
Remove useless `respond_to` calls (#13208)

5 years agoChange the string "Hide everything from …" to "Block domain …" in web UI (#13178)
Eugen Rochko [Thu, 5 Mar 2020 22:20:49 +0000 (23:20 +0100)]
Change the string "Hide everything from …" to "Block domain …" in web UI (#13178)

Blocking a domain is closer to blocking all its users than to a mute
action.

5 years agoFix "tootctl media remove-orphans" crashing when encountering invalid media (#13170)
Eugen Rochko [Thu, 5 Mar 2020 14:56:01 +0000 (15:56 +0100)]
Fix "tootctl media remove-orphans" crashing when encountering invalid media (#13170)

Fixes #13168

5 years agoAdd tooltips to audio/video player buttons (#13203)
Eugen Rochko [Thu, 5 Mar 2020 14:52:15 +0000 (15:52 +0100)]
Add tooltips to audio/video player buttons (#13203)

5 years agoBump @babel/runtime from 7.8.3 to 7.8.4 (#13183)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:55:52 +0000 (21:55 +0900)]
Bump @babel/runtime from 7.8.3 to 7.8.4 (#13183)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump webpack-dev-server from 3.10.1 to 3.10.3 (#13184)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:55:32 +0000 (21:55 +0900)]
Bump webpack-dev-server from 3.10.1 to 3.10.3 (#13184)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.1 to 3.10.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.10.1...v3.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump @babel/core from 7.8.4 to 7.8.6 (#13185)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:49:40 +0000 (21:49 +0900)]
Bump @babel/core from 7.8.4 to 7.8.6 (#13185)

Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump json-ld-preloaded from 3.1.0 to 3.1.1 (#13143)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:48:02 +0000 (21:48 +0900)]
Bump json-ld-preloaded from 3.1.0 to 3.1.1 (#13143)

Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.1.0...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump oj from 3.10.1 to 3.10.3 (#13187)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:46:56 +0000 (21:46 +0900)]
Bump oj from 3.10.1 to 3.10.3 (#13187)

Bumps [oj](https://github.com/ohler55/oj) from 3.10.1 to 3.10.3.
- [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.1...v3.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump strong_migrations from 0.5.1 to 0.6.2 (#13071)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:44:44 +0000 (21:44 +0900)]
Bump strong_migrations from 0.5.1 to 0.6.2 (#13071)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.5.1 to 0.6.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.5.1...v0.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump puma from 4.3.2 to 4.3.3 (#13177)
ThibG [Sun, 1 Mar 2020 21:25:13 +0000 (22:25 +0100)]
Bump puma from 4.3.2 to 4.3.3 (#13177)

This fixes cookies and devise authentication being broken as a result of
upgrading to puma 4.3.2, see https://github.com/puma/puma/issues/2132

6 years agoFix elasticsearch-api and faraday incompatibilities (#13166)
ThibG [Sat, 29 Feb 2020 02:05:02 +0000 (03:05 +0100)]
Fix elasticsearch-api and faraday incompatibilities (#13166)

6 years agoFix installation failing when Redis password contains special characters (#13156)
ThibG [Sat, 29 Feb 2020 02:00:43 +0000 (03:00 +0100)]
Fix installation failing when Redis password contains special characters (#13156)

* Add support for special characters in Redis passwords

Fixes #13154

* Refactor

6 years ago[Security] Bump puma from 4.3.1 to 4.3.2 (#13167)
dependabot-preview[bot] [Sat, 29 Feb 2020 01:57:14 +0000 (02:57 +0100)]
[Security] Bump puma from 4.3.1 to 4.3.2 (#13167)

Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.2. **This update includes a security fix.**
- [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/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix announcements with fully-qualified mention to local user crashing WebUI (#13164)
ThibG [Fri, 28 Feb 2020 12:49:45 +0000 (13:49 +0100)]
Fix announcements with fully-qualified mention to local user crashing WebUI (#13164)

6 years agoBump version to 3.1.2 (#13162)
Eugen Rochko [Thu, 27 Feb 2020 11:34:07 +0000 (12:34 +0100)]
Bump version to 3.1.2 (#13162)

6 years agoFix leak of arbitrary statuses through unfavourite action in REST API (#13161)
Eugen Rochko [Thu, 27 Feb 2020 11:32:54 +0000 (12:32 +0100)]
Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)

6 years agoFix dismissing an announcement twice raising an obscure error (#13124)
ThibG [Mon, 24 Feb 2020 21:21:40 +0000 (22:21 +0100)]
Fix dismissing an announcement twice raising an obscure error (#13124)

6 years agoFix misleading error when attempting to re-send a pending follow request (#13133)
ThibG [Mon, 24 Feb 2020 20:19:19 +0000 (21:19 +0100)]
Fix misleading error when attempting to re-send a pending follow request (#13133)

Fixes #13131

6 years agoFix backups failing when files are missing from media attachments (#13146)
ThibG [Mon, 24 Feb 2020 20:18:26 +0000 (21:18 +0100)]
Fix backups failing when files are missing from media attachments (#13146)

Fixes #13123

6 years agoFix duplicate accounts being created when fetching an account for its key only (...
ThibG [Mon, 24 Feb 2020 20:15:53 +0000 (21:15 +0100)]
Fix duplicate accounts being created when fetching an account for its key only (#13147)

Fixes #13136

When a user's canonical acct domain is different from its id's domain
(WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the
canonical domain from the URI. However, we skip webfinger queries when
updating only the key of a remote user, which led to the creation of a
duplicate account, using the URI's domain instead of the canonical acct: one.

6 years agoBump react-redux from 7.1.3 to 7.2.0 (#13141)
dependabot-preview[bot] [Mon, 24 Feb 2020 12:54:19 +0000 (21:54 +0900)]
Bump react-redux from 7.1.3 to 7.2.0 (#13141)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.3 to 7.2.0.
- [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.1.3...v7.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump webpack-cli from 3.3.10 to 3.3.11 (#13139)
dependabot-preview[bot] [Mon, 24 Feb 2020 08:50:25 +0000 (17:50 +0900)]
Bump webpack-cli from 3.3.10 to 3.3.11 (#13139)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rellax from 1.10.0 to 1.12.1 (#13140)
dependabot-preview[bot] [Mon, 24 Feb 2020 08:50:18 +0000 (17:50 +0900)]
Bump rellax from 1.10.0 to 1.12.1 (#13140)

Bumps [rellax](https://github.com/dixonandmoe/rellax) from 1.10.0 to 1.12.1.
- [Release notes](https://github.com/dixonandmoe/rellax/releases)
- [Commits](https://github.com/dixonandmoe/rellax/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @babel/core from 7.8.3 to 7.8.4 (#13137)
dependabot-preview[bot] [Mon, 24 Feb 2020 08:36:32 +0000 (17:36 +0900)]
Bump @babel/core from 7.8.3 to 7.8.4 (#13137)

Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoAdd `--reset-password` option to `tootctl accounts modify` (#13126)
ThibG [Sat, 22 Feb 2020 00:29:14 +0000 (01:29 +0100)]
Add `--reset-password` option to `tootctl accounts modify` (#13126)

6 years agoFix `/web` redirecting to `/web/web` in web UI (#13128)
ThibG [Sat, 22 Feb 2020 00:27:34 +0000 (01:27 +0100)]
Fix `/web` redirecting to `/web/web` in web UI (#13128)

Fixes #13127

6 years agoFix previously OStatus-based accounts not being detected as ActivityPub (#13129)
ThibG [Sat, 22 Feb 2020 00:26:41 +0000 (01:26 +0100)]
Fix previously OStatus-based accounts not being detected as ActivityPub (#13129)

6 years agoBump rack from 2.1.2 to 2.2.2 (#13108)
dependabot-preview[bot] [Thu, 20 Feb 2020 00:24:16 +0000 (09:24 +0900)]
Bump rack from 2.1.2 to 2.2.2 (#13108)

Bumps [rack](https://github.com/rack/rack) from 2.1.2 to 2.2.2.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.1.2...v2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoAdd source-mapped stacktrace to error message in web UI (#13082)
ThibG [Wed, 19 Feb 2020 21:36:52 +0000 (22:36 +0100)]
Add source-mapped stacktrace to error message in web UI (#13082)

* Add source-mapped stack trace to copyable text in error boundary

* Add the error message to the copied report, not only the stack trace

6 years agoFix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
ThibG [Wed, 19 Feb 2020 21:31:53 +0000 (22:31 +0100)]
Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)

`request.format` is not a symbol but a `Mime::Type`, so the condition actually
never matched, and a session was created even for those requests, preventing
caching.

6 years agoFix old browsers crashing because of missing `finally` polyfill in web UI (#13115)
ThibG [Tue, 18 Feb 2020 16:22:44 +0000 (17:22 +0100)]
Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115)

Fix #13015

6 years agoBump simplecov from 0.18.1 to 0.18.2 (#13106)
dependabot-preview[bot] [Mon, 17 Feb 2020 17:27:19 +0000 (02:27 +0900)]
Bump simplecov from 0.18.1 to 0.18.2 (#13106)

Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colszowka/simplecov/compare/v0.18.1...v0.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump pkg-config from 1.4.0 to 1.4.1 (#13105)
dependabot-preview[bot] [Mon, 17 Feb 2020 17:24:20 +0000 (02:24 +0900)]
Bump pkg-config from 1.4.0 to 1.4.1 (#13105)

Bumps [pkg-config](https://github.com/ruby-gnome/pkg-config) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/ruby-gnome/pkg-config/releases)
- [Changelog](https://github.com/ruby-gnome/pkg-config/blob/master/NEWS)
- [Commits](https://github.com/ruby-gnome/pkg-config/compare/1.4.0...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump nokogiri from 1.10.7 to 1.10.8 (#13110)
dependabot-preview[bot] [Mon, 17 Feb 2020 17:22:43 +0000 (02:22 +0900)]
Bump nokogiri from 1.10.7 to 1.10.8 (#13110)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rimraf from 3.0.0 to 3.0.2 (#13104)
dependabot-preview[bot] [Mon, 17 Feb 2020 16:58:14 +0000 (01:58 +0900)]
Bump rimraf from 3.0.0 to 3.0.2 (#13104)

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-swipeable-views from 0.13.4 to 0.13.9 (#13103)
dependabot-preview[bot] [Mon, 17 Feb 2020 16:57:29 +0000 (01:57 +0900)]
Bump react-swipeable-views from 0.13.4 to 0.13.9 (#13103)

Bumps [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) from 0.13.4 to 0.13.9.
- [Release notes](https://github.com/oliviertassinari/react-swipeable-views/releases)
- [Changelog](https://github.com/oliviertassinari/react-swipeable-views/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oliviertassinari/react-swipeable-views/commits/v0.13.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint-plugin-import from 2.20.0 to 2.20.1 (#13101)
dependabot-preview[bot] [Mon, 17 Feb 2020 16:53:02 +0000 (01:53 +0900)]
Bump eslint-plugin-import from 2.20.0 to 2.20.1 (#13101)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1)

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