summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(frontend): Report renote abuse (#11466)anatawa122023-09-051-21/+31
| | | | | | | | | | | | | | | | | | | * 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-0411-33/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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): ↵syuilo2023-09-011-3/+0
| | | | | | AiScriptからMisskeyサーバーAPIを呼び出す際の制限を撤廃 Resolve #7123
* enhance(frontend/aiscript): 現在の設定言語を取得できるようにsyuilo2023-08-211-0/+2
| | | | Resolvve #11750
* fix(frontend): "メッセージを送信" ↵Hexirp2023-08-201-1/+2
| | | | | | | | | | | | | | | | の初期テキストを修正する (#11721) * fix(frontend): "メッセージを送信" の初期テキストを あるサーバー A にいるとする。他のサーバー B のユーザー X へ 「メッセージを送信」しようとしたとする。その時に出てくる投稿 フォームには X へのメンションが最初から入っている。 しかし、そのメンションには B の情報が入っておらず、 A の 同名ユーザー X へのメンションとなってしまっている。 See https://github.com/misskey-dev/misskey/issues/11716 * Update CHANGELOG.md
* fix(frontend/scroll): no callback for disconnected elements (#11714)Kagami Sascha Rosylight2023-08-131-2/+2
| | | | | * fix(frontend/scroll): no callback for disconnected elements * Update CHANGELOG.md
* enhance(frontend): tweak user moderation pagesyuilo2023-08-132-6/+6
|
* fix(frontend): ↵tamaina2023-08-092-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる (#11441) * fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる * fix * noCache * :v: * fix * ???? * a * a * :v: * fix emoji picker * ????? * close * 1 * fix2 * :v: * fix * :v: * :v: * :v: * preferClick * :v: * fix lint * a * rm nocache
* enhance(frontend): ↵tamaina2023-08-012-20/+58
| | | | | | | | | | | | | ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439) * メニューのトグルをいい感じにする * user list toggle! * add changelog * fix * stop
* chore: ↵Shun Sakai2023-07-2783-86/+500
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* URL取得変数を関数に変更 #11392 (#11393)setaria2023-07-271-1/+3
|
* refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: ↵tamaina2023-07-252-3/+4
| | | | | | | | | | | | | number }, mapfn)に (#11337) * refactor: Array.from(iterable).map(mapfn)をArray.from(iterable, mapfn)に * Update packages/frontend/src/components/MkTagCloud.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: typoAcid Chicken (硫酸鶏)2023-07-211-4/+4
|
* fix: response to experimental rIC support on Safari removed due to Google ↵Acid Chicken (硫酸鶏)2023-07-211-0/+17
| | | | Login bug?
* enhance: ↵kabo24682023-07-211-0/+19
| | | | | | | | | | | | | | | | | 自動でたたまれる機能が返信先や引用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>
* enhance(frontend): フォロー/フォロワー非公開時の表示を改善syuilo2023-07-181-0/+11
| | | | | Close #10934 Resolve #10887
* fix-6096 (#11281)yutaro2023-07-151-3/+1
|
* refactor: 可読性のため一部で`Array.prototype.at`を使うように ↵okayurisotto2023-07-141-2/+3
| | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-145-18/+18
|
* 現在閲覧中のURLを取得するプロパティを追加 (#11234)setaria2023-07-131-0/+1
| | | | | | | | | * 現在閲覧中のURLを取得するプロパティを追加 #11232 * commit the uncommitted remainder --------- Co-authored-by: setaria <v.setaria@gmail.com>
* feat: ↵yupix2023-07-102-10/+38
| | | | | | | | | | | | | | | | | | | ユーザーをcontextmenuからアンテナに追加できるようになど (#11206) * feat: ユーザーをcontextmenuからアンテナに追加できるように close #11115 * MkAvatars.vue変更 * nanka iroiro * fix MkAvatars * ix * fix --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: fix lint failure (#11214)anatawa122023-07-091-1/+1
|
* feat: プロフィールURLをコピー ボタンを追加 close #11190 (#11205)yupix2023-07-091-1/+9
|
* feat: フォルダーやファイルでもIDをコピーできるように ↵yupix2023-07-081-1/+15
| | | | | | | (#11189) * feat: フォルダーやファイルでもIDをコピーできるように close #11188 * docs: update CHANGELOG.md
* fix(frontend): search user with trailing space (#11184)nomad2023-07-081-1/+2
| | | | | | | | | | | * fix(frontend): search user with trailing space * fix(backend): search user with trailing space * Update search.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-085-6/+6
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: webp convert @frontend (#11150)Narazaka2023-07-072-1/+19
| | | | | | | | | * webp convert @frontend * 0.85 → 0.90 --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor(frontend): fix enum types in scripts/form (#11138)Ryoh8272023-07-061-1/+2
|
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-051-2/+11
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore(frontend): add commenttamaina2023-07-041-0/+2
|
* fix typo: schema -> schemesyuilo2023-06-051-3/+3
|
* refactorsyuilo2023-06-011-3/+3
|
* :art:syuilo2023-05-301-1/+1
|
* perf(frontend): emojilistのサイズ削減syuilo2023-05-301-4/+8
|
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-291-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update QueueService.ts * wip * refactor * :v: * fix * Update QueueStatsService.ts * refactor * Update ApNoteService.ts * Update mock-resolver.ts * refactor * Update mock-resolver.ts
* feat: impl IdlingRenderScheduler (#10547)Acid Chicken (硫酸鶏)2023-05-201-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: impl IdleRender * test: pin time on Chromatic * test: pin time on Chromatic * fix: typo * style: rename * style: rename * chore: back to setTimeout * style: linebreak * refactor: remove unused budget option * refactor: use raw unix time * fix: conflict error * fix: floor * fix: subtract * Revert "fix: subtract" This reverts commit 2ef4afaafc69d2fb8329b04c1b124dfa97b7e863. * Revert "fix: floor" This reverts commit bef8ecdf45c6afc52138921d16e2caca78cfd38d. * Revert "refactor: use raw unix time" This reverts commit 5199e13cb2829f3036101f95445cca3cb9c83703.
* perf: MkImgWithBlurhashとMkMediaImageを最適化 (#10782)tamaina2023-05-191-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #10781 * fix tsconfig * fetch image?? * Revert "fetch image??" This reverts commit 0925c28d5a4f328264c39d5591dc736795541683. * wip * Revert "wip" This reverts commit be97c6cb88318bcea441edeeecb69b6d6ed0dd8f. * loading="eager" * loading="eager" 2 * error * wip * wip * wip * wip * clean up * fix * 生成するworkerを1つにする? * clean up * use buraha * wip * smaller width, height * update buraha * clean up * fix * Update MkMediaImage.vue * Update MkImgWithBlurhash.vue * Revert "fix(frontend): センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正" This reverts commit 41e9aa6f9b03107518224e2ebde8889c64408204. * Update MkMediaList.vue * Update MkMediaList.vue * Update MkMediaList.vue * Update CHANGELOG.md * wait for decode * fix * ? * (test) remove container-type: inline-size; * Revert "(test) remove container-type: inline-size;" This reverts commit 9448e64228428175a3d624c04df1bfad0f59cb69. * container-name * Revert "container-name" This reverts commit 94385d32213a00a06a59fbd2296d6ef1b5f91785. * width: 100%; * improve performance * refactor * wip * WIP * wip * Revert "wip" This reverts commit 36e3b75cab8114e423544b79a8e2df353880f43b. * Revert "WIP" This reverts commit 05b729ef9189aea052ba411ac10f30a46cc668c8. * Revert "wip" This reverts commit 0801e7936116c58154d7cecfea955dd15fa61a77. * #10860 * wip * no worker * Revert "no worker" This reverts commit a9c49e4fb49976958a7594393343d52be0e082d7. * :v: * workerNumber固定は不要 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-152-4/+4
| | | | #10838
* Merge branch 'misskey-dev:develop' into feat/client-dev-modeyupix2023-05-146-886/+0
|\
| * refactorsyuilo2023-05-146-886/+0
| |
* | feat: 開発者モードを追加yupix2023-05-142-2/+22
|/
* refactorsyuilo2023-05-081-57/+63
|
* ロールにNSFWを強制的につけるオプションを追加 (#10731)nenohi2023-05-051-0/+6
| | | | | | | | | | | | | | | | | | | | | * ロールにNSFWを強制的につけるオプションを追加 * すでにあるファイルにNSFWが付与できない * NSFWを付与しようとするとエラーに * add test * Update packages/backend/src/core/RoleService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * spacingで怒られたので * ロール作成時のプロパティ削除 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 「このファイルからノートを作成」ボタンを追加 (#10758)かっこかり2023-05-041-0/+6
| | | | | * (add) note this file button * Update CHANGELOG.md
* fix: return null from Mk:dialog (#10676)tsukimizake2023-05-021-0/+1
|
* enhance: account migration (#10592)Namekuji2023-04-303-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat(client): ↵かっこかり2023-04-291-2/+12
| | | | | | | | | | | | | | | | | | | | | | | Renoteした人の一覧を表示するダイアログを追加 (#10647) * (add) renote user dialog * (change) noteMenu order Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * (change) menu text * Update CHANGELOG.md * (change) dialog title text * (fix) grammar mistakes in CHANGELOG.md * (change) i18n keys --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: ↵tinaxd2023-04-221-1/+7
| | | | ドライブアップロードで413が返ってきたときにエラーメッセージを表示 (#10680)
* add new achievementsyuilo2023-04-201-0/+6
|
* enhance(frontend): ↵syuilo2023-04-131-0/+27
| | | | ユーザーメニューからユーザーメモを編集できるように