1
0
Fork 0
forked from gitea/nas
nas/spec
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
..
chewy Add new public status index (#26344) 2023-08-24 16:40:04 +02:00
config/initializers Fix RSpec/ContextWording cop (#24739) 2023-05-04 05:49:08 +02:00
controllers Fix test of statuses limit 2023-09-26 18:23:38 +09:00
fabrication Restore console behavior in test env (#26401) 2023-08-09 11:26:56 +02:00
fabricators Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
features Add admin notifications for new Mastodon versions (#26582) 2023-09-01 17:47:07 +02:00
fixtures Spec media attachment speedups (#25416) 2023-08-07 17:58:12 +02:00
generators Clean up the post deployment migration generator (#24233) 2023-04-11 11:25:29 +02:00
helpers Allow jsonld array contains null value 2023-09-20 08:17:51 +09:00
lib Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
locales Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
mailers Add admin notifications for new Mastodon versions (#26582) 2023-09-01 17:47:07 +02:00
models Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
policies Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
presenters Merge commit 'f378f10404' into kb_migration 2023-06-07 11:45:52 +09:00
requests Merge remote-tracking branch 'parent/main' into kb_lts 2023-09-21 15:59:20 +09:00
routing Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
search Add searchability elasticsearch test 2023-09-13 09:45:13 +09:00
serializers Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
services Add: Webでの引用表示 (#50) 2023-10-02 11:12:51 +09:00
support Add end-to-end (system) tests (#25461) 2023-07-28 23:09:49 +02:00
system Add end-to-end (system) tests (#25461) 2023-07-28 23:09:49 +02:00
validators Add coverage for URLValidator (#25591) 2023-07-28 23:12:25 +02:00
views/statuses Update rubocop and rubocop-rspec (#26329) 2023-08-22 09:31:40 +02:00
workers Fix ProcessReferencesWorker error for tasks before update 2023-09-27 10:56:08 +09:00
rails_helper.rb Add search tests (#26703) 2023-09-08 16:17:55 +02:00
spec_helper.rb Merge remote-tracking branch 'parent/main' into kb_migration 2023-09-10 16:17:34 +09:00