1
0
Fork 0
forked from gitea/nas
nas/spec
KMY(雪あすか) 87e858a202
Add: フレンドサーバー (#61)
* Fix mastodon version

* テーブル作成

* Wip: フレンドサーバーフォローの承認を受信

* Wip: フレンド申請拒否を受信

* Wip: フォローリクエストを受理

* Wip: 相手からのフォロー・アンフォローを受理

* 普通のフォローとフレンドサーバーのフォローを区別するテストを追加

* ドメインブロックによるフォロー拒否

* ドメインブロックしたあと、申請中のフォロリクを取り下げる処理

* スタブに条件を追加

* Wip: 相手からのDelete信号に対応

* DB定義が消えていたので修正

* Wip: ローカル公開投稿をフレンドに送信する処理など

* Wip: 未収載+誰でもの投稿をフレンドに送る設定

* Wip: ローカル公開をそのまま送信する設定を考慮

* Fix test

* Wip: 他サーバーからのローカル公開投稿の受け入れ

* Wip: Web画面作成

* Fix test

* Wip: ローカル公開を連合TLに流す

* Wip: フレンドサーバーの削除ボタン

* Wip: メール通知や設定のテストなど

* Wip: 翻訳を作成

* Fix: 却下されたあとフォローボタンが表示されない問題

* Wip: 編集できない問題

* 有効にしていないフレンドサーバーをリストで無効表示
2023-10-09 11:51:15 +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: フレンドサーバー (#61) 2023-10-09 11:51:15 +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 Merge remote-tracking branch 'parent/main' into kb_development 2023-10-07 09:19:36 +09:00
lib Add: フレンドサーバー (#61) 2023-10-09 11:51:15 +09:00
locales Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
mailers Add: フレンドサーバー (#61) 2023-10-09 11:51:15 +09:00
models Add: フレンドサーバー (#61) 2023-10-09 11:51:15 +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_development 2023-10-07 09:19:36 +09:00
routing Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
search Add: 検索許可「ローカルとフォロワー」 (#60) 2023-10-05 16:37:27 +09:00
serializers Merge branch 'kb-draft-7.0' into kb_development 2023-10-08 18:59:30 +09:00
services Add: フレンドサーバー (#61) 2023-10-09 11:51:15 +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:31 +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