1
0
Fork 0
forked from gitea/nas
nas/app/controllers
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
..
activitypub Add references activitypub support 2023-07-11 18:31:28 +09:00
admin Remove moderation tool media list page 2023-09-21 16:20:07 +09:00
api Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
auth Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
concerns Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
disputes Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
filters Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
oauth Fix “Authorized applications” inefficiently and incorrectly getting last use date (#25060) 2023-05-22 14:03:38 +02:00
settings Move search setting to new page 2023-09-12 12:33:43 +09:00
well_known Change interaction modal in web UI (#26075) 2023-07-27 16:11:17 +02:00
about_controller.rb Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
accounts_controller.rb Merge commit '2f932cb2bb' into kb_migration 2023-08-03 15:48:07 +09:00
antennas_controller.rb Remove unsafe params from antenna old edit page 2023-09-14 18:47:58 +09:00
application_controller.rb Add authorized_fetch server setting in addition to env var (#25798) 2023-09-01 15:41:10 +02:00
authorize_interactions_controller.rb Change interaction modal in web UI (#26075) 2023-07-27 16:11:17 +02:00
backups_controller.rb Storage: add :azure to remaining callers (#26080) 2023-07-27 16:13:45 +02:00
custom_css_controller.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
emojis_controller.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
filters_controller.rb Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
follower_accounts_controller.rb Merge commit '2f932cb2bb' into kb_migration 2023-08-03 15:48:07 +09:00
following_accounts_controller.rb Merge commit '2f932cb2bb' into kb_migration 2023-08-03 15:48:07 +09:00
health_controller.rb Change health check (#15988) 2021-04-03 02:39:04 +02:00
home_controller.rb Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
instance_actors_controller.rb Fix /actor needlessly reading session cookie and varying on Signature (#24664) 2023-04-26 11:42:26 +02:00
intents_controller.rb Fix Performance/DeletePrefix cop (#24796) 2023-05-02 21:07:45 +02:00
invites_controller.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
mail_subscriptions_controller.rb Add List-Unsubscribe email header (#26085) 2023-08-01 19:34:40 +02:00
manifests_controller.rb Fix some user-independent endpoints potentially reading session cookies (#24650) 2023-04-25 22:14:44 +02:00
media_controller.rb Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) 2023-08-02 19:32:48 +02:00
media_proxy_controller.rb Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) 2023-08-02 19:32:48 +02:00
privacy_controller.rb Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
relationships_controller.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
remote_interaction_helper_controller.rb Change interaction modal in web UI (#26075) 2023-07-27 16:11:17 +02:00
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 2019-08-16 19:15:05 +02:00
statuses_cleanup_controller.rb Merge branch 'kb_migration' into kb_migration_development 2023-04-20 17:43:47 +09:00
statuses_controller.rb Merge remote-tracking branch 'parent/main' into kb_development 2023-09-30 19:37:20 +09:00
tags_controller.rb Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00