Commit Graph

555 Commits

Author SHA1 Message Date
usbharu fd64b234ad
feat: PostgreSQLで使用できるように 2023-11-21 16:24:46 +09:00
usbharu 69699b4538
fix: リモートユーザーを取得時に使用したURLでurlが登録されてしまう問題を修正 2023-11-21 15:47:38 +09:00
usbharu 49572e5d19
Revert "feat: OAuth2のスコープの処理方法を変更" 2023-11-21 11:16:35 +09:00
usbharu c35401c4b7
feat: DBのマイグレーションをFlywayで行うように 2023-11-19 13:25:47 +09:00
usbharu f767da23f3
Update src/main/kotlin/dev/usbharu/hideout/core/domain/model/user/User.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-19 12:16:24 +09:00
usbharu d63503daef
test: テストを修正 2023-11-19 12:09:44 +09:00
usbharu 9c96595758
style: fix lint 2023-11-19 11:50:19 +09:00
usbharu b1c2b554b0
Merge branch 'develop' into feature/instance 2023-11-18 13:41:35 +09:00
usbharu 8bb6b3d017
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-18 13:41:13 +09:00
usbharu 3bddfa854e
feat: userにinstanceのidを追加 2023-11-18 12:29:20 +09:00
usbharu 1323815abd
feat: Instanceの重複チェックを追加 2023-11-18 12:20:29 +09:00
usbharu e0b1cf6bc0
feat: Nodeinfoのデシリアライズ用クラスを別に準備 2023-11-18 12:02:40 +09:00
usbharu 84356161a8
feat: 新規ユーザー作成時にInstanceを取得するように 2023-11-18 11:37:51 +09:00
usbharu b8756b40a6
feat: 汎用ResourceResolverを追加 2023-11-18 11:05:02 +09:00
usbharu 4aa1970c76
feat: InstanceServiceを追加 2023-11-18 10:39:37 +09:00
usbharu a29cf62cfb
feat: Instanceのリポジトリを追加 2023-11-18 00:51:57 +09:00
usbharu 53b26ecf8f
feat: Instanceのエンティティを追加 2023-11-18 00:35:52 +09:00
usbharu f8619a36ba
Merge branch 'develop' into feature/oauth-scopes 2023-11-18 00:28:26 +09:00
usbharu 25169671b6
Update src/main/kotlin/dev/usbharu/hideout/mastodon/service/app/AppApiService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-18 00:28:20 +09:00
usbharu d4548fe095
feat: OAuth2のスコープの処理方法を変更 2023-11-18 00:06:49 +09:00
usbharu 621a8084fb
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-16 23:38:24 +09:00
usbharu 22b6dacb5d
feat: タイムラインのJDBC実装 2023-11-16 23:33:10 +09:00
usbharu c67b1ec1e9
fix: lint 2023-11-16 20:59:22 +09:00
usbharu f206ee312d
feat: 動画のアップロード 2023-11-16 15:36:45 +09:00
usbharu 79b6e65005
feat: メディアのリネームを別クラスに切り出し 2023-11-15 20:50:03 +09:00
usbharu 4a20054ea4
feat: ALTの永続化 2023-11-15 20:17:02 +09:00
usbharu dc55bba2b3
feat: リモートの画像のOOM対策を追加 2023-11-15 14:36:41 +09:00
usbharu f389fe2412
refactor: MediaServiceImplをリファクタリング 2023-11-14 22:47:00 +09:00
usbharu f3b3a607ce
refactor: メディア関係をリファクタリング 2023-11-14 22:04:41 +09:00
usbharu ab2f08df3a
test: メディア付き投稿とリプライの投稿のテストを追加 2023-11-13 15:04:11 +09:00
usbharu c08b03de78
fix: リプライ先取得失敗時のエラーハンドリングを修正 2023-11-13 15:03:38 +09:00
usbharu 870262b619
test: noteの匿名のときのテストを追加 2023-11-11 17:37:22 +09:00
usbharu 5d0d680d3c
test: Inboxのセキュリティテストを追加 2023-11-11 14:20:26 +09:00
usbharu 8d69492b89
fix: コントローラーのバグ修正 2023-11-09 15:32:14 +09:00
usbharu 715a119521
Merge branch 'develop' into feature/test-serialize 2023-11-07 00:50:00 +09:00
usbharu e90a28b06a
refactor: 不要なデフォルト実装を削除 2023-11-05 14:50:06 +09:00
usbharu b62058c668
test: noteのエンドポイントのテストを追加 2023-11-05 14:46:20 +09:00
usbharu 582b3dc098
test: Objectのシリアライズテストを追加 2023-11-03 14:46:07 +09:00
usbharu 1b9df084c1
test: テストを修正 2023-11-03 14:11:14 +09:00
usbharu 684cd508c0
test: jsonldのシリアライズテストを追加 2023-11-03 13:59:42 +09:00
usbharu e146e8c530
Merge branch 'develop' into bugfix/timeline-duplicate-exception 2023-11-03 01:36:46 +09:00
usbharu f7f9f58e77
test: Deleteのシリアライズのテストを追加 2023-11-03 01:36:39 +09:00
usbharu c3f66c4427
fix: タイムライン重複判定で発生する例外のcatchの失敗を修正 2023-11-03 01:09:06 +09:00
usbharu f14874aa81
Merge remote-tracking branch 'origin/feature/receive-delete' into feature/receive-delete 2023-11-03 01:00:43 +09:00
usbharu 4d8864179e
test: テストを修正 2023-11-03 01:00:35 +09:00
usbharu cf0a108e48
Update src/main/kotlin/dev/usbharu/hideout/activitypub/domain/model/Delete.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 00:57:57 +09:00
usbharu d4554168f0
feat: リモートのNoteのDelete Activityの受信に対応 2023-11-03 00:52:33 +09:00
usbharu 7f61fe6471
style: fix lint 2023-11-02 20:09:45 +09:00
usbharu cb156a46e4
Merge branch 'develop' into feature/remote-media 2023-11-02 20:01:17 +09:00
usbharu 6d08b4466c
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-02 19:56:06 +09:00
usbharu 039625b3eb
fix: タイムラインが重複する現象を修正 2023-11-02 19:55:44 +09:00
usbharu 8c1becc504
feat: リモートのメディアをローカルに保存するように 2023-11-02 19:34:07 +09:00
usbharu 91be42302e
feat: リモートのメディアを保存したように動かす処理を追加 2023-11-02 18:46:48 +09:00
usbharu 363577f6ee
feat: リモートのメディアを保存するように 2023-11-02 18:25:50 +09:00
usbharu c0deaaa9a6
feat: mongodbのurlを変更可能に 2023-11-02 18:17:46 +09:00
usbharu 403930ee12
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-02 17:42:52 +09:00
usbharu af1a46ab9f
refactor: nullチェックをrequirenotnullに置換 2023-11-02 17:19:01 +09:00
usbharu 224137e3b7
refactor: 投稿の配送Jobの改善 2023-11-02 16:43:06 +09:00
usbharu b82e317470
refactor: 投稿作成時のjob発行箇所をリファクタリング 2023-11-02 16:19:08 +09:00
usbharu c18b18dff8
Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/objects/note/APNoteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-02 12:44:44 +09:00
usbharu 3248816d58
refactor: APNoteServiceをNote取得クエリを少なくなるようにリファクタリング 2023-11-02 12:40:20 +09:00
usbharu b7919ed2ca
feat: postgres対応 2023-11-02 11:56:03 +09:00
usbharu dfc2a6f33c
refactor: 予約語を使っていたパッケージ名を修正 2023-11-01 14:10:59 +09:00
usbharu 009b95735e
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-01 13:57:19 +09:00
usbharu 6e9a25c120
Merge branch 'develop' into feature/refactor
# Conflicts:
#	src/test/kotlin/dev/usbharu/hideout/service/ap/APNoteServiceImplTest.kt
#	src/test/kotlin/dev/usbharu/hideout/service/ap/resource/APResourceResolveServiceImplTest.kt
2023-11-01 13:38:45 +09:00
usbharu fdb6ec9622
refactor: パッケージ構成を変更 2023-11-01 13:34:24 +09:00
usbharu 44f3ba4537
fix: LikeのUndoのidが間違っていたのを修正 2023-10-31 18:10:20 +09:00
usbharu 56a7b640fa
fix: 投稿の配送処理のtoが間違っていたのを修正 2023-10-31 17:32:04 +09:00
usbharu 5de5c6cb9b
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-31 16:40:31 +09:00
usbharu 617a8c5a6f
refactor: 不要な依存を削除 2023-10-31 16:35:05 +09:00
usbharu b514af026f
fix: apPost時にbodyがnullのときリクエストボディにnullと出力されてしまう問題を修正 2023-10-31 16:34:20 +09:00
usbharu f84dc530fa
fix: FollowのUndoの処理に成功しているのに未実装エラーが出るのを修正 2023-10-31 16:26:46 +09:00
usbharu 51a477d5b9
fix: ActivityのTypeのパース時のエラーを修正 2023-10-31 16:24:15 +09:00
usbharu 486abaaaf3
test: APAcceptServiceImplのテストを追加 2023-10-29 16:36:24 +09:00
usbharu 0fdceb4d9e
style: fix lint 2023-10-27 14:10:04 +09:00
usbharu cefde4df45
style: fix lint 2023-10-27 14:08:38 +09:00
usbharu 2c2a392c92
refactor: jobを別のクラスに切り出し2 2023-10-27 13:54:33 +09:00
usbharu 0eb2cfbb86
refactor: jobを別のクラスに切り出し 2023-10-27 13:22:18 +09:00
usbharu d2fcf658e3
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-27 11:38:21 +09:00
usbharu 4b6f86da95
feat: 署名されないリクエストもログをとるように 2023-10-27 11:28:35 +09:00
usbharu 68c6e8937c
feat: ActivityPubリクエストのログを追加 2023-10-27 11:17:05 +09:00
usbharu d70fd208a6
feat: フォローリクエストが飛んできたときのログを追加 2023-10-27 11:16:40 +09:00
usbharu 22d0f8b160
feat: セキュリティフィルターの前にMDCを追加するように 2023-10-24 20:19:22 +09:00
usbharu 3d795bbd8a
feat: ログのMDCをkotlinx.coroutineに対応 2023-10-24 20:05:53 +09:00
usbharu a60703ebdc
refactor: ログを追加 2023-10-24 12:52:15 +09:00
usbharu 2a65311611
Merge branch 'develop' into feature/entity-builder 2023-10-23 13:44:53 +09:00
usbharu eeb2c763ae
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-23 13:40:12 +09:00
usbharu d1fbf1d1b6
style: fix lint 2023-10-23 13:39:30 +09:00
usbharu edb3965c48
Update src/main/kotlin/dev/usbharu/hideout/service/post/MongoGenerateTimelineService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-23 13:33:14 +09:00
usbharu 7427030f00
feat: 不要になったコンフィグを削除 2023-10-23 13:32:50 +09:00
usbharu 1b1be8f7b0
feat: 不要になったマッピングを削除 2023-10-23 13:29:09 +09:00
usbharu a6818ca090
feat: Userのマッピングを追加 2023-10-23 13:28:28 +09:00
usbharu 0403ae969f
feat: 不要になったマッピングを削除 2023-10-23 13:16:07 +09:00
usbharu 4e27f2e68b
feat: クエリ実行結果とのマッピングをクラスに切り出し 2023-10-23 13:15:28 +09:00
usbharu 830206b43a
feat: 不要なコンフィグを削除 2023-10-23 12:50:25 +09:00
usbharu 3a3318a25f
feat: DBの文字数制限をハードコード 2023-10-23 12:49:08 +09:00
usbharu 95c7565b78
feat: UserBUilderを追加 2023-10-23 12:35:48 +09:00
usbharu 1f784f339a
feat: Postをビルダーを使って生成するように 2023-10-23 12:17:48 +09:00
usbharu 95037fd77d
feat: タイムラインにメディア情報と純粋なリポスト日の情報を追加 2023-10-23 11:03:37 +09:00
usbharu fdc14444b6
feat: 投稿のURLで取得できるNoteの情報を正確に表すように 2023-10-21 16:07:58 +09:00