summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enhance(frontend): ↵1STEP6212023-12-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFMや絵文字が使える入力ボックスでオートコンプリートを使えるように (#12643) * rich autocomplete for use in profiles, announcements, and channel descriptions * implementation omissions * add tab, apply to page editor, and fix something * componentization * fix nyaize doesn't working in profile preview * detach autocomplete instance when unmounted * fix: mismatched camelCase * remove unused / unnecessary styles * update CHANGELOG.md * fix lint * remove dump.rdb * props.richAutocomplete -> autocomplete * Update packages/frontend/src/scripts/autocomplete.ts * clarify namings メンションなども「MFM」に含まれるのか自信がなかったのでrichSyntaxなどとぼかしていましたが、含むようなので変更しました * tweak * Update MkFormDialog.vue * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵syuilo2023-12-144-93/+237
| | | | 同じ種類のデコレーションを複数付けられるように
* fix(client): fix glitch when attach/detach avatar decorationsyuilo2023-12-131-4/+6
|
* enhance: アイコンデコレーションを複数設定できるようにsyuilo2023-12-132-15/+35
|
* refactor(frontend): menuのdividerをnullで表現するのをやめるsyuilo2023-12-121-2/+2
|
* Fix indentation (#12615)woxtu2023-12-101-1/+1
|
* enhance(frontend): ↵かっこかり2023-12-081-0/+1
| | | | | | | | | | | | | ウィジェットを非表示にできるPageMetaを追加 (#12456) * (enhance) ウィジェットを非表示にできるPageMetaを追加 * fix lint * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: ↵おさむのひと2023-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593) * [wip]run standalone vite * [wip]run standalone vite * some fix (tabler icons, sw, streaming) * fix theme * fix run scripts * favicon * client-assets * cssの読み込み順序とCSP設定の変更 * fix lang change * fix clientManifest * baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応 * 色々修正 * 色々修正 * 色々修正 * fix * Revert "client-assets" This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b. # Conflicts: # packages/frontend/vite.config.ts * 色々修正 * fix * fix * add url and proxy to server proxy * Update packages/frontend/src/index.html * wip * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * fix tabler load * Apply suggestions from code review * Update packages/frontend/src/index.html * fix * fix vite.config.local-dev.ts * fix CONTRIBUTING.md --------- Co-authored-by: FruitRiin <nassii74@gmail.com> Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@riinswork.space> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: ozelot <contact@ozelot.dev>
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-0732-214/+215
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* enhance/feat(frontend): データセーバーの改良・強化 (#12526)かっこかり2023-12-032-3/+56
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(dev): ↵yukineko2023-11-301-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 開発モード時にlocaleと型定義が自動的に再生成されるように (#12481) * enhance: localeを任意のタイミングでリビルドできるように * enhance: localeも監視し、必要であればlocaleをリビルドするように * feat: devモードの時のみナビゲーションバーからキャッシュクリアができるように * refactor: キャッシュクリア部分を共通化 * fix: localesのファイル変更イベントが取れないのを修正 * fix: replaceAllでコケるのを修正 * change: 開発モードに関係なくナビゲーションバーからキャッシュクリアできるように * refactor: 必要のないリビルドをしないように * update: CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵かっこかり2023-11-272-16/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通知音にドライブのファイルを使用できるように (#12447) * (enhance) サウンドにドライブのファイルを使用できるように * Update Changelog * fix * fix design * fix design * Update store.ts * (fix) ファイル名表示 * refactor * (refactor) better types * operationTypeとsoundTypeの混同を防止 * (refactor) * (fix) * enhance jsdoc * driveFile -> _driveFile_
* サウンド設定に「サウンドを出力しない」と「Misskeyがア ↵おさむのひと2023-11-261-0/+9
| | | | | クティブな時のみサウンドを出力する」を追加 (#12342) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(frontend): リアクション選択時に音を流せるように ↵かっこかり2023-11-261-1/+2
| | | | | | | | | | | | | | | (#12441) * (add) リアクション選択時に音を鳴らせるように * Update Changelog * tweak sound * tweak sound --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): ↵Camilla Ett2023-11-241-0/+3
| | | | | | | | | リアクションの横幅を150pxに制限するかどうかユーザーが選べるように (#12416) * feat(frontend): リアクションの横幅を150pxに制限するかどうかユーザーが選べるように * localesの変更をjs-JP.ymlのみに修正し、日本語をより分かりやすく * クラス名を.icon から .limitWidthに変更
* Hard mute (#12376)anatawa122023-11-232-13/+27
| | | | | | | | | | | | | | | | | | | | | * feat(backend,misskey-js): hard mute storage in backend * fix(backend,misskey-js): mute word record type * chore(frontend): generalize XWordMute * feat(frontend): configure hard mute * feat(frontend): hard mute notes on the timelines * lint(backend,frontend): fix lint failure * chore(misskey-js): update api.md * fix(backend): test failure * chore(frontend): check word mute for reply * chore: limit hard mute count
* fix: ↵yukineko2023-11-191-2/+23
| | | | | | | | | 「設定のバックアップ」に一部の設定項目が含まれていない問題を修正 (#12366) * fix: 一部の設定項目がバックアップに含まれていなかったのを修正 * update: CHANGELOG.md * remove: バックアップ不要な項目を削除
* chore(frontend): tweak uisyuilo2023-11-171-1/+3
|
* fix(frontend): ↵zyoshoka2023-11-111-2/+3
| | | | | | | 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正 (#12308) * fix(frontend): 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正 * Update CHANGELOG.md
* :art:syuilo2023-11-051-1/+1
|
* enhance(frontend): tweak settings pagesyuilo2023-11-042-3/+3
|
* perf(frontend): soundConfigStore を defaultStore ↵syuilo2023-11-041-10/+10
| | | | に統合しAPIリクエストを削減
* feat: notification groupingsyuilo2023-11-021-0/+3
| | | | Resolve #12211
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-10-311-0/+1
|
* feat(frontend): ↵_2023-10-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* lint fixessyuilo2023-10-292-0/+4
|
* MkCodeのパースエンジンをShikiに変更 (#12102)かっこかり2023-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * (swap) prism -> shiki * fix styles * (bump) aiscript-vscode to v0.0.5 * refactor * replace prism-editor (beta) * Update scratchpad.vue * (enhance) MkCodeEditor自動インデント改行 * (fix) lint * (add) scratchpad: MkStickyContainer * Update CHANGELOG.md * clean up --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: プラグイン削除時にアクセストークンも削除する ↵かっこかり2023-10-281-2/+4
| | | | | | | (#12167) * (enhance) プラグイン削除時にトークンも削除 * update changelog
* :art:syuilo2023-10-241-0/+7
|
* :art:syuilo2023-10-221-1/+1
|
* chore(frontend): tweak settings uisyuilo2023-10-222-11/+16
|
* enhance(frontend): ↵syuilo2023-10-223-4/+6
| | | | アイコンのデコレーションを非表示にできるように
* enhance: improve avatar decorationsyuilo2023-10-222-14/+120
|
* :art:syuilo2023-10-221-3/+7
|
* Feat: ↵かっこかり2023-10-212-149/+35
| | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-211-0/+11
| | | | | | | | | * feat: endpoint to update all following * feat(frontend): change show replies for all * docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように * fix: cancel not working
* feat: Avatar decoration (#12096)syuilo2023-10-211-0/+55
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* 新規にフォローした人のwithRepliesをtrueにする機能を追加 ↵anatawa122023-10-172-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12048) * feat: add defaultWithReplies to MiUser * feat: use defaultWithReplies when creating MiFollowing * feat: update defaultWithReplies from API * feat: return defaultWithReplies as a part of $i * feat(frontend): configure defaultWithReplies * docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように * fix: typo * style: fix lint failure * chore: improve UI text * chore: make optional params of UserFollowingService.follow() object * chore: UserFollowingService.follow() accept withReplies * chore: add withReplies to MiFollowRequest * chore: process withReplies for follow request * feat: accept withReplies on 'following/create' endpoint * feat: store defaultWithReplies in client store * Revert "feat: return defaultWithReplies as a part of $i" This reverts commit f2cc4fe6 * Revert "feat: update defaultWithReplies from API" This reverts commit 95e3cee6 * Revert "feat: add defaultWithReplies to MiUser" This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5. * feat: configuring withReplies in import-following * feat(frontend): configure withReplies * fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown * fix(backend): withReplies of following/create not working * fix(frontend): importFollowing error * fix: withReplies is not working with follow import * fix(frontend): use v-model * style: fix lint --------- Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* fix(frontend): ↵Camilla Ett2023-10-041-3/+1
| | | | | | | クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 (#11912) * fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 * fix(frontend): 各localesからsfx/chat sfx/chatbgを削除
* enhance(frontend): tweak uisyuilo2023-10-044-29/+16
|
* 2段階認証のバックアップコード一覧をテキストファイル ↵CyberRex2023-10-031-0/+13
| | | | でダウンロード可能に (#11957)
* feat: improve tl performance (#11946)syuilo2023-10-031-41/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* enhance(frontend): tweak uisyuilo2023-10-031-16/+15
|
* feat: 通知の受信設定を強化syuilo2023-09-292-16/+82
|
* enhance: タイムラインからRenoteを除外するオプションを追加syuilo2023-09-281-2/+0
|
* enhance(frontend): ↵かっこかり2023-09-231-16/+45
| | | | | | | | | プラグインのソースコードを確認・コピーできるように (#11873) * (add) plugin: view and copy source code * (fix) plugin permission ui * Update Changelog
* feat(frontend): ↵かっこかり2023-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | センシティブなメディアを目立たせる設定を追加 (#11851) * (add) highlight sensitive image * Update Changelog * (change) 設定の位置 * (add) apply mediaHighlight to video * (change) image -> media * Update CHANGELOG * やっぱもうちょっと太い方がいい * (fix) style * Update ja-JP.yml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: 二要素認証設定時のセキュリティを強化 (#11863)syuilo2023-09-224-71/+53
| | | | | | | | | | | | | | | | | * enhance: 二要素認証設定時のセキュリティを強化 パスワード入力が必要な操作を行う際、二要素認証が有効であれば確認コードの入力も必要にする * Update CoreModule.ts * Update 2fa.ts * wip * wip * Update 2fa.ts * tweak
* enhance(frontend): tweak uisyuilo2023-09-211-0/+3
|