summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: ↵syuilo2024-10-131-0/+16
| | | | | | | | | | | | | リモートサーバーのサーバー情報を収集しないオプション (#14634) * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * Update types.ts
* feat: ユーザーの名前に禁止ワードを設定できるように ↵かっこかり2024-10-135-11/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14756) * wip * :art: * Enhance: モデレーター以上は制限の影響を受けないように * refactor * better error handling * fix * Revert "better error handling" This reverts commit 5670b29cfa18a3894d0c2abfe0e5ef862e3b9ffa. * error handling * エラーが出ないのを修正 * translation * Update Changelog * status code * :v: * モデレーター以上は影響ないことを明記 * :art: * update changelog * spdx * Update update.ts * refactor * eliminate `screen name` * remove untracked file --------- Co-authored-by: KanariKanaru <93921745+kanarikanaru@users.noreply.github.com>
* :art:syuilo2024-10-122-14/+10
|
* refactor: MkStickyContainerで<style />を使う (#14755)FineArchs2024-10-121-31/+25
| | | | | | | | | | | | | | | * remove rootEL ref * use css module * use v-bind in css * --MI prefix * remove unused ref --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* :art:syuilo2024-10-121-1/+1
|
* fix(frontend): fix stylesyuilo2024-10-121-1/+5
| | | | Fix #14754
* Update about-misskey.vuesyuilo2024-10-121-0/+3
|
* wip (#14745)syuilo2024-10-115-7/+57
|
* chore: add descriptionsyuilo2024-10-111-0/+1
|
* clean upsyuilo2024-10-101-2/+0
|
* :art:syuilo2024-10-101-2/+2
|
* clean upsyuilo2024-10-105-9/+3
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-10119-269/+269
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* fix(frontend): ↵かっこかり2024-10-107-56/+67
| | | | | | | | | ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738) * fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 * emitされるオブジェクトの型を変更したことに伴う修正 * Update Changelog
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-09245-956/+950
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* :art:syuilo2024-10-091-12/+8
|
* Update packages/frontend/src/components/MkAbuseReport.vuesyuilo2024-10-091-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update packages/frontend/src/store.tssyuilo2024-10-081-1/+1
| | | Co-authored-by: anatawa12 <anatawa12@icloud.com>
* refactor: ↵FineArchs2024-10-073-96/+250
| | | | | | | | | | | | | | | | | 拡張機能インストールのページの一部をコンポーネントとして分離 (#14654) * create MkExtensionInstaller.vue * annotation * add fallbacks * storybook * update annotations * Update MkExtensionInstaller.vue * use additonalInfo slot
* Update packages/frontend/src/store.tssyuilo2024-10-071-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-10-071-11/+17
| | | | | | | | | | | | | クライアント上での時間ベースの実績獲得動作が実績獲得後も発動している問題を修正 (#14717) * Check if time-based achievements are unlocked before initializing them in main-boot (cherry picked from commit c0702fd92f70782005517c0065048ececa1ef287) * Update Changelog --------- Co-authored-by: Evan Paterakis <evan@geopjr.dev>
* make animatedMfm enable by defaultsyuilo2024-10-051-1/+1
|
* :art:syuilo2024-10-051-1/+1
|
* :art:syuilo2024-10-051-2/+3
|
* feat: 通報の強化 (#14704)syuilo2024-10-057-17/+84
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* :art:syuilo2024-10-051-1/+3
|
* enhance: 人気のPlayを10件以上表示できるように (#14443)おさむのひと2024-10-051-1/+2
| | | Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* #14675 レビューの修正 (#14705)かっこかり2024-10-051-3/+3
|
* fix: signin ↵かっこかり2024-10-053-118/+133
| | | | | | | | | | | | | | | | | | | | | | | | | の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700) * fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように * run api extractor * fix * fix * fix test * /signin -> /signin-flow * fix * fix lint * rename * fix * fix
* :art:syuilo2024-10-041-24/+15
|
* fix(frontend): ↵かっこかり2024-10-041-5/+8
| | | | | | | ログイン画面でキャプチャが表示されない問題を修正 (#14694) * fix(frontend): ログイン画面でキャプチャが表示されない問題を修正 * rename
* :art:syuilo2024-10-041-40/+33
|
* :art:syuilo2024-10-041-3/+4
|
* fix(frontend): ↵syuilo2024-10-041-2/+7
| | | | リンク動作のオーバーライドが動作していないのを修正
* enhance(frontend): サインイン画面の改善 (#14658)かっこかり2024-10-046-377/+944
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md * enhance(frontend): サインイン画面の改善 * Update Changelog * 14655の変更取り込み * spdx * fix * fix * fix * :art: * :art: * :art: * :art: * Captchaがリセットされない問題を修正 * 次の処理をsignin apiから読み取るように * Add Comments * fix * fix test * attempt to fix test * fix test * fix test * fix test * fix * fix test * fix: 一部のエラーがちゃんと出るように * Update Changelog * :art: * :art: * remove border --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix testsyuilo2024-10-041-54/+0
|
* :art:syuilo2024-10-041-0/+1
|
* :art:syuilo2024-10-041-0/+1
|
* :art:syuilo2024-10-046-79/+83
|
* initialPassword -> setupPasswordsyuilo2024-10-031-4/+4
|
* fix(misskey-js): type fixes related to signup and signin (#14679)zyoshoka2024-10-031-3/+2
|
* feat: ↵かっこかり2024-10-031-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | サーバー初期設定時に初期パスワードを要求できるように (#14626) * feat: サーバー初期設定時専用の初期パスワードを設定できるように * 無いのに入力された場合もエラーにする * :art: * :art: * cypress-devcontainerにもpassを設定(テストが失敗するため) * [ci skip] :art: * :v: * test: please revert this commit before merge * Revert "test: please revert this commit before merge" This reverts commit 66b2b48f66830d2450d8cda03955c143feba76c7. * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * build assets * Update Changelog * fix condition * fix condition * add comment * change error code * 他のエラーコードと合わせる * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor & performance improvements of MkMentionsyuilo2024-10-031-6/+3
|
* fix(frontend): ↵Kisaragi2024-10-031-1/+1
| | | | データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように (#14674)
* enhance(backend): notify new login (#14673)syuilo2024-10-031-2/+11
| | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * fix * Update index.d.ts * Update SigninService.ts * Update MkNotification.vue
* enhance: require captcha for signin (#14655)syuilo2024-10-032-3/+36
| | | | | | | | | | | * wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md
* Make post form attachments accessible (#14666)Julia2024-10-031-2/+13
| | | | | | | | | | * fix(frontend): Make post form attachments accessible Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in order to make it accessible to keyboard users. * Fix for linter * Add spacing in type signature
* :art:syuilo2024-09-301-1/+1
|
* enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)かっこかり2024-09-302-4/+117
| | | | | * enhance(frontend): フォロワーへのメッセージ欄を改良 * Update Changelog
* enhance(frontend): cwでも絵文字メニューを開けるように (#14647)かっこかり2024-09-292-2/+16
| | | | | * fix(frontend): cwでも絵文字メニューを開けるように * Update Changelog