This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix announcements with fully-qualified mention to local user crashing WebUI (#13164) * [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] <[email protected]> * Fix installation failing when Redis password contains special characters (#13156) * Add support for special characters in Redis passwords Fixes #13154 * Refactor * Fix elasticsearch-api and faraday incompatibilities (#13166) * 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 * 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * Add tooltips to audio/video player buttons (#13203) * Fix "tootctl media remove-orphans" crashing when encountering invalid media (#13170) Fixes #13168 * 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. * Remove useless `respond_to` calls (#13208) * Change GIF label to be displayed even when autoplay is enabled in web UI (#13209) * Fix too large announcements not being scrollable in web UI (#13211) * Add specific rate limits for posting and following (#13172) * Fix text area above/right of emoji picker being accidentally clickable in web UI (#13148) * 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 * Fix error when searching for URLs that contain the mention syntax (#13151) Fixes #13150 * Set BUNDLE_PATH in CircleCI (#13214) * 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 <[email protected]> * 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 * 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 <[email protected]> * Code style improvements in JavaScript (#13159) * JS-linter: fix trailing comma's * Configure eslinter to ignore this onchange error. * 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 * Update nginx.conf (#13066) * Change wording of media display preferences to be more intuitive (#13198) * Change the tooltip "Toggle visibility" to "Hide media" in web UI (#13199) * 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 * Fix public posts from silenced accounts not being changed to unlisted visibility (#13096) * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Change local media attachments to perform heavy processing asynchronously (#13210) Fix #9106 * 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 * 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] <[email protected]> * 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 <[email protected]> * Change video uploads to enforce certain limits (#13218) - Dimensions at most 1920x1200 - Frame rate at most 60 * 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 * Change the string "hidden" to "blocked" in WebUI (#13221) * Change the string "hidden" to "blocked" in WebUI. * update * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239) * Fix videos with unsupported colorspace not being transcoded (#13242) * Fix regression in “Edit media” modal in web UI (#13243) * [Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235) * Update Dockerfile * Update Dockerfile * 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. * Add titles to warning presets in admin UI (#13252) * 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 * 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. * Fix WebUI crash in single-column mode on prehistoric browsers (#13267) Fixes #13266 * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> * 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 <[email protected]> * Fix reported accounts not being whitelisted when resolving a spamcheck report (#13289) * Decommission support for Ruby 2.4 (#13287) * Update Gemfile * Update README.md * 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. * Make bookmarks also searchable (#13271) * Add link to bookmarks in web UI dropdown (#13273) * 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 * [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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * 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] <[email protected]> * 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 <[email protected]> * Fix bookmarks also searchable (#13293) * Bump sidekiq-unique-jobs from 6.0.18 to 6.0.20 (#13294) * Change poll option hover/active styling to be less confusing (#13313) * Fix frontend crash when deleting announcements (#13312) Refactor and fix #13283, which only worked in some cases. * 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. * Bump browser from 3.0.3 to 4.0.0 (#13307) Bumps [browser](https://github.com/fnando/browser) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/fnando/browser/releases) - [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md) - [Commits](https://github.com/fnando/browser/compare/v3.0.3...v4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump i18n-tasks from 0.9.30 to 0.9.31 (#13304) Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.30 to 0.9.31. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.30...v0.9.31) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump simplecov from 0.18.2 to 0.18.5 (#13310) Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.18.2 to 0.18.5. - [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.2...v0.18.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump rspec-rails from 3.9.0 to 3.9.1 (#13305) Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.9.0...v3.9.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump discard from 1.1.0 to 1.2.0 (#13308) Bumps [discard](https://github.com/jhawthorn/discard) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/jhawthorn/discard/releases) - [Changelog](https://github.com/jhawthorn/discard/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhawthorn/discard/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump aws-sdk-s3 from 1.60.1 to 1.61.1 (#13306) Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.60.1 to 1.61.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-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * New Crowdin translations (#13064) * New translations en.yml (Russian) [ci skip] * New translations en.yml (Dutch) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations en.json (Dutch) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.yml (Dutch) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Dutch) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Italian) [ci skip] * New translations en.yml (Icelandic) [ci skip] * New translations en.json (Dutch) [ci skip] * New translations en.json (Dutch) [ci skip] * New translations en.yml (Kabyle) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations simple_form.en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations simple_form.en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations simple_form.en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations simple_form.en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations simple_form.en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Swedish) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Galician) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations en.json (Kabyle) [ci skip] * New translations en.yml (Kabyle) [ci skip] * New translations en.yml (Icelandic) [ci skip] * New translations en.yml (Corsican) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Portuguese) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Hungarian) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.yml (Chinese Simplified) [ci skip] * New translations en.json (Greek) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations simple_form.en.yml (Greek) [ci skip] * New translations en.json (Breton) [ci skip] * New translations en.yml (Icelandic) [ci skip] * New translations devise.en.yml (Icelandic) [ci skip] * New translations en.json (Italian) [ci skip] * New translations simple_form.en.yml (German) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Lithuanian) [ci skip] * New translations en.yml (Norwegian) [ci skip] * New translations en.yml (Norwegian Nynorsk) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Hungarian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Kazakh) [ci skip] * New translations en.yml (Occitan) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Slovenian) [ci skip] * New translations en.yml (Thai) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.yml (Ukrainian) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations en.yml (Portuguese) [ci skip] * New translations en.yml (Serbian (Cyrillic)) [ci skip] * New translations en.yml (Slovak) [ci skip] * New translations en.yml (Icelandic) [ci skip] * New translations en.yml (Albanian) [ci skip] * New translations en.yml (Basque) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations en.yml (Italian) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Swedish) [ci skip] * New translations en.yml (Kabyle) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Czech) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Esperanto) [ci skip] * New translations en.yml (Estonian) [ci skip] * New translations en.yml (Galician) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations en.yml (Chinese Simplified) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (Corsican) [ci skip] * New translations en.yml (Dutch) [ci skip] * New translations en.yml (Danish) [ci skip] * New translations en.yml (Welsh) [ci skip] * New translations en.yml (Vietnamese) [ci skip] * New translations simple_form.en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Corsican) [ci skip] * New translations simple_form.en.yml (Spanish) [ci skip] * New translations simple_form.en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Icelandic) [ci skip] * New translations simple_form.en.yml (Italian) [ci skip] * New translations simple_form.en.yml (German) [ci skip] * New translations en.yml (Italian) [ci skip] * New translations simple_form.en.yml (Russian) [ci skip] * New translations simple_form.en.yml (Swedish) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations simple_form.en.yml (Catalan) [ci skip] * New translations simple_form.en.yml (Persian) [ci skip] * New translations simple_form.en.yml (Portuguese) [ci skip] * New translations simple_form.en.yml (Arabic) [ci skip] * New translations simple_form.en.yml (French) [ci skip] * New translations simple_form.en.yml (Korean) [ci skip] * New translations devise.en.yml (Kabyle) [ci skip] * New translations en.yml (Welsh) [ci skip] * New translations simple_form.en.yml (Welsh) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations simple_form.en.yml (Korean) [ci skip] * New translations simple_form.en.yml (Icelandic) [ci skip] * New translations en.yml (Icelandic) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations simple_form.en.yml (Spanish) [ci skip] * New translations simple_form.en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations simple_form.en.yml (Persian) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations simple_form.en.yml (Portuguese) [ci skip] * New translations en.yml (Portuguese) [ci skip] * New translations simple_form.en.yml (Catalan) [ci skip] * New translations simple_form.en.yml (Portuguese) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (German) [ci skip] * New translations simple_form.en.yml (German) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations simple_form.en.yml (Korean) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations simple_form.en.yml (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Galician) [ci skip] * New translations simple_form.en.yml (Icelandic) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Galician) [ci skip] * New translations en.yml (Corsican) [ci skip] * New translations simple_form.en.yml (Corsican) [ci skip] * New translations en.yml (Corsican) [ci skip] * New translations simple_form.en.yml (Corsican) [ci skip] * New translations en.yml (Hungarian) [ci skip] * New translations simple_form.en.yml (Hungarian) [ci skip] * New translations en.json (Kabyle) [ci skip] * New translations simple_form.en.yml (Hungarian) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations simple_form.en.yml (Greek) [ci skip] * New translations en.yml (French) [ci skip] * New translations simple_form.en.yml (French) [ci skip] * New translations simple_form.en.yml (Asturian) [ci skip] * New translations en.json (Breton) [ci skip] * New translations en.yml (Italian) [ci skip] * New translations simple_form.en.yml (Italian) [ci skip] * New translations devise.en.yml (Kabyle) [ci skip] * New translations en.yml (Basque) [ci skip] * New translations simple_form.en.yml (Basque) [ci skip] * New translations simple_form.en.yml (Occitan) [ci skip] * New translations en.yml (Slovak) [ci skip] * New translations simple_form.en.yml (Slovak) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Chinese Simplified) [ci skip] * New translations en.yml (Chinese Simplified) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations simple_form.en.yml (Chinese Simplified) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations en.json (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.json (French) [ci skip] * New translations en.yml (Slovak) [ci skip] * New translations doorkeeper.en.yml (Slovak) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations simple_form.en.yml (Polish) [ci skip] * New translations simple_form.en.yml (Polish) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations simple_form.en.yml (Indonesian) [ci skip] * New translations en.yml (Thai) [ci skip] * New translations simple_form.en.yml (Thai) [ci skip] * New translations simple_form.en.yml (Thai) [ci skip] * New translations en.json (Thai) [ci skip] * New translations en.json (Thai) [ci skip] * New translations en.json (Thai) [ci skip] * New translations en.yml (Thai) [ci skip] * New translations en.json (Thai) [ci skip] * New translations simple_form.en.yml (Thai) [ci skip] * New translations simple_form.en.yml (Thai) [ci skip] * New translations en.yml (Thai) [ci skip] * New translations simple_form.en.yml (Thai) [ci skip] * New translations activerecord.en.yml (Occitan) [ci skip] * New translations simple_form.en.yml (Indonesian) [ci skip] * New translations activerecord.en.yml (Kabyle) [ci skip] * New translations en.json (Breton) [ci skip] * New translations en.yml (Breton) [ci skip] * New translations en.yml (Breton) [ci skip] * New translations en.yml (Breton) [ci skip] * New translations en.yml (Breton) [ci skip] * New translations devise.en.yml (Breton) [ci skip] * New translations en.json (Breton) [ci skip] * New translations doorkeeper.en.yml (Breton) [ci skip] * New translations simple_form.en.yml (Breton) [ci skip] * New translations en.yml (Breton) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations devise.en.yml (Russian) [ci skip] * New translations simple_form.en.yml (Russian) [ci skip] * New translations en.json (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * i18n-tasks normalize * yarn manage:translations * Bump babel-plugin-preval from 4.0.0 to 5.0.0 (#13297) Bumps [babel-plugin-preval](https://github.com/kentcdodds/babel-plugin-preval) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/kentcdodds/babel-plugin-preval/releases) - [Changelog](https://github.com/kentcdodds/babel-plugin-preval/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/babel-plugin-preval/compare/v4.0.0...v5.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @babel/plugin-transform-react-inline-elements from 7.8.3 to 7.9.0 (#13298) Bumps [@babel/plugin-transform-react-inline-elements](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [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.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @babel/core from 7.8.6 to 7.9.0 (#13303) Bumps [@babel/core](https://github.com/babel/babel) from 7.8.6 to 7.9.0. - [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.6...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump webpack-bundle-analyzer from 3.6.0 to 3.6.1 (#13300) Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.6.0...v3.6.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Change `tootctl media remove-orphans` to work for all classes (#13316) Change `tootctl media lookup` to not use an interactive prompt * Bump react-select from 3.0.8 to 3.1.0 (#13296) Bumps [react-select](https://github.com/JedWatson/react-select) from 3.0.8 to 3.1.0. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js) - [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@3.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @babel/plugin-transform-runtime from 7.8.3 to 7.9.0 (#13301) Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [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.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump webpack from 4.41.5 to 4.42.1 (#13319) Bumps [webpack](https://github.com/webpack/webpack) from 4.41.5 to 4.42.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.42.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix Paperclip using deprecated URI.escape function (#13320) Monkey-patch Paperclip to perform URL escaping in a slightly more appropriate way, and get rid of runtime deprecation warnings. * Bump brakeman from 4.7.2 to 4.8.0 (#13309) Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v4.7.2...v4.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix OCR not working on Safari because of unsupported worker-src CSP (#13323) Fixes #13321 * Fix 404 and 410 API errors being silently discarded in WebUI (#13279) * Fix 404 and 410 API errors being silently discarded in WebUI Fixes #13278 * Return more appropriate error when user replies to a deleted toot * Please CodeClimate * Fix 404/410 errors on fetching account timelines & identity proofs * Refactor error handling * Move error message string to statuses.errors * Fix incorrect deletion of local accounts imported by overwriting (#13350) * Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355) * Bump pg from 1.2.2 to 1.2.3 (#13344) Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.2.2...v1.2.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump oj from 3.10.3 to 3.10.5 (#13345) Bumps [oj](https://github.com/ohler55/oj) from 3.10.3 to 3.10.5. - [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.3...v3.10.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump iso-639 from 0.2.8 to 0.3.5 (#13343) Bumps [iso-639](https://github.com/xwmx/iso-639) from 0.2.8 to 0.3.5. - [Release notes](https://github.com/xwmx/iso-639/releases) - [Commits](https://github.com/xwmx/iso-639/compare/0.2.8...0.3.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump ox from 2.12.1 to 2.13.2 (#13342) Bumps [ox](https://github.com/ohler55/ox) from 2.12.1 to 2.13.2. - [Release notes](https://github.com/ohler55/ox/releases) - [Changelog](https://github.com/ohler55/ox/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/ox/compare/v2.12.1...v2.13.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump better_errors from 2.5.1 to 2.6.0 (#13340) Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/BetterErrors/better_errors/releases) - [Commits](https://github.com/BetterErrors/better_errors/compare/v2.5.1...v2.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix ImportsController param to permit :mode (#13347) * Bump parallel_tests from 2.30.1 to 2.32.0 (#13341) Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.30.1 to 2.32.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.30.1...v2.32.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump uuid from 3.4.0 to 7.0.2 (#13295) Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.2. - [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/v3.4.0...v7.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix content warning being unnecessarily cleared when enabling/disabling CW (#13348) * Bump concurrent-ruby from 1.1.5 to 1.1.6 (#13346) Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.5...v1.1.6) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump react from 16.12.0 to 16.13.1 (#13337) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 16.13.1. - [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.1/packages/react) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump stringz from 2.0.0 to 2.1.0 (#13331) Bumps [stringz](https://github.com/sallar/stringz) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/sallar/stringz/releases) - [Changelog](https://github.com/sallar/stringz/blob/master/CHANGELOG.md) - [Commits](https://github.com/sallar/stringz/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump babel-jest from 25.1.0 to 25.2.4 (#13332) Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.1.0 to 25.2.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v25.2.4/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @babel/preset-env from 7.8.3 to 7.9.0 (#13336) Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [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.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump yargs from 15.1.0 to 15.3.1 (#13334) Bumps [yargs](https://github.com/yargs/yargs) from 15.1.0 to 15.3.1. - [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/v15.1.0...v15.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump babel-loader from 8.0.6 to 8.1.0 (#13333) Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.6 to 8.1.0. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.0.6...v8.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @babel/preset-react from 7.8.3 to 7.9.4 (#13335) Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.8.3 to 7.9.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.9.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump autoprefixer from 9.7.4 to 9.7.5 (#13338) Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.4 to 9.7.5. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.7.4...9.7.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix re-sending of e-mail confirmation not being rate limited (#13360) Fix #13330 * Improve toot clicking areas (#13327) * Make the area to the left “Show Thread” also expand the toot in Web UI * Clicking the left part of a conversation with the avatars now opens it in Web UI * Fix background jobs not using locks like they are supposed to (#13361) Also: - Fix locks not being removed when jobs go to the dead job queue - Add UI for managing locks to the Sidekiq dashboard - Remove unused Sidekiq workers Fix #13349 * Bump sidekiq-unique-jobs from 6.0.20 to 6.0.21 (#13367) Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.20 to 6.0.21. - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases) - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.20...v6.0.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump faker from 2.10.1 to 2.11.0 (#13363) Bumps [faker](https://github.com/faker-ruby/faker) from 2.10.1 to 2.11.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/commits/v2.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump tty-prompt from 0.20.0 to 0.21.0 (#13366) Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/piotrmurach/tty-prompt/releases) - [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.20.0...v0.21.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump bootsnap from 1.4.5 to 1.4.6 (#13369) Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.5 to 1.4.6. - [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.5...v1.4.6) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump json-ld-preloaded from 3.1.1 to 3.1.2 (#13365) Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases) - [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.1.1...3.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump json-ld from 3.1.1 to 3.1.2 (#13368) Bumps [json-ld](https://github.com/ruby-rdf/json-ld) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ruby-rdf/json-ld/releases) - [Commits](https://github.com/ruby-rdf/json-ld/compare/3.1.1...3.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Fix pinning a column in web UI sometimes redirecting out of web UI (#13376) Fix #13216 * Fix returning results when searching for URL with non-zero offset (#13377) Fix #13083 * Fix `tootctl media remove-orphans` ignoring `PAPERCLIP_ROOT_PATH` (#13375) Fix #13371 * Improve polls: option lengths & redesign (#13257) This commit redesign the polls and increases characters limit for the options from 25 to 50 characters, giving pollsters more freedom. Summarizing, the redesign is making the polls more adaptive for upcoming changes to the options characters limit: the bar, or a "chart", is now displayed separately from the option itself; vote check mark is moved next to the option text, making the percentages take less space. Option lengths are taken into account and text is wrapped to multiple lines if necessary to avoid overflow. * Bump rspec-rails from 3.9.1 to 4.0.0 (#13364) Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.9.1 to 4.0.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Add ability to filter audit log in admin UI (#13381) * Update Vagrant box to Bionic (#13384) * Update config.yml (#13379) * Add explanation as to why unlocked accounts may have follow requests (#13385) * Add explanation as to why unlocked accounts may have follow requests * Change wording to avoid “silenced” * Bump rails from 5.2.4.1 to 5.2.4.2 and kind-of from 6.0.2 to 6.0.3 (#13387) * Bump rails from 5.2.4.1 to 5.2.4.2 * Bump kind-of from 6.0.2 to 6.0.3 * Bump version to 3.1.3 (#13389) * Fix PostgreSQL load when linking in announcements (#13250) * Fix PostgreSQL load when linking in announcements Fixes #13245 by caching status lookups Since statuses are supposed to be known already and we only need their URLs and a few other things, caching them should be fine. Since it's only used by announcements so far, there won't be much statuses to cache. * Perform status lookup when saving announcements, not when rendering them * Change EntityCache#status to fetch URLs instead of looking into the database * Move announcement link lookup to publishing worker * Address issues pointed out during review * [Security] Update Dockerfile for Ruby 2.6.6 (#13393) * Update .ruby-version (#13395) * Fix “Show more” not switching to “Show less” on public pages (#13174) * Fix “Show more” not switching to “Show less” on public pages Fixes #13169 * Fix initial text of CW button on public pages when CW are unfolded by default * Add rate limit for reporting (#13390) * New Crowdin translations (#13317) * New translations en.yml (Italian) [ci skip] * New translations doorkeeper.en.yml (Indonesian) [ci skip] * New translations simple_form.en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations devise.en.yml (Ido) [ci skip] * New translations doorkeeper.en.yml (Ido) [ci skip] * New translations en.json (Hebrew) [ci skip] * New translations activerecord.en.yml (Georgian) [ci skip] * New translations doorkeeper.en.yml (Georgian) [ci skip] * New translations en.yml (German) [ci skip] * New translations simple_form.en.yml (German) [ci skip] * New translations doorkeeper.en.yml (German) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations simple_form.en.yml (Greek) [ci skip] * New translations doorkeeper.en.yml (Greek) [ci skip] * New translations en.yml (Hebrew) [ci skip] * New translations simple_form.en.yml (Hebrew) [ci skip] * New translations activerecord.en.yml (Hebrew) [ci skip] * New translations devise.en.yml (Hebrew) [ci skip] * New translations doorkeeper.en.yml (Hebrew) [ci skip] * New translations en.yml (Hindi) [ci skip] * New translations en.yml (Galician) [ci skip] * New translations doorkeeper.en.yml (Esperanto) [ci skip] * New translations doorkeeper.en.yml (French) [ci skip] * New translations devise.en.yml (French) [ci skip] * New translations simple_form.en.yml (French) [ci skip] * New translations en.yml (French) [ci skip] * New translations doorkeeper.en.yml (Finnish) [ci skip] * New translations simple_form.en.yml (Finnish) [ci skip] * New translations en.yml (Finnish) [ci skip] * New translations en.json (Finnish) [ci skip] * New translations doorkeeper.en.yml (Estonian) [ci skip] * New translations simple_form.en.yml (Estonian) [ci skip] * New translations en.yml (Estonian) [ci skip] * New translations doorkeeper.en.yml (Welsh) [ci skip] * New translations activerecord.en.yml (Serbian (Latin)) [ci skip] * New translations devise.en.yml (Serbian (Latin)) [ci skip] * New translations devise.en.yml (Urdu (Pakistan)) [ci skip] * New translations activerecord.en.yml (Vietnamese) [ci skip] * New translations devise.en.yml (Vietnamese) [ci skip] * New translations en.yml (Tamil) [ci skip] * New translations en.yml (Tamil) [ci skip] * New translations simple_form.en.yml (Tamil) [ci skip] * New translations simple_form.en.yml (Tamil) [ci skip] * New translations en.yml (Thai) [ci skip] * New translations en.yml (Basque) [ci skip] * New translations en.json (Basque) [ci skip] * New translations simple_form.en.yml (Basque) [ci skip] * New translations simple_form.en.yml (Basque) [ci skip] * New translations en.yml (Galician) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.yml (French) [ci skip] * New translations devise.en.yml (German) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (Swedish) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations en.yml (Chinese Traditional, Hong Kong) [ci skip] * New translations en.yml (Chinese Traditional) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Italian) [ci skip] * New translations simple_form.en.yml (Italian) [ci skip] * New translations en.yml (Corsican) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Tamil) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Indonesian) [ci skip] * New translations simple_form.en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Slovak) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Hungarian) [ci skip] * New translations simple_form.en.yml (Slovak) [ci skip] * New translations en.yml (Slovak) [ci skip] * New translations en.json (Slovak) [ci skip] * New translations en.yml (Portuguese) [ci skip] * New translations en.json (Portuguese) [ci skip] * New translations en.json (Portuguese) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Chinese Simplified) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.json (Galician) [ci skip] * New translations devise.en.yml (Galician) [ci skip] * New translations en.json (Finnish) [ci skip] * New translations en.yml (Finnish) [ci skip] * New translations en.json (Finnish) [ci skip] * New translations en.json (Finnish) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations en.json (French) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Catalan) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations simple_form.en.yml (Persian) [ci skip] * New translations en.yml (Persian) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Korean) [ci skip] * New translations en.json (Hungarian) [ci skip] * New translations en.yml (Hungarian) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (French) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (Russian) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.yml (Greek) [ci skip] * New translations en.yml (German) [ci skip] * New t…
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix announcements with fully-qualified mention to local user crashing WebUI (Fix announcements with fully-qualified mention to local user crashing WebUI mastodon/mastodon#13164)
[Security] Bump puma from 4.3.1 to 4.3.2 ([Security] Bump puma from 4.3.1 to 4.3.2 mastodon/mastodon#13167)
Bumps puma from 4.3.1 to 4.3.2. This update includes a security fix.
Signed-off-by: dependabot-preview[bot] [email protected]
Fix installation failing when Redis password contains special characters (Fix installation failing when Redis password contains special characters mastodon/mastodon#13156)
Add support for special characters in Redis passwords
Fixes mastodon#13154
Refactor
Fix elasticsearch-api and faraday incompatibilities (Fix elasticsearch-api and faraday incompatibilities mastodon/mastodon#13166)
Bump puma from 4.3.2 to 4.3.3 (Bump puma from 4.3.2 to 4.3.3 mastodon/mastodon#13177)
This fixes cookies and devise authentication being broken as a result of
upgrading to puma 4.3.2, see puma/puma#2132
Bumps strong_migrations from 0.5.1 to 0.6.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Bumps oj from 3.10.1 to 3.10.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Bumps json-ld-preloaded from 3.1.0 to 3.1.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Bumps @babel/core from 7.8.4 to 7.8.6.
Signed-off-by: dependabot-preview[bot] [email protected]
Bumps webpack-dev-server from 3.10.1 to 3.10.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Bumps @babel/runtime from 7.8.3 to 7.8.4.
Signed-off-by: dependabot-preview[bot] [email protected]
Add tooltips to audio/video player buttons (Add tooltips to audio/video player buttons mastodon/mastodon#13203)
Fix "tootctl media remove-orphans" crashing when encountering invalid media (Fix "tootctl media remove-orphans" crashing when encountering invalid media mastodon/mastodon#13170)
Fixes mastodon#13168
Blocking a domain is closer to blocking all its users than to a mute
action.
Remove useless
respond_to
calls (Remove uselessrespond_to
calls mastodon/mastodon#13208)Change GIF label to be displayed even when autoplay is enabled in web UI (Change GIF label to be displayed even when autoplay is enabled in web UI mastodon/mastodon#13209)
Fix too large announcements not being scrollable in web UI (Fix too large announcements not being scrollable in web UI mastodon/mastodon#13211)
Add specific rate limits for posting and following (Add specific rate limits for posting and following mastodon/mastodon#13172)
Fix text area above/right of emoji picker being accidentally clickable in web UI (Fix text area above/right of emoji picker being accidentally clickable in web UI mastodon/mastodon#13148)
Add sorting by username, creation and last activity in moderation view (Add sorting by username, creation and last activity in moderation view mastodon/mastodon#13076)
Add ability to order accounts in moderation view
Display last status date in “Most recent activity” for remote users
Fix error when searching for URLs that contain the mention syntax (Fix error when searching for URLs that contain the mention syntax mastodon/mastodon#13151)
Fixes mastodon#13150
Set BUNDLE_PATH in CircleCI (Set BUNDLE_PATH in CircleCI mastodon/mastodon#13214)
Change description of privacy levels to be more intuitive in web UI (Change description of privacy levels to be more intuitive in web UI mastodon/mastodon#13197)
Improve description of privacy levels in compose interface
Change strings in defaultMessage and source as well as english
Co-authored-by: Thibaut Girka [email protected]
Add ability to delete files uploaded for settings in admin UI (Add ability to delete files uploaded for settings in admin UI mastodon/mastodon#13192)
Allow deleting site uploads
Refactor and move links into hints
Fix i18n tests
Fix HTML output of site_upload_delete_hint
Add
--skip-media-remove
option totootctl statuses remove
(Add--skip-media-remove
option totootctl statuses remove
mastodon/mastodon#13080)Add skip_media_remove option to tootctl statuses remove
Add skip_media_remove option to tootctl statuses remove
Co-authored-by: tateisu [email protected]
Code style improvements in JavaScript (Code style improvements in JavaScript mastodon/mastodon#13159)
JS-linter: fix trailing comma's
Configure eslinter to ignore this onchange error.
Add submit button to the top of preferences pages (Add submit button to the top of preferences pages mastodon/mastodon#13068)
Move submit button to the top of the edit page
Duplicate save button on long form
Fix click submit on profile spec
Update nginx.conf (Change example nginx configuration to reduce downtime during server restarts mastodon/mastodon#13066)
Change wording of media display preferences to be more intuitive (Change wording of media display preferences to be more intuitive mastodon/mastodon#13198)
Change the tooltip "Toggle visibility" to "Hide media" in web UI (Change the tooltip "Toggle visibility" to "Hide media" in web UI mastodon/mastodon#13199)
Add support for links to statuses in announcements to be opened in web UI (Add support for links to statuses in announcements to be opened in web UI mastodon/mastodon#13212)
Add support for links to public statuses in announcements to be opened in WebUI
Please CodeClimate
Fix public posts from silenced accounts not being changed to unlisted visibility (Fix public posts from silenced accounts not being changed to unlisted visibility mastodon/mastodon#13096)
Bump doorkeeper from 5.2.3 to 5.3.1 (Bump doorkeeper from 5.2.3 to 5.3.1 mastodon/mastodon#13144)
Bumps doorkeeper from 5.2.3 to 5.3.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix mastodon#9106
Add federation support for the "hide network" preference (Add federation support for the "hide network" preference mastodon/mastodon#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
columnAddress code style remarks
Bump cld3 from 3.2.6 to 3.3.0 (Bump cld3 from 3.2.6 to 3.3.0 mastodon/mastodon#13107)
Bump cld3 from 3.2.6 to 3.3.0
Bumps cld3 from 3.2.6 to 3.3.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko [email protected]
Even if the container format is the same (.mp4), the codec could
be different and not playable in web browsers
Change the string "hidden" to "blocked" in WebUI (Change the string "hidden" to "blocked" in WebUI mastodon/mastodon#13221)
Change the string "hidden" to "blocked" in WebUI.
update
Bump file-loader from 5.0.2 to 5.1.0 (Bump file-loader from 5.0.2 to 5.1.0 mastodon/mastodon#13225)
Bumps file-loader from 5.0.2 to 5.1.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps wicg-inert from 3.0.0 to 3.0.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps cross-env from 6.0.3 to 7.0.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps eslint-plugin-react from 7.17.0 to 7.19.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix MP4 (H264 + AAC) video files being needlessly re-encoded (Fix MP4 (H264 + AAC) video files being needlessly re-encoded mastodon/mastodon#13239)
Fix videos with unsupported colorspace not being transcoded (Fix videos with unsupported colorspace not being transcoded mastodon/mastodon#13242)
Fix regression in “Edit media” modal in web UI (Fix regression in “Edit media” modal in web UI mastodon/mastodon#13243)
[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker ([Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker mastodon/mastodon#13235)
Update Dockerfile
Update Dockerfile
Fix detailed view of direct messages displaying a 0 boost count (Fix detailed view of direct messages displaying a 0 boost count mastodon/mastodon#13244)
The boost count is already removed from private toots,
do the same with direct messages.
Add titles to warning presets in admin UI (Add titles to warning presets in admin UI mastodon/mastodon#13252)
Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (Add option to include resolved DNS records when blacklisting e-mail domains in admin UI mastodon/mastodon#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
Fix some timeouts when searching URLs by limiting some database queries (Fix some timeouts when searching URLs by limiting some database queries mastodon/mastodon#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.
Fixes mastodon#13266
Bumps react-immutable-proptypes from 2.1.0 to 2.2.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps babel-jest from 24.9.0 to 25.1.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps react-dom from 16.12.0 to 16.13.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps react-test-renderer from 16.12.0 to 16.13.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps sass from 1.25.0 to 1.26.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps mkdirp from 0.5.1 to 1.0.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps redis from 2.8.0 to 3.0.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps json-ld from 3.1.0 to 3.1.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps simple_form from 5.0.1 to 5.0.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps sidekiq-scheduler from 3.0.0 to 3.0.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps webmock from 3.8.0 to 3.8.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump capistrano from 3.11.2 to 3.12.1 (Bump capistrano from 3.11.2 to 3.12.1 mastodon/mastodon#13264)
Bump capistrano from 3.11.2 to 3.12.1
Bumps capistrano from 3.11.2 to 3.12.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi [email protected]
Fix reported accounts not being whitelisted when resolving a spamcheck report (Fix reported accounts not being whitelisted when resolving a spamcheck report mastodon/mastodon#13289)
Decommission support for Ruby 2.4 (Decommission support for Ruby 2.4 mastodon/mastodon#13287)
Update Gemfile
Update README.md
Fix frontend crash when deleting announcements (Fix frontend crash when deleting announcements mastodon/mastodon#13283)
This two-line change fixes a crash in the front end that occurred
under the following circumstances:
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 onthe current index. This is what caused the front end crash. Second,
when rendering the
Announcements
component, the code paginates theannouncements 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.
Make bookmarks also searchable (Make bookmarks also searchable mastodon/mastodon#13271)
Add link to bookmarks in web UI dropdown (Add link to bookmarks in web UI dropdown menu mastodon/mastodon#13273)
Migrate Rails ujs as required for Rails 6 Upgrade. (Migrate Rails ujs as required for Rails 6 Upgrade. mastodon/mastodon#13280)
Update yarn.lock
Update package.json
Update public.js
Update admin.js
Update log_out.js
Update common.js
[Security] Bump omniauth from 1.9.0 to 1.9.1 ([Security] Bump omniauth from 1.9.0 to 1.9.1 mastodon/mastodon#13229)
Bumps omniauth from 1.9.0 to 1.9.1. This update includes a security fix.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sidekiq from 5.2.7 to 6.0.4 (Bump sidekiq from 5.2.7 to 6.0.4 mastodon/mastodon#11727)
Bump sidekiq from 5.2.7 to 6.0.0
Bumps sidekiq from 5.2.7 to 6.0.0.
Signed-off-by: dependabot-preview[bot] [email protected]
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 [email protected]
Fix bookmarks also searchable (Fix bookmarks also searchable mastodon/mastodon#13293)
Bump sidekiq-unique-jobs from 6.0.18 to 6.0.20 (Bump sidekiq-unique-jobs from 6.0.18 to 6.0.20 mastodon/mastodon#13294)
Change poll option hover/active styling to be less confusing (Change poll option hover/active styling to be less confusing mastodon/mastodon#13313)
Fix frontend crash when deleting announcements (Fix frontend crash when deleting announcements mastodon/mastodon#13312)
Refactor and fix mastodon#13283, which only worked in some cases.
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.
Bumps browser from 3.0.3 to 4.0.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps i18n-tasks from 0.9.30 to 0.9.31.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps simplecov from 0.18.2 to 0.18.5.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps rspec-rails from 3.9.0 to 3.9.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps discard from 1.1.0 to 1.2.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps aws-sdk-s3 from 1.60.1 to 1.61.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
New Crowdin translations (New Crowdin translations mastodon/mastodon#13064)
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Dutch)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations en.json (Dutch)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations en.yml (Dutch)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Dutch)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Italian)
[ci skip]
New translations en.yml (Icelandic)
[ci skip]
New translations en.json (Dutch)
[ci skip]
New translations en.json (Dutch)
[ci skip]
New translations en.yml (Kabyle)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Swedish)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Galician)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations simple_form.en.yml (Japanese)
[ci skip]
New translations en.yml (Arabic)
[ci skip]
New translations en.json (Kabyle)
[ci skip]
New translations en.yml (Kabyle)
[ci skip]
New translations en.yml (Icelandic)
[ci skip]
New translations en.yml (Corsican)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Portuguese)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations en.yml (Hungarian)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations en.yml (Chinese Simplified)
[ci skip]
New translations en.json (Greek)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations simple_form.en.yml (Greek)
[ci skip]
New translations en.json (Breton)
[ci skip]
New translations en.yml (Icelandic)
[ci skip]
New translations devise.en.yml (Icelandic)
[ci skip]
New translations en.json (Italian)
[ci skip]
New translations simple_form.en.yml (German)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Lithuanian)
[ci skip]
New translations en.yml (Norwegian)
[ci skip]
New translations en.yml (Norwegian Nynorsk)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Hungarian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations en.yml (Kazakh)
[ci skip]
New translations en.yml (Occitan)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Slovenian)
[ci skip]
New translations en.yml (Thai)
[ci skip]
New translations en.yml (Turkish)
[ci skip]
New translations en.yml (Ukrainian)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Polish)
[ci skip]
New translations en.yml (Portuguese)
[ci skip]
New translations en.yml (Serbian (Cyrillic))
[ci skip]
New translations en.yml (Slovak)
[ci skip]
New translations en.yml (Icelandic)
[ci skip]
New translations en.yml (Albanian)
[ci skip]
New translations en.yml (Basque)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (Arabic)
[ci skip]
New translations en.yml (Italian)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Swedish)
[ci skip]
New translations en.yml (Kabyle)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Czech)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Esperanto)
[ci skip]
New translations en.yml (Estonian)
[ci skip]
New translations en.yml (Galician)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations en.yml (Chinese Simplified)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (Corsican)
[ci skip]
New translations en.yml (Dutch)
[ci skip]
New translations en.yml (Danish)
[ci skip]
New translations en.yml (Welsh)
[ci skip]
New translations en.yml (Vietnamese)
[ci skip]
New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Corsican)
[ci skip]
New translations simple_form.en.yml (Spanish)
[ci skip]
New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Icelandic)
[ci skip]
New translations simple_form.en.yml (Italian)
[ci skip]
New translations simple_form.en.yml (German)
[ci skip]
New translations en.yml (Italian)
[ci skip]
New translations simple_form.en.yml (Russian)
[ci skip]
New translations simple_form.en.yml (Swedish)
[ci skip]
New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
New translations simple_form.en.yml (Catalan)
[ci skip]
New translations simple_form.en.yml (Persian)
[ci skip]
New translations simple_form.en.yml (Portuguese)
[ci skip]
New translations simple_form.en.yml (Arabic)
[ci skip]
New translations simple_form.en.yml (French)
[ci skip]
New translations simple_form.en.yml (Korean)
[ci skip]
New translations devise.en.yml (Kabyle)
[ci skip]
New translations en.yml (Welsh)
[ci skip]
New translations simple_form.en.yml (Welsh)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations simple_form.en.yml (Korean)
[ci skip]
New translations simple_form.en.yml (Icelandic)
[ci skip]
New translations en.yml (Icelandic)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations simple_form.en.yml (Spanish)
[ci skip]
New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations simple_form.en.yml (Persian)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
New translations simple_form.en.yml (Portuguese)
[ci skip]
New translations en.yml (Portuguese)
[ci skip]
New translations simple_form.en.yml (Catalan)
[ci skip]
New translations simple_form.en.yml (Portuguese)
[ci skip]
New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations simple_form.en.yml (German)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations simple_form.en.yml (Korean)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations simple_form.en.yml (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Galician)
[ci skip]
New translations simple_form.en.yml (Icelandic)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Galician)
[ci skip]
New translations en.yml (Corsican)
[ci skip]
New translations simple_form.en.yml (Corsican)
[ci skip]
New translations en.yml (Corsican)
[ci skip]
New translations simple_form.en.yml (Corsican)
[ci skip]
New translations en.yml (Hungarian)
[ci skip]
New translations simple_form.en.yml (Hungarian)
[ci skip]
New translations en.json (Kabyle)
[ci skip]
New translations simple_form.en.yml (Hungarian)
[ci skip]
New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations simple_form.en.yml (Greek)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations simple_form.en.yml (French)
[ci skip]
New translations simple_form.en.yml (Asturian)
[ci skip]
New translations en.json (Breton)
[ci skip]
New translations en.yml (Italian)
[ci skip]
New translations simple_form.en.yml (Italian)
[ci skip]
New translations devise.en.yml (Kabyle)
[ci skip]
New translations en.yml (Basque)
[ci skip]
New translations simple_form.en.yml (Basque)
[ci skip]
New translations simple_form.en.yml (Occitan)
[ci skip]
New translations en.yml (Slovak)
[ci skip]
New translations simple_form.en.yml (Slovak)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations simple_form.en.yml (Japanese)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations simple_form.en.yml (Japanese)
[ci skip]
New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
New translations en.yml (Chinese Simplified)
[ci skip]
New translations en.json (Japanese)
[ci skip]
New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
New translations en.yml (Polish)
[ci skip]
New translations en.json (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.json (French)
[ci skip]
New translations en.yml (Slovak)
[ci skip]
New translations doorkeeper.en.yml (Slovak)
[ci skip]
New translations en.yml (Polish)
[ci skip]
New translations simple_form.en.yml (Polish)
[ci skip]
New translations simple_form.en.yml (Polish)
[ci skip]
New translations en.yml (Polish)
[ci skip]
New translations simple_form.en.yml (Indonesian)
[ci skip]
New translations en.yml (Thai)
[ci skip]
New translations simple_form.en.yml (Thai)
[ci skip]
New translations simple_form.en.yml (Thai)
[ci skip]
New translations en.json (Thai)
[ci skip]
New translations en.json (Thai)
[ci skip]
New translations en.json (Thai)
[ci skip]
New translations en.yml (Thai)
[ci skip]
New translations en.json (Thai)
[ci skip]
New translations simple_form.en.yml (Thai)
[ci skip]
New translations simple_form.en.yml (Thai)
[ci skip]
New translations en.yml (Thai)
[ci skip]
New translations simple_form.en.yml (Thai)
[ci skip]
New translations activerecord.en.yml (Occitan)
[ci skip]
New translations simple_form.en.yml (Indonesian)
[ci skip]
New translations activerecord.en.yml (Kabyle)
[ci skip]
New translations en.json (Breton)
[ci skip]
New translations en.yml (Breton)
[ci skip]
New translations en.yml (Breton)
[ci skip]
New translations en.yml (Breton)
[ci skip]
New translations en.yml (Breton)
[ci skip]
New translations devise.en.yml (Breton)
[ci skip]
New translations en.json (Breton)
[ci skip]
New translations doorkeeper.en.yml (Breton)
[ci skip]
New translations simple_form.en.yml (Breton)
[ci skip]
New translations en.yml (Breton)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations devise.en.yml (Russian)
[ci skip]
New translations simple_form.en.yml (Russian)
[ci skip]
New translations en.json (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations simple_form.en.yml (Japanese)
[ci skip]
i18n-tasks normalize
yarn manage:translations
Bump babel-plugin-preval from 4.0.0 to 5.0.0 (Bump babel-plugin-preval from 4.0.0 to 5.0.0 mastodon/mastodon#13297)
Bumps babel-plugin-preval from 4.0.0 to 5.0.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps @babel/plugin-transform-react-inline-elements from 7.8.3 to 7.9.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps @babel/core from 7.8.6 to 7.9.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps webpack-bundle-analyzer from 3.6.0 to 3.6.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
tootctl media remove-orphans
to work for all classes (Changetootctl media remove-orphans
to work for all classes mastodon/mastodon#13316)Change
tootctl media lookup
to not use an interactive promptBumps react-select from 3.0.8 to 3.1.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps @babel/plugin-transform-runtime from 7.8.3 to 7.9.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps webpack from 4.41.5 to 4.42.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Monkey-patch Paperclip to perform URL escaping in a slightly more
appropriate way, and get rid of runtime deprecation warnings.
Bumps brakeman from 4.7.2 to 4.8.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fixes mastodon#13321
Fix 404 and 410 API errors being silently discarded in WebUI (Fix 404 and 410 API errors being silently discarded in WebUI mastodon/mastodon#13279)
Fix 404 and 410 API errors being silently discarded in WebUI
Fixes mastodon#13278
Return more appropriate error when user replies to a deleted toot
Please CodeClimate
Fix 404/410 errors on fetching account timelines & identity proofs
Refactor error handling
Move error message string to statuses.errors
Fix incorrect deletion of local accounts imported by overwriting (Fix incorrect deletion of local accounts imported by overwriting mastodon/mastodon#13350)
Fix wrong color for ellipsis in boost confirmation dialog in Web UI (Fix wrong color for ellipsis in boost confirmation dialog in Web UI mastodon/mastodon#13355)
Bump pg from 1.2.2 to 1.2.3 (Bump pg from 1.2.2 to 1.2.3 mastodon/mastodon#13344)
Bumps pg from 1.2.2 to 1.2.3.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps oj from 3.10.3 to 3.10.5.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps iso-639 from 0.2.8 to 0.3.5.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps ox from 2.12.1 to 2.13.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps better_errors from 2.5.1 to 2.6.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix ImportsController param to permit :mode (Fix ImportsController param to permit :mode mastodon/mastodon#13347)
Bump parallel_tests from 2.30.1 to 2.32.0 (Bump parallel_tests from 2.30.1 to 2.32.0 mastodon/mastodon#13341)
Bumps parallel_tests from 2.30.1 to 2.32.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps uuid from 3.4.0 to 7.0.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix content warning being unnecessarily cleared when enabling/disabling CW (Fix content warning being unnecessarily cleared when toggling CW mastodon/mastodon#13348)
Bump concurrent-ruby from 1.1.5 to 1.1.6 (Bump concurrent-ruby from 1.1.5 to 1.1.6 mastodon/mastodon#13346)
Bumps concurrent-ruby from 1.1.5 to 1.1.6.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps react from 16.12.0 to 16.13.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps stringz from 2.0.0 to 2.1.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps babel-jest from 25.1.0 to 25.2.4.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps @babel/preset-env from 7.8.3 to 7.9.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps yargs from 15.1.0 to 15.3.1.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps babel-loader from 8.0.6 to 8.1.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps @babel/preset-react from 7.8.3 to 7.9.4.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps autoprefixer from 9.7.4 to 9.7.5.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix mastodon#13330
Improve toot clicking areas (Improve toot clicking areas mastodon/mastodon#13327)
Make the area to the left “Show Thread” also expand the toot in Web UI
Clicking the left part of a conversation with the avatars now opens it in Web UI
Fix background jobs not using locks like they are supposed to (Fix background jobs not using locks like they are supposed to mastodon/mastodon#13361)
Also:
Fix mastodon#13349
Bumps sidekiq-unique-jobs from 6.0.20 to 6.0.21.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps faker from 2.10.1 to 2.11.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps tty-prompt from 0.20.0 to 0.21.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps bootsnap from 1.4.5 to 1.4.6.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps json-ld-preloaded from 3.1.1 to 3.1.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps json-ld from 3.1.1 to 3.1.2.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix mastodon#13216
Fix mastodon#13083
tootctl media remove-orphans
ignoringPAPERCLIP_ROOT_PATH
(Fixtootctl media remove-orphans
ignoringPAPERCLIP_ROOT_PATH
mastodon/mastodon#13375)Fix mastodon#13371
This commit redesign the polls and increases characters limit for the
options from 25 to 50 characters, giving pollsters more freedom.
Summarizing, the redesign is making the polls more adaptive for upcoming
changes to the options characters limit: the bar, or a "chart", is now
displayed separately from the option itself; vote check mark is moved
next to the option text, making the percentages take less space. Option
lengths are taken into account and text is wrapped to multiple lines
if necessary to avoid overflow.
Bumps rspec-rails from 3.9.1 to 4.0.0.
Signed-off-by: dependabot-preview[bot] [email protected]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add ability to filter audit log in admin UI (Add ability to filter audit log in admin UI mastodon/mastodon#13381)
Update Vagrant box to Bionic (Update Vagrant box to Bionic mastodon/mastodon#13384)
Update config.yml (Update CircleCI image for Postgres 12.2 mastodon/mastodon#13379)
Add explanation as to why unlocked accounts may have follow requests (Add explanation as to why unlocked accounts may have follow requests mastodon/mastodon#13385)
Add explanation as to why unlocked accounts may have follow requests
Change wording to avoid “silenced”
Bump rails from 5.2.4.1 to 5.2.4.2 and kind-of from 6.0.2 to 6.0.3 (Bump rails from 5.2.4.1 to 5.2.4.2 and kind-of from 6.0.2 to 6.0.3 mastodon/mastodon#13387)
Bump rails from 5.2.4.1 to 5.2.4.2
Bump kind-of from 6.0.2 to 6.0.3
Bump version to 3.1.3 (Bump version to 3.1.3 mastodon/mastodon#13389)
Fix PostgreSQL load when linking in announcements (Fix PostgreSQL load when linking in announcements mastodon/mastodon#13250)
Fix PostgreSQL load when linking in announcements
Fixes mastodon#13245 by caching status lookups
Since statuses are supposed to be known already and we only
need their URLs and a few other things, caching them should
be fine.
Since it's only used by announcements so far, there won't
be much statuses to cache.
Perform status lookup when saving announcements, not when rendering them
Change EntityCache#status to fetch URLs instead of looking into the database
Move announcement link lookup to publishing worker
Address issues pointed out during review
[Security] Update Dockerfile for Ruby 2.6.6 ([Security] Update Dockerfile for Ruby 2.6.6 mastodon/mastodon#13393)
Update .ruby-version (Update .ruby-version for 2.6.6p115 mastodon/mastodon#13395)
Fix “Show more” not switching to “Show less” on public pages (Fix “Show more” not switching to “Show less” on public pages mastodon/mastodon#13174)
Fix “Show more” not switching to “Show less” on public pages
Fixes mastodon#13169
Fix initial text of CW button on public pages when CW are unfolded by default
Add rate limit for reporting (Add rate limit for reporting mastodon/mastodon#13390)
New Crowdin translations (New Crowdin translations mastodon/mastodon#13317)
New translations en.yml (Italian)
[ci skip]
New translations doorkeeper.en.yml (Indonesian)
[ci skip]
New translations simple_form.en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations devise.en.yml (Ido)
[ci skip]
New translations doorkeeper.en.yml (Ido)
[ci skip]
New translations en.json (Hebrew)
[ci skip]
New translations activerecord.en.yml (Georgian)
[ci skip]
New translations doorkeeper.en.yml (Georgian)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations simple_form.en.yml (German)
[ci skip]
New translations doorkeeper.en.yml (German)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations simple_form.en.yml (Greek)
[ci skip]
New translations doorkeeper.en.yml (Greek)
[ci skip]
New translations en.yml (Hebrew)
[ci skip]
New translations simple_form.en.yml (Hebrew)
[ci skip]
New translations activerecord.en.yml (Hebrew)
[ci skip]
New translations devise.en.yml (Hebrew)
[ci skip]
New translations doorkeeper.en.yml (Hebrew)
[ci skip]
New translations en.yml (Hindi)
[ci skip]
New translations en.yml (Galician)
[ci skip]
New translations doorkeeper.en.yml (Esperanto)
[ci skip]
New translations doorkeeper.en.yml (French)
[ci skip]
New translations devise.en.yml (French)
[ci skip]
New translations simple_form.en.yml (French)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations doorkeeper.en.yml (Finnish)
[ci skip]
New translations simple_form.en.yml (Finnish)
[ci skip]
New translations en.yml (Finnish)
[ci skip]
New translations en.json (Finnish)
[ci skip]
New translations doorkeeper.en.yml (Estonian)
[ci skip]
New translations simple_form.en.yml (Estonian)
[ci skip]
New translations en.yml (Estonian)
[ci skip]
New translations doorkeeper.en.yml (Welsh)
[ci skip]
New translations activerecord.en.yml (Serbian (Latin))
[ci skip]
New translations devise.en.yml (Serbian (Latin))
[ci skip]
New translations devise.en.yml (Urdu (Pakistan))
[ci skip]
New translations activerecord.en.yml (Vietnamese)
[ci skip]
New translations devise.en.yml (Vietnamese)
[ci skip]
New translations en.yml (Tamil)
[ci skip]
New translations en.yml (Tamil)
[ci skip]
New translations simple_form.en.yml (Tamil)
[ci skip]
New translations simple_form.en.yml (Tamil)
[ci skip]
New translations en.yml (Thai)
[ci skip]
New translations en.yml (Basque)
[ci skip]
New translations en.json (Basque)
[ci skip]
New translations simple_form.en.yml (Basque)
[ci skip]
New translations simple_form.en.yml (Basque)
[ci skip]
New translations en.yml (Galician)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations devise.en.yml (German)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (Swedish)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
New translations en.yml (Chinese Traditional)
[ci skip]
New translations en.yml (Portuguese, Brazilian)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Italian)
[ci skip]
New translations simple_form.en.yml (Italian)
[ci skip]
New translations en.yml (Corsican)
[ci skip]
New translations en.yml (Polish)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Tamil)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations simple_form.en.yml (Indonesian)
[ci skip]
New translations simple_form.en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Indonesian)
[ci skip]
New translations en.yml (Slovak)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Hungarian)
[ci skip]
New translations simple_form.en.yml (Slovak)
[ci skip]
New translations en.yml (Slovak)
[ci skip]
New translations en.json (Slovak)
[ci skip]
New translations en.yml (Portuguese)
[ci skip]
New translations en.json (Portuguese)
[ci skip]
New translations en.json (Portuguese)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Japanese)
[ci skip]
New translations en.yml (Chinese Simplified)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.json (Galician)
[ci skip]
New translations devise.en.yml (Galician)
[ci skip]
New translations en.json (Finnish)
[ci skip]
New translations en.yml (Finnish)
[ci skip]
New translations en.json (Finnish)
[ci skip]
New translations en.json (Finnish)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (Arabic)
[ci skip]
New translations en.json (French)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Catalan)
[ci skip]
New translations en.yml (Arabic)
[ci skip]
New translations simple_form.en.yml (Persian)
[ci skip]
New translations en.yml (Persian)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Korean)
[ci skip]
New translations en.json (Hungarian)
[ci skip]
New translations en.yml (Hungarian)
[ci skip]
New translations en.yml (Spanish, Argentina)
[ci skip]
New translations en.yml (Spanish)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (French)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (Russian)
[ci skip]
New translations en.yml (German)
[ci skip]
New translations en.yml (Greek)
[ci skip]
New translations en.yml (German)
[ci skip]
New t…