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 |
|
KMY
|
88d0023a46
|
Merge branch 'kb_lts' into kb_development
|
2023-10-03 20:37:27 +09:00 |
|
KMY
|
5fc5a15ca9
|
Fix: #42 投稿数を隠す設定にしているアカウントの投稿数が、ディレクトリで0と表示される問題
|
2023-10-03 20:37:02 +09:00 |
|
Claire
|
8e2ab1d4ef
|
Fix double scroll bars in some columns in advanced interface (#27187)
|
2023-10-03 13:29:33 +02:00 |
|
Michael Stanclift
|
a0e125f80d
|
Keep version string displayed without breakpoints in UI (#26986)
|
2023-10-03 13:29:33 +02:00 |
|
KMY
|
15fafb5860
|
Fix: #53 スタンプの更新ボタンが機能しない
|
2023-10-03 20:23:51 +09:00 |
|
Claire
|
37bbd3c106
|
Fix double scroll bars in some columns in advanced interface (#27187)
|
2023-10-03 13:12:39 +02:00 |
|
Michael Stanclift
|
5a437edc7f
|
Keep version string displayed without breakpoints in UI (#26986)
|
2023-10-03 11:52:21 +02:00 |
|
github-actions[bot]
|
f7449d4dc3
|
New Crowdin Translations (automated) (#27260)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:37 +02: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 |
|
Claire
|
8a7a0d2010
|
Fix explore prompt appearing because of posts being received out of order (#27211)
|
2023-10-03 10:59:37 +02:00 |
|
github-actions[bot]
|
662e1dc61e
|
New Crowdin Translations (automated) (#27202)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:37 +02:00 |
|
Claire
|
fea1c5796c
|
Fix link handling of mentions in user profiles when logged out (#27185)
|
2023-10-03 10:59:37 +02:00 |
|
github-actions[bot]
|
1ee975a23a
|
New Crowdin Translations (automated) (#27168)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:36 +02:00 |
|
Christian Schmidt
|
fbd3f3905e
|
Make notification respect reduce-motion (#27178)
|
2023-10-03 10:59:36 +02:00 |
|
Michael Stanclift
|
1133e5bd2c
|
Fix retention dashboard not displaying correct month (#27180)
|
2023-10-03 10:59:36 +02:00 |
|
github-actions[bot]
|
17efde216f
|
New Crowdin Translations (automated) (#27144)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:36 +02:00 |
|
Claire
|
578de4c7c0
|
Fix explore prompt sometimes showing up when the home TL is loading (#27062)
|
2023-10-03 10:59:36 +02:00 |
|
github-actions[bot]
|
c6834095ac
|
New Crowdin Translations (automated) (#27080)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:36 +02:00 |
|
github-actions[bot]
|
59daf2ea7d
|
New Crowdin Translations (automated) (#27052)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:59:36 +02:00 |
|
github-actions[bot]
|
e95d25e101
|
New Crowdin Translations (automated) (#27260)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-10-03 10:47:28 +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
|
f5b6592911
|
Fix: 引用付きの投稿をブーストし、さらに引用された投稿を編集した時、フィルターがWeb表示に反映されない問題
|
2023-10-02 15:22:26 +09:00 |
|
KMY
|
72f3f95221
|
ブーストでアカウントが表示されない問題を修正
|
2023-10-02 12:50:13 +09:00 |
|
KMY
|
ddcf4eb090
|
引用をBTしたとき、アカウント情報が書き換わる問題を修正
|
2023-10-02 12:20:16 +09:00 |
|
KMY
|
e1ac510c65
|
編集時にフィルターが機能しない問題を修正
|
2023-10-02 11:58:12 +09: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
|
e8e925f03d
|
画像つき投稿の最大高さを調整
|
2023-10-01 18:58:26 +09:00 |
|
KMY
|
3c649aa74d
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-09-30 19:37:20 +09:00 |
|
Claire
|
d80a819fc6
|
Fix explore prompt appearing because of posts being received out of order (#27211)
|
2023-09-29 15:51:36 +02:00 |
|
github-actions[bot]
|
695e42de0d
|
New Crowdin Translations (automated) (#27202)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-09-29 10:04:18 +02:00 |
|
Claire
|
1da3c588ca
|
Fix link handling of mentions in user profiles when logged out (#27185)
|
2023-09-28 15:29:07 +02: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 |
|
github-actions[bot]
|
b93ce7d8b3
|
New Crowdin Translations (automated) (#27168)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-09-28 10:44:16 +02:00 |
|
Christian Schmidt
|
6d0767558a
|
Make notification respect reduce-motion (#27178)
|
2023-09-28 10:39:38 +02:00 |
|
Michael Stanclift
|
7fddeca190
|
Fix retention dashboard not displaying correct month (#27180)
|
2023-09-28 10:16:15 +02:00 |
|
KMY
|
d75c8506ce
|
#38 Show alert when mention is added to limited post
|
2023-09-28 16:17:58 +09:00 |
|
KMY
|
78ddcb10c3
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-09-27 21:33:12 +09:00 |
|
Renaud Chaput
|
57f592fed5
|
Add Typescript types for some API objects (#26602)
|
2023-09-26 11:25:01 +02:00 |
|
KMY
|
28ab1ca973
|
#24 Fix editing circle post icon
|
2023-09-26 18:05:58 +09:00 |
|
KMY
|
13c51133d3
|
Fix always set public visibility when login visibility is locked
|
2023-09-26 17:53:36 +09:00 |
|
github-actions[bot]
|
5ea3e8e765
|
New Crowdin Translations (automated) (#27144)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-09-26 10:47:16 +02:00 |
|
Claire
|
a001ae2f39
|
Fix explore prompt sometimes showing up when the home TL is loading (#27062)
|
2023-09-25 17:07:01 +02:00 |
|
Claire
|
38753acaa5
|
Fix width of large text icon buttons (#27127)
|
2023-09-25 15:06:57 +02:00 |
|
KMY
|
002c4bfe74
|
#29 Add personal limited_scope
|
2023-09-25 20:25:04 +09:00 |
|
gunchleoc
|
88fa8e710a
|
Fix line wrapping of language selection button with long locale codes (#27100)
|
2023-09-25 12:59:37 +02:00 |
|
KMY
|
4b43157765
|
#2 Add kmyblue capabilities on about page
|
2023-09-25 19:58:12 +09:00 |
|