Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from misskey-dev:develop #32

Merged
merged 322 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
322 commits
Select commit Hold shift + click to select a range
de9e391
[skip ci] update release manager actions
tamaina May 27, 2024
1bb1a32
[skip ci] update release manager actions
tamaina May 27, 2024
89b27d8
fix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps urlだった際はスキッ…
tamaina May 28, 2024
80f3cb9
feat: sentry integration (#13897)
syuilo May 28, 2024
e2eb7e8
Merge branch 'develop' into release/2024.5.0
syuilo May 28, 2024
244adef
Bump version to 2024.5.0-rc.6
github-actions[bot] May 28, 2024
f75e467
Bump version to 2024.5.0-rc.7
github-actions[bot] May 28, 2024
44cafbb
refactor: avoid `as any[]` on FetchInstanceMetadataService.ts (#13905)
KisaragiEffective May 28, 2024
e57ce4f
chore(backend): rename local variable (#13904)
KisaragiEffective May 28, 2024
cf670e8
refactor(backend): avoid `as any` on CustomEmojiService.ts (#13903)
KisaragiEffective May 28, 2024
eaadd64
chore(misskey-js): fix `repository` and add `license` in `package.jso…
zyoshoka May 29, 2024
24d4124
fix(frontend): ノートにテキストがなくてもファイルが5つ以上あるときは折りたたむように (#13907)
kanarikanaru May 30, 2024
ac4a001
fix code style
syuilo May 31, 2024
be11fd7
enhance: サーバーのお問い合わせ先URLを設定できるように
syuilo May 31, 2024
5b8f8e7
fix(backend): fix backward compatibility of antenna
syuilo May 31, 2024
0082747
New Crowdin updates (#13892)
syuilo May 31, 2024
dfeaa11
Merge branch 'develop' into release/2024.5.0
syuilo May 31, 2024
eaa85f5
fix test
syuilo May 31, 2024
a0c596b
Merge branch 'develop' into release/2024.5.0
syuilo May 31, 2024
1e007b6
Bump version to 2024.5.0-rc.8
github-actions[bot] May 31, 2024
97be1a5
Update 1717117195275-inquiryUrl.js
syuilo May 31, 2024
a3468fd
Merge branch 'develop' into release/2024.5.0
syuilo May 31, 2024
514a65e
perf(backend): avoid N+1 selects from `user` table when packing many …
zyoshoka May 31, 2024
90ba1ca
Merge branch 'develop' into release/2024.5.0
syuilo May 31, 2024
dc55adb
Bump version to 2024.5.0-rc.9
github-actions[bot] May 31, 2024
030082f
:art:
syuilo May 31, 2024
e8f523f
Merge branch 'develop' into release/2024.5.0
syuilo May 31, 2024
374c879
Bump version to 2024.5.0-rc.10
github-actions[bot] May 31, 2024
46164f8
Bump version to 2024.5.0-rc.11
github-actions[bot] May 31, 2024
2eaa3e2
Update README.md for Sentry
syuilo May 31, 2024
316d192
Bump version to 2024.5.0-rc.12
github-actions[bot] May 31, 2024
27d1b7e
2024.5.0
syuilo May 31, 2024
61eec93
Revert "2024.5.0"
syuilo May 31, 2024
a59aa20
Bump version to 2024.5.0-rc.13
github-actions[bot] May 31, 2024
6078081
[skip ci] Release: 2024.5.0
github-actions[bot] May 31, 2024
cc1ee01
Merge pull request #13801 from misskey-dev/release/2024.5.0
github-actions[bot] May 31, 2024
ecf7945
[skip ci] Update CHANGELOG.md (prepend template)
github-actions[bot] May 31, 2024
2b8056a
fix(backend): use insertOne insteadof insert/findOneOrFail combinatio…
acid-chicken Jun 1, 2024
fce66b8
Merge pull request #13917 from misskey-dev/develop
kakkokari-gtyih Jun 1, 2024
27ac3d7
Update about-misskey.vue
kakkokari-gtyih Jun 4, 2024
43cccaa
fix
kakkokari-gtyih Jun 4, 2024
d4a8c63
enhance(backend): sentry integration for job queues
syuilo Jun 6, 2024
dbf9e11
refactor(backend): remove unused logger option
syuilo Jun 6, 2024
65d1927
fix
syuilo Jun 6, 2024
ab69e11
enhance(backend): improve sentry integration
syuilo Jun 6, 2024
a697a7f
enhance(backend): improve sentry integration
syuilo Jun 6, 2024
d55e638
lint fixes
syuilo Jun 6, 2024
8f833d7
enhance(backend): improve sentry integration
syuilo Jun 6, 2024
0015786
fix(backend): チャート生成時にinstance.isSuspendedが読まれてしまう問題の修正 (#13951)
tai-cha Jun 7, 2024
8592716
enhance(backend): improve sentry integration
syuilo Jun 7, 2024
e0cf5b2
配信停止したインスタンス一覧が見れなくなる問題を修正 (#13945)
GrapeApple0 Jun 7, 2024
61fae45
feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758)
samunohito Jun 8, 2024
9849aab
test(#10336): add `components/MkC.*` stories (#13830)
zyoshoka Jun 8, 2024
ff3a38a
fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968)
KisaragiEffective Jun 12, 2024
92367cf
node_modulesをvolume化して高速化+パーミッション問題回避、git submodule update時にローカルにsubm…
oyakimochocho Jun 12, 2024
1616cb5
Fix json module imports for node 22 (#13875)
squidink7 Jun 13, 2024
c73d739
node 22 support
syuilo Jun 13, 2024
dc3629e
feat(backend): report `Retry-After` if client hit rate limit (#13949)
KisaragiEffective Jun 13, 2024
c51347d
docs: update changelog (follow-up of #13949) (#13971)
KisaragiEffective Jun 13, 2024
220e112
fix rate limit check never ends (#13994)
anatawa12 Jun 14, 2024
9bddb81
chore: issueを起票する前にGitHub Discussionsにも誘導する (#13991)
KisaragiEffective Jun 14, 2024
1a82a41
refactor(backend): get column names from metadata (#13943)
acid-chicken Jun 15, 2024
d4e2be6
fix(frontend): chart in `MkInstanceCardMini` is no longer displayed (…
zyoshoka Jun 15, 2024
96fcb9f
ci: upgrade dockle (#14002)
anatawa12 Jun 15, 2024
34458d7
fix changelog
kakkokari-gtyih Jun 15, 2024
379ce01
fix(frontend): fix time on `MkChart`'s story (#13958)
zyoshoka Jun 15, 2024
d0ee020
Fix(backend): Limit antenna/webhook/list to exact amount (#14036)
ltlapy Jun 18, 2024
a88579c
docs: add changelog entry (follow-up of #14036) (#14037)
KisaragiEffective Jun 18, 2024
f37d684
Add missing styles (#14031)
woxtu Jun 18, 2024
77ae693
Enable to iterate over DOM collections (#14040)
woxtu Jun 19, 2024
b683d79
Fix type checking (#14047)
woxtu Jun 20, 2024
1df90ce
update typescript
syuilo Jun 21, 2024
bf33382
refactor(backend): remove unnecessary isNotNull sugar
syuilo Jun 21, 2024
811ffbf
remove unused file
syuilo Jun 21, 2024
1d6ccd9
remove unused files
syuilo Jun 21, 2024
e88f08a
refactor
syuilo Jun 21, 2024
2c84d06
Fix type checking (#14052)
woxtu Jun 21, 2024
a9012d3
test(frontend): fix component error in `MkChart` story (#14056)
zyoshoka Jun 21, 2024
4d2edde
Replace with `vue/no-setup-props-reactivity-loss` rule (#14062)
woxtu Jun 22, 2024
8a9de08
fix(backend): fallback if `sinceId` is older than the oldest in cache…
zyoshoka Jun 22, 2024
1e78ef1
fix: notRespondingSinceが実装される前に不通になったインスタンスが自動的に配信停止にならない (#14059)
anatawa12 Jun 22, 2024
7e21497
fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 (#14045)
kakkokari-gtyih Jun 22, 2024
3254f7c
chore(deps): bump docker/build-push-action from 5 to 6 (#14039)
dependabot[bot] Jun 22, 2024
ef205fb
enhance(frontend): WidgetInstanceInfo.vue と WidgetProfile.vue のスタイル調整…
Jun 22, 2024
ac12ab8
fix(backend): フィードのノートのMFMはHTMLにレンダーしてから返す (#14006)
KisaragiEffective Jun 22, 2024
b50eb51
refactor: api/*/update系の必須キーを最低限に (#13824)
yupix Jun 22, 2024
faeab96
ci: add quote (#13990)
KisaragiEffective Jun 22, 2024
bf403aa
fix(frontend): ベースロールを編集してもUI上では変更が反映されない問題を修正 (#13995)
kakkokari-gtyih Jun 22, 2024
7c22a64
fix(backend): 自分以外のクリップ内のノート個数が見えるのを修正 (#14065)
kakkokari-gtyih Jun 22, 2024
9368eb3
refactor: say bye to the weird groupBy friends (#13975)
KisaragiEffective Jun 22, 2024
b8b4dc5
build: install pnpm with corepack on docker build (#13926)
anatawa12 Jun 22, 2024
00b2133
Remove @types/node-fetch (#13948)
woxtu Jun 22, 2024
961cb6c
fix(backend): fix creating reactions bugs (#13901)
zyoshoka Jun 22, 2024
2acbec6
enhance: update datasaver switch titles (#12834)
ibuki2003 Jun 22, 2024
b269c43
Fix type annotations (#14071)
woxtu Jun 22, 2024
b95a045
fix(frontend): run `pnpm build-assets` (#14077)
kakkokari-gtyih Jun 23, 2024
634764e
refactor(frontend): Remove unused directives (#14085)
woxtu Jun 24, 2024
1c5d0cf
feat: アンテナの編集画面のボタンにgapを追加 (#14091)
yupix Jun 26, 2024
77012f2
fix(frontend): テーマプレビューが見れない問題を修正 (#14097)
Jun 27, 2024
0e512d4
update: CHANGELOG.md for #14097 (#14099)
Jun 27, 2024
4096dab
Add null checking (#14089)
woxtu Jun 27, 2024
a6edd50
chore(docker-compose): 推奨の名前にする (#14096)
Jun 28, 2024
f1b1e2a
fix(storybook): prevent infinite remount of component (#14101)
zyoshoka Jul 2, 2024
427648c
update deps (#14057)
syuilo Jul 2, 2024
eafae79
test(backend): goodbye, Lenna (#14111)
KisaragiEffective Jul 2, 2024
de1fe7c
Use built-in API (#14095)
woxtu Jul 2, 2024
5d03efa
dev: fix pnpm dev is broken (#14123)
anatawa12 Jul 2, 2024
fab7d5e
fix(storybook): build skipping even after updating impl story files (…
zyoshoka Jul 4, 2024
6dd2e9f
refactor(frontend): refactor popup api and make sure call dispose cal…
syuilo Jul 4, 2024
b9ed3b2
fix(dev): devサーバーで`/notes/`に直でアクセスしたらサーバー側のレスポンスが返ってくる問題を修正 (#14137)
kakkokari-gtyih Jul 6, 2024
8e1d94c
fix import path
syuilo Jul 6, 2024
0ea88c0
fix changelog
kakkokari-gtyih Jul 6, 2024
fe85292
fix(backend): parse5関係の型のimport方法を変更 (#14146)
samunohito Jul 7, 2024
984d582
fix(frontend): サーバーサイドbootでエラー画面の描画時にDOMが初期化できていないことがあるのを修正 (#14139)
kakkokari-gtyih Jul 7, 2024
f119f8c
feat(misskey-js): multipart/form-dataのリクエストに対応 (#14147)
kakkokari-gtyih Jul 7, 2024
9ef6c47
fix(backend): 名前を空白文字列だけにできる問題を修正 (#14119)
kakkokari-gtyih Jul 7, 2024
55c990e
Fix compose file name (#14153)
woxtu Jul 9, 2024
b61f270
Bump release actions to v2 (develop-stable(master) branches system) (…
tamaina Jul 9, 2024
a540713
fix/refactor(frontend): hotkeyの改修 (#14157)
kakkokari-gtyih Jul 9, 2024
600f16d
fix(backend): api-docをScalarに変更 (#14152)
kakkokari-gtyih Jul 9, 2024
02e0a86
fix(frontend): remove unused statement
kakkokari-gtyih Jul 9, 2024
52d8a54
feat(misskey-js): `POST admin/roles/create`の型を具象化 (#14167)
KisaragiEffective Jul 10, 2024
6793185
Improve background color specification (#14176)
woxtu Jul 11, 2024
f8ac3fe
リリースPRがないときにrelease-edit-with-push.ymlがfailして見栄えが悪いのを修正 (#14160)
tamaina Jul 11, 2024
6b876da
enhance(frontend): ウェルカムタイムラインのデザインを調整 (#14156)
kakkokari-gtyih Jul 11, 2024
121af77
enhance(frontend): 未使用のサウンド設定を削除 (#14116)
kakkokari-gtyih Jul 11, 2024
385969e
fix(frontend): フォーカスの挙動を修正 (#14158)
kakkokari-gtyih Jul 12, 2024
76b1c74
fix(frontend): use proper import path
kakkokari-gtyih Jul 12, 2024
6cd1527
fix: サジェストされるユーザのリストアップ方法を見直し (#14180)
samunohito Jul 12, 2024
91de35e
fix(backend): デフォルトテーマに無効なテーマコードを入力するとUIが使用できなくなる問題を修正
syuilo Jul 13, 2024
1b175ea
fix(frontend): すでにfocus trap対象の要素にinertがかかっている場合は解除するように (#14189)
kakkokari-gtyih Jul 13, 2024
bcc92d5
fix(frontend): ホットキーのレートリミットがallowRepeatを考慮しない問題を修正 (#14192)
kakkokari-gtyih Jul 13, 2024
9fcae7d
refactor(sw): enable noImplicitAny (#14191)
KisaragiEffective Jul 13, 2024
c83c831
parse `notRespondingSince` from redis instance cache (#14079)
dakkar Jul 13, 2024
b5fd618
deps(frontend): AiScript VSCodeのバージョンを上げる (#14199)
kakkokari-gtyih Jul 13, 2024
58c596c
fix(backend): 一般ユーザーから見たユーザーのバッジの一覧に公開されていないものが含まれることがある問題を修正 (#14195)
kakkokari-gtyih Jul 14, 2024
7afa593
Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (#14078)
Sayamame-beans Jul 14, 2024
31e82fc
test(backend): kill many `any` in backend test (partial) (#14054)
KisaragiEffective Jul 14, 2024
6dd6fcf
enhance(frontend): サーバー情報・お問い合わせページを改修 (#14198)
kakkokari-gtyih Jul 14, 2024
3c032dd
enhance: 非ログイン時には別サーバーに遷移できるように (#13089)
kakkokari-gtyih Jul 14, 2024
7618138
refactor(misskey-js): enable exactOptionalPropertyTypes (#14203)
KisaragiEffective Jul 14, 2024
b9f3fcc
fix(frontend): Nested RouteのときにRouterViewに当たるキーがルートのpathとぶち当たる可能性があるの…
kakkokari-gtyih Jul 14, 2024
09d30fe
ci: ワークフローが更新されたときにもワークフローが起動するようにする (#14207)
KisaragiEffective Jul 14, 2024
722acf5
fix(frontend): follow-up of #13089 (#14206)
kakkokari-gtyih Jul 14, 2024
c5607d8
enhance(backend): configにsignToActivityPubGetの指定が無い場合trueと見做すように
syuilo Jul 14, 2024
4b9c60a
fix(backend): ユーザーのリアクション一覧でミュート/ブロックが機能していなかった問題を修正 (#14100)
Sayamame-beans Jul 14, 2024
d47fd4f
fix: error with trying to handle SIGKILL (#14208)
anatawa12 Jul 14, 2024
aa06327
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#14165)
dependabot[bot] Jul 14, 2024
f0b9d70
ci: cache eslint (#14204)
KisaragiEffective Jul 14, 2024
16795f1
Enhance(frontend): Allow negative delay in MFM (#14200)
easrng Jul 14, 2024
1b84760
enhance(backend): Load settings via environment variables (#14179)
5ouma Jul 14, 2024
ce39c3a
chore(backend): registed -> registered (#14213)
KisaragiEffective Jul 15, 2024
1001277
fix: CHANGELOG.mdの記載に漏れがあったのを修正 (#14220)
samunohito Jul 15, 2024
3b075c9
fix(frontend): MkSignin.vueのcredentialRequestからReactivityを削除 (#14223)
edo-bari-ikutsu Jul 15, 2024
8ebc3b5
Fix typo (#14231)
woxtu Jul 16, 2024
070f0e7
AiScriptを0.19.0にアップデート (#14226)
FineArchs Jul 17, 2024
f0d738d
Bump version to 2024.7.0-beta.0
github-actions[bot] Jul 17, 2024
bda1de8
use pnpm@9.5.0
tamaina Jul 17, 2024
8b4933c
fix changelog (wrong category)
kakkokari-gtyih Jul 17, 2024
68bcd91
chore: Use clipboard API directly (#14227)
chocolate-pie Jul 17, 2024
6942a92
refactor(frontend): Improve typing (#14240)
woxtu Jul 17, 2024
3331f39
fix(frontend): 「アニメーション画像を再生しない」がオンのときにバナー画像・サーバー背景画像がアニメーションしないように (…
kakkokari-gtyih Jul 17, 2024
5f88d56
perf(federation): Ed25519署名に対応する (#13464)
tamaina Jul 17, 2024
25b6592
refactor: misskey-assetsサブモジュールを削除 (#12818)
kakkokari-gtyih Jul 17, 2024
ec91e18
fix(frontend): add missing import (follow-up of #12265)
kakkokari-gtyih Jul 17, 2024
a54d043
chore: ignore misskey-assets (follow-up of #12818 )
tamaina Jul 17, 2024
dd4cb5f
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
tamaina Jul 17, 2024
cfdad45
fix: ソーシャルタイムラインにローカルタイムラインに表示される自分へのリプライが表示されない問題を修正 (#13978)
anatawa12 Jul 17, 2024
73a42ea
Bump version to 2024.7.0-beta.1
github-actions[bot] Jul 17, 2024
c3a6da1
chore: CHANGELOGにジョブキュー設定について追記 (follow-up of #13464)
tamaina Jul 17, 2024
de166a8
fix(backend): リノートミュートがキャッシュが切れるまで効かない問題を修正 (#14242)
kakkokari-gtyih Jul 17, 2024
e716c20
docs: 開発環境のセットアップ手順を詳細にする (#14235)
KisaragiEffective Jul 17, 2024
cd95a6e
fix: remove unreleased section (#14246)
anatawa12 Jul 18, 2024
ee3b132
Merge branch 'master' into develop
anatawa12 Jul 18, 2024
4f85b6a
fix(frontend): Twitchの埋め込みが開けない問題を修正 (#14247)
kakkokari-gtyih Jul 18, 2024
ec1c392
fix(frontend): 子メニューの最大長調整が行われていない問題を修正 (#14003)
kakkokari-gtyih Jul 18, 2024
10ce7bf
kill any from streaming API Implementation (#14251)
anatawa12 Jul 18, 2024
615e60f
chore: modernize issue template (#14263)
KisaragiEffective Jul 19, 2024
54d0a46
fix(frontend): 個人宛てダイアログお知らせが即時表示されない問題 (#14260)
tai-cha Jul 19, 2024
1f24a8c
enhance(frontend): センシティブなメディアを開く際に確認ダイアログを出せるように (#14115)
kakkokari-gtyih Jul 19, 2024
6920f0f
Disable ESLint for migration files (#14262)
woxtu Jul 19, 2024
56a43dc
fix(frontend): blurhashが無い場合に何も出力されないのを修正 (#14250)
kakkokari-gtyih Jul 19, 2024
efb0429
docs(misskey-js): fix broken i-want-you image link in README.md (#14265)
zyoshoka Jul 19, 2024
337b42b
revert 5f88d56d96
syuilo Jul 20, 2024
32651ab
Update about-misskey.vue
syuilo Jul 23, 2024
aa3ea2b
fix(frontend): 初期化時とroute変更時でkeyの決定方法が違うのを修正 (#14283)
kakkokari-gtyih Jul 25, 2024
fc71bcc
fix(backend): avoid notifying to remote users on local (#13774)
zyoshoka Jul 25, 2024
befa8e4
fix(backend): avoid caching remote user's HTL when receiving Note (#1…
zyoshoka Jul 25, 2024
3d8eda1
[Re] refactor(misskey-js): 警告をすべて解決 (#14277)
Sayamame-beans Jul 25, 2024
7c67d3a
fix(frontend): emoji picker not opening on `/share` page (#14295)
zyoshoka Jul 25, 2024
ed6dc84
fix(frontend): リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正 (#14294)
kakkokari-gtyih Jul 25, 2024
ee2f0f3
fix(frontend): いくつかの`number` inputに最小値を設定 (#14284)
kakkokari-gtyih Jul 25, 2024
8959ff8
chore: reflect actual policy about Committers' rights (#14267)
KisaragiEffective Jul 25, 2024
908d3ec
Bump version to 2024.7.0-beta.2
github-actions[bot] Jul 25, 2024
0d76842
docs: format `CONTRIBUTING.md` (#14302)
zyoshoka Jul 26, 2024
46d96c7
fix(build): autogen生成時にbackendを2度buildしているのを修正 (#14309)
kakkokari-gtyih Jul 27, 2024
22c4e9d
fix(frontend): modalが正しく閉じられていないのを修正 (#14307)
kakkokari-gtyih Jul 27, 2024
02ecd1b
refactor
syuilo Jul 28, 2024
5df85b8
enhance(frontend): add withCloseButton option for MkModalWindow
syuilo Jul 28, 2024
085b3ab
update deps (#14312)
syuilo Jul 28, 2024
61f4a03
Fix(frontend): 下書き/削除して編集で保持されない項目があった問題を修正 (#14285)
Sayamame-beans Jul 28, 2024
efa80f9
Bump version to 2024.7.0-beta.3
github-actions[bot] Jul 28, 2024
865b303
fix: deck uiの通知音が重なる問題 (#14029)
anatawa12 Jul 28, 2024
0f0660d
New Crowdin updates (#13916)
syuilo Jul 28, 2024
72bc789
feature: ユーザ作成時にSystemWebhookを発信できるようにする (#14321)
samunohito Jul 29, 2024
1991a02
update node version
syuilo Jul 30, 2024
c3437b1
Bump version to 2024.7.0-rc.4
github-actions[bot] Jul 30, 2024
1a79f0d
:art:
syuilo Jul 30, 2024
b44313f
fix(backend): type(schema) of reactionAcceptance was wrong (#14317)
Sayamame-beans Jul 30, 2024
de3ddb5
enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように (#14286)
kakkokari-gtyih Jul 30, 2024
738b3ea
enhance(frontend): デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように (#14104)
kakkokari-gtyih Jul 30, 2024
45f909e
enhance(frontend): ドライブのファイル・フォルダをドラッグしなくても移動できるように (#14318)
kakkokari-gtyih Jul 30, 2024
866abff
enhance(frontend): ブラウザのコンテキストメニューを使用できるように (#14076)
kakkokari-gtyih Jul 30, 2024
5eea41b
Bump version to 2024.7.0-rc.5
github-actions[bot] Jul 30, 2024
7e9c38d
Fix(backend): ドライブのファイルのurl, uri, src の上限引き上げ (#14323)
tai-cha Jul 30, 2024
bff8130
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128)
tai-cha Jul 30, 2024
7135da7
refactor(actions): remove duplicated paths
kakkokari-gtyih Jul 30, 2024
6bd46e7
refactor(backend): remove unrelated comments
kakkokari-gtyih Jul 30, 2024
b359e3c
Fix condition of noteSearchableScope (#14325)
tai-cha Jul 30, 2024
f0ec68c
:art:
syuilo Jul 30, 2024
39498dd
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo Jul 30, 2024
cb3106c
enhance(frontend): 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを…
tai-cha Jul 30, 2024
f965f65
fix(frontend): pure renote cannot create with url based quote (#14270)
Sayamame-beans Jul 30, 2024
3548ffb
enhance(frontend): 自分のクリップ一覧ではアバターを表示しないように (#14256)
kakkokari-gtyih Jul 30, 2024
9181eb2
fix(frontend): emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように (#14282)
kakkokari-gtyih Jul 30, 2024
d1eb10a
New Crowdin updates (#14316)
syuilo Jul 30, 2024
674a424
Bump version to 2024.7.0-rc.6
github-actions[bot] Jul 30, 2024
3411b9c
Update CHANGELOG.md
syuilo Jul 30, 2024
8bae2ec
fix(misskey-js): モデログのフィルタに追加漏れがあったのを修正 (#14328)
samunohito Jul 30, 2024
2307849
fix(misskey-js): misskey-js.api.mdのコミット漏れ修正 (#14329)
samunohito Jul 30, 2024
d0b7c74
検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858)
Sayamame-beans Jul 30, 2024
916ed49
New translations ja-jp.yml (English) (#14327)
syuilo Jul 30, 2024
86b4f49
Bump version to 2024.7.0-rc.7
github-actions[bot] Jul 30, 2024
8f40f93
自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 (#13835)
anatawa12 Jul 30, 2024
5c42a0e
feat: media silence (#13842)
anatawa12 Jul 30, 2024
c7354c5
test(#10336): add `components/Mk[D-E].*` stories (#14118)
zyoshoka Jul 30, 2024
0bb5ac0
フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正 (#13895)
anatawa12 Jul 30, 2024
fccc5b6
frontend timeline fixes & improvements (#13727)
anatawa12 Jul 30, 2024
676c599
Update about-misskey.vue
syuilo Jul 30, 2024
8b163cd
fix(frontend): ドライブの音声が再生できない場合の処理を追加 (#14073)
kakkokari-gtyih Jul 30, 2024
400ae6e
Bump version to 2024.7.0-rc.8
github-actions[bot] Jul 30, 2024
63f9c27
:art:
syuilo Jul 30, 2024
3137c10
test: フォローしていないユーザーからの自分への返信が含まれることを確認するテストを追加 (#14333)
anatawa12 Jul 30, 2024
9dacc20
New Crowdin updates (#14331)
syuilo Jul 30, 2024
d63b854
tweak localization
syuilo Jul 30, 2024
4b04b29
chore(locale): update index.d.ts (#14339)
tai-cha Jul 31, 2024
d6ba12e
Fix(frontend): LTL無効時にヘッダーにSTLが表示されてしまう & デフォルト、クラシックでリストが消えている (#14337)
tai-cha Jul 31, 2024
1a521a4
New Crowdin updates (#14335)
syuilo Jul 31, 2024
59e2e43
Release: 2024.7.0
github-actions[bot] Jul 31, 2024
008a66d
[skip ci] Update CHANGELOG.md (prepend template)
github-actions[bot] Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する (misskey-dev#13968)
* fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する

* docs: update changelog
  • Loading branch information
KisaragiEffective committed Jun 12, 2024
commit ff3a38a7f59baa742b7072dbf98d9ecf43baa00b
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Fix: 配信停止したインスタンス一覧が見れなくなる問題を修正

### Client
-
- Fix: ユーザーページの追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968)

### Server
- チャート生成時にinstance.suspentionStateに置き換えられたinstance.isSuspendedが参照されてしまう問題を修正
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-if="user.fields.length > 0" class="fields">
<dl v-for="(field, i) in user.fields" :key="i" class="field">
<dt class="name">
<Mfm :text="field.name" :plain="true" :colored="false"/>
<Mfm :text="field.name" :author="user" :plain="true" :colored="false"/>
</dt>
<dd class="value">
<Mfm :text="field.value" :author="user" :colored="false"/>
Expand Down
Loading