Commit Graph

1110 Commits

Author SHA1 Message Date
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
usbharu 3da79458ad
Merge pull request #207 from usbharu/bugfix/timeline
Bugfix/timeline
2023-12-11 16:29:24 +09:00
usbharu fec8df7a6d
test: テストを修正 2023-12-11 16:26:03 +09:00
usbharu eb6d923744
test: テストを修正 2023-12-11 16:19:44 +09:00
usbharu a4869db4fc
test: タイムラインのテストを追加 2023-12-11 15:43:42 +09:00
usbharu 693070e22b
fix: #206 タイムラインが未ログイン状態で見れなくなっている問題を修正 2023-12-11 15:43:28 +09:00
usbharu 3455a529fe
Merge pull request #205 from usbharu/feature/refactor-user-relationship
Feature/refactor user relationship
2023-12-11 14:49:14 +09:00
usbharu a458dbd432
test: APDeliverBlockJobProcessorとAPSendAcceptServiceImplのテストを追加 2023-12-11 14:35:35 +09:00
usbharu 87a11c5d18
test: APAcceptProcessorとAPDeliverAcceptJobProcessorのテストを追加 2023-12-11 14:17:12 +09:00
usbharu b623a03ad9
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 ef653be4f8
test: rejectFollowRequestのテストを修正 2023-12-11 12:43:27 +09:00
usbharu 79a6bd20a4
feat: フォロー承認を取り消しの方法を追加 2023-12-11 12:29:08 +09:00