kakkokari-gtyih
9aa3e5de4c
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-11-25 09:34:21 +09:00
かっこかり
70fa621e22
fix(backend): clips/my-favorites APIをページネーションに対応させる ( #16835 )
...
* fix(backend): `clips/my-favorites` APIをページネーションに対応させる
* fix
* fix test
* fix
2025-11-23 22:41:14 +09:00
claustra01
746269c4b1
RoleService.testがPostgreSQLのdeadlockでrandom failする問題を修正 ( #16784 )
...
* fix: 並列deleteによるpostgresqlのdeadlock
* chore: update comment
2025-11-12 18:15:08 +09:00
おさむのひと
ca1bf21dcf
chore: RoleServiceのunit-test追加 ( #16777 )
2025-11-10 10:31:49 +09:00
おさむのひと
729abbef62
feat: チャンネルミュートの実装 ( #14105 )
...
* add channel_muting table and entities
* add channel_muting services
* タイムライン取得処理への組み込み
* misskey-jsの型とインターフェース生成
* Channelスキーマにミュート情報を追加
* フロントエンドの実装
* 条件が逆だったのを修正
* 期限切れミュートを掃除する機能を実装
* TLの抽出条件調節
* 名前の変更と変更不要の差分をロールバック
* 修正漏れ
* isChannelRelatedの条件に誤りがあった
* [wip] テスト追加
* テストの追加と検出した不備の修正
* fix test
* fix CHANGELOG.md
* 通常はFTTにしておく
* 実装忘れ対応
* fix merge
* fix merge
* add channel tl test
* fix CHANGELOG.md
* remove unused import
* fix lint
* fix test
* fix favorite -> favorited
* exclude -> include
* fix CHANGELOG.md
* fix CHANGELOG.md
* maintenance
* fix CHANGELOG.md
* fix
* fix ci
* regenerate
* fix
* Revert "fix"
This reverts commit 699d50c6ec .
* fixed
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2025-11-07 08:39:21 +09:00
kakkokari-gtyih
21d04e246f
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-11-01 12:30:36 +09:00
syuilo
a888f2863b
Node.js 24 support ( #16723 )
...
* Revert "テストが動かないためnodejs 24サポートを取り消し"
This reverts commit a892bbcce5 .
* fix jest.js
* ファイルの添付方法を変更
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com >
2025-10-30 21:47:04 +09:00
kakkokari-gtyih
789bdd255f
revert jest 30 related changes
2025-10-08 10:23:21 +09:00
kakkokari-gtyih
37207f6e1d
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-10-08 10:16:32 +09:00
かっこかり
20d81696e1
fix(backend): fix test ( #16441 )
...
* fix(backend): fix test
* fix
* fix
2025-08-22 18:26:19 +09:00
anatawa12
60f7278aff
fix: Remote Note Cleaning will delete notes embedded in a page ( #16408 )
...
* feat: preserve number of pages referencing the note
* chore: delete pages on account delete
* fix: notes on the pages are removed by CleanRemoteNotes
* test: add the simplest test for page embedded notes
* fix: section block is not considered
* fix: section block is not considered in migration
* chore: remove comments from columns
* revert unnecessary change
* add pageCount to webhook test
* fix type error on backend
2025-08-15 22:39:55 +09:00
饺子w (Yumechi)
90b9609341
enhance: performance for CleanRemoteNotesProcessorService ( #16404 )
...
* enhance: performance for CleanRemoteNotesProcessorService
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* suggestions
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* docs
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* change initial limit to 100
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* robustness for transient race conditions
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* handle cursors in postgres
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* robustness: transient errors and timeout handling
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
* use '0' as initial cursor
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp >
2025-08-14 16:54:28 +09:00
syuilo
299f9e3115
fix test
2025-08-11 12:09:25 +09:00
syuilo
e47e6fc527
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-08-09 13:47:24 +09:00
tamaina
85e3e49688
fix(backend): Fix and create unit test of CleanRemoteNotesProcessorService ( #16368 )
...
* wip
* test(backend): CleanRemoteNotesProcessorService (basic)
* test(backend): CleanRemoteNotesProcessorService (advanced)
* ✌️
* a
* split initiator query
* no order by
* ???
* old → older
2025-08-08 21:31:31 +09:00
syuilo
8449354887
fix e2e
2025-08-02 11:47:24 +09:00
syuilo
f2a23fb55e
ノートの脱CASCADE削除 ( #16332 )
...
* wip
* Update CHANGELOG.md
* Update QueryService.ts
* Update QueryService.ts
* wip
* Update MkNoteDetailed.vue
* Update NoteEntityService.ts
* wip
* Update antennas.ts
* Update create.ts
* Update NoteEntityService.ts
* wip
* Update CHANGELOG.md
* Update NoteEntityService.ts
* Update NoteCreateService.ts
* Update note.test.ts
* Update note.test.ts
* Update ClientServerService.ts
* Update ClientServerService.ts
* add error handling
* Update NoteDeleteService.ts
* Update CHANGELOG.md
* Update entities.ts
* Update entities.ts
* Update misskey-js.api.md
2025-07-31 14:40:51 +09:00
tamaina
414d5958c1
fix(test): Fix name of a test in e2e/timelines.ts ( #16334 )
2025-07-31 14:22:32 +09:00
tamaina
8c65d8d020
test(backend): e2e/timelines.ts: 非FTT時のテストを追加, 凍結のテストを追加, これにかかる幾つかのバグ修正 ( #16284 )
...
* test(backend): 非FTT時のテストを追加
* clean up
* skip test about reply
* Fix #16289
* clean up
* cherry pick
* add renote test
* Fix https://github.com/misskey-dev/misskey/issues/16293
* remove debug log
2025-07-30 21:41:46 +09:00
かっこかり
b2edff4888
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-07-17 11:15:06 +09:00
syuilo
a45ccc18b4
refactor
2025-07-04 18:33:41 +09:00
syuilo
c29a4d9503
fix(test): Play検索機能でBackend Unit Testが壊れている
2025-07-04 18:31:34 +09:00
syuilo
5caf2b27cf
fix(test): Play検索機能でBackend Unit Testが壊れている
...
Fix #16248
2025-07-04 16:32:56 +09:00
kakkokari-gtyih
cb6d054c71
attempt to fix test
2025-06-14 11:17:58 +09:00
kakkokari-gtyih
c306cdbdd9
attempt to fix test
2025-06-13 21:44:53 +09:00
kakkokari-gtyih
3dbeb4659b
fix test
2025-06-13 16:18:09 +09:00
kakkokari-gtyih
ec92919cb1
update deps / migrate jest 30
2025-06-13 15:43:26 +09:00
かっこかり
66f7e5acd5
Merge branch 'develop' into renovate/major-backend-update-dependencies
2025-05-29 13:19:35 +09:00
anatawa12
367dac4edd
Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 ( #16009 )
...
* chore: change 3rd parameter of generateMutedUserQueryForNotes to options
* chore: allow specifying note column for note/block query
* chore: check for mute / block for renote of note with DB query
* chore: check for mute / block for renote of note with FTT
* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる
* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正
* fix missing default parameter
* Update is-user-related.ts
* test: add tests for mutes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2025-05-29 13:13:07 +09:00
syuilo
e4b7a1f4e1
fix tests
...
* test
* Update activitypub.ts
* Update activitypub.ts
* Update create.ts
* Update create.ts
* Update endpoints.ts
2025-05-29 12:41:27 +09:00
kakkokari-gtyih
deebcb29da
migrate sinonjs/fake-timers
2025-05-27 17:11:36 +09:00
kakkokari-gtyih
737019c03f
Revert "attempt to fix test"
...
This reverts commit c508318627 .
2025-05-27 16:35:34 +09:00
kakkokari-gtyih
c508318627
attempt to fix test
2025-05-27 15:09:16 +09:00
かっこかり
1276e65049
fix(backend): follow-up of #16105 ( #16109 )
2025-05-27 14:42:48 +09:00
kakkokari-gtyih
5c78dd3e34
attempt to fix test
2025-05-27 14:24:34 +09:00
kakkokari-gtyih
50a5e7a5dc
Merge remote-tracking branch 'msky/develop' into renovate/major-backend-update-dependencies
2025-05-27 13:56:35 +09:00
かっこかり
07c2de3749
fix(backend): typeormのbreaking changeに対応 ( #16105 )
...
* fix(backend): typeormのbreaking changeに対応
* attempt to fix test
2025-05-27 13:50:45 +09:00
kakkokari-gtyih
70415bdab5
use main redis for lock
2025-05-27 12:18:50 +09:00
あわわわとーにゅ
90e2dfef4e
update deps (MisskeyIO#889)
...
- メンテナンスされないredis-lockを自前実装に変更
- 既にロックされている場合のリトライ間隔を調整
2025-05-27 12:14:13 +09:00
zyoshoka
3b676f39df
fix(backend): enumerate achievement types in some response schema ( #15953 )
...
* fix(backend): enumerate achievement types in some response schema
* refactor: use `ref`
2025-05-06 19:52:30 +09:00
おさむのひと
8c0c503c6c
refactor: ファイルアップロード時のテストを追加 ( #15928 )
...
* refactor: ファイルアップロード時のテストを追加
* なぜかsemverが消えてた
2025-05-04 09:38:35 +09:00
おさむのひと
526057cc61
Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 ( #15896 )" ( #15927 )
...
* Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896 )"
This reverts commit 7e8cc4d7c0 .
* fix CHANGELOG.md
2025-05-03 16:23:06 +09:00
anatawa12
2fcb50273d
Exclude suspended users note from most timelines ( #15775 )
...
* feat: exclude notes by suspended user from FTT timeline endpoint
* feat: exclude notes by suspended user from DB based timelines
* chore: fix types
* chore: fix types
* chore: fix non-reply / renote
* chore: fix non-reply / renote
* test: update test
* docs(changelog): 凍結されたユーザのノートが各種タイムラインで表示されないように
* Exclude suspended users note from featured
* fix: join user
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2025-05-01 17:56:24 +09:00
おさむのひと
7e8cc4d7c0
fix: 添付ファイルのあるリクエストを受けたときの初動を改善 ( #15896 )
...
* wip
* ロールポリシーの値も参照するように
* エンドポイントのテストを追加
* fix review
* add spdx
* fix CHANGELOG.md
* fix test
* regenerate
* add log
* Revert "add log"
This reverts commit 4b2bf59a60 .
* add log
* fix
* Revert "add log"
This reverts commit c5a73d57da .
2025-04-29 08:15:09 +09:00
おさむのひと
0d4feed6d3
enhance(backend): フォローしているユーザーならフォロワー限定投稿のノートでもアンテナで検知できるように ( #15264 )
...
* フォローしているユーザーなら鍵ノートでもアンテナにひっかかるように
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com >
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com >
* Eliminate build errors by resolving conflicts
* 低コストな判定文を前にもってきて重い判定文に入る可能性を少しでも下げる
* fix CHANGELOG.md
* fix CHANGELOG.md
* fix diff
* removed comment
* fix CHANGELOG.md
---------
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com >
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2025-04-13 20:48:18 +09:00
anatawa12
4c473eb76d
fix: resolve with non-lowercased acct is broken ( #15813 )
...
* fix: resolve with non-lowercased acct is broken
* docs(changelog): Fix: 大文字を含むユーザの URL で紹介された場合に 404 エラーを返す問題
2025-04-13 18:34:33 +09:00
syuilo
c500e4392a
hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannel
2025-04-08 20:50:38 +09:00
Nanashi.
98eadd7093
feat: アンテナでセンシティブなチャンネルからのノートを除外できるように ( #15346 )
...
* feat(db): マイグレーションを追加
* feat(backend): カラムの定義を追加
* wip
* feat: フラグを設定出来るように
* feat: /notesエンドポイントを対応
* feat: websocketを対応
* test: テストを追加
* docs: CHANGELOGを更新
* docs: CHANGELOGの追加場所を修正
* chore: api.jsonを更新
* docs(CHANGELOG): General欄に移動
* docs: フォーマットを揃える
* chore: クエリを削除
* revert: 英訳を消す
* chore: note.channelを追加するところを変える
* docs: CHANGELOGを更新する
* docs(CHANGELOG): 2025.3.2に移動
* chore: changelogを下に移動
* ci: CI再実行用の空コミット
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2025-04-02 16:01:24 +09:00
syuilo
7fd3adedee
fix tests
2025-03-29 17:00:01 +09:00
syuilo
e40846c46b
fix e2e test
2025-03-27 19:50:03 +09:00