Commit Graph

1071 Commits

Author SHA1 Message Date
usbharu b8f14711b9
refactor: FailedToGetResourceExceptionを使わないように 2023-12-19 17:52:08 +09:00
usbharu 5f2053a009
feat: 重複排除 2023-12-19 17:00:15 +09:00
usbharu d79541d71b
refactor: actorのDBからの取得に関する大規模な変更 2023-12-17 19:08:18 +09:00
usbharu 6199a79708
Merge pull request #219 from usbharu/feature/test3
テストを追加
2023-12-14 16:48:23 +09:00
usbharu cf53e0a966
style: fix lint 2023-12-14 16:44:15 +09:00
usbharu 48089ea0e0
chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:24:50 +09:00
usbharu fbd6fe8d03
chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:20:10 +09:00
usbharu c572daa19f
chore: カバレッジ計測でキャッシュを使わないように 2023-12-14 16:05:26 +09:00
usbharu 4550964f40
fix: equalsを修正 2023-12-14 15:50:19 +09:00
usbharu b0c9f5d35e
test: Equalsのテストを修正 2023-12-14 15:50:01 +09:00
usbharu bc3d79b68c
fix: toStringを修正 2023-12-14 14:37:59 +09:00
usbharu 39818469cb
test: テストを追加 2023-12-14 14:37:36 +09:00
usbharu 9ee553b275
Merge pull request #218 from usbharu/feature/actor-count-column
Feature/actor count column
2023-12-14 12:53:14 +09:00
usbharu f65277b102
test: テストを修正 2023-12-14 12:07:47 +09:00
usbharu b158ad8ce0
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 7f04aec7bf
refactor: Mastodon APIでAccountの箇所を修正 2023-12-14 00:55:40 +09:00
usbharu 6eb10b5bd7
refactor: Actorsテーブルにフォロワー数情報とフォロー数情報を追加 2023-12-14 00:16:45 +09:00
usbharu 492c4064c5
Merge pull request #215 from usbharu/feature/delete
Feature/delete
2023-12-13 17:48:26 +09:00
usbharu e1fdb47220
style: fix lint 2023-12-13 17:40:20 +09:00
usbharu c3a37b4ca7
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 eb634e4c7e
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 6dda54fb8f
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 9e22206ed6
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 81965dee92
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 3214d2041e
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 8aba7ecdc1
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 5093585c7e
test: テストを修正 2023-12-13 17:02:00 +09:00
usbharu c92e15f220
feat: アカウント削除をすることができるように 2023-12-13 16:45:14 +09:00
usbharu 60b5b1f0c5
feat: アカウント削除アクティビティに対応 2023-12-13 16:21:23 +09:00
usbharu 5bf85fefbe
feat: アカウント削除に対応 2023-12-13 16:08:05 +09:00
usbharu 65cc57f3d5
fix: #214 2023-12-13 16:07:43 +09:00
usbharu cb76d3f1dd
fix: 削除フラグが永続化されていなかったのを修正 2023-12-13 15:04:18 +09:00
usbharu 6f579486da
feat: 削除された投稿はレコードを完全に削除せず、返信などの情報を維持したまま削除されるように 2023-12-13 15:02:17 +09:00
usbharu b0b9df2d95
Merge pull request #210 from usbharu/feature/remove-reaction
feat: リアクションの削除に対応
2023-12-13 11:07:11 +09:00
usbharu 4b26c78563
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 35e7801fbb
feat: リアクションの削除に対応 2023-12-13 10:54:45 +09:00
usbharu 32a56fbe74
Merge pull request #208 from usbharu/feature/refactor-user-table
Feature/refactor user table
2023-12-12 18:33:52 +09:00
usbharu 31ec5933c6
style: fix lint 2023-12-12 17:52:58 +09:00
usbharu f53c1826de
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 d7981ebd73
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 c54b92ea1e
feat: AccountQueryServiceを作成し、アカウントAPIから取得される情報を正確に 2023-12-12 16:48:25 +09:00
usbharu ff4a2d38a3
fix: フォローリクエストAPIを修正 2023-12-12 13:54:35 +09:00
usbharu 9244f6d9ea
feat: フォローリクエストAPIを追加 2023-12-12 13:02:19 +09:00
usbharu 384290429b
refactor: Hideoutユーザー側の設定もActivityPubと合わせるように 2023-12-12 12:02:54 +09:00
usbharu ee69e0af41
feat: フォロー承認制ユーザーかの情報をActivityPub側でも持たせるように 2023-12-12 01:32:55 +09:00
usbharu d2e8d079ef
feat: フォロー承認制ユーザーとするかの設定をMastodon APIから行えるように 2023-12-12 00:03:48 +09:00
usbharu beae886318
test: テストを修正 2023-12-11 18:08:32 +09:00
usbharu 9427e3140d
refactor: passwordをUserDetailに移動 2023-12-11 17:58:22 +09:00
usbharu 227326123f
refactor: 命名をプログラムにも適用 2023-12-11 17:13:29 +09:00
usbharu 1a33bae7f4
refactor: リモートユーザーとローカルユーザーをactor、Hideout自身のユーザーをuserに統一 2023-12-11 17:12:33 +09:00