Commit Graph

237 Commits

Author SHA1 Message Date
usbharu 2efae6f6da test: 間違っているテストを追加 2024-01-30 22:26:13 +09:00
usbharu 063692832d test: ページネーション系のテストを追加 2024-01-30 14:12:46 +09:00
usbharu 942d5d71e3 test: テストをPagination APIに対応 2024-01-29 20:55:28 +09:00
usbharu e3a5995acb test: UndoにMastodonのJSONのデシリアライズテストを追加 2024-01-29 11:00:11 +09:00
usbharu 5b1f9353b4 test: RelationshipNotificationManagementServiceImplのテストを追加 2024-01-28 17:17:38 +09:00
usbharu 234a9f4d7b test: NotificationRequestのテストを追加 2024-01-28 17:17:15 +09:00
usbharu 33a685b9d3 test: NotificationTypeのテストを追加 2024-01-28 12:17:41 +09:00
usbharu 72d937a104 test: テストを修正 2024-01-27 18:17:48 +09:00
usbharu 63632f7676 test: テストコードをログインユーザー取得に対応 2024-01-26 12:17:09 +09:00
usbharu 8b9fe2d7be test: ファイルサイズ制限を超えたファイルのときファイルのダウンロードに失敗するように 2024-01-25 15:03:04 +09:00
usbharu 06ce40991c feat: HTMLへのサニタイズを外部ライブラリで行うように 2024-01-24 21:25:27 +09:00
usbharu b76e1d19a5 feat: suspendでない関数に変更 2024-01-24 16:16:58 +09:00
usbharu 45e0bd8edc feat: HTMLを整形し、不正なHTMLを含まないように 2024-01-24 15:27:38 +09:00
usbharu 20012782b7 feat: Note中のHTMLをPostBuilderにいれる準備 2024-01-18 17:03:53 +09:00
usbharu 65991f9093 Merge branch 'develop' into bugfix/deliver-local-post-delete 2024-01-16 16:14:55 +09:00
usbharu 9a8fd22b92 test: ローカル投稿削除の配送テストを追加 2024-01-16 15:14:47 +09:00
usbharu 8bf5382f19 test: テストを修正 2024-01-16 14:39:03 +09:00
usbharu c83b990a78 test: リアクション重複時の挙動の変更をテストに反映 2024-01-08 17:30:23 +09:00
usbharu a015566e52 feat: emoji-ktを追加 2024-01-07 12:55:52 +09:00
usbharu 87cd172165 test: テストを修正 2023-12-22 16:22:53 +09:00
usbharu 43033b6f4b feat: 受け取ったノートのEmojiを認識するように 2023-12-22 14:02:23 +09:00
usbharu 4b59802c8d style: fix lint 2023-12-22 12:20:41 +09:00
usbharu 7684a03015 Merge branch 'develop' into feature/for-update-transaction
# Conflicts:
#	src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/Actor.kt
2023-12-21 14:50:36 +09:00
usbharu e7743c77f2 test: テストを修正 2023-12-21 12:57:06 +09:00
usbharu bf4d694aa2 refactor: 不要なQueryServiceを削除 2023-12-21 11:08:59 +09:00
usbharu f98178b37c refactor: actorのDBからの取得に関する大規模な変更 2023-12-17 19:08:18 +09:00
usbharu e8b6b6784c test: Equalsのテストを修正 2023-12-14 15:50:01 +09:00
usbharu 48bbf6a53b test: テストを追加 2023-12-14 14:37:36 +09:00
usbharu 4e3a711506 test: テストを修正 2023-12-14 12:07:47 +09:00
usbharu 0f51ea7a17 test: テストを修正 2023-12-13 17:02:00 +09:00
usbharu ddaf630ed3 feat: フォローリクエストAPIを追加 2023-12-12 13:02:19 +09:00
usbharu fe74d1e30b feat: フォロー承認制ユーザーかの情報をActivityPub側でも持たせるように 2023-12-12 01:32:55 +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 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 35d957567c test: rejectFollowRequestのテストを修正 2023-12-11 12:43:27 +09:00
usbharu c57ba6d434 refactor: 不要な依存を削除 fix lint 2023-12-11 01:47:23 +09:00
usbharu 55783fefa2 fix: フォロー承認に失敗するのを修正 2023-12-11 01:22:17 +09:00
usbharu 6dead7462e feat: 仮の実装をちゃんと実装 2023-12-10 17:43:46 +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 b5e2981095 test: RelationshipServiceImplTestを追加 2023-12-10 14:32:43 +09:00
usbharu 1cb54ee08e test: Rejectのシリアライズデシリアライズのテストを追加 2023-12-07 17:52:57 +09:00
usbharu 430686436f test: Blockのシリアライズテストを修正 2023-12-07 17:29:57 +09:00
usbharu 785adbd15a test: Blockのシリアライズ、デシリアライズテストを追加 2023-12-07 17:19:33 +09:00
usbharu 00c6fbf2a0 test: account api のUnitテストを追加 2023-12-07 10:32:54 +09:00
usbharu 39841b9d88 test: LocalFileSystemMediaDataStore.ktのテストを追加 2023-12-06 15:32:15 +09:00
usbharu 51aeff6015 fix: トランザクションの修正 2023-12-03 10:29:22 +09:00