KMY
ab58aed910
Merge remote-tracking branch 'parent/main' into upstream-20241021
2024-10-21 07:07:48 +09:00
Christian Schmidt
227d46883f
Translate to regional language variant (e.g. pt-BR) ( #32428 )
2024-10-15 13:26:20 +00:00
KMY
9a07550fa6
Merge remote-tracking branch 'parent/main' into upstream-20240705
2024-07-05 07:22:34 +09:00
Claire
502cf75b16
Merge pull request from GHSA-58x8-3qxw-6hm7
...
* Fix insufficient permission checking for public timeline endpoints
Note that this changes unauthenticated access failure code from 401 to 422
* Add more tests for public timelines
* Require user token in `/api/v1/statuses/:id/translate` and `/api/v1/scheduled_statuses`
2024-07-04 16:26:49 +02:00
KMY
8927b1444b
Merge remote-tracking branch 'parent/main' into upstream-20240604
2024-06-04 08:02:05 +09:00
Matt Jankowski
85d9053b36
Move pagination_params
into API::BaseController
( #28845 )
2024-05-30 14:56:48 +00:00
KMY
094ff9d2ee
Merge remote-tracking branch 'parent/main' into upstream-20240517
2024-05-17 08:53:59 +09:00
KMY
51cf7b3eb4
Merge remote-tracking branch 'parent/main' into upstream-20240417
2024-04-17 12:51:32 +09:00
Matt Jankowski
caad1e2628
Add scope Status.distributable_visibility
( #29950 )
2024-04-16 13:16:54 +00:00
KMY
76598bd542
Merge remote-tracking branch 'parent/main' into upstream-20240319
2024-03-19 09:15:20 +09:00
Matt Jankowski
b5115850bb
Move repeated insert_pagination_headers
method to api base class ( #29606 )
2024-03-18 10:11:53 +00:00
KMY
54f5113b46
Merge remote-tracking branch 'parent/main' into upstream-20240124
2024-01-24 08:38:14 +09:00
Matt Jankowski
c0e8e457ab
Eager loading fixes for api/
controllers ( #28848 )
2024-01-23 11:41:54 +00:00
Matt Jankowski
7ecf7f5403
Move controller->request specs for api/v1/statuses/* ( #28818 )
2024-01-22 11:58:54 +00:00
KMY
c5e4020922
Merge remote-tracking branch 'parent/main' into upstream-20231124
2023-11-24 09:07:40 +09:00
Matt Jankowski
4be12791e6
Remove default_scope
from StatusEdit
class ( #28042 )
2023-11-23 09:26:11 +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
KMY(雪あすか)
24909f9760
Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送 ( #232 )
...
* Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送
* Fix: 絵文字削除が届かない問題
* Test: 送る方にも同じテストを追加
2023-11-04 21:27:59 +09:00
KMY(雪あすか)
b73eb1b847
Test: API呼び出しによってスタンプをつけるテスト ( #139 )
...
* Test: API呼び出しによってスタンプをつけるテスト
* Fix: スタンプ削除APIで`emoji`パラメータを指定していないときに投稿が自由閲覧できる問題
* Test: さっきの問題のテストを追加
2023-10-18 10:34:53 +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(雪あすか)
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
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
c0ff0754a3
Fix timeline emoji_reactions N+1 problem
2023-09-15 09:31:12 +09:00
KMY
35c2bb9f44
Remove emoji reaction from fedibird_capabilities and setting pages when disabled
2023-09-13 13:17:54 +09:00
KMY
d450549d14
Fix hiding emoji reactions from anonymous
2023-09-13 10:22:44 +09:00
KMY
59217c521e
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-30 08:39:20 +09:00
Lukas Martini
a7d96e6aff
Improve error messages when DeepL quota is exceeded ( #26704 )
2023-08-29 09:14:44 +02:00
KMY
87490a3220
Wip: bookmark statuses view and adder
2023-08-26 13:25:57 +09:00
KMY
152b8eb4e6
Merge commit ' 42698b4c5c
' into kb_migration
2023-07-21 18:40:40 +09:00
Christian Schmidt
4c18928a93
Wrong count in response when removing favourite/reblog ( #24365 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-07-19 09:02:30 +02:00
KMY
7fa5cbc649
Merge commit ' 95d65c971c
' into kb_migration
2023-07-08 11:26:19 +09:00
KMY
95d65c971c
Fix referred_by api returns permitted status only
2023-07-08 11:17:09 +09:00
KMY
2a813d517d
Merge commit ' eaa1f9e450
' into kb_migration
2023-07-07 07:20:37 +09:00
KMY
86ea221cf4
Fix private references
2023-07-06 23:39:54 +09:00
KMY
c656f41b35
Add status references list page
2023-07-06 15:34:09 +09:00
KMY
850c4dfb3c
Merge commit ' 6268188543
' into kb_migration
2023-07-04 17:44:40 +09:00
Claire
a5b6f6da80
Change /api/v1/statuses/:id/history to always return at least one item ( #25510 )
2023-06-22 14:56:14 +02:00
KMY
20497e0c21
Add login visibility
2023-05-24 17:41:47 +09:00
KMY
922c936ef1
Merge commit ' 45ba9ada34
' into kb_migration_development
2023-05-17 20:06:53 +09:00
Claire
45ba9ada34
Fix race condition when reblogging a status ( #25016 )
2023-05-17 00:09:21 +02:00
KMY
d416afd028
Change emoji_reaction worker to service
2023-05-15 18:04:54 +09:00
KMY
b183089a48
Fix glitch-toc route
2023-05-15 08:22:57 +09:00
KMY
3a1a6ba39e
Merge commit ' 15fd712464
' into kb_migration
2023-05-01 15:05:34 +09:00
KMY
9461db713b
Merge commit ' 36631e40cc
' into kb_migration
2023-04-26 11:39:42 +09:00
Eugen Rochko
6084461cd0
Change unauthenticated responses to be cached in REST API ( #24348 )
2023-04-25 15:41:34 +02:00
KMY
19e89cd031
Fix listed up muting users in status emoji_reactioned_by
2023-04-09 12:36:22 +09:00
KMY
58294bcc31
Fix emoji reaction too many error
2023-04-08 09:21:56 +09:00
KMY
47bedd20ca
Move emoji reaction limitation constraints
2023-03-08 16:31:22 +09:00