summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNote.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* enhance(frontend): ↵syuilo2023-11-011-1/+1
| | | | | | 「内容を隠す」でリアクションも隠れるように Resolve #12199
* perf(frontend): ノート表示時のMFMパース処理を減らすsyuilo2023-11-011-3/+4
|
* feat(frontend): ↵taichan2023-10-281-1/+3
| | | | | | | | | | | プラグインを用いて疑似的にミュートできるようにする (#12135) * feat: mute note using plugin * Update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): MFMパース時に意図せずnyaizeされる問題を修正 ↵かっこかり2023-10-281-4/+4
| | | | | | | | | | | | | | | | | (#12161) * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkNote.vue * (fix) にゃいずをノートでのみ適用 * fix * Fix lint
* fix(frontend): Recieve Unrenote on streaming (#12079)atsuchan2023-10-191-0/+1
| | | | | | | | | | | * fix(frontend): Recieve Unrenote 表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする * fix(frontend): Recieve Unrenote lint fixing * fix(frontend): Recieve Unrenote Decapture Decapture忘れてたー
* :art: CWボタンを大きくsyuilo2023-10-101-1/+1
|
* Disallow renote of direct note (#11970)anatawa122023-10-051-1/+1
| | | | | | | | | | | | | * chore: renoteに関するチェックをまとめる * fix: ダイレクト投稿をrenoteできる * fix(frontend): 自分のダイレクト投稿をrenoteできる * docs(changelog): ダイレクト投稿をリノートできてしまう * fix lint * chore(backend): visibilityに関するエラーをApi Errorとして返す
* feat: improve tl performance (#11946)syuilo2023-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
* :art:syuilo2023-09-221-3/+0
| | | | Resolve #11867
* refactor(frontend): use ESMsyuilo2023-09-191-18/+18
|
* enhance(frontend): improve note detail pagesyuilo2023-09-171-15/+3
|
* chore(frontend): renote of note in sensitive channel is now home renote by ↵anatawa122023-09-071-1/+7
| | | | | | | | | | | default. (#11476) * chore(frontend): renote of note in sensitive channel is now home renote by default. * docs: センシティブチャンネルのNoteのReNoteはデフォルトでHome TLに流れるようになりました --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): remove renote with by admin privilege (#11789)anatawa122023-09-051-11/+16
|
* feat(frontend): Report renote abuse (#11466)anatawa122023-09-051-17/+30
| | | | | | | | | | | | | | | | | | | * chore: add way to show renote in window / tab * feat: report abuse for renote * docs: Renote自体を通報できるように * revert: make renote time link * chore: add copy renote menu * chore: remove copy/report renote from note menu * fix: abuse menu without actual selection shown --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update deps (#11764)syuilo2023-09-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* enhance(frontend): ↵tamaina2023-08-011-3/+5
| | | | | | | | | | | | | ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439) * メニューのトグルをいい感じにする * user list toggle! * add changelog * fix * stop
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): replies to channel posts could change the visibilityAcid Chicken (硫酸鶏)2023-07-271-0/+1
|
* fix(frontend): Fix cat ears are awkward on reply modalsyuilo2023-07-261-0/+1
|
* enhance: ↵kabo24682023-07-211-11/+2
| | | | | | | | | | | | | | | | | 自動でたたまれる機能が返信先や引用RNにも適用されるように (#10989) * 返信、引用RNでMFMがあったら自動で隠すように * Update CHANGELOG.md * Update MkSubNoteContent.vue * refactor: avoid `Boolean` * docs: update CHANGELOG.md --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* feat(frontend): ↵anatawa122023-07-181-0/+16
| | | | | | | | | | | | | | | Renote時に公開範囲のデフォルト設定が適用されるように (#11240) * chore: use saved visibility on renote * chore: use saved localOnly on renote * docs: add comment about why smallerVisibility accepts string * docs(changelog): add Renote時に公開範囲のデフォルト設定が適用されるように --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: collapse renote of my note (#11166)anatawa122023-07-071-1/+1
| | | | | | | | | | | * chore(frontend): 自分のnoteのrenoteも省略するように Co-authored-by: madorama <madorama999@gmail.com> * docs(changelog): add 見たことのあるRenoteを省略して表示をオンのときに自分のnoteのrenoteを省略するように --------- Co-authored-by: madorama <madorama999@gmail.com>
* fix:vue-plyr廃止追加対応(Audio要素のコンテキストメニュ ↵mappi2023-06-021-0/+2
| | | | | | | | | をブラウザデフォルトに) (#10940) * wip * add comment * fix quotes
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): MFMのx2, scale, ↵kabo24682023-05-311-2/+5
| | | | | | | | | | | positionが含まれていたらノートをたたむようにした (#10165) * enhance(client): MFMのx2, scale, positionが含まれていたらノートをたたむようにした * Update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactorsyuilo2023-05-191-4/+4
|
* 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
|