Created
January 10, 2018 05:42
-
-
Save k0ta0uchi/06875980f306eda704f07a6c3d8dff50 to your computer and use it in GitHub Desktop.
Mastodon v2.1.3の翻訳
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
ノート: これらのいくつかのパッチはセキュリティ関連です。タイムリーなアップグレードが推奨されます。 | |
修正: | |
・意図されていないキャッシュを修正 (#6214) | |
・force_sslの条件を修正 (#6201) | |
・非公開オブジェクトのリモートリブログをスキップ (#6230) | |
・無効なURLスキームが有効だったのを修正 (#6219) | |
・/api/web APIをリファクターすることでセンタライズされたaxiosインスタンスを使用するように (#6223) | |
・保護されたパスのレートリミットを増加 (login/sign upの間違ったスロットリングを修正) (#6229) | |
・ActivityPub: Articleをサポートから変換されたタイプに移動 (#6218) | |
・ActivityPub: #5772をリバート (#6221) | |
・ActivityPub: リブログされた場合、CCにステータスの作者を追加 (#6226) | |
・シングルカラムレイアウトでは象フレンドを表示しない (#6222) | |
・/api/v1/accounts/:account_id/statusesにステータスのインデックスを追加 (#6202) | |
・存在する場合、ページタイトルにコンテンツ警告を使用するように (#6231) | |
アップグレードノート: | |
Dockerと非Docker: | |
・このリリースはデータベースマイグレーションが含まれます。RAILS_ENV=production bundle exec rails db:migrateを実行してください。(Dockerの場合: docker-compose run --rm web rails db:migrate) | |
・このリリースではアセットの変更が含まれます。RAILS_ENV=production bundle exec rails assets:precompileの実行が必要です。(Dockerの場合: docker-compose run --rm web rails assets:precompile) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment