かっこかり
a45e89c300
fix(frontend): 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 ( #16304 )
...
* fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正
* Update Changelog
* Update theme.ts
2025-07-31 18:47:22 +09:00
syuilo
35888eb8f4
enhance(backend): BullMQの廃止されたRepeatableからJob Schedulersに移行
2025-07-31 18:16:21 +09:00
tamaina
b07ca4652b
Merge branch 'fix-timelines-e2e' into issue16270
2025-07-31 14:51:46 +09:00
tamaina
457b53d5ea
Merge branch 'develop' into fix-timelines-e2e
2025-07-31 14:51:26 +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
9c4b01d69f
Merge branch 'fix-timelines-e2e' into issue16270
2025-07-31 14:23:22 +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
6f83e9decb
fix(test): Fix name of a test in e2e/timelines.ts
2025-07-31 14:20:16 +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
かっこかり
927aa9dc3d
fix(frontend): inline な SearchMarker のパスが正しくない問題を修正 ( #16301 )
...
* replace URL path for inlined SearchMarkers
The search index looks like:
```ts
[
{
id: 'foo', label: 'security',
path: '/settings/security', inlining: ['2fa'],
},
{
id: '2fa',
label: 'two-factor auth',
path: '/settings/2fa', // guessed wrong by the index generation
},
{
id: 'aaaa',
parentId: '2fa',
label: 'totp',
},
…
]
```
This file post-processes that index and re-parents the inlined
sections. Problem was, it left the (wrong) `path` untouched.
Replacing the `path` makes the search work fine.
* Update Changelog
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
2025-07-30 14:39:55 +09:00
かっこかり
1dec8b2329
fix(frontend/test): Cypressが失敗する問題を修正 ( #16307 )
...
* attempt to fix test
* fix(frontend/test): Cypressが失敗する問題を修正
2025-07-30 14:12:59 +09:00
zyoshoka
b0493abe93
chore: continue backend E2E test even if fail with minimum Node.js version ( #16324 )
...
* chore: continue backend E2E test even if fail with minimum Node.js version
* chore: disable `fail-fast`
2025-07-30 12:32:24 +09:00
かっこかり
4f653f2fbc
enhance(frontend): typed nirax ( #16309 )
...
* enhance(frontend): typed nirax
* migrate router.replace
* fix
2025-07-30 12:30:35 +09:00
tamaina
b660769288
perf(frontend): draw-blurhash workerの結果をpostMessageする際にImageBitmapを移譲する ( #16330 )
2025-07-30 09:30:07 +09:00
tamaina
a3528182f0
Merge branch 'no-ftt-test' into issue16270
2025-07-20 23:29:55 +09:00
tamaina
1ab29c2085
Merge branch 'develop' into no-ftt-test
2025-07-20 23:29:44 +09:00
tamaina
2960c2069e
beforeEach → beforeAll
2025-07-20 23:28:55 +09:00
かっこかり
48246bd166
fix(deps): regenerate lockfile ( #16302 )
2025-07-19 14:00:19 +09:00
tamaina
32bdaadfc0
Merge branch 'develop' into no-ftt-test
2025-07-19 00:19:40 +09:00
tamaina
8850ea53ca
Merge branch 'develop' into issue16270
2025-07-19 00:19:36 +09:00
github-actions[bot]
73419e8a61
[skip ci] Update CHANGELOG.md (prepend template)
2025-07-18 00:28:02 +00:00
github-actions[bot]
9852196ddc
Release: 2025.7.0
2025-07-18 00:27:57 +00:00
github-actions[bot]
598641de48
Bump version to 2025.7.0-rc.1
2025-07-17 11:07:00 +00:00
syuilo
4d643c77c5
New Crowdin updates ( #16274 )
...
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (English)
2025-07-17 20:03:13 +09:00
syuilo
a686592734
enhance(frontend): disable InfiniteScroll to improve stability
...
#16229
2025-07-17 20:02:55 +09:00
syuilo
0619dba04d
remove unused code
2025-07-17 20:00:05 +09:00
github-actions[bot]
fbd6b67f1f
Bump version to 2025.7.0-rc.0
2025-07-17 08:33:52 +00:00
tamaina
5a756c077d
Merge branch 'develop' into issue16270
2025-07-17 15:01:47 +09:00
かっこかり
e5c2be15f7
fix(deps): Node.jsの最小バージョンを引き上げ ( #16296 )
...
* Update package.json
* Update min.node-version
* Update CHANGELOG.md
2025-07-17 13:20:43 +09:00
renovate[bot]
1b791258ce
fix(deps): update [frontend] update dependencies ( #16202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 12:14:19 +09:00
renovate[bot]
49cac2f72b
fix(deps): update [root] update dependencies ( #16200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 11:56:55 +09:00
renovate[bot]
5d5aa09459
chore(deps): update [misskey-js] update dependencies ( #16199 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 11:42:34 +09:00
tamaina
bb4af983b7
clean up
2025-07-17 10:45:26 +09:00
tamaina
f7f4cff66a
Merge branch 'no-ftt-test' into issue16270
2025-07-16 23:16:26 +09:00
tamaina
4e69755afa
remove debug log
2025-07-16 23:09:56 +09:00
tamaina
3f4e80f5bf
Fix https://github.com/misskey-dev/misskey/issues/16293
2025-07-16 23:09:35 +09:00
tamaina
25d2121aa7
Merge branch 'no-ftt-test' into issue16270
2025-07-16 22:33:05 +09:00
tamaina
7476dda563
add renote test
2025-07-16 22:32:50 +09:00
tamaina
cb38757e59
Merge branch 'no-ftt-test' into issue16270
2025-07-16 22:18:25 +09:00
tamaina
eee0aba8af
cherry pick
2025-07-16 22:18:11 +09:00
tamaina
537a49a448
fixed
2025-07-16 21:53:19 +09:00
tamaina
f50364b100
update test
2025-07-16 21:33:39 +09:00
tamaina
399e527cc2
???
2025-07-16 20:18:06 +09:00
tamaina
90eccd4d95
fix
2025-07-16 19:25:55 +09:00
tamaina
9961eca0b8
Merge branch 'no-ftt-test' into issue16270
2025-07-16 19:10:53 +09:00
tamaina
5164a94e96
clean up
2025-07-16 19:10:40 +09:00
tamaina
85f4730308
update test
2025-07-16 19:10:20 +09:00
tamaina
f5d4b2744b
fix migration
2025-07-16 18:36:43 +09:00
tamaina
7e648b57b7
Merge branch 'no-ftt-test' into issue16270
2025-07-16 18:28:14 +09:00
tamaina
5828e6d9f8
Merge branch 'develop' into no-ftt-test
2025-07-16 18:27:12 +09:00