KMY
9738d80cb4
Revert "Remove: 存在しない検索許可"
...
This reverts commit f94d9e7547
.
2023-10-07 21:33:47 +09:00
KMY
f94d9e7547
Remove: 存在しない検索許可
2023-10-07 19:21:13 +09:00
KMY
22d1f52597
#66 検索時のフォロー中アカウント一覧作成処理を改善
2023-10-07 18:47:32 +09:00
KMY(雪あすか)
235bef36d0
Add: 検索許可「ローカルとフォロワー」 ( #60 )
2023-10-05 16:37:27 +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
002c4bfe74
#29 Add personal limited_scope
2023-09-25 20:25:04 +09:00
KMY
3dded2809f
#13 Turn searchability private if account is silenced
2023-09-24 21:39:09 +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
8eae7e6179
Add enable local public visibility setting for admin
2023-09-23 09:18:50 +09:00
KMY
e16a885c81
Add QT attribute to send as quote
2023-09-20 12:34:11 +09:00
KMY
5fb6bce744
Add my reacted statuses search
2023-09-15 18:50:45 +09:00
KMY
c0ff0754a3
Fix timeline emoji_reactions N+1 problem
2023-09-15 09:31:12 +09:00
KMY
71729f86f9
Improve N+1 problem on timeline statuses (except for emoji_reaction N+1)
2023-09-14 21:41:27 +09:00
KMY
933bf7c59c
Fix emoji reaction is not shown when domain blocking
2023-09-13 19:54:43 +09:00
KMY
49197bf6c4
Fix emoji reaction error
2023-09-13 13:23:36 +09:00
KMY
d450549d14
Fix hiding emoji reactions from anonymous
2023-09-13 10:22:44 +09:00
KMY
58137b227c
Connect emoji_reaction block settings and show settings
2023-09-12 17:24:38 +09:00
KMY
673e607e94
Add emoji_reaction_policy setting
2023-09-12 16:20:29 +09:00
KMY
477d427f1d
Hide blocking domains/suspended/silenced emoji reactions and streaming
2023-09-12 13:54:24 +09:00
KMY
6fe51e360a
Make DTL switchable
2023-09-12 09:04:20 +09:00
KMY
0a844ccdc7
Add dtl settings
2023-09-06 17:42:58 +09:00
KMY
59217c521e
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-30 08:39:20 +09:00
Claire
9e77ab7db2
Change private statuses index to index without crutches ( #26713 )
2023-08-29 17:51:13 +02:00
KMY
87490a3220
Wip: bookmark statuses view and adder
2023-08-26 13:25:57 +09:00
KMY
3a5b8819d6
Add status_references to full-text search target
2023-08-25 17:51:49 +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
3af223275f
Add circle visibility
2023-08-21 18:22:14 +09:00
KMY
d1a76ea317
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-20 08:37:27 +09:00
Claire
60b9fa641d
Fix cached posts including stale stats ( #26409 )
2023-08-17 16:11:48 +02:00
KMY
c1f6d22ad2
Add limited_scope support
2023-08-12 22:49:28 +09:00
KMY
79062bfc2f
Add mutual visibility support
2023-08-12 18:22:22 +09:00
KMY
ce3cf82f8f
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-07 22:10:24 +09:00
Claire
d5bee37c57
Fix missing cached preview cards attributes ( #26343 )
2023-08-04 16:13:47 +02:00
KMY
98164765b6
Fix posting searchability logic
2023-08-04 14:14:49 +09:00
KMY
f18fa97f0c
Merge commit ' 71db616fed
' into kb_migration
2023-07-14 12:43:55 +09:00
Matt Jankowski
644c5fddd8
Refactor Status.tagged_with_all
for brakeman SQL injection warning ( #25941 )
2023-07-13 15:52:37 +02:00
KMY
9d9a85c770
Remove notification with status
2023-07-06 13:39:50 +09:00
KMY
22ad776635
Add status references support
2023-07-06 12:55:11 +09:00
KMY
00eac6e757
Remove unsupported_searchability from config page
2023-07-04 16:35:09 +09:00
KMY
222a31c37c
Unlisted/searchability=public posts hashtag search
2023-07-04 14:11:14 +09:00
KMY
ca66c47649
Unlisted visibility with public searchability
2023-07-04 13:27:28 +09:00
KMY
794f49c5b6
Fix searchability from activitypub
2023-07-04 08:10:13 +09:00
KMY
bed32b94d2
Fix searchability logic
2023-07-02 10:25:52 +09:00
KMY
7bce7745f6
Fix searchability logic
2023-06-09 21:06:40 +09:00
KMY
e150f69c38
Improve compute_searchability
2023-06-06 10:50:29 +09:00
KMY
a62d454915
Fix searchability missing with not-public posts
2023-05-27 11:02:45 +09:00
KMY
e6c6c47b7c
Fix searchability = 4
2023-05-25 15:43:55 +09:00
KMY
57a7ad4e57
Fix status unsupported searchability
2023-05-25 15:26:13 +09:00
KMY
e726982065
Fix searchability=4 error
2023-05-25 14:46:34 +09:00