Commit Graph

1208 Commits

Author SHA1 Message Date
usbharu 4e3a711506 test: テストを修正 2023-12-14 12:07:47 +09:00
usbharu 53d195bd8d Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-14 01:13:16 +09:00
usbharu bdd69d258c refactor: Mastodon APIでAccountの箇所を修正 2023-12-14 00:55:40 +09:00
usbharu 77d79e2279 refactor: Actorsテーブルにフォロワー数情報とフォロー数情報を追加 2023-12-14 00:16:45 +09:00
usbharu e0368ab7c5 Merge pull request #215 from usbharu/feature/delete
Feature/delete
2023-12-13 17:48:26 +09:00
usbharu cc4c642d8c style: fix lint 2023-12-13 17:40:20 +09:00
usbharu db45838d95 Update src/main/kotlin/dev/usbharu/hideout/core/service/user/UserServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:59 +09:00
usbharu a39ab545df Update src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:53 +09:00
usbharu 9afa0cb194 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APSendDeleteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:43 +09:00
usbharu e39747c703 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APSendDeleteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:23 +09:00
usbharu 57a5a92ee5 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:16 +09:00
usbharu 6655537a2b Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:11 +09:00
usbharu b83fd6e205 Update src/main/kotlin/dev/usbharu/hideout/activitypub/domain/model/Person.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:30:55 +09:00
usbharu 0f51ea7a17 test: テストを修正 2023-12-13 17:02:00 +09:00
usbharu 9f05e296a6 feat: アカウント削除をすることができるように 2023-12-13 16:45:14 +09:00
usbharu c98a90e2fc feat: アカウント削除アクティビティに対応 2023-12-13 16:21:23 +09:00
usbharu 511288f4bb feat: アカウント削除に対応 2023-12-13 16:08:05 +09:00
usbharu 8a7ff91a95 fix: #214 2023-12-13 16:07:43 +09:00
usbharu b3723da219 fix: 削除フラグが永続化されていなかったのを修正 2023-12-13 15:04:18 +09:00
usbharu 8a18780963 feat: 削除された投稿はレコードを完全に削除せず、返信などの情報を維持したまま削除されるように 2023-12-13 15:02:17 +09:00
usbharu 8d1f339a5d Merge pull request #210 from usbharu/feature/remove-reaction
feat: リアクションの削除に対応
2023-12-13 11:07:11 +09:00
usbharu 0c647cc96d Update src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 11:02:31 +09:00
usbharu 3b4a6a04e0 feat: リアクションの削除に対応 2023-12-13 10:54:45 +09:00
usbharu c699357e01 Merge pull request #208 from usbharu/feature/refactor-user-table
Feature/refactor user table
2023-12-12 18:33:52 +09:00
usbharu f0a3251ea1 style: fix lint 2023-12-12 17:52:58 +09:00
usbharu a0b434b023 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-12 17:11:55 +09:00
usbharu 14149001c9 Merge pull request #209 from usbharu/feature/auto_accept_follow_request
Feature/auto accept follow request
2023-12-12 17:04:14 +09:00
usbharu 69a889a8d7 feat: AccountQueryServiceを作成し、アカウントAPIから取得される情報を正確に 2023-12-12 16:48:25 +09:00
usbharu ef6c97b08c fix: フォローリクエストAPIを修正 2023-12-12 13:54:35 +09:00
usbharu ddaf630ed3 feat: フォローリクエストAPIを追加 2023-12-12 13:02:19 +09:00
usbharu 4e8cffdbe2 refactor: Hideoutユーザー側の設定もActivityPubと合わせるように 2023-12-12 12:02:54 +09:00
usbharu fe74d1e30b feat: フォロー承認制ユーザーかの情報をActivityPub側でも持たせるように 2023-12-12 01:32:55 +09:00
usbharu 6b535a042a feat: フォロー承認制ユーザーとするかの設定をMastodon APIから行えるように 2023-12-12 00:03:48 +09:00
usbharu 1eaac1247a test: テストを修正 2023-12-11 18:08:32 +09:00
usbharu bbd7754385 refactor: passwordをUserDetailに移動 2023-12-11 17:58:22 +09:00
usbharu 9c2107eac1 refactor: 命名をプログラムにも適用 2023-12-11 17:13:29 +09:00
usbharu b74e359123 refactor: リモートユーザーとローカルユーザーをactor、Hideout自身のユーザーをuserに統一 2023-12-11 17:12:33 +09:00
usbharu e56604ec26 Merge pull request #207 from usbharu/bugfix/timeline
Bugfix/timeline
2023-12-11 16:29:24 +09:00
usbharu 35a6fbdb96 test: テストを修正 2023-12-11 16:26:03 +09:00
usbharu f7a9dd00e3 test: テストを修正 2023-12-11 16:19:44 +09:00
usbharu f5a406d222 test: タイムラインのテストを追加 2023-12-11 15:43:42 +09:00
usbharu da4d9d698b fix: #206 タイムラインが未ログイン状態で見れなくなっている問題を修正 2023-12-11 15:43:28 +09:00
usbharu 32cd7ad1db Merge pull request #205 from usbharu/feature/refactor-user-relationship
Feature/refactor user relationship
2023-12-11 14:49:14 +09:00
usbharu aba7460672 test: APDeliverBlockJobProcessorとAPSendAcceptServiceImplのテストを追加 2023-12-11 14:35:35 +09:00
usbharu 93d6b74c23 test: APAcceptProcessorとAPDeliverAcceptJobProcessorのテストを追加 2023-12-11 14:17:12 +09:00
usbharu 578247b966 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-11 13:22:43 +09:00
usbharu 35d957567c test: rejectFollowRequestのテストを修正 2023-12-11 12:43:27 +09:00
usbharu 31e69f8141 feat: フォロー承認を取り消しの方法を追加 2023-12-11 12:29:08 +09:00
usbharu de5bc691bc feat: フォロワーを解除に対応 2023-12-11 12:18:09 +09:00
usbharu 686fecf0bc fix: ブロックされたときブロックされたactorからブロックしたactorへのフォローを解除するように 2023-12-11 11:41:56 +09:00