syuilo
55eb18f5a6
Update CHANGELOG.md
2025-08-27 10:29:45 +09:00
syuilo
3e9118af3d
fix(frontend): lookupページでリモートURLを指定した際に正しく動作しない問題を修正
2025-08-27 10:15:11 +09:00
syuilo
d2fd7460ed
Update CHANGELOG.md
...
#16465
2025-08-27 00:41:11 +09:00
syuilo
ac7c60d102
refactor and fix
2025-08-26 19:06:15 +09:00
syuilo
eb9915baf8
refactor and fix
2025-08-26 10:56:09 +09:00
syuilo
0c8545ec1c
Update CHANGELOG.md
2025-08-26 07:44:26 +09:00
syuilo
30987b6f1f
Update CHANGELOG.md
2025-08-25 10:05:15 +09:00
syuilo
bd0730e5e8
fix(backend): 削除されたユーザーがチャットメッセージにリアクションしている場合`chat/history`などでエラーになる問題を修正
...
Fix #16445
2025-08-23 17:37:15 +09:00
syuilo
07ccb82691
Update CHANGELOG with recent feature and fix entries
2025-08-22 19:40:15 +09:00
かっこかり
ade603ff7a
fix(frontend): ページネーションの進行方向を指定できるように ( #16433 )
...
* fix(frontend): ページネーションの進行方向を指定できるように
* Update Changelog
* fix lint
* fix: directionをMkPaginationに移動
* fix
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-22 19:34:20 +09:00
syuilo
8cbbb80e3f
fix(backend): `notes/mentions` で場合によっては並び順が正しく返されない問題を修正
...
Fix #16398
2025-08-21 19:10:16 +09:00
かっこかり
1eabb21d69
fix(backend): クリップ一覧APIをページネーションに対応させる ( #16434 )
...
* fix(backend): クリップ一覧APIをページネーションに対応させる
* Update Changelog
2025-08-21 19:02:21 +09:00
かっこかり
7f6ba2e501
enhance: verify-emailにフロントエンドUIを実装 ( #16431 )
...
* enhance: メールのverifyをAPIに変更
* enhance(frontend): メールのVerifyページを追加
* fix
* 🎨
* 🎨
* Update Changelog
* lint
2025-08-21 16:52:30 +09:00
syuilo
b07bf838e3
サーバー管理コマンド ( #15882 )
...
* wip
* Update cli.ts
* Update cli.ts
* wip
* Update CHANGELOG.md
* Delete cli.mjs
2025-08-20 16:35:26 +09:00
syuilo
a17271a5c4
Update CHANGELOG.md
2025-08-19 14:19:54 +09:00
syuilo
3980172243
feat: 非ログイン時に表示されるトップページのスタイルを選択できるように
2025-08-19 14:15:19 +09:00
syuilo
a1232cbae3
Update CHANGELOG.md
2025-08-18 14:47:35 +09:00
Souma
ff334fe9d7
enhance(frontend): Add an option to customize Lockdown duration ( #16405 )
...
* chore(locales): Add "setManually" and "_time.month"
Add Japanese locales to auto-generate other languages.
* feat(frontend): Add text fields to set lockdown duration manually
Choose from presets or set it manually.
* refactor(frontend): Make objects contains option's values and labels
When adding a new option, it needed to write two times.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* refactor(frontend): Manage state by MkSelect
The functions only initialize the values.
* refactor(frontend): Make the custom input as writable computed
Clean up the MkInput components.
* chore(locales): Switch to "custom"
A single word is better than sentence on this situation.
* refactor(frontend): Insert the custom button to presets
Users don't need to click multiple times to use prests.
2025-08-18 14:11:48 +09:00
syuilo
e481205342
enhance(frontend): update aiscript to 1.1.0
2025-08-18 10:18:34 +09:00
syuilo
bae92a944d
enhance(frontend): improve enableInfiniteScroll stability
...
Close #16318
2025-08-15 12:40:37 +09:00
Sayamame-beans
7bb43329bb
fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 ( #16401 )
...
* fix(frontend): mention-syntax detection for autocomplete doesn't work properly
* docs(changelog): update changelog
2025-08-13 10:51:23 +09:00
syuilo
4c41930554
Update CHANGELOG.md
2025-08-11 15:54:18 +09:00
かっこかり
b5b7914073
enhance: ユーザー検索を制限できるように ( #16380 )
...
* enhance: ユーザー検索を制限できるように
* Update Changelog
2025-08-09 14:41:11 +09:00
syuilo
1b0de39f92
Update CHANGELOG.md
2025-08-09 14:27:48 +09:00
syuilo
504f886065
Update CHANGELOG.md
2025-08-09 14:14:16 +09:00
Sayamame-beans
2931eb0aad
Fix: チャンネルのハイライトページにノートが表示されない問題を修正 ( #16364 )
...
* fix(frontend): unable to see channel's featured notes
* docs(changelog): update changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-09 14:13:37 +09:00
かっこかり
785b85ee46
enhance(frontend): 画像エフェクトのUI改善 ( #16191 )
...
* enhance(frontend): 画像エフェクトの改善
* enhance: i18n colorClampAdvanced
* fix: missing translation
* enhance: i18n blockNoise
* fix lint
* fix: narrow down fx defs types
* fix
* fix: watermark用エフェクトは別で定義し直す
* fix lint
* ImageEffectorをwatermarkに隠蔽
* watermark関連の定義を完全に分離
* refactor
* fix
* ぼかし効果 -> スムージング
* refactor: remove unnecessary `as const`
* Update Changelog
2025-08-09 14:11:19 +09:00
anatawa12
8bd84a0ec4
fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 ( #15987 )
...
* fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題
* changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正
* reduce requests to retrieve timeline name
2025-08-09 10:43:07 +09:00
Sayamame-beans
215725a3ac
Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 ( #16371 )
...
* fix(backend): allow system-webhook secret to be empty
* docs(changelog): update changelog
* chore: run build-misskey-js-with-types
2025-08-08 21:35:02 +09:00
anatawa12
adb3ad6b7f
Follow up per locale bundle ( #16381 )
...
* fix docker build
* enable check spdx license id in frontend-builder
* fix eslint config
* run eslint for frontend-builder in ci
* fix eslint
* add license headers
* fix unnecessary comments
* update changelog
* fix generateDts
* fix tsx
2025-08-08 18:47:35 +09:00
syuilo
998beeae59
feat(frontend): AiScriptを1.0に更新
...
Close #16277
2025-08-06 13:32:59 +09:00
syuilo
d979cd2c07
fix(frontend): 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
2025-08-05 09:15:02 +09:00
syuilo
bb56b3b4f1
feat(frontend): ページのタブバーを下部に表示できるように
2025-08-04 20:03:34 +09:00
かっこかり
bd7339c397
enhance(i18n): トルコ語を追加 ( #16358 )
2025-08-04 14:53:26 +09:00
syuilo
6f3cc2cdf7
コントロールパネルの検索 ( #16343 )
...
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update performance.vue
* Update performance.vue
* Update performance.vue
* Update external-services.vue
* wip
* wip
* Update security.vue
* Update settings.vue
* Update CHANGELOG.md
* wip
* Update moderation.vue
* wip
* Update branding.vue
* wip
* Update email-settings.vue
* Update system-webhook.vue
* Update MkSuperMenu.vue
* Update index.vue
2025-08-03 11:02:20 +09:00
かっこかり
905d3c87f1
Update CHANGELOG.md
2025-08-02 14:01:57 +09:00
かっこかり
e092008dc5
feat(frontend): セーフモード ( #16245 )
...
* feat(frontend): セーフモード
* Update Changelog
* Update Changelog
* fix
* fix
* Update Changelog
* Update Changelog
* PWAのショートカット経由でもセーフモードで起動できるように
* Update ClientServerService.ts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-01 17:20:40 +09:00
syuilo
0cfc910cdc
enhance(frontend): いくつかの翻訳を調整
2025-08-01 16:18:47 +09:00
syuilo
5bf13c4cc2
Update CHANGELOG.md
2025-08-01 13:44:06 +09:00
syuilo
16f47adcc6
Update CHANGELOG.md
2025-08-01 13:43:09 +09:00
syuilo
2a836047e3
Update CHANGELOG.md
2025-08-01 12:38:50 +09:00
syuilo
b2b07e5f21
enhance(backend): 連合関係のサーバー設定のデフォルト値をウィザード側に移動
...
- サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない
- 連合は初期設定が終わるまで閉じられている方が安全
2025-08-01 12:36:25 +09:00
github-actions[bot]
da06f75455
Bump version to 2025.8.0-alpha.0
2025-08-01 02:50:01 +00:00
syuilo
d624da9c1a
feat: remote notes cleaning ( #16292 )
...
* Create CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* wip
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update job-queue.job.vue
* wip
* Update CleanRemoteNotesProcessorService.ts
* wip
* wip
* wip
* Update CleanRemoteNotesProcessorService.ts
* wip
* Update CHANGELOG.md
* Revert "wip"
This reverts commit 89d455d302
.
* wip
* woip
* Update QueueService.ts
* Update QueueService.ts
* ピン留め考慮
* Update CleanRemoteNotesProcessorService.ts
* Update QueueService.ts
* Update CleanRemoteNotesProcessorService.ts
* add log
* Update CHANGELOG.md
* wip
* Update MkServerSetupWizard.vue
2025-08-01 11:49:12 +09:00
syuilo
4be0045826
update minimum nodejs version
2025-07-31 21:21:44 +09:00
かっこかり
a45e89c300
fix(frontend): 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 ( #16304 )
...
* fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正
* Update Changelog
* Update theme.ts
2025-07-31 18:47:22 +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
かっこかり
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
github-actions[bot]
73419e8a61
[skip ci] Update CHANGELOG.md (prepend template)
2025-07-18 00:28:02 +00:00
syuilo
a686592734
enhance(frontend): disable InfiniteScroll to improve stability
...
#16229
2025-07-17 20:02:55 +09:00