Commit Graph

920 Commits

Author SHA1 Message Date
usbharu e7a6f52ef1 feat: 通知を送信するように 2024-01-27 12:47:50 +09:00
usbharu cd0a659cd6 feat: notificationsのテーブル定義を追加 2024-01-27 11:27:45 +09:00
usbharu 7567cd6dcd feat: 忘れていたプライマリキーの指定を追加 2024-01-27 11:27:04 +09:00
usbharu 90da507e41 feat: 通知の仕組みを実装 2024-01-26 23:59:59 +09:00
usbharu ffdf34e934 feat: NotificationにRepositoryとExposed実装を追加 2024-01-26 21:22:41 +09:00
usbharu 3099d3ee3a feat: Notificationにidを追加 2024-01-26 21:09:51 +09:00
usbharu 921de7ac87 feat: 通知のインターフェイスを作成 2024-01-26 21:08:37 +09:00
usbharu 70d7e94d4c Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-26 12:50:33 +09:00
usbharu 63632f7676 test: テストコードをログインユーザー取得に対応 2024-01-26 12:17:09 +09:00
usbharu 54b89c290a feat: Timeline APIのログインユーザー取得部分を共通化 2024-01-26 12:09:40 +09:00
usbharu 34170d9b80 feat: Statuses APIのログインユーザー取得部分を共通化 2024-01-26 12:09:29 +09:00
usbharu 91622bb33f feat: Account APIのログインユーザー取得部分を共通化 2024-01-26 12:06:53 +09:00
usbharu e2365c632b feat: ログインユーザー取得部分を共通化 2024-01-26 12:06:34 +09:00
usbharu 9e912c1bb4 test: ミュートのテストを追加 2024-01-26 11:50:28 +09:00
usbharu 94cc109dce feat: ミュートAPIの権限の設定を追加 2024-01-26 11:50:02 +09:00
usbharu d204cfc37f feat: ユーザーのミュートのMastodon互換APIを実装 2024-01-25 22:53:43 +09:00
usbharu ce837a0494 perf: Updateが多発する問題の一時的な修正 2024-01-25 22:22:16 +09:00
usbharu b65f9dc120 chore: 不要になったWeb UIのコードを削除 2024-01-25 15:17:09 +09:00
usbharu 995d40f0a4 Merge remote-tracking branch 'origin/feature/remote-media-file-size-limit' into feature/remote-media-file-size-limit 2024-01-25 15:03:15 +09:00
usbharu 8b9fe2d7be test: ファイルサイズ制限を超えたファイルのときファイルのダウンロードに失敗するように 2024-01-25 15:03:04 +09:00
usbharu c5aee7b35d Update src/main/kotlin/dev/usbharu/hideout/core/service/media/RemoteMediaDownloadServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-25 13:47:52 +09:00
usbharu 5db462d9d8 feat: リモートのメディアのファイルサイズ制限ができるように 2024-01-25 13:20:27 +09:00
usbharu 82f2742c0c Merge remote-tracking branch 'origin/feature/post-decoration' into feature/post-decoration 2024-01-25 12:22:02 +09:00
usbharu d00ae6aba5 test: テストのSQLを修正 2024-01-25 12:21:40 +09:00
usbharu 5a4f6c0733 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-25 12:12:02 +09:00
usbharu 06ce40991c feat: HTMLへのサニタイズを外部ライブラリで行うように 2024-01-24 21:25:27 +09:00
usbharu ea04150501 style: 不要なプライマリコンストラクタを削除 2024-01-24 16:18:11 +09:00
usbharu d9b1f0dfd7 feat: contentを永続化するように 2024-01-24 16:17:17 +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 bf2c50c445 fix: ローカル投稿削除の配送が行われていなかった問題を修正 2024-01-16 15:14:24 +09:00
usbharu 606b197299 Merge branch 'develop' into feature/follow-activity 2024-01-16 14:59:30 +09:00
usbharu b1493e266c Merge branch 'develop' into feature/follow-activity 2024-01-16 14:53:38 +09:00
usbharu bd01a5bc24 Update src/main/kotlin/dev/usbharu/hideout/application/config/HttpClientConfig.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-16 14:52:49 +09:00
usbharu 8bf5382f19 test: テストを修正 2024-01-16 14:39:03 +09:00
usbharu 70831ab2a9 fix: toStringを修正 2024-01-16 14:38:47 +09:00
usbharu 0af53a7bf4 Merge branch 'develop' into feature/user-agent 2024-01-16 14:23:42 +09:00
usbharu 5e6843e883 feat: Followアクティビティにidを追加 2024-01-16 14:20:54 +09:00
usbharu 3a89a0942a feat: ActivityPubの通信に使うHTTPクライアントのUserAgentを設定 2024-01-16 14:06:35 +09:00
usbharu 3934b0aa6d fix: Client Credential Flowへの対応漏れを修正 2024-01-11 14:29:48 +09:00
usbharu 606d6f4ecc test: fix test timezone 2024-01-08 17:57:37 +09:00
usbharu 905f0f7c2f style: fix lint 2024-01-08 17:39:55 +09:00
usbharu c83b990a78 test: リアクション重複時の挙動の変更をテストに反映 2024-01-08 17:30:23 +09:00
usbharu f06961b0bd feat: 絵文字リアクションAPIを修正 2024-01-08 17:06:09 +09:00
usbharu a5618e3307 feat: 絵文字リアクションAPIを追加 2024-01-07 12:56:32 +09:00
usbharu a015566e52 feat: emoji-ktを追加 2024-01-07 12:55:52 +09:00
usbharu 855055d49a feat: リアクションを一人1投稿あたり一つまでに制限 2023-12-28 12:06:55 +09:00
usbharu 458a1d7717 fix: リアクション受信時の重複検査を修正 2023-12-28 11:35:49 +09:00
usbharu bed0b84d16 fix: Objectのデイシリアライズに失敗したときnullを返すように 2023-12-22 16:23:18 +09:00
usbharu 87cd172165 test: テストを修正 2023-12-22 16:22:53 +09:00
usbharu fff1296d4c fix: ResourceAccessExceptionをSQLExceptionにして再throwするように 2023-12-22 16:13:39 +09:00
usbharu 9c5aaedf4d feat: DBへの保存に失敗したときロールバックを明示的にしてその後Selectできるように 2023-12-22 15:45:55 +09:00
usbharu 51837ea379 feat: 絵文字リアクションの受信ができるように 2023-12-22 15:13:39 +09:00
usbharu 8af489c93c feat: Mastodon 互換APIでカスタム絵文字を使用できるように 2023-12-22 14:32:11 +09:00
usbharu 2d84ad073f fix: 不要なカラムを削除 2023-12-22 14:02:52 +09:00
usbharu 43033b6f4b feat: 受け取ったノートのEmojiを認識するように 2023-12-22 14:02:23 +09:00
usbharu 0a54bdfc15 fix: SQLのミスを修正 2023-12-22 12:20:58 +09:00
usbharu 4b59802c8d style: fix lint 2023-12-22 12:20:41 +09:00
usbharu a389036827 feat: ReactionServiceをカスタム絵文字に対応 2023-12-22 12:02:28 +09:00
usbharu 32e60dc6f8 feat: カスタム絵文字のリアクションの対応 2023-12-22 02:29:37 +09:00
usbharu 0607fe2bc5 feat: 投稿に絵文字データを使えるように 2023-12-21 19:41:27 +09:00
usbharu cf52ebfd12 feat: ActorのMapperの修正 2023-12-21 19:15:00 +09:00
usbharu 80f4e9fb04 feat: 絵文字を識別するIDの生成を追加 2023-12-21 19:14:02 +09:00
usbharu b070b8c71d feat: Actorに絵文字情報を含めることが可能に 2023-12-21 19:13:36 +09:00
usbharu 086539e2a6 feat: 絵文字のテーブル定義を追加 2023-12-21 18:36:14 +09:00
usbharu 55af96bd6c feat: 絵文字のエンティティとRepositoryを追加 2023-12-21 18:35:53 +09:00
usbharu 5be0d7d9c2 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-21 15:07:28 +09:00
usbharu f38d339802 style: fix lint 2023-12-21 14:56:48 +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 3323229ef3 style: fix lint 2023-12-21 14:48:21 +09:00
usbharu 2105c47b03 feat: AbstractRepositoryを継承していないRepositoryで継承するように 2023-12-21 14:28:17 +09:00
usbharu 0e547fce3d fix: 削除済みユーザーとアクティビティactorがないときのフォールバックを修正 2023-12-21 13:36:45 +09:00
usbharu e7743c77f2 test: テストを修正 2023-12-21 12:57:06 +09:00
usbharu 0d7dfc6d27 feat: デバッグ用のトレースをオン・オフできるように 2023-12-21 12:06:51 +09:00
usbharu e3a819f94d feat: 未実装項目を実装 2023-12-21 11:27:46 +09:00
usbharu fddc29bdfd fix: 削除されていなかった実装を削除 2023-12-21 11:15:16 +09:00
usbharu bf4d694aa2 refactor: 不要なQueryServiceを削除 2023-12-21 11:08:59 +09:00
usbharu 3571ab22e3 refactor: FailedToGetResourceExceptionを使わないように 2023-12-19 17:52:08 +09:00
usbharu aa2741d614 feat: 重複排除 2023-12-19 17:00:15 +09:00
usbharu f98178b37c refactor: actorのDBからの取得に関する大規模な変更 2023-12-17 19:08:18 +09:00
usbharu fdf3065953 style: fix lint 2023-12-14 16:44:15 +09:00
usbharu 3eb310f306 fix: equalsを修正 2023-12-14 15:50:19 +09:00
usbharu e8b6b6784c test: Equalsのテストを修正 2023-12-14 15:50:01 +09:00
usbharu ec848630ca fix: toStringを修正 2023-12-14 14:37:59 +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 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 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