summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): improve usabilitysyuilo2024-08-151-11/+12
|
* refactor(frontend): remove stale reload method call on `/admin/users` page ↵zyoshoka2024-08-141-2/+2
| | | | (#14406)
* Revert "enhance(backend): ↵syuilo2024-08-144-81/+64
| | | | | | 凍結されたアカウントのフォローリクエストを表示しないように" This reverts commit cd210001e6ffd6232678cbc74f06f8e6d05a1d15.
* enhance(backend): ↵syuilo2024-08-144-64/+81
| | | | 凍結されたアカウントのフォローリクエストを表示しないように
* chore: fix some comments (#14394)timesince2024-08-122-3/+3
| | | Signed-off-by: timesince <seekseat@icloud.com>
* Bump version to 2024.8.0-alpha.0github-actions[bot]2024-08-113-3/+3
|
* New Crowdin updates (#14341)syuilo2024-08-117-80/+1267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese)
* docker-compose.yml, compose.ymlを追跡対象外に追加 (#14345)shika2024-08-111-0/+2
|
* fix(backend): ↵かっこかり2024-08-112-1/+3
| | | | | | | | | | | | | | ダイレクト投稿をユーザーごとのチャートから除外 (#14350) * fix(chart): ダイレクト投稿をユーザーごとのチャートから除外 (MisskeyIO#679) (cherry picked from commit 3db41c2d829ac18daabbdf52fe6235a874735b31) * Update Changelog --------- Co-authored-by: Yuuki <yukikum57@gmail.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): getApTypeでエラーを投げないように (#14361)かっこかり2024-08-113-11/+28
| | | | | | | | | | | * fix(backend): getApTypeでエラーを投げないように * Update Changelog * Update Changelog * Update type.ts * add comment
* fix(backend): InstanceEntityService.packMany に me ↵かっこかり2024-08-114-4/+7
| | | | | | | | | | | | | | | | | が渡っていないのを修正 (#14360) * fix: pass current user into `InstanceEntityService.packMany` (cherry picked from commit 858ba188768017764c61c4a5591bdf2524a850e7) * Update Changelog * origin * Update Changelog --------- Co-authored-by: Hazel K <acomputerdog@gmail.com>
* fix(frontend): ↵かっこかり2024-08-113-20/+15
| | | | | | | | | mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 (#14390) * fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 * Update Changelog * refactor
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-08-102-0/+2
|\
| * fix(frontend): ↵かっこかり2024-08-102-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | iOSでacctなどがリンクとして誤検知されるのを抑制 (#14354) * fix(frontend): iosでの自動リンク化を抑制 * Update Changelog * typo * typo * Update CHANGELOG.md
* | refactorsyuilo2024-08-101-3/+3
|/
* ci: skip chromatic / storybook CI for pull requests targets master (#14377)anatawa122024-08-101-0/+5
|
* fix(frontend): ページ遷移に失敗することがある問題を修正 ↵かっこかり2024-08-103-204/+146
| | | | | | | | | | | (bump vue version) (#14380) * fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(general): some fixes and improvements of Play visibility (#14384)zyoshoka2024-08-109-5/+110
| | | | | | | | | * fix(backend): missing `visibility` param in packing flash * fix(frontend): use `visibility` value got from API * enhance(frontend): change preview appearance of private Play * Update CHANGELOG.md
* fix: readAllNotifications message not working (#14374)anatawa122024-08-096-17/+31
| | | | | | | | | | | | | | | * refactor: add and use isJsonObject * fix: readNotification message without body is not working * docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題 * Update CHANGELOG.md Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix(backend): check visibility of following/followers of remote users / ↵Daiki Mizukami2024-08-098-39/+149
| | | | | | | | | | | | | | | | | | | | | | | | feat: moderators can see following/followers of all users (#14375) * fix(backend): check visibility of following/followers of remote users Resolves https://github.com/misskey-dev/misskey/issues/13362. * test(backend): add tests for visibility of following/followers of remote users * docs(changelog): update CHANGELOG.md * feat: moderators can see following/followers of all users * docs(changelog): update CHANGELOG.md * refactor(backend): minor refactoring `createPerson`と`if`の条件を統一するとともに、異常系の 処理をearly returnに追い出すための変更。 * feat(backend): moderators can see following/followers count of all users As per https://github.com/misskey-dev/misskey/pull/14375#issuecomment-2275044908.
* ci: change prerelease channels to alpha, beta, and rc (#14376)anatawa122024-08-093-4/+14
|
* fix importsyuilo2024-08-091-1/+2
|
* Update about-misskey.vuesyuilo2024-08-081-0/+3
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2024-07-311-0/+12
|
* Release: 2024.7.0github-actions[bot]2024-07-312-2/+2
|
* New Crowdin updates (#14335)syuilo2024-07-3113-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional)
* Fix(frontend): LTL無効時にヘッダーにSTLが表示されてしまう ↵taichan2024-07-312-1/+6
| | | | | | | | | & デフォルト、クラシックでリストが消えている (#14337) * Fix condition of STL available * Fix: condition of stl * Listがタイムラインのヘッダーから消えている
* chore(locale): update index.d.ts (#14339)taichan2024-07-311-2/+2
| | | https://github.com/misskey-dev/misskey/commit/d63b854f96d9437f9764f9170c3ed3537cc98a2c での更新漏れ
* tweak localizationsyuilo2024-07-314-4/+4
|
* New Crowdin updates (#14331)syuilo2024-07-313-4/+22
| | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English)
* test: ↵anatawa122024-07-311-0/+30
| | | | フォローしていないユーザーからの自分への返信が含まれることを確認するテストを追加 (#14333)
* :art:syuilo2024-07-303-23/+30
|
* Bump version to 2024.7.0-rc.8github-actions[bot]2024-07-302-2/+2
|
* fix(frontend): ↵かっこかり2024-07-306-18/+77
| | | | | | | | | | | | | | | | | | | | | | | ドライブの音声が再生できない場合の処理を追加 (#14073) * fix(frontend): ドライブの音声が再生できない場合の処理を追加 * Update Changelog * fix lint * Update packages/frontend/src/scripts/sound.ts * lint * Update sound.ts * fix merge mistakes * use shorthand operator --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Update about-misskey.vuesyuilo2024-07-301-0/+6
|
* frontend timeline fixes & improvements (#13727)anatawa122024-07-308-103/+108
| | | | | | | | | | | | | | | | | | | | | | | | | * fix: withRepliesがオフのときにwithFilesのとぐるをいじれない問題 * fix: type errors in tl-column * fix: deck uiでタイムラインを切り替えた際にTLの設定項目が更新されない * refactor: タイムラインの各種知識を一つのファイルに統合 fix: ウィジェットのタイムライン選択欄に表示できないタイムラインが表示される * docs(changelog): timeline improvements * fix: missing license header * chore: timeline > basic timeline * use BasicTimelineType in deck-store * Update CHANGELOG.md --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* フォロー中のユーザーに関する"TLに他の人への返信を含 ↵anatawa122024-07-303-27/+33
| | | | | | | | | | | | | | | | | る"の設定が分かりづらい問題を修正 (#13895) * chore: improve withReplies toggle for user following * chore: improve withReplies toggle for list * docs(changelog): フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正 * Fix CHANGELOG.md * docs(changelog): update insertion position --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* test(#10336): add `components/Mk[D-E].*` stories (#14118)zyoshoka2024-07-3017-17/+597
| | | | | | | | | * test(storybook): add `components/Mk[D-E].*` stories * fix: mock instance name * fix: invalid `reactionAcceptance` value * style: missing trailing commas
* feat: media silence (#13842)anatawa122024-07-3016-11/+124
| | | | | | | | | | | | | | | | | | | | | * feat: media silence * fix: lint * feat: deny creating custom emoji reaction and using custom emoji from media silenced hosts * chore: メディアサイレンスの説明にカスタム絵文字の話を追加 * Update locales/ja-JP.yml Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * chore: update index.d.ts * docs(changelog): update changelog --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* 自分のフォロワー限定投稿に対するリプライがホームタ ↵anatawa122024-07-307-5/+165
| | | | | | | | | | | | | | | | | | | | | | | ムラインで見えないことが有る問題を修正 (#13835) * fix: reply to my follower notes are not shown on the home timeline * fix: reply to follower note by non-following is on social timeline * docs: changelog * test: add endpoint test for changes * test(e2e): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題 * test(e2e/timelines): try fixing typecheck error --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* Bump version to 2024.7.0-rc.7github-actions[bot]2024-07-302-2/+2
|
* New translations ja-jp.yml (English) (#14327)syuilo2024-07-301-0/+14
|
* 検索からハッシュタグのページが開けるように、users/sear ↵Sayamame-beans2024-07-308-94/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) * enhance(frontend): 検索からハッシュタグのページを開けるように * fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように * docs(changelog): update changelog * enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように * docs(changelog): update changelog * enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように * enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように * docs(changelog): update changelog * Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように" This reverts commit f84eecea964b90e9b115eac19ed6f19a603a6bbc. * enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように * docs(changelog): update changelog * chore: fix lint * docs(changelog): update changelog insertion position * enhance(frontend): 検索から`@user@host`の形式で照会出来るように * fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように * fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正 * docs(changelog): update changelog * chore(backend): fix lint error * fix(backend): more improvements for users/search when query startswith `@` * chore: unify common conditions * docs(changelog): refine changelog * chore(backend): fix lint error * MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ * chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: taichanne30 <dev@taichan.site>
* fix(misskey-js): misskey-js.api.mdのコミット漏れ修正 (#14329)おさむのひと2024-07-301-1/+1
|
* fix(misskey-js): ↵おさむのひと2024-07-301-0/+6
| | | | モデログのフィルタに追加漏れがあったのを修正 (#14328)
* Update CHANGELOG.mdsyuilo2024-07-301-0/+2
|
* Bump version to 2024.7.0-rc.6github-actions[bot]2024-07-302-2/+2
|
* New Crowdin updates (#14316)syuilo2024-07-305-66/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified)
* fix(frontend): ↵かっこかり2024-07-301-1/+14
| | | | | | | emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように (#14282) * fix(frontend): emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように * add comment
* enhance(frontend): ↵かっこかり2024-07-303-7/+13
| | | | | | | | | | | | | 自分のクリップ一覧ではアバターを表示しないように (#14256) * enhance(frontend): 自分のクリップ一覧ではアバターを表示しないように * Update Changelog * rename --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>