renovate[bot]
|
60f90ca649
|
chore(deps): update [misskey-js] update dependencies (#15594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-06 07:09:01 +09:00 |
|
renovate[bot]
|
f3be426383
|
fix(deps): update [frontend] update dependencies (#15595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-05 21:01:44 +09:00 |
|
かっこかり
|
e8a6629cb5
|
fix(backend): システムアカウント系のマイグレーション不足を修正 (#15586)
* fix(backend): プロキシアカウントのロールバック用マイグレーションを追加
* fix
* separate newly-added `up` command
* drop backwards-compatibility
* docs
|
2025-03-05 16:49:49 +09:00 |
|
github-actions[bot]
|
44658ae981
|
Bump version to 2025.3.0-beta.0
|
2025-03-05 07:44:38 +00:00 |
|
syuilo
|
19384efbc5
|
clean up
|
2025-03-04 18:48:14 +09:00 |
|
かっこかり
|
adf22143aa
|
Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する" (#15589)
* Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)"
This reverts commit a4711ab4c11357c8ffa586dbec56043a0b0f33e0.
* Update CHANGELOG.md
|
2025-03-03 21:05:50 +09:00 |
|
renovate[bot]
|
a17acf647b
|
fix(deps): update [frontend] update dependencies (#15587)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-03 17:48:17 +09:00 |
|
かっこかり
|
01a3eabc4e
|
enhance(frontend): アニメーション設定で画面上のエフェクトも考慮するように (#15576)
* enhance(frontend): アニメーション設定で画面上のエフェクトも考慮するように
* Update Changelog
|
2025-03-03 08:46:38 +00:00 |
|
かっこかり
|
59567a7ccc
|
fix(frontend): 照会処理を統一 (#15536)
* fix(frontend): 照会処理を統一
* fix
* doLookup -> apLookup
|
2025-03-03 08:45:04 +00:00 |
|
かっこかり
|
7fb8fccd57
|
Update CHANGELOG.md for #15532
|
2025-03-03 17:29:49 +09:00 |
|
鴇峰 朔華
|
a4711ab4c1
|
enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)
* enhance(frontend): ユーザーページで常にチャンネル投稿が含まれるように
* enhance(frontend): ノート詳細の前後の投稿にチャンネル投稿を含めるように
* ログイン有無の削除
|
2025-03-03 08:28:29 +00:00 |
|
かっこかり
|
bbe404a0b2
|
fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように (#15571)
* fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように
* Update Changelog
* remove unused props
|
2025-03-03 08:17:20 +00:00 |
|
かっこかり
|
0610bd657f
|
fix(frontend): フォローされたときのメッセージのshadowがちらつくことがある問題を修正 (#15584)
* fix(frontend): フォローされたときのメッセージがちらつく問題を修正
* Update Changelog
|
2025-03-03 08:09:41 +00:00 |
|
かっこかり
|
77667cf80d
|
enhance(frontend): モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように (#15462)
* enhance(frontend): モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように
* use MkSwitch
* Update Changelog
|
2025-03-03 08:06:34 +00:00 |
|
tetsuya-ki
|
801a2ec1db
|
fix(frontend): 削除して編集の削除タイミングを投稿後になるように #14498 (#15545)
* fix #14498
- 「削除して編集」の削除タイミングを投稿したタイミングへ変更
* update CHANGELOG.md
* 指摘対応
- InitialNoteがあれば必ず削除するべきものでもないため、投稿後にノートを削除するフラグをプロパティに追加
* 指摘対応のミス修正
- フラグを条件に追加
- 実績のdateが数値になってなかった点を修正
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2025-03-03 08:05:18 +00:00 |
|
github-actions[bot]
|
2a96e39bb3
|
Bump version to 2025.3.0-alpha.0
|
2025-03-02 12:12:06 +00:00 |
|
syuilo
|
616cccf251
|
enhance(backend): refine system account (#15530)
* wip
* wip
* wip
* Update SystemAccountService.ts
* Update 1740121393164-system-accounts.js
* Update DeleteAccountService.ts
* wip
* wip
* wip
* wip
* Update 1740121393164-system-accounts.js
* Update RepositoryModule.ts
* wip
* wip
* wip
* Update ApRendererService.ts
* wip
* wip
* Update SystemAccountService.ts
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* add print logs
* ログが長すぎて出てないかもしれない
* fix migration
* refactor
* fix fed-tests
* Update RelayService.ts
* merge
* Update user.test.ts
* chore: emit log
* fix: tweak sleep duration
* fix: exit 1
* fix: wait for misskey processes to become healthy
* fix: longer sleep for user deletion
* fix: make sleep longer again
* デッドロック解消の試み
https://github.com/misskey-dev/misskey/issues/15005
* Revert "デッドロック解消の試み"
This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d.
* wip
* Update SystemAccountService.ts
---------
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2025-03-02 20:06:20 +09:00 |
|
syuilo
|
7114523d84
|
Update CHANGELOG.md
|
2025-03-01 17:02:52 +09:00 |
|
syuilo
|
5d683728f3
|
デッドロック解消の試み (#15574)
https://github.com/misskey-dev/misskey/issues/15005
Co-authored-by: 饺子w (Yumechi) <35571479+eternal-flame-AD@users.noreply.github.com>
|
2025-03-01 16:12:42 +09:00 |
|
おさむのひと
|
b8632f389d
|
chore(ci): Renovateが作ったprにラベルつける (#15573)
|
2025-03-01 04:37:11 +00:00 |
|
renovate[bot]
|
830da5e9f1
|
fix(deps): update [frontend] update dependencies (#15566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-01 13:11:09 +09:00 |
|
renovate[bot]
|
e2eddd5b1a
|
chore(deps): update actions/cache action to v4.2.2 (#15564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-01 13:07:59 +09:00 |
|
renovate[bot]
|
d4f9bf1f11
|
chore(deps): update [misskey-js] update dependencies (#15565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-01 13:07:47 +09:00 |
|
renovate[bot]
|
734c78ddd1
|
chore(deps): update [tools] update dependencies (#15563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-01 13:07:36 +09:00 |
|
syuilo
|
c63c3462dd
|
refactor
|
2025-02-28 09:34:21 +09:00 |
|
github-actions[bot]
|
a3bba23b7d
|
[skip ci] Update CHANGELOG.md (prepend template)
|
2025-02-27 08:58:46 +00:00 |
|
github-actions[bot]
|
94a3e37ba8
|
Release: 2025.2.1
|
2025-02-27 08:58:40 +00:00 |
|
syuilo
|
cc09de7b27
|
New Crowdin updates (#15560)
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Romanian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Greek)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Dutch)
* New translations ja-jp.yml (Norwegian)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Lao)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Catalan)
|
2025-02-27 16:13:37 +09:00 |
|
かっこかり
|
da66079c29
|
enhance(frontend): ノート検索ページのデザイン調整 (#14780)
* enhance(frontend): 検索ページのホスト指定とユーザー指定を統合する (#273)
(cherry picked from commit c79392c88d6bf58ede39d8bba9ca2778c58521ef)
* fix
* 🎨
* Update Changelog
* Update Changelog
* refactor
---------
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
|
2025-02-27 02:56:17 +00:00 |
|
syuilo
|
ec83815227
|
fix(frontend): MkSelectの初期値が表示されない場合がある (#15559)
* fix
* Update CHANGELOG.md
|
2025-02-27 00:32:39 +00:00 |
|
syuilo
|
6199139307
|
Update CHANGELOG.md
|
2025-02-26 16:30:25 +09:00 |
|
おさむのひと
|
15b0345335
|
enhance(frontend): コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように (#15438)
* enhance(frontend): コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように
* sessionStorageよりも更に短命な方法で持つように変更
* add comment
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 07:28:35 +00:00 |
|
かっこかり
|
28b40691d5
|
fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように (#15417)
* fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 06:51:28 +00:00 |
|
syuilo
|
a778a63a12
|
New Crowdin updates (#15421)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
|
2025-02-26 14:58:18 +09:00 |
|
github-actions[bot]
|
96fc7e307a
|
Bump version to 2025.2.1-beta.2
|
2025-02-26 02:23:02 +00:00 |
|
Esurio/1673beta
|
bd13fb626c
|
fix(backend): S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように (#15455)
* fix(backend): S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように
* update CHANGELOG
* fix validation
* fix: remove unused import
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 01:56:23 +00:00 |
|
おさむのひと
|
d87488a5f0
|
fix(frontend): ユーザのサジェスト中に@を入力してもサジェスト結果が消えないように (#15435)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 01:51:23 +00:00 |
|
おさむのひと
|
495db27433
|
fix(backend): カスタム絵文字の一括インポートをした時にHTTPプロキシの除外設定が効かないのを修正 (#15431)
* pxory
* fix
* fix CHANGELOG.md
* allow localAddress
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 01:48:38 +00:00 |
|
鴇峰 朔華
|
39c487e1d1
|
fix(backend): ローカル判定でisUriLocalを使用していない箇所を修正 (#15069)
* fix(backend): ローカル判定でisUriLocalを使用していない箇所を修正
* fix(test backend): RelayServiceでUtilityServiceを使う
|
2025-02-26 01:28:53 +00:00 |
|
かっこかり
|
b5799351d0
|
fix(backend): clips/updateのdescriptionで空文字を許容するように (#15429)
* fix(backend): clips/updateのdescriptionで空文字を許容するように
* Update Changelog
* fix: createの際も空文字を許容するように
* fix test
* fix test
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-02-26 01:27:38 +00:00 |
|
github-actions[bot]
|
7f31fd24b1
|
Bump version to 2025.2.1-beta.1
|
2025-02-26 00:47:08 +00:00 |
|
zyoshoka
|
389ec6350b
|
fix(backend): send Delete activity of a note to users who renoted or replied to it (#15554)
* fix(backend): send Delete activity of a note to users who renoted or replied to it
* Update CHANGELOG.md
|
2025-02-26 00:29:12 +00:00 |
|
syuilo
|
2b6638e160
|
feat: google analytics (#15451)
* wip backend
* wip frontend
* build misskey-js
* implement control panel
* fix
* introduce analytics wrapper
* spdx
* Update analytics.ts
* Update common.ts
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
---------
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2025-02-25 11:51:23 +00:00 |
|
renovate[bot]
|
20cc6d3049
|
chore(config): migrate renovate config (#15550)
* chore(config): migrate config renovate.json5
* Update renovate.json5
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:24:34 +09:00 |
|
かっこかり
|
1b44954dcb
|
enhance(frontend): サーバーエラー画面の多言語対応 (#15549)
* enhance(frontend): サーバーエラー画面の多言語対応
* indent
|
2025-02-24 05:23:20 +00:00 |
|
renovate[bot]
|
5dc99e6f89
|
fix(deps): update [frontend] update dependencies (#15542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:13:44 +09:00 |
|
renovate[bot]
|
d1504a5a83
|
fix(deps): update dependency shiki to v3 (#15544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:07:32 +09:00 |
|
renovate[bot]
|
5a97f040c7
|
chore(deps): update actions/cache action to v4.2.1 (#15541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:06:41 +09:00 |
|
renovate[bot]
|
0456c0f3c2
|
chore(deps): update [tools] update dependencies (#15540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:06:30 +09:00 |
|
renovate[bot]
|
524adda2a6
|
chore(deps): update [misskey-js] update dependencies (#15539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-24 14:06:17 +09:00 |
|