KMY
a6b57e3890
Merge remote-tracking branch 'parent/main' into upstream-20231221
2023-12-21 08:37:12 +09:00
Eugen Rochko
b5ac61b2c5
Change algorithm of follow recommendations ( #28314 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-12-19 10:59:43 +00:00
Matt Jankowski
c28976d89e
Handle negative offset param in api/v2/search
( #28282 )
2023-12-19 10:55:39 +00:00
Claire
7d9b209fe8
Fix call to inefficient delete_matched
cache method in domain blocks ( #28374 )
2023-12-18 16:14:43 +00:00
Matt Jankowski
0e5b8fc46b
Fix Style/RedundantReturn
cop ( #28391 )
2023-12-18 09:50:51 +00:00
KMY
94c2396a34
Merge remote-tracking branch 'parent/main' into upstream-20231204
2023-12-04 12:04:52 +09:00
Matt Jankowski
3bc437b99a
Fix Style/RedundantParentheses
cop ( #28176 )
2023-12-01 16:00:44 +00:00
Matt Jankowski
d83d01eb1e
Fix Lint/RedundantSafeNavigation
cop ( #28172 )
2023-12-01 15:52:56 +00:00
Claire
963354978a
Add Account#unavailable?
and Account#permanently_unavailable?
aliases ( #28053 )
2023-11-30 15:43:26 +00:00
Matt Jankowski
1f1c75bba5
File cleanup/organization in controllers/concerns
( #27846 )
2023-11-30 14:39:41 +00:00
Matt Jankowski
e7c340a634
Spec coverage for missing q
param and error conditions in api/v2/search
controller ( #27842 )
2023-11-30 13:59:46 +00:00
KMY
c5e4020922
Merge remote-tracking branch 'parent/main' into upstream-20231124
2023-11-24 09:07:40 +09:00
Kevin Bongart
7877fcd83c
Deduplicate IDs in relationships and familiar_followers APIs ( #27982 )
2023-11-23 10:00:09 +00:00
Matt Jankowski
4be12791e6
Remove default_scope
from StatusEdit
class ( #28042 )
2023-11-23 09:26:11 +00:00
Matt Jankowski
9742bccbe7
Add coverage for api/v2/media
endpoint ( #28027 )
2023-11-22 15:39:34 +00:00
Matt Jankowski
876f5b1d12
Convert /instances/*
controller specs to request specs ( #27988 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-11-20 11:05:28 +00:00
KMY
236fc2a316
Merge remote-tracking branch 'parent/main' into upstream-20231116
2023-11-16 22:58:29 +09:00
Matt Jankowski
fe58ac8d9f
Improve spec coverage for api/web/push_subscriptions
controller ( #27858 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-11-15 13:14:51 +00:00
Eugen Rochko
d67bd44ca1
Add profile setup to onboarding in web UI ( #27829 )
2023-11-15 11:13:53 +00:00
KMY
9ba8d8f848
Follow parent change
2023-11-15 13:07:54 +09:00
KMY
24371d6b2a
Merge remote-tracking branch 'parent/main' into upstream-20231116
2023-11-15 13:01:29 +09:00
Matt Jankowski
7e1a77ea51
Add base class for api/v1/timelines/*
controllers ( #27840 )
2023-11-14 14:53:31 +00:00
Matt Jankowski
d562fb8459
Specs for minimal CSP policy in Api::
controllers ( #27845 )
2023-11-14 14:34:30 +00:00
Matt Jankowski
1f8173ac5a
Extract private methods in api/v1/instances/domain_blocks ( #27844 )
2023-11-14 10:31:59 +00:00
KMY
0704829a9b
Merge remote-tracking branch 'parent/main' into upstream-20231116
2023-11-14 09:14:19 +09:00
Matt Jankowski
0945e25b8f
Add Api::V1::Statuses::BaseController
base controller class ( #27794 )
2023-11-13 14:53:22 +00:00
Claire
07a4059901
Add support for invite codes in the registration API ( #27805 )
2023-11-13 13:27:00 +00:00
Eugen Rochko
0d14fcebae
Change link previews to keep original URL from the status ( #27312 )
2023-11-13 09:58:28 +00:00
KMY
55c6192f15
Merge remote-tracking branch 'parent/main' into upstream-20231111
2023-11-11 08:25:43 +09:00
Matt Jankowski
ac69f90098
Add Api::V1::Instances::BaseController
base controller class ( #27797 )
2023-11-10 12:46:00 +00:00
KMY
bfc7b0101d
Merge remote-tracking branch 'parent/main' into upstream-20231110
2023-11-10 09:02:03 +09:00
Claire
c451bbe249
Allow viewing and severing relationships with suspended accounts ( #27667 )
2023-11-09 14:50:25 +00:00
KMY(雪あすか)
24909f9760
Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送 ( #232 )
...
* Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送
* Fix: 絵文字削除が届かない問題
* Test: 送る方にも同じテストを追加
2023-11-04 21:27:59 +09:00
KMY(雪あすか)
77a1cabb97
Fix: 同じ投稿を返信かつ参照している時、同じ投稿がcontext
に複数含まれる問題 ( #210 )
...
* Add: #198 `context`のAPIについて`with_references`対応
* Fix: 同じ投稿を参照かつ返信していると、`context`に同じ投稿が複数含まれる問題
2023-11-01 10:34:28 +09:00
KMY(雪あすか)
99511ee1b5
Add: #198 context
のAPIについてwith_references
対応 ( #209 )
2023-11-01 10:00:22 +09:00
KMY(雪あすか)
f8280ca5d9
Add: #95 リストへの新着投稿通知 ( #192 )
...
* Add: テーブル定義、内部処理
* Add: 通知の定期削除処理、自動削除、テスト
* Add: Web画面の表示、設定
* Fix test
2023-10-31 08:59:31 +09:00
KMY
f9eaaec4e7
Merge remote-tracking branch 'parent/main' into upstream-20231021
2023-10-21 10:32:06 +09:00
Emelia Smith
7c3fea7275
Feature: Allow token introspection without read scope ( #27142 )
2023-10-18 14:10:07 +02:00
KMY(雪あすか)
b73eb1b847
Test: API呼び出しによってスタンプをつけるテスト ( #139 )
...
* Test: API呼び出しによってスタンプをつけるテスト
* Fix: スタンプ削除APIで`emoji`パラメータを指定していないときに投稿が自由閲覧できる問題
* Test: さっきの問題のテストを追加
2023-10-18 10:34:53 +09:00
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
KMY
10066eac4e
Fix: 参照で非公開投稿が見えてしまう問題
2023-10-08 18:39:20 +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
60241d9b72
#32 Add get circle statuses test
2023-09-26 18:22:49 +09:00
KMY(雪あすか)
e38eed8855
Add mentioned users by status view ( #28 )
...
* Wip
* Add mentioned users menu to status
* Add test code
2023-09-24 19:29:43 +09:00
KMY(雪あすか)
df3b3f4185
Add circle posts history support ( #18 )
...
* Wip: make web backend
* Wip: keep statuses if edit circle
* Wip: Add circle history page and record circle posts
* Add circle post to history in web ui when post
* Add test
2023-09-24 13:01:09 +09:00
KMY
dd51fae42f
Remove unsafed api emoji_reactions slim
2023-09-21 16:23:37 +09:00
KMY
2667e478d3
Add emoji reaction api pagination support
2023-09-21 14:22:52 +09:00
KMY
9db1fb1153
Remove stop deliver to bot setting
2023-09-18 21:35:47 +09:00
KMY
cfa250421e
Revert "Add block from bot follow settings"
...
This reverts commit ff994d78fa
.
2023-09-18 21:33:05 +09:00
KMY
ff994d78fa
Add block from bot follow settings
2023-09-18 18:10:53 +09:00