KMY
1fc8032bdf
Fix: quote_of_id
のインデックス
2023-10-26 08:52:14 +09:00
KMY(雪あすか)
1213d5fa20
Fix : #137 ローカルのカスタム絵文字にremote_url
が設定されるバグを修正したのに伴う、既存のデータから削除するマイグレーションコード ( #158 )
2023-10-21 10:38:14 +09:00
KMY(雪あすか)
1eb2d78b5d
Change: 単方向の承認だけでフレンドサーバーが有効になるようにする ( #74 )
...
* Test: テストを先に作成
* Fix: テスト不備
* Wip: フレンドサーバーのテストを修正
* Wip: エラーを修正
* 項目のラベリングを修正
* 新しい設定が変更できないのを修正
* Wip: 削除時の処理を修正
* フレンド自動承認設定を削除
* Fix: 申請を受けたドメインのINBOXが空になる問題
* Change: #75 フレンドでないサーバーからのローカル公開を未収載に変換 (#77 )
2023-10-10 21:46:26 +09:00
KMY(雪あすか)
87e858a202
Add: フレンドサーバー ( #61 )
...
* Fix mastodon version
* テーブル作成
* Wip: フレンドサーバーフォローの承認を受信
* Wip: フレンド申請拒否を受信
* Wip: フォローリクエストを受理
* Wip: 相手からのフォロー・アンフォローを受理
* 普通のフォローとフレンドサーバーのフォローを区別するテストを追加
* ドメインブロックによるフォロー拒否
* ドメインブロックしたあと、申請中のフォロリクを取り下げる処理
* スタブに条件を追加
* Wip: 相手からのDelete信号に対応
* DB定義が消えていたので修正
* Wip: ローカル公開投稿をフレンドに送信する処理など
* Wip: 未収載+誰でもの投稿をフレンドに送る設定
* Wip: ローカル公開をそのまま送信する設定を考慮
* Fix test
* Wip: 他サーバーからのローカル公開投稿の受け入れ
* Wip: Web画面作成
* Fix test
* Wip: ローカル公開を連合TLに流す
* Wip: フレンドサーバーの削除ボタン
* Wip: メール通知や設定のテストなど
* Wip: 翻訳を作成
* Fix: 却下されたあとフォローボタンが表示されない問題
* Wip: 編集できない問題
* 有効にしていないフレンドサーバーをリストで無効表示
2023-10-09 11:51:15 +09:00
KMY
a34aa6d902
#66 インデックスを作る方向に変更
2023-10-07 21:45:46 +09:00
KMY
87afb5295a
Revert " #66 検索時のフォロー中アカウント一覧作成処理を改善"
...
This reverts commit 22d1f52597
.
2023-10-07 21:33:52 +09:00
KMY
22d1f52597
#66 検索時のフォロー中アカウント一覧作成処理を改善
2023-10-07 18:47:32 +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(雪あすか)
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
d16158dbda
Merge commit ' 8acc75435b
' into kb_lts
2023-09-21 22:06:02 +09:00
Claire
890e334703
Add migration tests for negative settings ( #27012 )
2023-09-21 12:33:30 +02:00
KMY
642a351369
Merge remote-tracking branch 'parent/main' into kb_lts
2023-09-20 09:27:11 +09:00
KMY
b59c41cf41
Add reference attribute
2023-09-20 08:57:11 +09:00
Claire
abcc0b38fa
Fix incorrect PostgreSQL version check ( #26979 )
2023-09-19 17:31:58 +02:00
KMY
d1ae53e688
Add ltl mode support
2023-09-11 12:03:10 +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
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
Claire
cddef4c485
Fix language settings for users having selected the kmr
language ( #26787 )
2023-09-04 17:56:31 +02:00
KMY
32cfd20257
Merge remote-tracking branch 'parent/main' into kb_migration
2023-09-03 10:55:46 +09:00
Claire
16681e0f20
Add admin notifications for new Mastodon versions ( #26582 )
2023-09-01 17:47:07 +02:00
KMY
621a41b670
Merge remote-tracking branch 'parent/main' into kb_migration
2023-09-01 18:05:03 +09:00
Claire
1471be8225
Fix AddUniqueIndexOnPreviewCardsStatuses
migration requiring PostgreSQL 12+ in some cases ( #26737 )
2023-08-31 15:47:30 +02:00
KMY
87490a3220
Wip: bookmark statuses view and adder
2023-08-26 13:25:57 +09:00
KMY
df0b1a4632
Fix antenna fabricator tests and move duplicate check to db
2023-08-22 13:33:20 +09:00
KMY
b0854b1dd8
Add circle editor
2023-08-21 16:37:35 +09:00
KMY
d1a76ea317
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-20 08:37:27 +09:00
KMY
45a39f1ec3
Add insert_feeds config to antenna
2023-08-19 18:12:30 +09:00
Claire
ee702e36e5
Change follow recommendation materialized view to be faster in most cases ( #26545 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2023-08-18 18:20:55 +02:00
KMY
993bced956
Merge commit ' 90ec88d58b
' into kb_migration
2023-08-15 18:20:19 +09:00
KMY
61e4be24e1
Merge commit ' 3a8370e1f4
' into kb_migration
2023-08-15 17:58:03 +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
Claire
8c7f3c5332
Remove old non-unique index on preview_cards statuses join table ( #26447 )
2023-08-14 09:38:08 +02:00
KMY
c7fe057f92
Merge branch 'kb_development' into kb_migration
2023-08-13 19:05:32 +09: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
69555645d9
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-11 11:10:49 +09:00
Matt Jankowski
271d384fd0
Use migration classes in migrations where current definition conflicts with older ( #26390 )
2023-08-09 11:26:42 +02:00
KMY
33d454fff5
Update schemas
2023-08-09 09:36:52 +09:00
KMY
1fb5269501
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-09 08:53:40 +09:00
KMY
6cfe78d51c
Merge branch 'kb_development' into kb_migration
2023-08-09 08:53:06 +09:00
Claire
4773d7b9aa
Fix preview_cards_statuses_pkey
not being reindexed concurrently ( #26384 )
2023-08-08 11:41:53 +02:00
KMY
669771db9c
Fix emoji_reactions column type
2023-08-08 10:52:49 +09:00
KMY
9185091ae9
Fix emoji_reactions table not found error when managing custom_emojis table
2023-08-08 10:48:50 +09:00
KMY
875cecf4d8
Fix downcase test
2023-08-08 10:40:45 +09:00
KMY
ce3cf82f8f
Merge remote-tracking branch 'parent/main' into kb_migration
2023-08-07 22:10:24 +09:00
S.H
696e4a10d6
独自機能の追加などで他の部分への影響が分かるようにCI周りの修正 ( #1 )
...
* Fix EmojiFormatter failure
* Add notification_emails.warning setting default value
* Fix list spec failure and add antennas for spec response
* Fix domain block spec failure to add kb custom response
* Fix SearchQueryTransformer spec failure
* Fix Account#matches_display_name spec failure
* Fix UpdateStatusService changes mentions spec failure
* Fix RuboCop Lint
* Ignore brakeman warning
* Fix CI failure for ignore brakeman warning
* Fix migration failure
* Fix README
* Fix migration CI failure
* Fix some spec failure
* Format code for RuboCop lint failure
* Fix ESlint failure
* Fix haml-lint failure
2023-08-07 21:38:15 +09:00
KMY
d29b71bfd9
Add instance info support
2023-08-05 09:10:55 +09:00
Christian Schmidt
8da99ffb0d
Add alt text for preview card thumbnails ( #26184 )
2023-08-03 15:41:51 +02:00