Commit Graph

1058 Commits

Author SHA1 Message Date
usbharu 2dd0bfcb8d fix: ブロックとフォロー承認が出来なかった問題を修正 2023-12-11 11:29:15 +09:00
usbharu 539c65ada2 feat: Mastodon APIからフォロー解除・ブロック解除ができるように 2023-12-11 11:28:43 +09:00
usbharu c57ba6d434 refactor: 不要な依存を削除 fix lint 2023-12-11 01:47:23 +09:00
usbharu e9e96508ba Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-11 01:34:21 +09:00
usbharu 55783fefa2 fix: フォロー承認に失敗するのを修正 2023-12-11 01:22:17 +09:00
usbharu 8038232334 feat: JobProcessorを追加 2023-12-10 17:58:55 +09:00
usbharu 0071759ee4 refactor: JSONマッピング用のPOJOの変数名を修正 2023-12-10 17:44:40 +09:00
usbharu 6dead7462e feat: 仮の実装をちゃんと実装 2023-12-10 17:43:46 +09:00
usbharu eae606e0e3 test: テスト用のSQLを修正 2023-12-10 16:47:36 +09:00
usbharu 12d248076d wip 未実装のものを仮で実装 2023-12-10 16:47:18 +09:00
usbharu ed7b3e8c65 refactor: テーブル定義を修正 2023-12-10 16:20:29 +09:00
usbharu d2faa7f204 feat: RelationshipRepositoryとRelationshipQueryServiceの実装を追加 2023-12-10 16:13:51 +09:00
usbharu a011d22587 refactor: 不要なメソッドを削除、FollowQueryServiceの実体をRelationshipQueryServiceに 2023-12-10 15:55:09 +09:00
usbharu 30b190584a test: テストを修正 2023-12-10 15:43:12 +09:00
usbharu fb1022aa41 refactor: その他の部分でRelationshipServiceに置き換え 2023-12-10 15:42:59 +09:00
usbharu 0f65f242b6 refactor: MastodonAPIをRelationshipServiceでの操作に置き換え 2023-12-10 15:13:13 +09:00
usbharu b5e2981095 test: RelationshipServiceImplTestを追加 2023-12-10 14:32:43 +09:00
usbharu 5b6aa9e4e8 feat: リモートとの不整合の解決を追加 2023-12-10 14:32:13 +09:00
usbharu 0b3c27619e feat: ユーザー間の関係をRelationshipServiceで管理するように 2023-12-09 21:09:52 +09:00
usbharu 03ae444d54 feat: ブロック操作ユーザーとブロック対象ユーザーが両方リモートになっている異常なアクティビティを無視するように 2023-12-08 13:12:40 +09:00
usbharu 1a7cec5c7b doc: ドキュメントを追加 2023-12-08 12:59:43 +09:00
usbharu 2c1da54a77 feat: ブロックのMastodon APIを追加 2023-12-08 12:46:52 +09:00
usbharu 7e93db6c7e fix: #201 2023-12-08 12:29:26 +09:00
usbharu 0ac4e37f0a feat: テーブル定義を追加 2023-12-08 12:28:21 +09:00
usbharu da8d3b9aea feat: Blockアクティビティ受診時の処理を追加 2023-12-08 12:22:38 +09:00
usbharu 5559948ba6 feat: Blockの配送処理を追加 2023-12-08 12:22:24 +09:00
usbharu bbc91ab981 feat: BlockServiceを追加 2023-12-08 12:22:08 +09:00
usbharu 25970ebd4b feat: ObjectDeserializerにRejectを追加 2023-12-08 12:21:23 +09:00
usbharu 1cb54ee08e test: Rejectのシリアライズデシリアライズのテストを追加 2023-12-07 17:52:57 +09:00
usbharu 4d3a1233d9 feat: RejectのJSONデシリアライズ用のPOJOを追加 2023-12-07 17:52:12 +09:00
usbharu 430686436f test: Blockのシリアライズテストを修正 2023-12-07 17:29:57 +09:00
usbharu 2a28eddf99 chore: 不要なライブラリを削除 2023-12-07 17:21:37 +09:00
usbharu 785adbd15a test: Blockのシリアライズ、デシリアライズテストを追加 2023-12-07 17:19:33 +09:00
usbharu eb4ba010e5 fix: 何故かabstract classがBean登録されていたのを修正 2023-12-07 16:32:25 +09:00
usbharu 2ffa880c11 feat: BlockのJSONデシリアライズ用POJOを追加 2023-12-07 16:27:55 +09:00
usbharu c4798d7803 fix: #195 ActivityPubProcessor not found. の例外メッセージをわかりやすく 2023-12-07 16:02:12 +09:00
usbharu d05e8cf68b Merge pull request #197 from usbharu/feature/mastodon-follow-api
Feature/mastodon follow api
2023-12-07 15:13:27 +09:00
usbharu 08c1f63f3a Merge remote-tracking branch 'origin/feature/mastodon-follow-api' into feature/mastodon-follow-api 2023-12-07 15:01:38 +09:00
usbharu 12e2a967a2 test: テストを修正 2023-12-07 15:01:17 +09:00
usbharu 05537c4a3b Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-07 14:30:35 +09:00
usbharu 5bef3be653 test: フォローの結合テストを追加 2023-12-07 11:53:02 +09:00
usbharu 6adba9894a fix: OAuth2のスコープを修正 2023-12-07 11:14:51 +09:00
usbharu 229bcd1ee9 test: accounts api の結合テストを追加 2023-12-07 11:14:32 +09:00
usbharu 00c6fbf2a0 test: account api のUnitテストを追加 2023-12-07 10:32:54 +09:00
usbharu b3002625a4 fix: Misskeyの脆弱性修正でHTTP Signatureの検証エラーが出て連合できなくなっていた問題を修正 2023-12-07 01:10:33 +09:00
usbharu 06561569ab feat: ActivityPubリソースへアクセスできなくなっていたのを修正 2023-12-07 01:09:47 +09:00
usbharu 8eab0be498 fix: APに配信するアイコンのURLを修正 2023-12-07 01:08:48 +09:00
usbharu ff4d605480 feat: Twidereでフォローボタンが表示されるように 2023-12-07 00:02:41 +09:00
usbharu 9067b91148 Merge branch 'develop' into feature/mastodon-follow-api 2023-12-06 22:31:04 +09:00
usbharu 66c003ce8e Merge pull request #196 from usbharu/feature/local-file-controller
Feature/local file controller
2023-12-06 22:28:14 +09:00