forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #7
Merged
Merged
Changes from 1 commit
Commits
Show all changes
280 commits
Select commit
Hold shift + click to select a range
ef950a3
suspend周りの改修 (#14409)
syuilo 2ab5ee8
Bump version to 2024.8.0-alpha.1
github-actions[bot] 61cc3b5
New Crowdin updates (#14393)
syuilo 059eb6d
fix(frontend): リノートの判定が甘いのを修正 (#14396)
kakkokari-gtyih 06684fe
fix(backend): ベースロールのポリシー変更時モデレーションログが残るように (#14418)
kakkokari-gtyih 68ec745
Bump version to 2024.8.0-beta.2
github-actions[bot] 383c41b
:art:
syuilo fd744f4
enhance(backend): ページ、ギャラリー、Playのモデレーション強化 (#13523)
zyoshoka 9fbc1b7
enhance(backend): headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照し…
tai-cha 6cdecd7
Bump version to 2024.8.0-rc.3
github-actions[bot] 75b0315
Update timeline.vue (refactor)
kakkokari-gtyih c0de57c
Update about-misskey.vue
syuilo 4e0d570
fix(frontend): 以前のpopupの呼び出し方を修正 (#14421)
kakkokari-gtyih 0b98554
Update CHANGELOG.md
kakkokari-gtyih 83c04c5
fix(misskey-js): eliminate any (follow-up of #13523) (#14422)
kakkokari-gtyih 129af06
Update packages/backend/src/core/activitypub/ApRequestService.ts
kakkokari-gtyih bf8c42e
Fix(beckend): html content-type detection on signedGet (#14424)
tai-cha e790aa0
[skip ci] New Crowdin updates (#14423)
syuilo ba9c5c3
Remove undefined style (#14427)
woxtu 427f4a2
Update about-misskey.vue
syuilo 1629c0e
New Crowdin updates (#14426)
syuilo 9b78ce8
:art:
syuilo 3cd5f86
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo 9ce44b2
fix(backend): memory leak in memory caches (#14363)
warriordog b708b27
Bump version to 2024.8.0-rc.4
github-actions[bot] b53ee54
fix(frontend): focustrapがzindexを考慮するように (#14431)
kakkokari-gtyih 2e8a102
Bump version to 2024.8.0-rc.5
github-actions[bot] f4f55ef
New translations ja-jp.yml (English) (#14432)
syuilo 621626a
Release: 2024.8.0
github-actions[bot] 6c5593d
[skip ci] Update CHANGELOG.md (prepend template)
github-actions[bot] e78110a
refactor
syuilo 130ff36
refactor
syuilo 59e8360
refactor
syuilo 1b5f057
:art:
syuilo 21a3095
fix button translation (#14444)
kakkokari-gtyih 043ab1f
fix(backend): Fix chart generation non-matching blockedHosts (#14441)
atsu1125 1008fa3
better boot error screen
syuilo f85aa7b
fix(backend): ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正
syuilo 2f009f7
add note
syuilo 8032a4e
enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
syuilo 44f6216
enhance(frontend): error message i18n
syuilo 255c8bd
fix: 投稿フォームの字数上限計算を実際の投稿内容に合わせる (#14466)
KisaragiEffective 36dff66
refactor
syuilo b6fdd71
消し忘れ
syuilo 3e85052
fix(backend): correct `app`-type notification schema (#14471)
zyoshoka 06855f7
refactor(sw): use fully typed locales (#14470)
zyoshoka 7fe3035
fix(backend): use `prefixItems` in `admin/queue/*-delayed` endpoint s…
zyoshoka 3fe7e37
fix(frontend): server metrics look strange after reload (#14467)
zyoshoka 8be624a
refactor(sw): fix type errors (#14478)
zyoshoka 74c93fc
Update .gitignore
syuilo c8f49b6
chore(ci/lint): ESLintのキャッシュが保存できない問題を修正 (#14506)
taiyme f7398fa
enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 (#14511)
kakkokari-gtyih cdb0566
refactor(frontend): scss deprecated 警告に対応 (#14513)
kakkokari-gtyih 8d19bdb
fix(misskey-js): content-typeはapplication/jsonでないもののみを記録するように (#14508)
kakkokari-gtyih 567acea
fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515)
kakkokari-gtyih 0d0cd73
refactor(misskey-js): warnを除去 (#14520)
kakkokari-gtyih 2cbe1d1
feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)
kakkokari-gtyih 672779a
fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)
kakkokari-gtyih f393b6b
fix(frontend/frontend-embed): インポートパス・テーマまわりなどの修正 (#14535)
kakkokari-gtyih 05c944c
Update CHANGELOG.md (書き方を揃える)
kakkokari-gtyih 0c2cfe3
Dev: cypressをdev containerで実行可に(e2e-dev-container) (#14526)
kanarikanaru 837a8e1
refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)
kakkokari-gtyih e0f54d6
fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 (#14545)
kakkokari-gtyih be0906a
fix(backend): happy-domで外部HTMLをパースする際に関連リソースが読み込まれる問題を修正 (#14521)
kakkokari-gtyih 1544ba9
refactor(frontend): 非推奨の表現を改める (#14517)
kakkokari-gtyih 6b2072f
fix(backend/antenna): キーワードが与えられなかった場合のエラーをApiErrorとして投げる (#14491)
KisaragiEffective 366b79e
Update CHANGELOG.md
syuilo 07f26bc
refactor(backend): use Reflet for autobind deco (#14482)
zzau13 0e4b6d1
enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 (#14510)
kakkokari-gtyih 887c709
chore(deps): bump body-parser from 1.20.2 to 1.20.3 in /packages/back…
dependabot[bot] 7d7a12d
fix(deps): broken lockfile (#14556)
kakkokari-gtyih 6bd6af4
fix(frontend): 絵文字関連のスタイルが崩れているのを修正 (#14559)
kakkokari-gtyih 0134e6e
refactor
syuilo cacdf9d
refactor
syuilo a5e61b8
Revert "refactor"
syuilo daf9ae5
ScratchpadにUIインスペクターを追加 (#14565)
FineArchs ce95323
fix(antenna): src=list && userListId=null の場合クエリータイムアウトが発生する問題を修正 (Mi…
kakkokari-gtyih 3bf63dd
fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543)
kakkokari-gtyih ceb4640
fix(frontend): viteの一時ファイルがgitの変更に含まれないように (#14571)
kakkokari-gtyih 4ac8aad
feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489)
samunohito f5563c8
Update CHANGELOG.md (書き方を揃える)
kakkokari-gtyih 2d0e9e0
Bump version to 2024.9.0-alpha.0
github-actions[bot] 8d23122
fix(frontend): run pnpm build-assets (#14585)
kakkokari-gtyih f585f70
Update CHANGELOG.md (埋め込み機能のドキュメントへのリンク)
kakkokari-gtyih 0b062f1
Misskey® Reactions Buffering Technology™ (#14579)
syuilo f0834ca
enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583)
kakkokari-gtyih 7e9d54f
fix(frontend): ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588)
kakkokari-gtyih a18a6ac
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#14590)
dependabot[bot] 2ee19ee
chore(deps-dev): bump vite in /scripts/changelog-checker (#14569)
dependabot[bot] d3f1b0f
Bump version to 2024.9.0-alpha.1
github-actions[bot] d4d15f3
fix: EmailServiceでインラインスタイルを適用するように (#14600)
1673beta 9cd784c
ci: api.jsonの差分がない時は折りたたみを生成しないようにする (#14598)
KisaragiEffective 85f46f8
fix(backend): `Retry-After`ヘッダーが実際には送信されなかった問題を修正 (#14597)
kakkokari-gtyih e9085e4
:art:
syuilo 3d92ef1
fix rbt
syuilo 00ccc22
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo 67a5119
Bump version to 2024.9.0-alpha.2
github-actions[bot] 9ac4d3d
Check SPDX information properly (#14604)
woxtu 7640866
update deps (#14594)
syuilo 3ad5c75
:art:
syuilo 023fa30
refactor/perf(backend): provide metadata statically (#14601)
syuilo 891bbcf
Bump version to 2024.9.0-alpha.3
github-actions[bot] 3df1bb2
enhance(frontend): tweak control panel
syuilo 8ad9f72
enhance(frontend): tweak control panel
syuilo 0e92cbf
enhance(frontend): tweak control panel
syuilo 01ec708
ffix(frontend): lint fixes for tweak control panel (#14607)
kakkokari-gtyih d435d04
enhance(frontend): tweak control panel
syuilo 6ba97a7
enhance(frontend): tweak control panel
syuilo bd5f25c
fix rbt bug?
syuilo 1d5a302
Bump version to 2024.9.0-alpha.4
github-actions[bot] e87cbd2
fix(frontend): lint fixe for tweak control panel (#14610)
kakkokari-gtyih 0bbeb40
fix typo (#14609)
kakkokari-gtyih 2762e29
:art:
syuilo 973d836
:art:
syuilo 0041ad3
enhance(frontend): tweak control panel
syuilo 736d828
refactor
syuilo e6e4182
enhance(frontend): tweak control panel
syuilo f93a575
:art:
syuilo 76b9bc4
Bump version to 2024.9.0-alpha.5
github-actions[bot] 2c61535
fix(misskey-js): wrong hashtag channel param type (#14611)
zyoshoka 1ba09e1
enhance(frontend): improve forms usability
syuilo cd52dc7
:art:
syuilo 2aebdb8
enhance(frontend): tweak control panel
syuilo 3f0aaaa
perf(embed): improve embed performance (#14613)
syuilo 733fd56
Bump version to 2024.9.0-alpha.6
github-actions[bot] 7f7445a
refactor(misskey-games): Misskey Games系パッケージのlint修正+Lint CI整備 (#14612)
kakkokari-gtyih e673c14
fix(backend): happy-domを使用後にcloseするように (#14615)
kakkokari-gtyih 0c6d1ec
refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554)
kakkokari-gtyih cd247b9
fix(frontend): MkRangeのタッチ操作時にtooltipが複数重なって表示されないように (#14548)
kakkokari-gtyih 6378dfb
Bump version to 2024.9.0-alpha.7
github-actions[bot] a37df2c
fix(frontend): weird AP delivered chart in control panel (#14481)
zyoshoka 6898489
Fix: Continue importing from file if single emoji import fails (#14461)
winrg 23a07c2
ci: fix syntax error (#14602)
KisaragiEffective 98de7ca
fix(frontend): 連合一覧等のページネーションが壊れていたのを修正 (#14439)
samunohito 3674e9b
feat: adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように (#14403)
kakkokari-gtyih aef1506
Playの編集画面の保存ボタン等をstickyにする など (#14429)
FineArchs 1b2b95e
Bump version to 2024.9.0-alpha.8
github-actions[bot] 4be307f
refactor
syuilo 9612195
enhance(frontend): tweak control panel
syuilo 6ee55e1
Update CONTRIBUTING.md
syuilo 423bfc8
:art:
syuilo ca967e8
:art:
syuilo 1d8bfe4
:art:
syuilo 6a1a2be
fix(backend): RBTの修正 (#14621)
kakkokari-gtyih 7045547
Bump version to 2024.9.0-alpha.9
github-actions[bot] c9819ba
fix(frontend-embed): #14613 で抜け落ちた処理を戻す (#14623)
kakkokari-gtyih 1679a40
:art:
syuilo 9d3a331
:art:
syuilo c88957c
:art:
syuilo 53682f5
:art:
syuilo dd124a8
Fix: `<link rel="alternate">`を追って照会するのはOKレスポンスが返却された場合のみに (#14627)
kakkokari-gtyih 4b3ecd4
New Crowdin updates (#14434)
syuilo 8890a7a
Bump version to 2024.9.0-alpha.10
github-actions[bot] 244bcaf
fix(docs): RBTの表記ゆれを訂正 (#14628)
kakkokari-gtyih 5c94b4c
:art:
syuilo 5c62cbc
tweak style
syuilo 8c3be57
fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 (#14630)
kakkokari-gtyih 0f8b15f
fix(frontend-embed): fix instanceticker, remove directives (#14631)
kakkokari-gtyih f2385a8
fix(misskey-js): correct `noteUpdated` event type (#14632)
zyoshoka aee9848
fix(backend): embedの動作に必要な値を復活させる (#14633)
kakkokari-gtyih fde94f6
Update about-misskey.vue
syuilo d8dd168
Add Sign in with passkey Button (#14577)
yunochi 4c76ea1
Update CHANGELOG.md
syuilo 7134d24
perf(backend): Defer instance metadata update (#14558)
KOBA789 31988db
:art:
syuilo 89841e4
enhance(frontend): 絵文字ピッカーをドロワー表示するか自由に設定可能に
syuilo d8a2eeb
feat: エクスポート完了時に通知を発行するように (#14484)
kakkokari-gtyih b83a2f3
test(backend): Add test for Passkey API (#14635)
yunochi 27a256b
show shown (#14639)
FineArchs e4d4cc5
:art:
syuilo 28e9d4e
feat: フォローされた際のメッセージを設定できるようにする (#14430)
syuilo 6fdb2b1
update deps
syuilo 25670b5
Mk:C:containerのborderStyleとborderRadiusを設定できるように (#14638)
FineArchs ca022b9
Bump version to 2024.9.0-alpha.11
github-actions[bot] 9e91980
enhance(backend): add user.score for moderation purpose
syuilo f49d792
:art:
syuilo 3f3c59e
:art:
syuilo e5856c6
:art:
syuilo 6964b91
Update ja-JP.yml
syuilo afbba1f
Update WebhookTestService.ts
syuilo c3b0e1a
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo f0d0cd2
wip (#14643)
syuilo 57effa9
Bump version to 2024.9.0-alpha.12
github-actions[bot] 15f2e14
tweak MkCondensedLine
syuilo 088707c
enhance(frontend): cwでも絵文字メニューを開けるように (#14647)
kakkokari-gtyih 0871156
New Crowdin updates (#14629)
syuilo 1184436
fix(backend): update and re-enable Bull Dashboard (#14648)
zyoshoka 2ea4970
Bump version to 2024.9.0-alpha.13
github-actions[bot] d6e1f02
Bump version to 2024.9.0-beta.14
github-actions[bot] 781e64a
Release: 2024.9.0
github-actions[bot] 4f34a4e
[skip ci] Update CHANGELOG.md (prepend template)
github-actions[bot] ca8cc01
enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)
kakkokari-gtyih b657886
:art:
syuilo e9519b0
fix(misskey-js): build misskey-js with types (#14665)
kakkokari-gtyih 6fd4de2
Make post form attachments accessible (#14666)
K4rakara a25d83f
fix: sassのmodern-compilerを使うように (#14651)
AmaseCocoa 6dde457
Misskey js autogen check improvements (#14652)
anatawa12 1074d62
enhance: require captcha for signin (#14655)
syuilo d3e2b59
update deps
syuilo 83db116
enhance(backend): notify new login (#14673)
syuilo 9dc0581
fix(frontend): データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように (#14674)
KisaragiEffective 87617dc
refactor & performance improvements of MkMention
syuilo e97b7fe
Bump version to 2024.10.0-alpha.0
github-actions[bot] 1e9813e
New Crowdin updates (#14649)
syuilo a722ea8
fix(backend): 連合限定先が間違って連合しない先に代入されているのを修正 (#14662)
KisaragiEffective a09b03e
Update CHANGELOG.md
syuilo 75ea964
Update CHANGELOG.md
syuilo 2c1a747
feat: サーバー初期設定時に初期パスワードを要求できるように (#14626)
kakkokari-gtyih 2a4ab0e
fix(misskey-js): type fixes related to signup and signin (#14679)
zyoshoka d2175a9
initialPassword -> setupPassword
syuilo d266c3c
fix(gh): Githubのテスト用環境でsetupPasswordが指定されていないのを修正 (#14681)
kakkokari-gtyih 7bdc4e8
fix: 初期パスワードをコメントアウト (#14682)
kakkokari-gtyih fa2558f
Bump version to 2024.10.0-alpha.1
github-actions[bot] 650e22c
Bump version to 2024.10.0-beta.2
github-actions[bot] a08a38c
fix(test): 初期セットアップで初期パスワードを入力していないのを修正 (#14685)
kakkokari-gtyih c1597be
:art:
syuilo 864327b
update deps
syuilo ed71b0b
:art:
syuilo 2fa805b
:art:
syuilo 1aee260
fix test
syuilo e344650
Update generate.tsx
syuilo 975c2e7
enhance(frontend): サインイン画面の改善 (#14658)
kakkokari-gtyih 3b0b4f8
Bump version to 2024.10.0-beta.3
github-actions[bot] ea2675e
fix(frontend): リンク動作のオーバーライドが動作していないのを修正
syuilo 2639e92
:art:
syuilo 708ffae
:art:
syuilo d8f30fb
fix(frontend): canvas-confettiの型定義を追加 (#14692)
kakkokari-gtyih 2340de0
New Crowdin updates (#14677)
syuilo 3d637af
Bump version to 2024.10.0-beta.4
github-actions[bot] b36d13d
fix(frontend): ログイン画面でキャプチャが表示されない問題を修正 (#14694)
kakkokari-gtyih fa06c59
:art:
syuilo ae3c155
fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700)
kakkokari-gtyih 8869846
feat(backend): 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする (#14698)
samunohito d8bf1ff
#14675 レビューの修正 (#14705)
kakkokari-gtyih 0d7d109
enhance: 人気のPlayを10件以上表示できるように (#14443)
samunohito 043fef9
:art:
syuilo d8cb730
feat: 通報の強化 (#14704)
syuilo 9d02697
fix(backend/test): #14558 以降e2eテストがたまに失敗する問題を修正 (#14709)
kakkokari-gtyih 254c063
Bump version to 2024.10.0-beta.5
github-actions[bot] 057a6d7
:art:
syuilo ddc799f
fix of d8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73eb
syuilo ddf8e2a
fix(backend): correct `admin/abuse-user-reports` schema (#14711)
zyoshoka 7933b66
:art:
syuilo 26afe1c
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo a594d9f
make animatedMfm enable by default
syuilo d2f1d45
fix(frontend): クライアント上での時間ベースの実績獲得動作が実績獲得後も発動している問題を修正 (#14717)
kakkokari-gtyih 8b2780c
Update packages/frontend/src/store.ts
syuilo 03fb688
New Crowdin updates (#14695)
syuilo ed89b4b
refactor: 拡張機能インストールのページの一部をコンポーネントとして分離 (#14654)
FineArchs 3a11d5e
Bump version to 2024.10.0-beta.6
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このコードはパトロンのリストをハードコーディングしているため、変更が困難です。パトロンの情報を外部ファイルやデータベースに格納し、コードから読み込むように変更することで、メンテナンス性を向上させるべきです。また、アイコンのURLを直接記述している点は、セキュリティ上の懸念があります。アイコンのパスを定数として定義し、コード内で利用するように変更するべきです。