KMY
ec7b51504b
Merge remote-tracking branch 'parent/main' into kb_development
2024-04-27 08:42:37 +09:00
Claire
91ca90e25b
Fix Idempotency-Key ignored when scheduling a post ( #30084 )
2024-04-26 13:19:02 +00:00
KMY(雪あすか)
f79fb3adae
Add: #483 特定の公開範囲を無効にするオプション ( #712 )
...
* Add: #483 特定の公開範囲を無効にするオプション
* Fix test partically
* Complete
2024-04-18 12:40:18 +09:00
KMY(雪あすか)
44af34f306
Fix : #703 NGワード、センシティブワード「無関係なフォロワーへのメンション」が、自分自身へのメンションにも適用される ( #704 )
2024-04-09 09:02:50 +09:00
KMY(雪あすか)
95ab1f729c
Change: #647 NGワードの入力フォーム ( #663 )
...
* Change: #647 NGワードの入力フォーム
* Wip: 画面改造
* テストコード、画面
* Fix: 複数の問題
2024-03-26 08:44:16 +09:00
KMY
76598bd542
Merge remote-tracking branch 'parent/main' into upstream-20240319
2024-03-19 09:15:20 +09:00
Matt Jankowski
6262ceeb70
Fix RSpec/DescribedClass
cop ( #29472 )
2024-03-13 15:42:39 +00:00
Matt Jankowski
469028b6d3
Remove unneeded type: :service
from spec/services files ( #29304 )
2024-03-13 08:39:26 +00:00
KMY(雪あすか)
7d96d5828e
Add: #600 NGルール ( #602 )
...
* Wip
* Wip
* Wip: History
* Wip: テストコード作成
* Fix test
* Wip
* Wip
* Wip
* Fix test
* Wip
* Wip
* Wip
* Wip
* なんとか完成、これから動作確認
* spell miss
* Change ng rule timings
* Fix test
* Wip
* Fix test
* Wip
* Fix form
* 表示まわりの改善
2024-02-26 17:45:41 +09:00
KMY(雪あすか)
a6b5e64e15
Add: #577 メンション数上限設定を、メンションされた全てのローカルアカウントが相手をフォローしている場合、そうでない場合で分けられるように ( #578 )
2024-02-17 11:05:29 +09:00
KMY(雪あすか)
7411941885
Add: メンション数上限 ( #565 )
...
* Add: メンション数上限
* Fix test
2024-02-17 09:50:06 +09:00
KMY
d000e56393
Merge remote-tracking branch 'parent/main' into upstream-20240216
2024-02-16 18:49:35 +09:00
KMY(雪あすか)
76b5d4f2c6
Change: #538 NGワード「フォローしていないアカウントへのメンションで利用できないキーワード」を、参照投稿にも適用する ( #544 )
...
* Change: #538 NGワード「フォローしていないアカウントへのメンションで利用できないキーワード」を、参照投稿にも適用する
* Update create.rb
* Update create.rb
* Update create.rb
* Fix test
2024-02-16 18:19:14 +09:00
Matt Jankowski
4b7f04e3ea
Reduce RSpec/MultipleExpectations
in post_status_service spec ( #29225 )
2024-02-16 07:52:29 +00:00
KMY
05e52a09a8
Merge remote-tracking branch 'parent/main' into upstream-20230209
2024-02-09 12:53:59 +09:00
Matt Jankowski
0df86d77fd
Reduce RSpec/ExampleLength
in PostStatusService spec example ( #29105 )
2024-02-06 14:36:04 +00:00
KMY(雪あすか)
2860765866
Add: Misskeyに相互限定投稿を配送しないオプション ( #499 )
2024-01-24 21:36:31 +09:00
KMY(雪あすか)
a88349af55
Add: #8 サークル投稿の転送 ( #294 )
...
* Add: `conversations`テーブルに`ancestor_status`プロパティ
* Fix test
* Fix test more
* Add: `limited_visibility`に`Reply`を追加、`context`のURI
* Add: 外部からの`context`受信処理
* Fix test
* Add: 公開範囲「返信」
* Fix test
* Fix: 返信に返信以外の公開範囲を設定できない問題
* Add: ローカル投稿時にメンション追加・他サーバーへの転送
* Fix test
* Fix test
* Test: ローカルスレッドへの返信投稿の転送
* Test: 未知のアカウントからのメンション
* Add: 編集・削除の連合に対応
* Remove: 重複テスト
* Fix: 改善
* Add: 編集削除の転送処理・返信なのにsilentなメンションでの通知
* Fix: リプライが第三者に届かない問題
* Add: `always_sign_unsafe`
* Add: Subject
* Remove space
* Fix: 他人のスレッドの送信先一覧を非表示
* Fix: おかしいコード
2023-11-30 09:29:24 +09:00
KMY
b992e673c7
Merge branch 'kb_development' into upstream-20231021
2023-10-22 14:42:08 +09:00
KMY(雪あすか)
4f37ede886
Fix : #162 編集/他のサーバーからの編集で、フォローしていない相手からのメンションに関するNGワードに対応 ( #163 )
...
* Fix : #162 フォローしていないアカウントへのメンションのNGワードが編集で有効にならない問題
* Fix: 他のサーバーから来た編集についても適用
2023-10-22 09:40:20 +09:00
KMY
f9eaaec4e7
Merge remote-tracking branch 'parent/main' into upstream-20231021
2023-10-21 10:32:06 +09:00
KMY(雪あすか)
42c613b1a2
#150 ローカルユーザーの投稿にもメンションのNGワードを適用 ( #151 )
2023-10-20 08:49:52 +09:00
Matt Jankowski
bcd0171e5e
Fix Lint/UselessAssignment
cop ( #27472 )
2023-10-19 16:55:06 +02:00
KMY(雪あすか)
d0f0dd723c
Change: #68 限定投稿の検索許可を反応者に設定可能に ( #120 )
2023-10-15 14:17:57 +09:00
KMY(雪あすか)
235bef36d0
Add: 検索許可「ローカルとフォロワー」 ( #60 )
2023-10-05 16:37:27 +09:00
KMY
62b7b7a9b9
#38 Change limited_scope to circle when personal post is added mentions
2023-09-28 16:16:24 +09:00
KMY
af62d7f96a
Dont distribute personal limited post
2023-09-26 18:10:21 +09:00
KMY
002c4bfe74
#29 Add personal limited_scope
2023-09-25 20:25:04 +09:00
KMY
385ac0c1a2
Add posting with limited visibility test
2023-09-25 18:32:11 +09:00
KMY
af44c20d50
Add circle/mutuals test
2023-09-11 17:08:12 +09:00
KMY
4752c8f032
Add mutual post test
2023-09-11 16:58:01 +09:00
KMY
96ee6813c8
Fix test
2023-08-22 08:37:17 +09:00
KMY
c1f6d22ad2
Add limited_scope support
2023-08-12 22:49:28 +09:00
KMY
8915cb4c2b
Add searchability post/receive test
2023-08-08 14:03:48 +09:00
Matt Jankowski
658742b3cd
Fix Lint/AmbiguousBlockAssociation
cop ( #25921 )
2023-07-12 10:02:41 +02:00
Matt Jankowski
05f9e39b32
Fix RSpec/VerifiedDoubles
cop ( #25469 )
2023-06-22 14:55:22 +02:00
Matt Jankowski
c42591356d
Fix RSpec/DescribedClass
cop ( #25104 )
2023-06-06 13:58:33 +02:00
Matt Jankowski
b896b16cb3
Fix RSpec/PredicateMatcher cop ( #25102 )
2023-05-23 16:49:11 +02:00
Nick Schonning
84cc805cae
Enable Style/FrozenStringLiteralComment for specs ( #23790 )
2023-02-22 09:55:31 +09:00
Nick Schonning
5116347eb7
Autofix Rubocop RSpec/BeEq ( #23740 )
2023-02-20 06:14:50 +01:00
Nick Schonning
65ba0d92ef
Enable Rubocop RSpec/NotToNot ( #23723 )
2023-02-20 02:33:27 +01:00
Nick Schonning
81ad6c2e39
Autofix Rubocop Style/StringLiterals ( #23695 )
2023-02-19 07:38:14 +09:00
Nick Schonning
c38bd17657
Autofix Rubocop Style/TrailingCommaInArguments ( #23694 )
2023-02-18 12:39:58 +01:00
Nick Schonning
936204b9ea
Autofix Rubocop Style/NestedParenthesizedCalls ( #23646 )
2023-02-17 21:43:10 +09:00
Claire
d6930b3847
Add API parameter to safeguard unexpect mentions in new posts ( #18350 )
2023-02-13 16:36:29 +01:00
Claire
216570ad98
Fix scheduled statuses decreasing statuses counts ( #16791 )
...
* Add tests
* Fix scheduled statuses decreasing statuses counts
Fixes #16774
2021-10-14 19:59:21 +02:00
ThibG
f08f880f58
Fix media not being marked sensitive when client sets a CW but no text ( #13277 )
...
Mastodon enforces the “sensitive” flag on media attachments whenever a toot
is posted with a Content Warning. However, it does so *after* potentially
converting the Content Warning to toot text (when there is no toot text),
which leads to inconsistent and surprising behavior for API clients.
This commit fixes this inconsistency.
2020-03-25 22:40:58 +01:00
Eugen Rochko
81cc86bb1f
Fix media attachments without file being uploadable ( #12562 )
...
Fix #12554
2020-01-23 21:40:03 +01:00
Eugen Rochko
23aeef52cc
Remove Salmon and PubSubHubbub ( #11205 )
...
* Remove Salmon and PubSubHubbub endpoints
* Add error when trying to follow OStatus accounts
* Fix new accounts not being created in ResolveAccountService
2019-07-06 23:26:16 +02:00
ThibG
e2a5be6e9a
Prevent posting toots with media attachments from someone else ( #9921 )
2019-01-26 23:59:39 +01:00