KMY
c33fea88b2
Merge remote-tracking branch 'parent/stable-4.2' into kb-draft-5.25-lts
2024-09-30 21:41:34 +09:00
David Roetzel
0e8f23ebee
Merge commit from fork
...
This should not change the set of words matched by `USERNAME_RE` but does
change the one matched by `MENTION_RE`. Indeed, the previous regexp allowed
a domain part to start with `.` or `-`, which the new regexp does not allow.
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-09-30 12:25:54 +02:00
KMY
3ab66262de
Merge commit ' a02ff33f0e
' into kb-draft-5.22-lts
2024-08-16 22:15:12 +09:00
Adam Niedzielski
7b7d404efe
Fix ß bug in regexp for mentions and tags ( #31122 )
2024-08-16 12:30:59 +02:00
KMY(雪あすか)
33f254be42
Remove: #454 リンクプレビューを生成する設定の削除、無効化 (LTS) ( #459 )
2024-01-15 12:27:29 +09:00
KMY(雪あすか)
1e46aaaa4e
Fix: 他のサーバー同士のスタンプでemoji_reaction_policy
が適用される問題 ( #165 ) ( #169 )
...
* Fix: 他のサーバー同士のスタンプで`emoji_reaction_policy`が適用される問題
* こっちに変更
* #161 テストを追加
* テスト修正
2023-10-22 11:08:31 +09:00
Matt Jankowski
a9588065b2
Dont match mention in url query string ( #25656 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-10 13:52:41 +02:00
Claire
fa98c9b077
Fix crash when filtering for “dormant” relationships ( #27306 )
2023-10-10 13:52:41 +02:00
KMY
c14420edce
Merge remote-tracking branch 'parent/releases/v4.2.1' into kb-draft-5.3-lts
2023-10-06 21:37:32 +09:00
Claire
0f88e34370
Fix crash when filtering for “dormant” relationships ( #27306 )
2023-10-06 13:33:04 +02:00
Matt Jankowski
b733192c26
Dont match mention in url query string ( #25656 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-06 13:33:04 +02:00
KMY
04418d5b01
Change followees_only to following_only
2023-09-13 12:59:07 +09:00
KMY
1bac691642
Remove block_and_hide to block
2023-09-13 09:00:13 +09:00
KMY
2be77df3aa
Add enable_emoji_reaction setting
2023-09-13 08:57:47 +09:00
KMY
58137b227c
Connect emoji_reaction block settings and show settings
2023-09-12 17:24:38 +09:00
KMY
18a0908878
Remove enable_block_emoji_reaction_settings
2023-09-12 16:58:45 +09:00
KMY
673e607e94
Add emoji_reaction_policy setting
2023-09-12 16:20:29 +09:00
KMY
defd790889
Allow blocking emoji reaction settings always from federation
2023-09-12 14:45:36 +09:00
KMY
979292d950
Merge remote-tracking branch 'parent/main' into kb_migration
2023-09-10 16:17:34 +09:00
Claire
81caafbe84
Fix performances of profile directory ( #26842 )
2023-09-07 18:55:25 +02:00
Claire
355e3fb529
Simplify Account.by_recent_status
and Account.by_recent_sign_in
scopes ( #26840 )
2023-09-07 15:38:11 +02:00
KMY
bd87415996
Add link_preview setting
2023-09-03 10:27:24 +09:00
KMY
e5df772adb
Remove unusing settings from other_settings
2023-09-01 17:44:48 +09:00
KMY
3cf08a8f4b
Add translatable_private setting
2023-09-01 17:30:08 +09:00
KMY
fbb82b740b
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-25 12:19:55 +09:00
jsgoldstein
30c191aaa0
Add new public status index ( #26344 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-08-24 16:40:04 +02:00
KMY
e656ab15a1
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-22 13:03:50 +09:00
Claire
9ed0c91a37
Add auto-refresh of accounts we get new messages/edits of ( #26510 )
2023-08-21 16:09:26 +02:00
KMY
de4aadb0a1
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-17 22:37:22 +09:00
Claire
cc4560d95b
Change “privacy and reach” settings so that unchecking boxes always increase privacy and checking them always increase reach ( #26508 )
2023-08-17 09:13:26 +02:00
KMY
993bced956
Merge commit ' 90ec88d58b
' into kb_migration
2023-08-15 18:20:19 +09:00
Claire
90ec88d58b
Add support for indexable
attribute on remote actors ( #26485 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2023-08-14 18:54:51 +02:00
KMY
5233e68f13
Merge commit ' 563fc88821
' into kb_migration
2023-07-25 15:02:53 +09:00
KMY
bf0d6fd2f5
Add enable_block_emoji_reaction_settings setting
2023-07-24 11:46:21 +09:00
KMY
152b8eb4e6
Merge commit ' 42698b4c5c
' into kb_migration
2023-07-21 18:40:40 +09:00
Claire
1e3b19230a
Add stricter protocol fields validation for accounts ( #25937 )
2023-07-20 18:23:48 +02:00
KMY
a783f195f4
Add block emoji_reaction settings
2023-07-20 18:24:14 +09:00
KMY
850c4dfb3c
Merge commit ' 6268188543
' into kb_migration
2023-07-04 17:44:40 +09:00
Matt Jankowski
683ba5ecb1
Fix rails rewhere
deprecation warning in directories api controller ( #25625 )
2023-07-01 21:48:16 +02:00
KMY
1f64358afb
Merge commit ' 25c66fa640
' into kb_migration
2023-06-13 18:34:49 +09:00
Eugen Rochko
4c9406bdb0
Add time zone preference ( #25342 )
2023-06-10 03:29:37 +02:00
KMY
edb2a5dcf3
Merge commit ' f378f10404
' into kb_migration
2023-06-07 11:45:52 +09:00
Nick Schonning
c66250abf1
Autofix Rubocop Regex Style rules ( #23690 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-06-06 14:50:51 +02:00
KMY
093cfdbb7b
Merge commit ' c15c8c7aa8
' into kb_migration
2023-06-01 17:30:18 +09:00
KMY
7e40c6ca4d
Fix not searchable in fedibird
2023-06-01 09:21:23 +09:00
Claire
b6519ab3f5
Fix inconsistent naming of Instance.by_domain_and_subdomain ( #25159 )
2023-05-31 09:57:24 +02:00
KMY
25e3ef92b7
Migrate database
2023-05-27 17:44:40 +09:00
KMY
ee625dfdc0
Merge commit ' 38c6216082
' into kb_migration
2023-05-26 15:18:50 +09:00
KMY
06f0656a7b
Merge commit ' 39b22ba91b
' into kb_migration
2023-05-26 15:17:34 +09:00
Claire
1d588d58f1
Improve various queries against account domains ( #25126 )
2023-05-25 09:27:16 +02:00