usbharu
|
72d937a104
|
test: テストを修正
|
2024-01-27 18:17:48 +09:00 |
usbharu
|
31240b8797
|
feat: 通知のMastodon互換APIを実装
|
2024-01-27 17:52:52 +09:00 |
usbharu
|
ee3681468b
|
feat: Mastodonの通知APIのNotificationStoreを追加
|
2024-01-27 16:31:06 +09:00 |
usbharu
|
cf5c396d32
|
feat: NotificationStoreのエラーハンドリングとログを追加
|
2024-01-27 13:12:05 +09:00 |
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
|
da0f38a608
|
Merge pull request #256 from usbharu/feature/controller-login-user-id
Feature/controller login user
|
2024-01-26 12:54:29 +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
|
a60b58daef
|
Merge pull request #254 from usbharu/feature/mute
feat: ユーザーのミュートのMastodon互換APIを実装
|
2024-01-26 11:56:49 +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
|
128e536330
|
Merge pull request #252 from usbharu/bugfix/issue-216
perf: Updateが多発する問題の一時的な修正
|
2024-01-25 22:52:52 +09:00 |
usbharu
|
ce837a0494
|
perf: Updateが多発する問題の一時的な修正
|
2024-01-25 22:22:16 +09:00 |
usbharu
|
85d07e31f3
|
Merge pull request #250 from usbharu/delete-web-ui
chore: 不要になったWeb UIのコードを削除
|
2024-01-25 15:29:36 +09:00 |
usbharu
|
b65f9dc120
|
chore: 不要になったWeb UIのコードを削除
|
2024-01-25 15:17:09 +09:00 |
usbharu
|
3e649ca13d
|
Merge pull request #248 from usbharu/feature/remote-media-file-size-limit
feat: リモートのメディアのファイルサイズ制限ができるように
|
2024-01-25 15:06:56 +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
|
99081d6483
|
Merge pull request #246 from usbharu/feature/post-decoration
Feature/post decoration
|
2024-01-25 12:26:04 +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
|
a4865be4a7
|
Merge pull request #242 from usbharu/bugfix/deliver-local-post-delete
Bugfix/deliver local post delete
|
2024-01-16 16:21:16 +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
|
27ac24f68a
|
Merge pull request #240 from usbharu/feature/follow-activity
feat: Followアクティビティにidを追加
|
2024-01-16 15:04:40 +09:00 |
usbharu
|
606b197299
|
Merge branch 'develop' into feature/follow-activity
|
2024-01-16 14:59:30 +09:00 |
usbharu
|
afbddad21b
|
Merge pull request #239 from usbharu/feature/user-agent
feat: ActivityPubの通信に使うHTTPクライアントのUserAgentを設定
|
2024-01-16 14:57:17 +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 |