Change: 単方向の承認だけでフレンドサーバーが有効になるようにする (#74)
* Test: テストを先に作成 * Fix: テスト不備 * Wip: フレンドサーバーのテストを修正 * Wip: エラーを修正 * 項目のラベリングを修正 * 新しい設定が変更できないのを修正 * Wip: 削除時の処理を修正 * フレンド自動承認設定を削除 * Fix: 申請を受けたドメインのINBOXが空になる問題 * Change: #75 フレンドでないサーバーからのローカル公開を未収載に変換 (#77)
This commit is contained in:
parent
521932c802
commit
1eb2d78b5d
24 changed files with 314 additions and 126 deletions
|
@ -501,7 +501,6 @@ en:
|
|||
unsuppress: Restore follow recommendation
|
||||
friend_servers:
|
||||
accept: Accept
|
||||
active_status: My status
|
||||
add_new: Add and make a new application
|
||||
delete: Delete
|
||||
description_html: <strong>フレンドサーバー</strong>とは、お互いのローカル公開・ローカル検索許可の投稿をそのまま交換するシステムです。
|
||||
|
@ -511,6 +510,8 @@ en:
|
|||
allow_all_posts: Receive all posts
|
||||
allow_all_posts_hint: 通常は自分のサーバーの誰もフォローしていないアカウントの投稿は例外を除き受け入れがブロックされます。そのブロックを解除します。スパムが発生した場合など、いつでもブロックを再開できます。
|
||||
available: Available
|
||||
delivery_local: Deliver without changing public unlisted visibility and searchability
|
||||
delivery_local_hint: Public unlisted posts will be added the friend's global timeline
|
||||
description: フレンドサーバーは、登録と同時に相手方のサーバーへ申請されます。
|
||||
domain: Domain
|
||||
inbox_url: Friend server inbox URL
|
||||
|
@ -521,8 +522,8 @@ en:
|
|||
edit_friend: Edit
|
||||
enabled: Enabled
|
||||
follow: Request
|
||||
passive_status: Partner status
|
||||
pending: Pending
|
||||
pending_you: Your review requested
|
||||
reject: Reject
|
||||
save_and_enable: Save and enable
|
||||
setup: Add and make a new application
|
||||
|
|
|
@ -496,7 +496,6 @@ ja:
|
|||
unsuppress: おすすめフォローを復元
|
||||
friend_servers:
|
||||
accept: 相手の申請を承認する
|
||||
active_status: 自分の状態
|
||||
add_new: フレンドサーバーを追加・申請
|
||||
delete: 削除
|
||||
description_html: <strong>フレンドサーバー</strong>とは、お互いのローカル公開・ローカル検索許可の投稿をそのまま交換するシステムです。
|
||||
|
@ -506,6 +505,8 @@ ja:
|
|||
allow_all_posts: このサーバーからの投稿を無条件で受け入れる
|
||||
allow_all_posts_hint: 通常は自分のサーバーの誰もフォローしていないアカウントの投稿は例外を除き受け入れがブロックされます。そのブロックを解除します。スパムが発生した場合など、いつでもブロックを再開できます。
|
||||
available: 有効にする
|
||||
delivery_local: ローカル公開の公開範囲・検索許可を持った投稿をそのまま相手と共有する
|
||||
delivery_local_hint: ローカル公開投稿は、通常は非収載に変換されて配送されます。その処理をせず、相手サーバーにもローカル公開と認識されるようにします。相手の連合タイムラインに掲載されます
|
||||
description: フレンドサーバーは、登録と同時に相手方のサーバーへ申請されます。
|
||||
domain: ドメイン
|
||||
inbox_url: フレンドサーバーの inbox URL
|
||||
|
@ -516,8 +517,8 @@ ja:
|
|||
edit_friend: 編集
|
||||
enabled: 有効
|
||||
follow: こちらから申請する
|
||||
passive_status: 相手の状態
|
||||
pending: 承認待ち
|
||||
pending_you: あなたの承認が必要
|
||||
reject: 相手からの申請を却下する
|
||||
save_and_enable: 保存して有効にする
|
||||
setup: フレンドサーバーを追加・申請
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue