summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNote.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): Fix #10746tamaina2023-05-071-0/+1
| | | | NSFWメディアの上に表示された「もっと見る」ボタンが押しづらい問題を修正
* feat: チャンネルに色を設定できるようにsyuilo2023-05-021-0/+24
|
* enhance: account migration (#10592)Namekuji2023-04-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * copy block and mute then create follow and unfollow jobs * copy block and mute and update lists when detecting an account has moved * no need to care promise orders * refactor updating actor and target * automatically accept if a locked account had accepted an old account * fix exception format * prevent the old account from calling some endpoints * do not unfollow when moving * adjust following and follower counts * check movedToUri when receiving a follow request * skip if no need to adjust * Revert "disable account migration" This reverts commit 2321214c98591bcfe1385c1ab5bf0ff7b471ae1d. * fix translation specifier * fix checking alsoKnownAs and uri * fix updating account * fix refollowing locked account * decrease followersCount if followed by the old account * adjust following and followers counts when unfollowing * fix copying mutings * prohibit moved account from moving again * fix move service * allow app creation after moving * fix lint * remove unnecessary field * fix cache update * add e2e test * add e2e test of accepting the new account automatically * force follow if any error happens * remove unnecessary joins * use Array.map instead of for const of * ユーザーリストの移行は追加のみを行う * nanka iroiro * fix misskey-js? * :v: * 移行を行ったアカウントからのフォローリクエストの自動許可を調整 * newUriを外に出す * newUriを外に出す2 * clean up * fix newUri * prevent moving if the destination account has already moved * set alsoKnownAs via /i/update * fix database initialization * add return type * prohibit updating alsoKnownAs after moving * skip to add to alsoKnownAs if toUrl is known * skip adding to the list if it already has * use Acct.parse instead * rename error code * :art: * 制限を5から10に緩和 * movedTo(Uri), alsoKnownAsはユーザーidを返すように * test api res * fix * 元アカウントはミュートし続ける * :art: * unfollow * fix * getUserUriをUserEntityServiceに * ? * job! * :art: * instance => server * accountMovedShort, forbiddenBecauseYouAreMigrated * accountMovedShort * fix test * import, pin禁止 * 実績を凍結する * clean up * :v: * change message * ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに * Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに" This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1. * validateAlsoKnownAs * 移行後2時間以内はインポート可能なファイルサイズを拡大 * clean up * どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする * handle error? * リモートからの移行処理の条件を是正 * log, port * fix * fix * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost * fix indent * fix * experimental --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: #9998 MkNote.vue, MkNoteDetailed.vue ↵happo312023-04-131-0/+5
| | | | | | | | | | | | | | | | | で、特定のMFMによってフッターのボタンが押せなくなる (#9999) * fix(client): add `overflow: clip;` * fix(client): add `overflow: clip;` * Revert "fix(client): add `overflow: clip;`" This reverts commit c43226afde4741d61088192cbbab09fe97e1f2fb. Revert "fix(client): add `overflow: clip;`" This reverts commit c7225151056ff15b953aae806e7a07fa13fab746. * feat(client): add z-index to .footer
* enhance(client): 投稿フォームをちょっといい感じに (#10442)tamaina2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .formラッパーを削除 * fix type of MkPostFormAttaches * :rocket: * :art: * :art: * :art: * :art: * specifiedの時は連合なしをdisabledに * :v: * set select default * gap: 2px (max-width: 500px) / 4px * wip * :v: * :art: * fix maxTextLength * 今後表示しない * :art: * cache channel * :art: * 連合なしにする * use i18n.ts.neverShow * :v: * refactor * fix indent * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): remove $ts and $tsyuilo2023-04-011-1/+1
|
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-311-5/+4
| | | | Resolve #7740
* enhance(frontend): ↵syuilo2023-03-241-1/+9
| | | | クリップボタンをノートアクションに追加できるように
* feat: Reaction acceptance (#10256)syuilo2023-03-081-9/+24
| | | | | | | * wip * wip * デフォルト設定
* enhance(client): provide sticktyFootersyuilo2023-03-021-8/+8
|
* enhance(client): Renote した時の表示をリップルエフェクトと ↵Khsmty2023-03-011-2/+23
| | | | | | | | | | | | | | | toast に (#10116) * enhance(client): Renote した時の表示を toast に * fix: lint エラー * enhance(client): Renote した時の表示をリップルエフェクトに * toast も追加 * rippleeffect のタイミング変更 * toast の位置を header に被らないように
* :art:syuilo2023-03-011-0/+1
|
* :art:syuilo2023-03-011-2/+2
|
* :art:syuilo2023-03-011-16/+32
|
* enhance(client): ↵syuilo2023-02-281-8/+35
| | | | ノートの操作部をホバー時のみ表示するオプション
* :art:syuilo2023-02-251-5/+37
|
* enhance(client): renoteした際の表示を改善syuilo2023-02-251-2/+2
| | | | Resolve #10078
* enhance(client): ローカルのみ -> 連合なしsyuilo2023-02-241-1/+1
| | | | Resolve #10055
* enhance(client): tweak renote collapsing logicsyuilo2023-02-231-4/+1
|
* enhance(client): MFMのx3, ↵kabo24682023-02-211-0/+2
| | | | x4が含まれていたらノートをたたむようにした (#10012)
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): use tabler icons (#9915)taiy2023-02-141-1/+1
|
* tweaksyuilo2023-02-121-1/+2
|
* enhance(client): make possible to in-channel renote/quotesyuilo2023-02-121-2/+29
|
* :art:syuilo2023-02-121-0/+6
|
* enhance(client): make renote collapsing optionalsyuilo2023-02-121-2/+2
| | | | Resolve #9891
* enhance(client): MkNoteのリアクションの表示数は16に制限 (#9841)tamaina2023-02-111-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(client): MkNoteのリアクションの表示数は16に制限・リアクションの横の?ボタンでリアクション詳細 * info-circleにする * - Layout Shiftが起こらないように - 自分のリアクションは必ずつける * https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235 * remove logger * refactor * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * Revert "https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235" This reverts commit ec1315b1fb207e0c5b2a5f2f4a00de7379c7a29b. * wip * wip * :art: * fix * fix * fix * :art: * wip * remove extras from MkNoteDetailed * もっと! * no v-if * dashed --------- Co-authored-by: acid-chicken <root@acid-chicken.com>
* enhance(client): ↵syuilo2023-02-111-2/+3
| | | | URLが4つ以上添付されている場合折りたたむように
* tweak MkNotesyuilo2023-02-111-1/+1
|
* enhance(client): ↵syuilo2023-02-111-1/+2
| | | | 添付ファイルが5つ以上あるときは折りたたむように
* enhance(client): ↵syuilo2023-02-111-6/+49
| | | | | | 一度見たノートのRenoteは省略して表示するように Resolve #1792
* fix(client): register_note_view_interruptor not workingsyuilo2023-02-081-1/+1
| | | | Fix #9826
* revert: 650187deafsyuilo2023-02-081-2/+2
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-2/+2
| | | | #9778
* tweak custom emoji handlingsyuilo2023-01-261-2/+2
| | | | Close #9721
* Achievements (#9665)syuilo2023-01-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* refactorsyuilo2023-01-161-2/+2
|
* typosyuilo2023-01-151-1/+1
|
* tweak csssyuilo2023-01-101-2/+2
|
* refactor(client): use css modulessyuilo2023-01-101-1/+1
|
* fix stylesyuilo2023-01-101-4/+4
|
* tweak stylesyuilo2023-01-101-17/+3
|
* refactor(client): use css modulessyuilo2023-01-101-304/+254
|
* :art:syuilo2023-01-091-1/+1
| | | | Resolve #9498
* tweak clientsyuilo2023-01-091-2/+2
|
* tweaksyuilo2023-01-081-3/+2
|
* tweak note componsntsyuilo2023-01-081-4/+8
|
* :art:syuilo2023-01-081-1/+1
|
* tweak note componentsyuilo2023-01-081-5/+60
|
* refactorsyuilo2023-01-031-2/+2
|