KMY
7c65b6f9df
Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote
2025-05-27 10:51:58 +09:00
Claire
304c0417ed
Fix handling of inlined featured
collections in ActivityPub actor objects ( #34789 )
2025-05-23 15:01:07 +00:00
Claire
3ea1f074ab
Fix sidekiq JSON serialization warning in ActivityPub::FetchAllRepliesWorker
( #34702 )
2025-05-16 09:07:33 +00:00
Claire
e8e93b82f1
Fix NoMethodError
in ActivityPub::FetchAllRepliesWorker
( #34682 )
2025-05-14 13:43:34 +00:00
KMY
04070aa608
Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote
2025-05-13 07:37:34 +09:00
Jonny Saunders
b709ef8ac3
Add: Update root status when fetching replies ( #34615 )
2025-05-12 14:54:58 +00:00
KMY
e4c72836a3
Merge commit ' df2611a10f
' into kbtopic-remove-quote
2025-04-26 07:48:46 +09:00
Claire
df2611a10f
Add initial support for ingesting and verifying remote quote posts ( #34370 )
2025-04-17 07:45:23 +00:00
KMY
6548462ecb
Merge commit ' 9c2d5b534f
' into upstream-20250314
2025-03-14 08:35:27 +09:00
Claire
a704e1991c
Further refactor reply fetching code ( #34151 )
2025-03-12 14:52:10 +00:00
Claire
966b816382
Refactor ActivityPub::FetchRepliesService
and ActivityPub::FetchAllRepliesService
( #34149 )
2025-03-12 11:52:38 +00:00
Jonny Saunders
46e13dd81c
Add Fetch All Replies Part 1: Backend ( #32615 )
...
Signed-off-by: sneakers-the-rat <sneakers-the-rat@protonmail.com>
Co-authored-by: jonny <j@nny.fyi>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Kouhai <66407198+kouhaidev@users.noreply.github.com>
2025-03-12 09:03:01 +00:00
Claire
420ffdfb62
Add delay to profile updates to debounce them ( #34137 )
2025-03-11 16:17:17 +00:00
KMY
50ae2d9439
Merge remote-tracking branch 'parent/main' into upstream-20240123
2025-01-23 18:10:34 +09:00
Claire
092e60eb7d
Change activity distribution error handling to skip retrying for deleted accounts ( #33617 )
2025-01-17 09:12:59 +00:00
KMY
479c4fecc1
Merge remote-tracking branch 'parent/main' into upstream-20240403
2024-04-03 12:12:09 +09:00
Matt Jankowski
edde54e991
Update stoplight to version 4.1.0 ( #28366 )
2024-04-02 15:47:40 +00:00
KMY(雪あすか)
05e6d1bd9b
Fix: threads.net
のインスタンス情報のフェッチが止まらない問題 ( #681 )
2024-04-01 08:54:57 +09:00
KMY(雪あすか)
2ab9ea642a
Add: #595 リモート保留中アカウントからメンションが来た場合にuriを記録し、承認時にフェッチしに行く処理 ( #620 )
...
* Add: #591 リモート保留中アカウントからメンションが来た場合にuriを記録し、承認時にフェッチしに行く処理
* Rename fetch_remove_status_worker.rb to fetch_remote_status_worker.rb
* Wip
* Add lock code
2024-02-29 12:54:47 +09:00
KMY(雪あすか)
a51da9243e
Change: インスタンス情報取得Workerのキューをpull
に変更 ( #552 )
2024-02-15 12:42:04 +09:00
KMY(雪あすか)
fcd13a6474
Change: #375 投稿を編集して拡張ドメインブロックの条件にひっかかる状態になった場合、対象サーバーには投稿削除のActivityを送信する ( #495 )
...
* Change: #375 投稿を編集して拡張ドメインブロックの条件にひっかかる状態になった場合、対象サーバーには投稿削除のActivityを送信する
* Fix test
* Add test
2024-01-24 09:03:24 +09:00
KMY(雪あすか)
5173481ab7
Fix : #284 FetchInstanceInfoWorker
が原因でSidekiqのJobが詰まる問題 ( #342 )
...
* Fix : #284 `FetchInstanceInfoWorker`が原因でSidekiqのJobが詰まる問題
* Fix: InstanceInfoを取得するタイミング
* Fix test
* Fix test
* Fix: HTTPコード
* 調整
2023-12-12 09:52:08 +09:00
KMY(雪あすか)
a88349af55
Add: #8 サークル投稿の転送 ( #294 )
...
* Add: `conversations`テーブルに`ancestor_status`プロパティ
* Fix test
* Fix test more
* Add: `limited_visibility`に`Reply`を追加、`context`のURI
* Add: 外部からの`context`受信処理
* Fix test
* Add: 公開範囲「返信」
* Fix test
* Fix: 返信に返信以外の公開範囲を設定できない問題
* Add: ローカル投稿時にメンション追加・他サーバーへの転送
* Fix test
* Fix test
* Test: ローカルスレッドへの返信投稿の転送
* Test: 未知のアカウントからのメンション
* Add: 編集・削除の連合に対応
* Remove: 重複テスト
* Fix: 改善
* Add: 編集削除の転送処理・返信なのにsilentなメンションでの通知
* Fix: リプライが第三者に届かない問題
* Add: `always_sign_unsafe`
* Add: Subject
* Remove space
* Fix: 他人のスレッドの送信先一覧を非表示
* Fix: おかしいコード
2023-11-30 09:29:24 +09:00
KMY(雪あすか)
0f01a71dcc
Change: サークルの送り先アカウント指定方法をaccount_username
(Fedibirdと同様)に変更 ( #283 )
...
* Change: サークルの送り先アカウント指定方法を`account_username`(Fedibirdと同様)に変更
* Test: テストを追加
* Maybe Fix: Fedibirdで自分限定と認識される問題
2023-11-17 08:40:55 +09:00
KMY(雪あすか)
24909f9760
Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送 ( #232 )
...
* Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送
* Fix: 絵文字削除が届かない問題
* Test: 送る方にも同じテストを追加
2023-11-04 21:27:59 +09:00
KMY(雪あすか)
cc938d76a7
Fix: 投稿の更新が他サーバーに配信されない問題 ( #204 )
2023-10-31 12:34:49 +09:00
Jonathan de Jong
b0785c9423
Have Follow
activities bypass availability ( #27586 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-30 13:23:10 +09:00
Jonathan de Jong
1cc512909c
Have Follow
activities bypass availability ( #27586 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-27 14:55:00 +00:00
KMY(雪あすか)
bcb3acdccd
Fix: フレンドサーバーおよびMisskeyで編集が連合できない問題 ( #168 )
...
* Fix: フレンドサーバー間で編集が機能しない問題
* リファクタリング
2023-10-22 09:56:43 +09:00
KMY(雪あすか)
87e858a202
Add: フレンドサーバー ( #61 )
...
* Fix mastodon version
* テーブル作成
* Wip: フレンドサーバーフォローの承認を受信
* Wip: フレンド申請拒否を受信
* Wip: フォローリクエストを受理
* Wip: 相手からのフォロー・アンフォローを受理
* 普通のフォローとフレンドサーバーのフォローを区別するテストを追加
* ドメインブロックによるフォロー拒否
* ドメインブロックしたあと、申請中のフォロリクを取り下げる処理
* スタブに条件を追加
* Wip: 相手からのDelete信号に対応
* DB定義が消えていたので修正
* Wip: ローカル公開投稿をフレンドに送信する処理など
* Wip: 未収載+誰でもの投稿をフレンドに送る設定
* Wip: ローカル公開をそのまま送信する設定を考慮
* Fix test
* Wip: 他サーバーからのローカル公開投稿の受け入れ
* Wip: Web画面作成
* Fix test
* Wip: ローカル公開を連合TLに流す
* Wip: フレンドサーバーの削除ボタン
* Wip: メール通知や設定のテストなど
* Wip: 翻訳を作成
* Fix: 却下されたあとフォローボタンが表示されない問題
* Wip: 編集できない問題
* 有効にしていないフレンドサーバーをリストで無効表示
2023-10-09 11:51:15 +09:00
KMY
9e91c1e653
Merge remote-tracking branch 'parent/main' into kb_development
2023-10-03 20:42:23 +09:00
Claire
5e56f3db65
Change some worker lock TTLs ( #27246 )
2023-10-03 10:09:00 +02:00
KMY
7c387becb6
Remove some error of fetch_instance_info_worker
2023-09-15 08:19:58 +09:00
KMY
c116fe681f
Fix to avoid fetch_instance_info_worker if http 404 returned
2023-08-23 11:50:32 +09:00
KMY
15d0117b3b
Add fetch_instance_info_worker_spec
2023-08-11 14:03:04 +09:00
KMY
b7ef24d3e8
Merge branch 'kb_development' into kb_migration
2023-05-07 14:11:18 +09:00
KMY
7b82dbe135
Reverse distribution order
2023-05-03 13:20:53 +09:00
KMY
3a1a6ba39e
Merge commit ' 15fd712464
' into kb_migration
2023-05-01 15:05:34 +09:00
KMY
9fa468a4bf
Merge branch 'kb_development' into kb_migration
2023-05-01 14:02:02 +09:00
KMY
7bcef0f8b2
Fix privacy for misskey
2023-05-01 13:26:10 +09:00
KMY
a4332babb5
Change delivering to misskey setting to send as private
2023-05-01 12:16:16 +09:00
KMY
7a4dc84202
Merge remote-tracking branch 'parent/main' into kb_migration
2023-03-18 13:30:34 +09:00
Claire
1d0ad558ff
Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ( #24034 )
2023-03-15 03:45:15 +01:00
Claire
6962d117b7
Change ActivityPub::DeliveryWorker
retries to be spread out more ( #21956 )
2023-03-13 18:49:50 +01:00
Claire
4cec3ad9b8
Fix original account being unfollowed on migration before the follow request could be sent ( #21957 )
2023-03-13 18:41:40 +01:00
Nick Schonning
b00f945d92
Remove implied StandardError rescue ( #23942 )
2023-03-03 22:49:16 +01:00
Claire
050f1669c6
Fix original account being unfollowed on migration before the follow request could be sent ( #21957 )
2023-03-03 21:13:55 +01:00
Claire
ddde4e0d95
Change ActivityPub::DeliveryWorker
retries to be spread out more ( #21956 )
2023-03-03 21:08:22 +01:00
Claire
0c9eac80d8
Fix unbounded recursion in post discovery ( #23506 )
...
* Add a limit to how many posts can get fetched as a result of a single request
* Add tests
* Always pass `request_id` when processing `Announce` activities
---------
Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
2023-02-10 22:16:37 +01:00
Nick Schonning
ed570050c6
Autofix Rails/EagerEvaluationLogMessage ( #23429 )
...
* Autofix Rails/EagerEvaluationLogMessage
* Update spec for debug block syntax
2023-02-07 03:44:36 +01:00