summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suspend周りの改修 (#14409)syuilo2024-08-1710-96/+157
| | | | | | | | | | | | | | | | | | | | | | * enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように * Update CHANGELOG.md * wip * Update gen-spec.ts * Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> * owa- * revert misskey-js related changes (#14414) --------- Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* fix(backend): ↵syuilo2024-08-171-0/+6
| | | | 無制限にストリーミングのチャンネルに接続できる問題を修正
* Update timeline.vue (fix wrong type)かっこかり2024-08-161-1/+1
|
* feat: localizable dialog title for enter section title (#14401)anatawa122024-08-163-13/+18
| | | | | * feat: localizable dialog title for enter section title * refactor: define `getPageBlockList` in separated file and import instead of provide/inject
* fix(frontend): ↵かっこかり2024-08-161-4/+20
| | | | | | | | | Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように (#14412) * fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように * Update timeline.vue * Update timeline.vue
* fix(frontend): correct condition to displayed as system account on ↵zyoshoka2024-08-161-1/+1
| | | | moderation page (#14407)
* fix(backend): リバーシの設定変更が反映されないのを修正 ↵かっこかり2024-08-165-12/+46
| | | | | | | | | (#14404) * fix(backend): リバーシの設定変更が反映されないのを修正 * Update Changelog * add bindthis
* 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-143-80/+64
| | | | | | 凍結されたアカウントのフォローリクエストを表示しないように" This reverts commit cd210001e6ffd6232678cbc74f06f8e6d05a1d15.
* enhance(backend): ↵syuilo2024-08-143-64/+80
| | | | 凍結されたアカウントのフォローリクエストを表示しないように
* 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-111-1/+1
|
* fix(backend): ↵かっこかり2024-08-111-1/+1
| | | | | | | | | | | | | | ダイレクト投稿をユーザーごとのチャートから除外 (#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-112-11/+26
| | | | | | | | | | | * fix(backend): getApTypeでエラーを投げないように * Update Changelog * Update Changelog * Update type.ts * add comment
* fix(backend): InstanceEntityService.packMany に me ↵かっこかり2024-08-113-4/+5
| | | | | | | | | | | | | | | | | が渡っていないのを修正 (#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-112-20/+14
| | | | | | | | | mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 (#14390) * fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 * Update Changelog * refactor
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-08-101-0/+1
|\
| * fix(frontend): ↵かっこかり2024-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | iOSでacctなどがリンクとして誤検知されるのを抑制 (#14354) * fix(frontend): iosでの自動リンク化を抑制 * Update Changelog * typo * typo * Update CHANGELOG.md
* | refactorsyuilo2024-08-101-3/+3
|/
* fix(frontend): ページ遷移に失敗することがある問題を修正 ↵かっこかり2024-08-101-3/+3
| | | | | | | | | | | (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-108-4/+107
| | | | | | | | | * 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-095-16/+28
| | | | | | | | | | | | | | | * 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-097-38/+147
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* fix importsyuilo2024-08-091-1/+2
|
* Update about-misskey.vuesyuilo2024-08-081-0/+3
|
* Release: 2024.7.0github-actions[bot]2024-07-311-1/+1
|
* Fix(frontend): LTL無効時にヘッダーにSTLが表示されてしまう ↵taichan2024-07-312-1/+6
| | | | | | | | | & デフォルト、クラシックでリストが消えている (#14337) * Fix condition of STL available * Fix: condition of stl * Listがタイムラインのヘッダーから消えている
* tweak localizationsyuilo2024-07-313-3/+3
|
* 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-301-1/+1
|
* fix(frontend): ↵かっこかり2024-07-303-18/+71
| | | | | | | | | | | | | | | | | | | | | | | ドライブの音声が再生できない場合の処理を追加 (#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-307-103/+105
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-302-27/+32
| | | | | | | | | | | | | | | | | る"の設定が分かりづらい問題を修正 (#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-3013-11/+107
| | | | | | | | | | | | | | | | | | | | | * 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-306-5/+163
| | | | | | | | | | | | | | | | | | | | | | | ムラインで見えないことが有る問題を修正 (#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-301-1/+1
|
* 検索からハッシュタグのページが開けるように、users/sear ↵Sayamame-beans2024-07-305-94/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Bump version to 2024.7.0-rc.6github-actions[bot]2024-07-301-1/+1
|
* 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>
* fix(frontend): pure renote cannot create with url based quote (#14270)Sayamame-beans2024-07-301-1/+1
| | | | | * fix(frontend): pure renote cannot create with url based quote * docs(changelog): update changelog
* enhance(frontend): ↵taichan2024-07-302-6/+6
| | | | | | | 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを含めないように (#14324) * enhance(frontend): 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを含めないように * update CHANGELOG.md
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-07-301-1/+1
|\
| * Fix condition of noteSearchableScope (#14325)taichan2024-07-301-1/+1
| |