Commit graph

99 commits

Author SHA1 Message Date
KMY
2b51fabe9c Merge remote-tracking branch 'parent/main' into upstream-20240118 2024-01-18 09:17:39 +09:00
Renaud Chaput
01b6c83c36
Add a new @/ alias for the root frontend directory and use it where possible (#28753) 2024-01-16 10:27:26 +00:00
KMY
673e09d645 Merge remote-tracking branch 'parent/main' into upstream-20240115 2024-01-15 11:08:37 +09:00
Claire
6bbcd9348e
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#28064) 2024-01-12 20:16:48 +00:00
Renaud Chaput
608f66f978
Change icon SVG imports to use a default import (#28709) 2024-01-12 10:31:24 +00:00
KMY(雪あすか)
d315f23bed
Change: #428 emoji_reaction_available_serverプロパティをStatusからAccountオブジェクトに移動する (#434)
* Change: `emoji_reaction_available_server`プロパティを`Status`から`Account`オブジェクトに移動する

* Fix test
2024-01-09 10:43:59 +09:00
KMY(雪あすか)
eee362b9e0
Fix: #404 フィルターでhalf_warnを設定してると、クライアントアプリでタイムラインが読み込まれない (#410) 2024-01-03 22:10:02 +09:00
KMY(雪あすか)
77d8bbe438
Fix: #280 タイムラインでスタンプが意図せず表示されることがある問題 (#394) 2023-12-27 09:28:08 +09:00
KMY(雪あすか)
a88349af55
Add: #8 サークル投稿の転送 (#294)
* Add: `conversations`テーブルに`ancestor_status`プロパティ

* Fix test

* Fix test more

* Add: `limited_visibility`に`Reply`を追加、`context`のURI

* Add: 外部からの`context`受信処理

* Fix test

* Add: 公開範囲「返信」

* Fix test

* Fix: 返信に返信以外の公開範囲を設定できない問題

* Add: ローカル投稿時にメンション追加・他サーバーへの転送

* Fix test

* Fix test

* Test: ローカルスレッドへの返信投稿の転送

* Test: 未知のアカウントからのメンション

* Add: 編集・削除の連合に対応

* Remove: 重複テスト

* Fix: 改善

* Add: 編集削除の転送処理・返信なのにsilentなメンションでの通知

* Fix: リプライが第三者に届かない問題

* Add: `always_sign_unsafe`

* Add: Subject

* Remove space

* Fix: 他人のスレッドの送信先一覧を非表示

* Fix: おかしいコード
2023-11-30 09:29:24 +09:00
KMY(雪あすか)
e3c71cb3e4
Add: #213 右サイドメニューからお気に入りを削除するオプション (#262) 2023-11-09 11:53:57 +09:00
KMY
52dac50826 Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00
Renaud Chaput
3bf2a7296e
Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
KMY
5448bcf276 Merge remote-tracking branch 'parent/main' into kb-upstream-20231026 2023-10-26 20:24:34 +09:00
Eugen Rochko
134de736dc
Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2023-10-24 17:45:08 +00:00
KMY
46a1e62dc4 Merge remote-tracking branch 'parent/main' into upstream-20231021 2023-10-23 18:48:26 +09:00
Claire
0ad66175bf
Fix incorrect proptypes from react-router-v5 update (#27507) 2023-10-23 11:39:53 +02:00
KMY
f9eaaec4e7 Merge remote-tracking branch 'parent/main' into upstream-20231021 2023-10-21 10:32:06 +09:00
KMY(雪あすか)
292fbbb70d
Change: #93 引用投稿よりも添付画像を先に表示 (#152) 2023-10-20 09:01:03 +09:00
Renaud Chaput
1b70d7ed7c
Upgrade to react-router v5 (#25047)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-19 19:44:55 +02:00
KMY(雪あすか)
5cb8ccad84
Merge pull request #80 from kmycode/kb-merge-231010
Upstream main 20231010
2023-10-11 20:09:31 +09:00
KMY
80498c8377 Merge remote-tracking branch 'parent/main' into kb-merge-231010 2023-10-10 22:17:15 +09:00
Renaud Chaput
774e1189d2
Change eslint config to autofix missing comma and indentation in JS files (#26711) 2023-10-09 13:38:29 +02:00
KMY
59879bcc2f Fix: フィルターアクション half_warn のエラーを修正 2023-10-09 15:46:40 +09:00
KMY
72f3f95221 ブーストでアカウントが表示されない問題を修正 2023-10-02 12:50:13 +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
002c4bfe74 #29 Add personal limited_scope 2023-09-25 20:25:04 +09:00
KMY
454f262b2f Merge remote-tracking branch 'parent/stable-4.2' into kb_development 2023-09-20 09:04:10 +09:00
Claire
70cae19b6b
Fix hashtag bar being sometimes incorrectly hidden (#26960) 2023-09-19 12:25:39 +02:00
KMY
1f6047a43f Add expiration/limited/reference icon on timeline 2023-09-14 19:13:17 +09:00
KMY
2516acfc00 Change add my stamp only view 2023-09-12 18:35:00 +09:00
KMY
51f645fb99 Add show stamp on timeline setting 2023-09-12 18:26:16 +09:00
KMY
ffd684b330 Fix tag bar is not showing 2023-09-12 17:56:04 +09:00
KMY
673e607e94 Add emoji_reaction_policy setting 2023-09-12 16:20:29 +09:00
KMY
cd252a6062 Add hiding emoji reaction setting 2023-09-12 13:12:07 +09:00
KMY
3affa4177d Merge remote-tracking branch 'parent/main' into kb_migration 2023-08-26 18:32:39 +09:00
Claire
c3a42e1280
Add data-nosnippet attribute to remote posts and local posts with noindex (#26648) 2023-08-25 11:31:20 +02:00
KMY
adfa3524fc Merge remote-tracking branch 'parent/main' into kb_migration 2023-08-24 09:58:54 +09:00
Renaud Chaput
44ba785242
Change the hashtag bar to be hidden when there is a CW and the post is not expanded (#26615) 2023-08-23 15:40:31 +02:00
KMY
e656ab15a1 Merge remote-tracking branch 'parent/main' into kb_migration 2023-08-22 13:03:50 +09:00
Renaud Chaput
061fd66ee6
Remove hashtags from the last line of a status if it only contains hashtags (#26499) 2023-08-21 19:39:01 +02:00
KMY
3af223275f Add circle visibility 2023-08-21 18:22:14 +09:00
KMY
87a8da93e8 Fix card blur when cw post 2023-08-18 18:53:15 +09:00
KMY
93b46301d6 Remove link card preview from notification 2023-08-15 18:40:30 +09:00
KMY
285e2f82c8 Add link card preview with expanding spoiler_text 2023-08-15 18:37:24 +09:00
KMY
4ebf500e55 Merge remote-tracking branch 'parent/main' into kb_migration 2023-08-15 18:26:46 +09:00
Claire
df6e719898
Add display of out-of-band hashtags in the web interface (#26492)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2023-08-14 23:42:30 +02:00
KMY
c1f6d22ad2 Add limited_scope support 2023-08-12 22:49:28 +09:00
KMY
ec16074def Add limited post icon 2023-08-12 22:04:22 +09:00
KMY
0dbc070037 Remove status medias from notification 2023-07-26 18:44:23 +09:00
KMY
4b65740722 Merge commit 'f826a95f6e' into kb_migration 2023-07-25 15:09:10 +09:00