1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-05 11:42:10 -06:00
Commit graph

1220 commits

Author SHA1 Message Date
かっこかり
d8bf1ff7e9
レビューの修正 () 2024-10-05 13:47:50 +09:00
かっこかり
ae3c155490
fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように ()
* fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように

* run api extractor

* fix

* fix

* fix test

* /signin -> /signin-flow

* fix

* fix lint

* rename

* fix

* fix
2024-10-05 12:03:47 +09:00
fly_mc
987d6579bc remove note design 2024-10-04 23:46:10 +08:00
Lhc_fl
20408c2c46 fix conflixt 2024-10-04 23:45:58 +08:00
かっこかり
b36d13d90c
fix(frontend): ログイン画面でキャプチャが表示されない問題を修正 ()
* fix(frontend): ログイン画面でキャプチャが表示されない問題を修正

* rename
2024-10-04 18:45:03 +09:00
syuilo
ea2675eaab fix(frontend): リンク動作のオーバーライドが動作していないのを修正 2024-10-04 16:41:08 +09:00
かっこかり
975c2e7bc5
enhance(frontend): サインイン画面の改善 ()
* wip

* Update MkSignin.vue

* Update MkSignin.vue

* wip

* Update CHANGELOG.md

* enhance(frontend): サインイン画面の改善

* Update Changelog

* 14655の変更取り込み

* spdx

* fix

* fix

* fix

* 🎨

* 🎨

* 🎨

* 🎨

* Captchaがリセットされない問題を修正

* 次の処理をsignin apiから読み取るように

* Add Comments

* fix

* fix test

* attempt to fix test

* fix test

* fix test

* fix test

* fix

* fix test

* fix: 一部のエラーがちゃんと出るように

* Update Changelog

* 🎨

* 🎨

* remove border

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-10-04 15:23:33 +09:00
syuilo
1aee260398 fix test 2024-10-04 12:23:24 +09:00
syuilo
ed71b0b7d4 🎨 2024-10-04 11:27:08 +09:00
syuilo
c1597be458 🎨 2024-10-04 10:18:36 +09:00
zyoshoka
2a4ab0e187
fix(misskey-js): type fixes related to signup and signin () 2024-10-03 18:33:56 +09:00
syuilo
87617dca39 refactor & performance improvements of MkMention 2024-10-03 15:12:07 +09:00
Kisaragi
9dc058189e
fix(frontend): データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように () 2024-10-03 15:08:45 +09:00
syuilo
83db116c46
enhance(backend): notify new login ()
* wip

* Update CHANGELOG.md

* wip

* fix

* Update index.d.ts

* Update SigninService.ts

* Update MkNotification.vue
2024-10-03 15:06:04 +09:00
fly_mc
43e8b135f4 tweak MkUpdated 2024-10-03 11:39:32 +08:00
Julia
2048de5d7d Make post form attachments accessible ()
* 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
2024-10-03 11:31:35 +08:00
syuilo
1074d625ed
enhance: require captcha for signin ()
* wip

* Update MkSignin.vue

* Update MkSignin.vue

* wip

* Update CHANGELOG.md
2024-10-03 12:11:09 +09:00
Julia
6fd4de246c
Make post form attachments accessible ()
* 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
2024-10-03 09:09:08 +09:00
fly_mc
cb42fc5b44 added missing line 2024-10-02 20:34:53 +08:00
fly_mc
1573b500b5 fix conflict: MkNoteHeader 2024-10-02 18:39:41 +08:00
fly_mc
79078ce09e add emoji picker preview 2024-10-02 12:26:16 +08:00
fly_mc
2bb05412bc Tweak MkNoteDeatailed headername 2024-10-01 15:46:32 +08:00
fly_mc
c5837e1de5 Tweak MkNoteDetailed 2024-10-01 15:38:10 +08:00
fly_mc
8c28597f64 Tweak MkNoteHeader & MkInstanceTicker 2024-10-01 15:31:21 +08:00
fly_mc
dda40fa2d8 Tweak MkNoteHeader 2024-10-01 15:24:32 +08:00
fly_mc
7f6fa1646a Tweak MkNoteDetailed 2024-10-01 15:01:53 +08:00
fly_mc
7e95e18bb6 oh tweak fonts 2024-10-01 02:58:18 +08:00
fly_mc
cb64eea78a tweak again 2024-10-01 02:56:00 +08:00
fly_mc
494c7b8fe6 Tweak MkNoteHeader and MkInstanceTicker 2024-10-01 02:41:12 +08:00
fly_mc
bf05dc4075 make username bigger in tl 2024-10-01 00:30:44 +08:00
fly_mc
b4b49e2cc8 shadow-bow in note gap 2024-10-01 00:14:56 +08:00
fly_mc
633757b86a fix wrapped in MkDeteailed footer button 2024-09-30 23:48:34 +08:00
fly_mc
eee6a1c5f0 seperate name and username in different lines 2024-09-30 23:47:42 +08:00
syuilo
b6578861ac 🎨 2024-09-30 20:22:57 +09:00
かっこかり
ca8cc015b0
enhance(frontend): フォロワーへのメッセージ欄を改良 ()
* enhance(frontend): フォロワーへのメッセージ欄を改良

