KMY(雪あすか)
|
a24031b527
|
Merge pull request #993 from kmycode/kbtopic-fix-stl-feed
Fix: STL配置判定時、エラーで落ちる問題
|
2025-03-14 19:14:56 +09:00 |
|
KMY
|
f3f93ba0c6
|
Merge remote-tracking branch 'parent/main' into upstream-20250210
|
2025-02-10 09:09:12 +09:00 |
|
Claire
|
9e164c532f
|
Add --skip-filled-timeline option to tootctl feed build to skip half-filled feeds (#33844)
|
2025-02-06 09:38:32 +00:00 |
|
Claire
|
334d306ccc
|
Fix filtering for lists (#33842)
|
2025-02-05 15:08:12 +00:00 |
|
Claire
|
1be5269151
|
Optimize timeline generation (#33839)
|
2025-02-05 14:02:39 +00:00 |
|
KMY
|
bd5b417d2b
|
Merge remote-tracking branch 'parent/main' into upstream-20240128
|
2025-01-31 08:52:03 +09:00 |
|
Claire
|
a3d2849d15
|
Fix tootctl feeds build not building list timelines (#33783)
|
2025-01-30 09:18:46 +00:00 |
|
KMY
|
6f074e88a7
|
Fix test
|
2024-12-04 11:37:24 +09:00 |
|
KMY
|
2d9124a3ab
|
Merge remote-tracking branch 'parent/main' into upstream-20241203
|
2024-12-03 18:03:14 +09:00 |
|
Jonathan de Jong
|
360b6d3a44
|
Fix exclusive lists interfering with notifications (#28162)
|
2024-12-02 09:26:04 +00:00 |
|
Claire
|
7a4370f2d9
|
Fix inactive users' timelines being backfilled on follow and unsuspend (#33094)
|
2024-11-28 17:40:53 +00:00 |
|
KMY
|
8a075ba4c6
|
Merge remote-tracking branch 'parent/main' into upstream-20241126
|
2024-11-26 12:56:31 +09:00 |
|
Claire
|
9a7130d6da
|
Fix direct inbox delivery pushing posts into inactive followers' timelines (#33067)
|
2024-11-25 15:54:18 +00:00 |
|
KMY
|
055045981f
|
Merge remote-tracking branch 'parent/main' into upstream-20241119
|
2024-11-19 08:49:55 +09:00 |
|
Matt Jankowski
|
477412d62a
|
Use hash arguments to select when possible (Rails 7.2) (#32917)
|
2024-11-18 14:58:45 +00:00 |
|
KMY
|
c905714459
|
Merge remote-tracking branch 'parent/main' into upstream-20240926
|
2024-09-26 08:29:41 +09:00 |
|
Claire
|
7ed9c590b9
|
Fix issue when encountering reblog of deleted post in feed rebuild (#32001)
|
2024-09-20 14:58:06 +00:00 |
|
KMY
|
aa2cdc898a
|
Merge remote-tracking branch 'parent/main' into upstream-20240618
|
2024-06-18 07:43:33 +09:00 |
|
Claire
|
bf56e982a9
|
Fix notifications from limited users being outright dropped (#30559)
|
2024-06-12 13:50:38 +00:00 |
|
KMY
|
51cf7b3eb4
|
Merge remote-tracking branch 'parent/main' into upstream-20240417
|
2024-04-17 12:51:32 +09:00 |
|
Matt Jankowski
|
3159c0a547
|
Add scope Status.list_eligible_visibility (#29951)
|
2024-04-16 09:17:03 +00:00 |
|
KMY
|
52c5784910
|
Merge remote-tracking branch 'parent/main' into upstream-20240409
|
2024-04-09 12:15:51 +09:00 |
|
Matt Jankowski
|
285f63c02e
|
Use composable query in User.active scope (#29775)
|
2024-04-08 13:53:49 +00:00 |
|
KMY
|
479c4fecc1
|
Merge remote-tracking branch 'parent/main' into upstream-20240403
|
2024-04-03 12:12:09 +09:00 |
|
Matt Jankowski
|
921c4c1273
|
Match comment style of FeedManager list/tags checks (#29639)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2024-04-02 14:07:31 +00:00 |
|
KMY
|
9fa938eb0f
|
Merge remote-tracking branch 'parent/main' into upstream-20240125
|
2024-01-25 18:15:21 +09:00 |
|
Matt Jankowski
|
1290fede65
|
Fix Rails/WhereExists cop in app/lib (#28862)
|
2024-01-24 11:51:09 +00:00 |
|
KMY
|
e65fb9fb51
|
Merge remote-tracking branch 'parent/main' into upstream-20240112
|
2024-01-12 14:48:17 +09: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 |
|
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 |
|
S.H
|
d18b233239
|
Fix: #304 rubocop:disable Style/OptionalBooleanParameter (#310)
|
2023-11-28 21:27:55 +09:00 |
|
KMY
|
55c6192f15
|
Merge remote-tracking branch 'parent/main' into upstream-20231111
|
2023-11-11 08:25:43 +09:00 |
|
Matt Jankowski
|
43e2f763b2
|
Extract crutches_active_mentions from FeedManager (#27785)
|
2023-11-10 12:47:38 +00:00 |
|
KMY
|
08f86bcb8f
|
Merge commit '389a6cc4c0 ' into upstream-20231108
|
2023-11-08 10:41:10 +09:00 |
|
KMY
|
64578feeb4
|
Merge remote-tracking branch 'parent/main' into upstream-20231107
|
2023-11-07 11:35:05 +09:00 |
|
Matt Jankowski
|
0c4e7c06dc
|
Fix Rails/FindEach cop (#26886)
|
2023-11-06 15:53:29 +00:00 |
|
KMY(雪あすか)
|
eea84d476e
|
Fix when unfollow a tag, my post also disappears from the home timeline (#27391)
|
2023-10-13 19:04:51 +09:00 |
|
KMY(雪あすか)
|
45bdd60f3c
|
Fix when unfollow a tag, my post also disappears from the home timeline (#27391)
|
2023-10-13 11:15:47 +02:00 |
|
KMY
|
952f51659b
|
Fix: ブーストされたばかりの投稿を編集しても相手のタイムラインに反映されない問題
|
2023-10-02 17:25:49 +09:00 |
|
KMY
|
58583cb7bb
|
Change list exclusive setting to apply antenna accounts
|
2023-09-21 20:42:56 +09:00 |
|
KMY
|
fdf1d6df38
|
Merge remote-tracking branch 'parent/main' into kb_migration
|
2023-09-06 10:09:07 +09:00 |
|
Claire
|
cab4cbfa5c
|
Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793)
|
2023-09-05 15:37:23 +02:00 |
|
KMY
|
21e590c02b
|
Remove statuses from antenna timeline when blocked
|
2023-08-20 11:43:19 +09:00 |
|
KMY
|
5c758b344c
|
Add antenna timeline
|
2023-08-19 17:25:55 +09:00 |
|
KMY
|
a56a732dd2
|
Merge remote-tracking branch 'parent/main' into kb_migration
|
2023-07-18 11:35:02 +09:00 |
|
Claire
|
943f27f437
|
Remove unfollowed hashtag posts from home feed (#26028)
|
2023-07-17 13:56:28 +02:00 |
|
KMY
|
f59eb4c6d3
|
Add list exclusive property stl support
|
2023-06-07 14:48:43 +09:00 |
|
KMY
|
9027195ae3
|
Merge commit '0ddc895282 ' into kb_migration
|
2023-06-06 11:36:04 +09:00 |
|
Darius Kazemi
|
bacb674921
|
Add exclusive lists (#22048)
Co-authored-by: Liam Cooke <liam@liamcooke.com>
Co-authored-by: John Holdun <john@johnholdun.com>
Co-authored-by: Effy Elden <effy@effy.space>
Co-authored-by: Lina Reyne <git@lina.pizza>
Co-authored-by: Lina <20880695+necropolina@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-06-05 09:37:02 +02:00 |
|