Commit Graph

380 Commits

Author SHA1 Message Date
usbharu 5108f0acbf
refactor: interfaceとデフォルト実装を同じファイルに 2023-08-11 16:38:56 +09:00
usbharu 6b04f7a429
refactor: ActivityPubをAPに変更 2023-08-11 16:29:52 +09:00
usbharu 7a8c3c95ab
Merge pull request #28 from usbharu/feature/refactor-query
Feature/refactor query
2023-08-11 16:09:45 +09:00
usbharu 3bef01a955
style: スタイルを修正 2023-08-11 16:06:12 +09:00
usbharu b5739832ef
test: テストを修正 2023-08-11 15:58:53 +09:00
usbharu 621166aa3f
feat: トランザクションエラーがある程度発生しないように 2023-08-11 15:47:25 +09:00
usbharu 66c8e956c1
feat: トランザクション管理を抽象化 2023-08-11 14:23:52 +09:00
usbharu 34aff68229
refactor: リアクションAPIを変更 2023-08-11 13:37:06 +09:00
usbharu 365d1b6c4d
feat: 起動からユーザー作成、ログインまでのトランザクションを修正 2023-08-11 12:22:56 +09:00
usbharu 03d4f461a7
refactor: 不要なコードを削除 2023-08-11 11:25:26 +09:00
usbharu 9582844f3c
refactor: 不要なコードを削除 2023-08-11 10:54:30 +09:00
usbharu f16eda9a9e
refactor: ReactionのQueryServiceを追加 2023-08-10 20:58:33 +09:00
usbharu 274e59be5f
refactor: トランザクションを削除 2023-08-10 20:33:23 +09:00
usbharu 5a5be82c50
refactor: PostのQueryServiceを追加 2023-08-10 20:29:18 +09:00
usbharu a6658e9117
refactor: 不要なコードを削除 2023-08-10 20:08:56 +09:00
usbharu a472883f27
refactor: 不要なコードを削除 2023-08-10 20:05:40 +09:00
usbharu b152912980
feat: PostResponseのQueryServiceを追加 2023-08-10 19:55:46 +09:00
usbharu ba16e3ff19
refactor: Repositoryに不要な関数を削除 2023-08-10 19:42:18 +09:00
usbharu 9e691a9b62
refactor: 不要なコードを削除、DI用アノテーションを追加 2023-08-10 19:26:52 +09:00
usbharu bf2994fbf6
refactor: 不要な関数を削除 2023-08-10 19:23:42 +09:00
usbharu 3257ebccfc
refactor: 一括検索を都度検索に変更 2023-08-10 19:23:12 +09:00
usbharu b64e983cae
refactor: 不要な関数を削除 2023-08-10 19:17:07 +09:00
usbharu 736832ccd3
refactor: 不要な関数を削除 2023-08-10 19:13:42 +09:00
usbharu 4d9736c5af
refactor: 不要な関数を削除 2023-08-10 19:07:48 +09:00
usbharu d83d26f132
refactor: 不要な関数を削除 2023-08-10 19:04:16 +09:00
usbharu ab0350baf3
refactor: 不要な関数を削除 2023-08-10 18:46:14 +09:00
usbharu cd03ff33e8
feat: FollowのQueryServiceを追加 2023-08-10 18:23:09 +09:00
usbharu eaaec927dd
feat: UserのQueryServiceを追加 2023-08-10 18:22:43 +09:00
usbharu 93c6dcc6e7
Merge pull request #26 from usbharu/feature/deliver-reaction
Feature/deliver reaction
2023-08-08 18:01:55 +09:00
usbharu 3764d476c0
test: テストの型エラーを修正 2023-08-08 17:58:28 +09:00
usbharu 7eb9e914bd
chore: package-lock.jsonを最新の状態に更新 2023-08-08 17:52:15 +09:00
usbharu b79667cda6
fix: リアクションAPIのレスポンス指定忘れを修正 2023-08-08 17:46:08 +09:00
usbharu 58e301cf71
fix: JavaScriptがBigIntを扱えない問題を修正 2023-08-08 17:37:40 +09:00
usbharu c02dee4096
feat: Favoriteボタンが機能するように 2023-08-08 17:36:25 +09:00
usbharu 4474e2beba
feat: リアクションのAPI定義を追加 2023-08-08 16:21:59 +09:00
usbharu d979dd600e
fix: マージミスを修正 2023-08-08 15:30:54 +09:00
usbharu cdeff2d3bf
Merge branch 'develop' into feature/deliver-reaction
# Conflicts:
#	package-lock.json
#	package.json
#	src/main/kotlin/dev/usbharu/hideout/Application.kt
#	src/main/kotlin/dev/usbharu/hideout/domain/model/ap/ObjectDeserializer.kt
#	src/main/kotlin/dev/usbharu/hideout/plugins/Routing.kt
2023-08-08 15:28:38 +09:00
usbharu 93444af8ad
test: テストの型が落ちてるのを修正 2023-08-08 15:12:38 +09:00
usbharu bf096b63ac
feat: リアクション取り消しの実装を追加 2023-08-02 11:29:00 +09:00
usbharu 2661bd3e9e
feat: リアクションのAPIを作成 2023-08-02 11:05:00 +09:00
usbharu 98638af478
feat: リアクション情報の配送の実装を作成 2023-07-31 01:07:14 +09:00
usbharu 0a33f19e2f
feat: リアクション情報を配送するinterfaceを定義 2023-07-31 00:32:15 +09:00
usbharu ed9fa67403
chore: gitignoreを更新 2023-07-31 00:31:43 +09:00
usbharu 3f3a5dcceb
feat: 投稿できるように 2023-07-06 22:06:10 +09:00
usbharu b1d0747038
feat: ログインページでログイン成功時にトークンを保存するように 2023-07-06 17:50:28 +09:00
usbharu cd442d7f51
feat: サイドバー、ログインフォームを作成 2023-06-28 18:36:38 +09:00
usbharu 7caae2cbaa
feat: APIのモデルを変更 2023-06-27 13:04:21 +09:00
usbharu a51cdee118
chore: viteをアップデート 2023-06-16 17:59:33 +09:00
usbharu 0dd7facbad
feat: APIの返答にuserも含めるように 2023-06-16 17:15:40 +09:00
usbharu fdc6e1bae4
feat: タイムラインを作成 2023-06-16 10:12:39 +09:00