summaryrefslogtreecommitdiff
path: root/packages/frontend/src/account.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): improve accounts managementsyuilo2025-03-131-390/+0
|
* chore: add notesyuilo2025-03-111-0/+1
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-4/+4
|
* enhance(frontend): ↵おさむのひと2025-02-261-1/+4
| | | | | | | | | | | | | コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように (#15438) * enhance(frontend): コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように * sessionStorageよりも更に短命な方法で持つように変更 * add comment --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge commit from forkSung Jae Lee2025-02-011-0/+6
| | | | | | | | | | | | | * fix(account): clear token cookie when signout called * fix: cookie not cleared correctly when logout Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> * feat: clear only token cookie when signout --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* Merge commit from forknexryai2025-02-011-1/+3
| | | | | * fix(frontend): Improve cookie attributes * fix(frontend): Delete an old authentication cookie in fetchAccount
* enhance(frontend): 外部アプリ認証画面の改良 (#14828)かっこかり2024-10-251-22/+48
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 外部アプリ認証画面の改良 * :art: * lint * Update Changelog * indent * lint * enhance: miauthのリダイレクト先をUI内でも表示するように * :art: * fix * fix
* fix(frontend): ↵syuilo2024-10-211-3/+14
| | | | /iのレスポンスに含まれないプロパティが消えずに残り続ける問題を修正
* fix(frontend): ↵かっこかり2024-10-101-4/+4
| | | | | | | | | ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738) * fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 * emitされるオブジェクトの型を変更したことに伴う修正 * Update Changelog
* refactor(frontend): ↵かっこかり2024-09-231-12/+28
| | | | | | | | | | | popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554) * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
* refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)かっこかり2024-09-101-1/+1
| | | | | | | | | | | | | | | * refactor(frontend): shouldCollapsedを共通化 * refactor(frontend): config.js, worker-multi-dispatch.js, intl-const.jsを共通化 * fix(frontend-shared): fix type error * refactor(frontend): is-link.jsと、同一の振る舞いをする記述を共通化 * fix * fix lint * lint fixes
* refactor(frontend): refactor popup api and make sure call dispose callbacksyuilo2024-07-041-6/+10
| | | | Close #14122
* Fix type checking (#14047)woxtu2024-06-201-1/+1
|
* refactor(frontend): `os.ts`周りのリファクタリング (#13186)zyoshoka2024-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): `os.ts`周りのリファクタリング * refactor: apiWithDialogのdataの型付け * refactor: 不要なas anyを除去 * refactor: 返り値の型を明記、`selectDriveFolder`は`File`のほうに合わせるよう返り値を変更 * refactor: 返り値の型を改善 * refactor: フォームの型を改善 * refactor: 良い感じのimportに修正 * refactor: フォームの返り値の型を改善 * refactor: `popup()`の`props`に`ref`な値を入れるのを許可するように * fix: `os.input`系と`os.select`の返り値の型がおかしい問題とそれによるバグを修正 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): ↵おさむのひと2024-01-041-2/+3
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* refactor(frontend): reduce type errorssyuilo2024-01-041-0/+5
|
* lintsyuilo2024-01-041-1/+1
|
* refactor(frontend) $i の型情報にtokenを追加 (#12649)おさむのひと2023-12-141-1/+1
|
* enhance: アイコンデコレーションを複数設定できるようにsyuilo2023-12-131-1/+1
|
* refactor(frontend): use ESMsyuilo2023-09-191-8/+8
|
* update deps (#11764)syuilo2023-09-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* feat: refine announcement (#11497)syuilo2023-08-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* update deps (#11409)syuilo2023-07-311-5/+5
| | | | | | | | | | | | | | | | | * update deps * Update .eslintrc.js * Update .eslintrc.js * lint * lint * Update update.ts * update deps * Update .eslintrc.js
* 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>
* tweak of 7ce569424syuilo2023-05-181-39/+43
|
* enhance: ↵tamaina2023-03-091-35/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | アカウント削除時のクライアントの挙動をいい感じにするなど (#10002) * refreshAccounts Resolve #9322 * アカウント管理画面でリストを更新するように * Update packages/frontend/src/account.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * :v: * クライアント起動時は現在ログインしているアカウントのみリフレッシュする * clean up * なんかめっちゃ変えた * refactor * refactor * fix lint --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* clean upsyuilo2023-02-091-2/+0
|
* Achievements (#9665)syuilo2023-01-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* refactor(client): typed localStoragesyuilo2023-01-071-4/+5
|
* rename: client -> frontendsyuilo2022-12-271-0/+238