Commit Graph

1208 Commits

Author SHA1 Message Date
usbharu dea80d2599 fix: テーブル名を修正 2024-02-13 14:07:29 +09:00
usbharu 70deaa92c6 feat: 実装を忘れていたエンドポイントを実装 2024-02-13 14:06:58 +09:00
usbharu d67a71dd57 feat: 権限の設定を追加 2024-02-12 18:38:19 +09:00
usbharu d06b4062c8 style: fix lint 2024-02-12 15:29:43 +09:00
usbharu 7189159cb0 style: fix lint 2024-02-12 12:36:23 +09:00
usbharu 41d1e59322 feat: 未実装箇所を実装 2024-02-12 12:36:04 +09:00
usbharu 5cb014730e feat: ミュートのMastodon互換APIを実装 2024-02-12 12:23:54 +09:00
usbharu 01ae2268d5 fix: API定義が間違っていたので修正2 2024-02-12 12:22:01 +09:00
usbharu 789f0c7fde fix: API定義が間違っていたので修正 2024-02-11 13:52:40 +09:00
usbharu 8f6e340442 feat: ミュートAPIの定義を追加 2024-02-11 13:49:47 +09:00
usbharu 827edb2d44 feat: ミュートの基本部分を実装 2024-02-09 18:10:22 +09:00
usbharu 20c4d3f4e6 Merge pull request #275 from usbharu/update-dependencies
Update dependencies
2024-02-04 16:49:42 +09:00
usbharu e2f7062770 chore: GitHub ActionsのJDKバージョンを21に変更 2024-02-04 16:19:33 +09:00
usbharu 4b205c1e0c chore: spring frameworkの仮想スレッド機能を有効化 2024-02-04 16:17:46 +09:00
usbharu 54224a9d56 chore: ExposedのAPIを更新 2024-02-04 16:07:29 +09:00
usbharu 4045a945ba chore: Kotlinの非推奨アノテーションの継承の修正 2024-02-04 16:01:57 +09:00
usbharu 45ac53dcff chore: 依存関係をアップデート 2024-02-04 16:00:58 +09:00
usbharu 166da83561 chore: とりあえずwindowsとlinuxのx86_64でのみ動く用に 2024-02-04 15:07:32 +09:00
usbharu bd5d0fadf0 Merge pull request #273 from usbharu/feature/repost
Feature/repost
2024-02-03 16:42:16 +09:00
usbharu 2f0629153b style: fix lint 2024-02-03 16:37:25 +09:00
usbharu 8b1d1a5b09 feat: equalsとtoStringを実装 2024-02-03 16:20:07 +09:00
usbharu 7b9ef770da Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-03 16:15:27 +09:00
usbharu 35d126703b feat: 引用リポストに対応 2024-02-03 16:06:56 +09:00
usbharu 09165783ae feat: Undo Announceを受け取れるように 2024-02-02 16:53:55 +09:00
usbharu ac5be2e2df feat: Announceを受け取れるように 2024-02-02 16:53:32 +09:00
usbharu 8e516420cf feat: Announceを追加 2024-02-02 16:52:46 +09:00
usbharu f011e43379 Merge pull request #272 from usbharu/bugfix/get-loginuser
Bugfix/get loginuser
2024-02-01 16:00:22 +09:00
usbharu 9b0d37722c test: 匿名認証時のテストを追加 2024-02-01 15:54:10 +09:00
usbharu a062d0b9c3 fix: アカウントの投稿一覧が未ログイン時に見れなくなっていた問題を修正 2024-02-01 15:53:18 +09:00
usbharu a089ab7a04 feat: 匿名認証時にログインユーザーを取得できない場合エラーではなくnullを返す関数を追加 2024-02-01 15:52:38 +09:00
usbharu 9a12c10f3a Merge pull request #266 from usbharu/feature/pagination
ページネーションの改善
2024-01-31 22:22:04 +09:00
usbharu e5f620749e style: fix lint 2024-01-31 22:17:07 +09:00
usbharu 61e61ec4bd fix: ページネーション対応忘れを修正 2024-01-31 21:56:28 +09:00
usbharu 40c2c93f89 test: アカウントの投稿一覧の取得のページネーションのテストを追加 2024-01-31 21:33:12 +09:00
usbharu 8d24b366e4 fix: アカウントの投稿一覧の取得のバグを修正 2024-01-31 16:44:20 +09:00
usbharu 8703a45fc2 test: アカウントの投稿一覧の取得テストを追加 2024-01-31 16:43:55 +09:00
usbharu 5d01be2d88 chore: Jacksonがnullableかつrequiredを理解しないので変更 2024-01-31 16:43:22 +09:00
usbharu a3518ddf53 test: テスト実行前にMongodbをクリアするように 2024-01-31 15:05:00 +09:00
usbharu 4ed61efe76 fix: Mongodbの通知APIがおかしくなっていたのを修正 2024-01-31 15:01:59 +09:00
usbharu 9859c36051 test: Mongodb使用時の通知APIのページネーションのテストを追加 2024-01-31 15:01:30 +09:00
usbharu ca33eb344b test: Mongodbでのテストを行えるようにするためにSQLを分割 2024-01-31 15:01:07 +09:00
usbharu 75a66ee2d3 test: 通知APIとページネーションのレスポンスチェックを追加 2024-01-31 14:40:11 +09:00
usbharu 48974d71fa chore: JacksonがRequiredだがnullableを理解しないので変更 2024-01-31 14:39:35 +09:00
usbharu 44bca9d373 fix: ページングのレスポンスが間違っていたのを修正 2024-01-31 00:46:12 +09:00
usbharu 637b2b84d5 test: Mastodon互換APIの通知エンドポイントのページングテストを追加 2024-01-31 00:45:42 +09:00
usbharu 9deff9fef8 Merge branch 'develop' into feature/pagination 2024-01-31 00:00:34 +09:00
usbharu cd41c2fd0e Merge pull request #269 from usbharu/bugfix/mastodon-notification-table
fix: 忘れていたテーブル定義を追加
2024-01-30 23:59:02 +09:00
usbharu 44da988141 fix: 忘れていたテーブル定義を追加 2024-01-30 23:51:51 +09:00
usbharu 31697ee5b7 test: 通知APIのページングのテスト用SQLを追加 2024-01-30 23:47:08 +09:00
usbharu 09e5ff7ea5 refactor: 不要なnullチェックを削除 2024-01-30 23:17:41 +09:00