* Update Changelog
2024-09-30 20:05:34 +09:00
fly_mc
6313294d4d Fix conflits 2024-09-29 22:11:37 +08:00
かっこかり
088707c114
enhance(frontend): cwでも絵文字メニューを開けるように ()
* fix(frontend): cwでも絵文字メニューを開けるように

* Update Changelog
2024-09-29 18:24:34 +09:00
syuilo
15f2e1425c tweak MkCondensedLine
2024-09-29 17:30:16 +09:00
syuilo
e5856c6b3b 🎨 2024-09-28 14:02:48 +09:00
syuilo
3f3c59e1ae 🎨 2024-09-28 13:45:53 +09:00
FineArchs
25670b5f16
Mk:C:containerのborderStyleとborderRadiusを設定できるように ()
* borderStyle and borderRadius

* changelog
2024-09-28 10:06:01 +09:00
syuilo
28e9d4e483
feat: フォローされた際のメッセージを設定できるようにする ()
* feat: フォローされた際のメッセージを設定できるようにする

Resolve 

* Update CHANGELOG.md

* 既にフォローしているユーザーのメッセージも見れるように

* Update packages/frontend/src/components/MkNotification.vue

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>

* fix indent

* Update users.ts

* wip

* Update users.ts

---------

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2024-09-28 09:55:21 +09:00
syuilo
e4d4cc5277 🎨 2024-09-28 09:52:40 +09:00
かっこかり
d8a2eeb7ed
feat: エクスポート完了時に通知を発行するように ()
* feat: エクスポート完了時に通知を発行するように

* Update Changelog

* entitity -> entity

* fix: ペイロードを含むように

* fix icon

* exportableEntities -> userExportableEntities
2024-09-26 14:15:03 +09:00
syuilo
89841e4c9a enhance(frontend): 絵文字ピッカーをドロワー表示するか自由に設定可能に 2024-09-26 12:41:48 +09:00
syuilo
31988db547 🎨 2024-09-26 11:35:40 +09:00
Yuri Lee
d8dd1683c9
Add Sign in with passkey Button ()
* Sign in with passkey (PoC)

* 💄 Added "Login with Passkey" Button

* refactor: Improve error response when WebAuthn challenge fails

* signinResponse should be placed under the SigninWithPasskeyResponse object.

* Frontend fix

* Fix: Rate limiting key for passkey signin

Use specific rate limiting key: 'signin-with-passkey'  for passkey sign-in API to avoid collisions with signin rate-limit.

* Refactor: enhance Passkey sign-in flow and error handling

- Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in.
- Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability.
- Updated error messages to provide more specific and helpful details to the user.

These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface.

* Refactor: Streamline 2FA flow and remove redundant Passkey button.

- Separate the flow of 1FA and 2FA.
- Remove duplicate passkey buttons

* Fix: Add error messages to MkSignin

* chore: Hide passkey button if the entered user does not use passkey login

* Update CHANGELOG.md

* Refactor: Rename functions and Add comments

* Update locales/ja-JP.yml

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Fix: Update translation

- update index.d.ts
- update ko-KR.yml, en-US.yml
- Fix: Reflect Changed i18n key on MkSignin

---------

Co-authored-by: Squarecat-meow <kw7551@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-09-26 08:25:33 +09:00
syuilo
5c94b4cb49 🎨 2024-09-25 13:02:31 +09:00
syuilo
53682f5cc6 🎨 2024-09-25 12:31:04 +09:00
syuilo
c88957c037 🎨 2024-09-25 09:39:12 +09:00