KMY
|
c5e4020922
|
Merge remote-tracking branch 'parent/main' into upstream-20231124
|
2023-11-24 09:07:40 +09:00 |
|
github-actions[bot]
|
8ceae2bce6
|
New Crowdin Translations (automated) (#27966)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-11-20 08:47:34 +00:00 |
|
KMY
|
236fc2a316
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-16 22:58:29 +09:00 |
|
github-actions[bot]
|
7232d4750d
|
New Crowdin Translations (automated) (#27884)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-11-16 10:08:22 +00:00 |
|
KMY
|
0704829a9b
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-14 09:14:19 +09:00 |
|
github-actions[bot]
|
e5a7b73ef4
|
New Crowdin Translations (automated) (#27815)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-11-13 13:21:02 +00:00 |
|
KMY
|
55c6192f15
|
Merge remote-tracking branch 'parent/main' into upstream-20231111
|
2023-11-11 08:25:43 +09:00 |
|
github-actions[bot]
|
ac62b995ef
|
New Crowdin Translations (automated) (#27804)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-11-10 13:07:04 +00:00 |
|
KMY
|
fc1b280d59
|
Merge remote-tracking branch 'parent/main' into upstream-20231109
|
2023-11-09 12:33:50 +09:00 |
|
KMY(雪あすか)
|
93b4f226bb
|
Add: #245 概要画面に全文検索の項目 (#255)
|
2023-11-08 11:29:59 +09:00 |
|
KMY(雪あすか)
|
f8280ca5d9
|
Add: #95 リストへの新着投稿通知 (#192)
* Add: テーブル定義、内部処理
* Add: 通知の定期削除処理、自動削除、テスト
* Add: Web画面の表示、設定
* Fix test
|
2023-10-31 08:59:31 +09:00 |
|
KMY
|
f9eaaec4e7
|
Merge remote-tracking branch 'parent/main' into upstream-20231021
|
2023-10-21 10:32:06 +09:00 |
|
github-actions[bot]
|
1ffd5a98a9
|
New Crowdin Translations (automated) (#27465)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-19 14:31:25 +02:00 |
|
github-actions[bot]
|
483f8af40e
|
New Crowdin Translations (automated) (#27410)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-17 09:27:11 +09:00 |
|
github-actions[bot]
|
13456efd7b
|
New Crowdin Translations (automated) (#27410)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-16 11:31:52 +02:00 |
|
KMY
|
68e251cf0c
|
Merge remote-tracking branch 'parent/main' into kb-upstream-231012
|
2023-10-12 19:47:01 +09:00 |
|
github-actions[bot]
|
f1ae72ba46
|
New Crowdin Translations (automated) (#27364)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-11 16:37:01 +02:00 |
|
KMY(雪あすか)
|
235bef36d0
|
Add: 検索許可「ローカルとフォロワー」 (#60)
|
2023-10-05 16:37:27 +09:00 |
|
KMY
|
c9d14c6546
|
Merge branch 'kb_patch' into kb_development
|
2023-10-03 22:11:59 +09:00 |
|
KMY
|
1ac499aefe
|
Merge commit '322ce1fc27 ' into kb_patch
|
2023-10-03 21:31:18 +09:00 |
|
KMY
|
846b8c5e06
|
Merge remote-tracking branch 'parent/releases/v4.2.1' into kb_lts
|
2023-10-03 20:43:57 +09:00 |
|
KMY
|
9e91c1e653
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-10-03 20:42:23 +09:00 |
|
github-actions[bot]
|
e486faed47
|
New Crowdin Translations (automated) (#27220)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:37 +02:00 |
|
github-actions[bot]
|
ee866ec0e0
|
New Crowdin Translations (automated) (#27220)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-02 13:35:29 +02:00 |
|
KMY(雪あすか)
|
44b739a39a
|
Add: Webでの引用表示 (#50)
* Add compacted component
* 引用表示の間にコンテナをはさみ、不要なコードを削除
* 引用APIを作成、ついでにブロック状況を引用APIに反映
* テスト修正など
* 引用をキャッシュに登録
* `quote_id`が`quote_of_id`になったのをSerializerに反映
* Fix test
* 引用をフィルターの対象に含める設定+エラー修正
* ストリーミングの存在しないプロパティ削除によるエラーを修正
* Fix lint
* 他のサーバーから来た引用付き投稿を処理
* Fix test
* フィルター設定時エラーの調整
* 画像つき投稿のスタイルを調整
* 画像つき投稿の最大高さを調整
* 引用禁止・非表示の設定を追加
* ブロック対応
* マイグレーションコード調整
* 引用設定の翻訳を作成
* Lint修正
* 参照1つの場合は引用に変換する設定を削除
* 不要になったテストを削除
* ブロック設定追加、バグ修正
* 他サーバーへ引用送信・受け入れ
|
2023-10-02 11:12:51 +09:00 |
|
KMY(雪あすか)
|
322ce1fc27
|
Bump version to 6.0 (#46)
* Bump version to 6.0
* Add cherrypick to banned target
* Fix translations
|
2023-09-28 17:56:21 +09:00 |
|
KMY
|
bcf8ceac8e
|
Fix translation about lists.exclusive
|
2023-09-21 21:31:27 +09:00 |
|
KMY
|
8dfd23b4cd
|
Add refresh button on phone
|
2023-09-21 20:23:17 +09:00 |
|
KMY
|
353e76c9c9
|
Add quote menu
|
2023-09-20 16:49:16 +09:00 |
|
KMY
|
2ed156a3f4
|
Fix translations
|
2023-09-19 09:07:12 +09:00 |
|
KMY
|
236f4bed45
|
Rename public searchability Public to Everyone
|
2023-09-19 07:50:45 +09:00 |
|
KMY
|
3b290ef958
|
Merge remote-tracking branch 'parent/main' into kb_migration
|
2023-09-15 10:21:33 +09:00 |
|
github-actions[bot]
|
921c6fe654
|
New Crowdin Translations (automated) (#26498)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-09-13 15:10:41 +02:00 |
|
KMY
|
37071531d3
|
Remove pawoo from limited post
|
2023-09-12 09:07:24 +09:00 |
|
KMY
|
bda32491fb
|
Fix translation
|
2023-08-27 17:51:12 +09:00 |
|
KMY
|
016c79484e
|
Fix translations
|
2023-08-27 14:11:46 +09:00 |
|
KMY
|
bb3a3a7572
|
Add translations
|
2023-08-27 12:49:22 +09:00 |
|
KMY
|
38032a56d3
|
Fix translations
|
2023-08-22 20:23:41 +09:00 |
|
KMY
|
504aaaa0c5
|
Fix translations
|
2023-08-21 14:29:28 +09:00 |
|
KMY
|
86c63d2dbb
|
Add set home button
|
2023-08-21 12:16:06 +09:00 |
|
KMY
|
d834dd2d79
|
Fix translations
|
2023-08-21 12:08:06 +09:00 |
|
KMY
|
072583b60e
|
Fix japanese translations
|
2023-08-20 08:15:21 +09:00 |
|
KMY
|
bbfc5a0d88
|
Add translations
|
2023-08-19 20:39:55 +09:00 |
|
KMY
|
e4759c5a7f
|
Merge branch 'kb_development' into kb_migration
|
2023-08-15 17:52:29 +09:00 |
|
KMY
|
43e5766761
|
Add limited post warning
|
2023-08-15 17:52:10 +09:00 |
|
KMY
|
c7fe057f92
|
Merge branch 'kb_development' into kb_migration
|
2023-08-13 19:05:32 +09:00 |
|
KMY
|
ec16074def
|
Add limited post icon
|
2023-08-12 22:04:22 +09:00 |
|
KMY
|
69555645d9
|
Merge remote-tracking branch 'parent/main' into kb_migration
|
2023-08-11 11:10:49 +09:00 |
|
github-actions[bot]
|
8cbf4a5296
|
New Crowdin Translations (automated) (#26373)
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-08-10 09:47:42 +02:00 |
|
KMY
|
ce3cf82f8f
|
Merge remote-tracking branch 'parent/main' into kb_migration
|
2023-08-07 22:10:24 +09:00 |
|