summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/miauth.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-201-3/+2
| | | | MkStickyContainer+MkPageHeader combination
* fix lintsyuilo2025-03-201-1/+1
|
* refactor(frontend): refactor componentssyuilo2025-03-201-6/+3
|
* refactor(frontend): page-metadata -> pagesyuilo2025-03-101-2/+2
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-2/+2
|
* fix(frontend): ↵かっこかり2025-01-041-10/+10
| | | | | | | | | | | | | | | | | | MiAuth認可画面で、認可処理に失敗した場合でもコールバックURLに遷移してしまう問題を修正 (#15154) * feat(MiAuth): アクセストークンの発行に失敗した場合コールバックに遷移しないようにする (MisskeyIO#831) Cherry-picked from TeamNijimiss/misskey@800359623e41a662551d774de15b0437b6849bb4 Co-authored-by: nafu-at <satsuki@nafusoft.dev> * Update Changelog * Update Changelog --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: nafu-at <satsuki@nafusoft.dev>
* fix(frontend): MiAuth認可画面のデザイン修正 (#15106)かっこかり2024-12-101-0/+1
|
* fix(frontend): ↵かっこかり2024-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 外部URLへのリダイレクトのバリデーションを強化 (#14919) * Fix code scanning alert no. 25: Incomplete URL scheme check (MisskeyIO#799) * Fix code scanning alert no. 26: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Fix code scanning alert no. 25: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> (cherry picked from commit 7d7552e076c0152a5966e919be0e9a60b3736208) * :v: --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* :art:かっこかり2024-10-251-1/+1
| | | https://github.com/misskey-dev/misskey/pull/14828 のデザイン修正
* enhance(frontend): 外部アプリ認証画面の改良 (#14828)かっこかり2024-10-251-69/+76
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 外部アプリ認証画面の改良 * :art: * lint * Update Changelog * indent * lint * enhance: miauthのリダイレクト先をUI内でも表示するように * :art: * fix * fix
* fix(frontend/pageMetadata): ページタイトルが更新されない問題 ↵taiy2024-02-161-2/+2
| | | | | | (#13289) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 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: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-201-3/+3
| | | | | | | | | * refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
* refactor(frontend): ↵おさむのひと2024-01-041-2/+2
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* refactor(frontend): use ESMsyuilo2023-09-191-4/+4
|
* 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>
* refactorsyuilo2023-05-191-1/+1
|
* refactor(frontend): remove $ts and $tsyuilo2023-04-011-4/+4
|
* app auth / miauthの文言編集tamaina2023-02-091-3/+4
|
* enhance(client): /authおよびMiAuthのUIをブラッシュアップtamaina2023-02-091-30/+48
| | | | Fix #9742
* fix(client): validate url to improve securitysyuilo2023-02-091-1/+1
|
* fix(client): validate urls to improve securitysyuilo2023-02-041-0/+1
|
* refactorsyuilo2023-01-061-11/+11
|
* miauthのcallback urlをsearchParams.setで作るように (#9470)tamaina2023-01-051-4/+3
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+90