NoriDev
40a6d0b7f3
feat: 노트 자동 번역 기능
...
- 노트 자동 번역은 번역 서비스의 API 제한을 방지하기 위해 자동으로 활성화되지 않으며, 기본적으로 비활성화되어 있습니다.
- `역할`에서 `자동 번역 기능 이용 가능 여부`를 활성화 하면 자동 번역을 사용할 수 있는 상태가 됩니다.
- 이후, 각 사용자별로 `설정` - `일반`에서 `노트 자동 번역`을 활성화한 사용자는 자동 번역을 사용할 수 있습니다.
- 노트가 아래와 같이 설정된 경우에는 노트 자동 번역을 사용하지 않습니다.
- 노트가 `내용 가리기`로 설정되어 있음
- 노트의 내용이 긺
- 노트에 파일이 포함되어 있음
- `자동 번역 기능 이용 가능 여부` 역할의 권한을 상실하게 되면 모든 사용자의 `노트 자동 번역` 설정도 자동으로 비활성화 됩니다.
2024-10-07 01:52:21 +09:00
NoriDev
75b51a982e
feat: 리버시 대전 중에 상대방에게 리액션을 보낼 수 있음 ( misskey-dev/misskey#13119 )
2024-10-06 19:55:22 +09:00
NoriDev
bc44409f9e
tweak 36c922fb
2024-10-06 00:23:59 +09:00
NoriDev
1fd55cc996
chore 36c922fb
2024-10-05 22:51:58 +09:00
NoriDev
36c922fbdd
feat: 모바일 환경에서 하단 내비게이션 바를 개인화할 수 있음
...
- `설정 - 내비게이션 바`의 `하단 내비게이션 바`에서 설정할 수 있습니다.
2024-10-05 19:05:45 +09:00
NoriDev
3d285aa6a0
tweak 26431700
2024-10-05 17:38:38 +09:00
NoriDev
ff53bf5640
🎨
2024-10-05 17:38:38 +09:00
NoriDev
050d5ca567
enhance(frontend): 의도하지 않게 검색
으로 검색할 수 있었던 부분을 개선함
...
- 이제 노트에서 검색 블록을 활성화 하려면 `[검색]`으로만 사용할 수 있습니다.
2024-10-05 13:46:38 +09:00
NoriDev
e7abb27cf3
feat: 설정한 시간이 지나면 노트를 자동으로 삭제할 수 있음 ( 1673beta/cherrypick#70 )
2024-10-03 22:50:34 +09:00
NoriDev
2643170068
feat: QR 코드를 생성하고 공유할 수 있음
...
- 노트를 QR 코드로 공유 (1673beta/cherrypick#45 )
- 사용자를 QR 코드로 공유 (1673beta/cherrypick#46 ), (1673beta/cherrypick#49 )
- 갤러리를 QR 코드로 공유 (1673beta/cherrypick#51 )
- 페이지를 QR 코드로 공유 (1673beta/cherrypick#53 )
2024-10-03 21:09:39 +09:00
NoriDev
271958d85e
feat: 주사위 위젯 ( 1673beta/cherrypick#73 )
2024-10-03 11:22:51 +09:00
NoriDev
aa5685e3c7
feat: 사용자 정의 스플래시 텍스트를 설정할 수 있음 ( 1673beta/cherrypick#153 )
2024-10-03 10:58:14 +09:00
NoriDev
7702ff29c1
feat: 캡션 미설정 안내 표시 ( 1673beta/cherrypick#142 )
...
- 노트를 게시하기 전에 첨부한 파일에 캡션이 없으면 경고를 표시합니다.
- 이 변경으로 이미지 뷰어의 파일 이름 영역에는 더 이상 캡션이 아닌 실제 파일 이름이 표시됩니다.
2024-10-03 10:31:03 +09:00
NoriDev
d7da3e6198
feat: 검색 위젯 ( 1673beta/cherrypick#125 )
2024-10-03 08:50:33 +09:00
NoriDev
a44d9fcce0
enhance(frontend): 외부 사이트로 이동할 때 경고 표시 ( MisskeyIO/misskey#558 )
2024-10-03 00:38:49 +09:00
NoriDev
01351529e9
feat: 사용자 페이지의 미디어 탭을 그리드 레이아웃으로 설정할 수 있음 ( kokonect-link/cherrypick#494 )
2024-10-02 05:22:44 +09:00
NoriDev
3155f3be56
feat: 답글 대상 노트의 반투명 옵션을 선택할 수 있음 ( kokonect-link/cherrypick#495 )
2024-10-01 21:55:43 +09:00
NoriDev
e4b2da4fb8
feat: 노트 동작 버튼을 개인화할 수 있음 ( kokonect-link/cherrypick#501 )
2024-10-01 21:30:22 +09:00
NoriDev
42b131c2a2
feat: 답글로 작성된 노트를 간략화하여 표시할 수 있음 ( kokonect-link/cherrypick#495 )
...
- 리액션한 노트는 옵션 활성화 유무와 상관없이 항상 표시됩니다.
2024-10-01 15:21:35 +09:00
NoriDev
a010b2657d
feat: 내용이 긴 노트의 간략화 여부를 선택할 수 있음 ( kokonect-link/cherrypick#495 )
2024-10-01 14:55:20 +09:00
NoriDev
32da7a9114
'내용 숨기기'로 설정한 내용을 항상 보이게 설정할 수 있음 ( kokonect-link/cherrypick#495 )
2024-10-01 14:55:18 +09:00
NoriDev
bf8eeb7cb7
feat: 위젯 영역을 숨길 수 있음
2024-10-01 12:05:09 +09:00
NoriDev
9ad64e3219
Merge remote-branch 'misskey/develop'
2024-10-01 10:22:51 +09:00
かっこかり
ca8cc015b0
enhance(frontend): フォロワーへのメッセージ欄を改良 ( #14656 )
...
* enhance(frontend): フォロワーへのメッセージ欄を改良
* Update Changelog
2024-09-30 20:05:34 +09:00
syuilo
f0d0cd2e50
wip ( #14643 )
2024-09-28 18:15:32 +09:00
syuilo
6964b919f8
Update ja-JP.yml
2024-09-28 14:42:07 +09:00
syuilo
28e9d4e483
feat: フォローされた際のメッセージを設定できるようにする ( #14430 )
...
* feat: フォローされた際のメッセージを設定できるようにする
Resolve #14425
* 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
NoriDev
f7cb9453f6
Merge remote-branch 'misskey/develop'
2024-09-26 15:01:49 +09:00
NoriDev
f2d6d3825c
Merge remote-branch 'misskey/develop'
2024-09-26 14:31:13 +09:00
かっこかり
d8a2eeb7ed
feat: エクスポート完了時に通知を発行するように ( #14484 )
...
* feat: エクスポート完了時に通知を発行するように
* Update Changelog
* entitity -> entity
* fix: ペイロードを含むように
* fix icon
* exportableEntities -> userExportableEntities
2024-09-26 14:15:03 +09:00
NoriDev
678e18627f
Merge remote-branch 'misskey/develop'
2024-09-26 14:08:07 +09:00
syuilo
89841e4c9a
enhance(frontend): 絵文字ピッカーをドロワー表示するか自由に設定可能に
2024-09-26 12:41:48 +09:00
Yuri Lee
d8dd1683c9
Add Sign in with passkey Button ( #14577 )
...
* 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
53682f5cc6
🎨
2024-09-25 12:31:04 +09:00
NoriDev
22b04f2ab2
Merge remote-branch 'misskey/develop'
2024-09-24 13:38:38 +09:00
syuilo
1ba09e1eee
enhance(frontend): improve forms usability
2024-09-23 14:42:38 +09:00
syuilo
8ad9f7209b
enhance(frontend): tweak control panel
2024-09-22 16:16:50 +09:00
かっこかり
f0834ca14c
enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように ( #14583 )
...
* enhance: インポート操作の実行可否をロールで制御できるように
* Update Changelog
2024-09-20 21:04:58 +09:00
syuilo
0b062f1407
Misskey® Reactions Buffering Technology™ ( #14579 )
...
* wip
* wip
* Update ReactionsBufferingService.ts
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
2024-09-20 21:03:53 +09:00
NoriDev
e10cef9a59
Merge remote-branch 'misskey/develop'
2024-09-20 13:07:20 +09:00
おさむのひと
4ac8aad50a
feat: UserWebhook/SystemWebhookのテスト送信機能を追加 ( #14489 )
...
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加
* fix CHANGELOG.md
* 一部設定をパラメータから上書き出来るように修正
* remove async
* regenerate autogen
2024-09-19 17:20:50 +09:00
NoriDev
6871f51fb5
Merge remote-branch 'misskey/develop'
2024-09-19 10:26:53 +09:00
かっこかり
3bf63dd9c5
fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 ( #14543 )
...
* fix(frontend): reloadAskが同時に複数実行されないように
* Update Changelog
* fix
* フラグ解除が確実に行われるように
* reloadAskを汎用化、理由を受け取るように
* fix
2024-09-17 22:18:06 +09:00
FineArchs
daf9ae5d4a
ScratchpadにUIインスペクターを追加 ( #14565 )
...
* add ui list
* Update scratchpad.vue
* experiment
* design change
* redesign
* redesign
* Update ja-JP.yml
* redesign
* component properties
* whole json
* use textarea
* fix import
* stringify function
* Update CHANGELOG.md
* UI Component Monitor -> UI Inspector
* uiInspectorOpenedFlags -> uiInspectorOpenedComponents
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix
* change key i -> c.value.id
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-09-17 20:11:50 +09:00
NoriDev
8a4a895231
Merge remote-branch 'misskey/develop'
2024-09-12 09:51:05 +09:00
かっこかり
2cbe1d1210
feat(frontend): ノート・ユーザータイムライン埋め込み ( #13929 )
...
* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67.
* fix
* revert all changes in base.pug
* embedドメインをまとめた
* embedドメインをまとめた
* prevent calling contextmenu in embed page by stopping at the caller
* fix import
* fix import
* improve directory structure
* fix import
* register timeline ui as a container
* wa-
* rename
* wa-
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaImage.vue
* Update EmNote.vue
* revert mkmedialist changes
* 戻し漏れ
* wip
* tweak embed media ui
* revert original media components
* Update boot.embed.js
* rename
* wip
* Update MkNote.vue
* wip
* Update MkSubNoteContent.vue
* Update EmNote.vue
* Update packages/frontend/src/router/definition.ts
* Revert "Update packages/frontend/src/router/definition.ts"
This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944.
* refactor EmMediaImage
* fix import
* remove unused imports
* Update router.ts
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* Update EmNote.vue
* Update EmNote.vue
* Create EmA.vue
* Create EmAvatar.vue
* Update EmAvatar.vue
* wip
* wip
* wip
* Create EmImgWithBlurhash.vue
* Update EmImgWithBlurhash.vue
* Create EmPagination.vue
* wip
* Update boot.ts
* wip
* wip
* wi@p
* wip
* wip
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update boot.ts
* wip
* Update MkMisskeyFlavoredMarkdown.ts
* wip
* wip
* wip
* wip
* wip
* Update post-message.ts
* wip
* Update EmNoteDetailed.vue
* Update EmNoteDetailed.vue
* Create instance.ts
* Update EmNoteDetailed.vue
* wip
* Update EmNoteDetailed.vue
* wip
* wip
* wip
* Update pnpm-lock.yaml
* wip
* wip
* wp
* wip
* Update ClientServerService.ts
* wip
* Update boot.ts
* Update vite.config.local-dev.ts
* Update vite.config.ts
* Create index.html
* wa-
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Create EmLink.vue
* Create EmMention.vue
* Update EmMfm.ts
* wip
* wip
* wip
* wip
* Update vite.config.ts
* Update boot.ts
* Update EmA.vue
* うぃp
* wip
* wip
* Create EmError.vue
* wip
* Update MkEmbedCodeGenDialog.vue
* Update EmNote.vue
* wip
* wip
* Update user-timeline.vue
* Update check-spdx-license-id.yml
* wip
* wip
* style(frontend-shared): lint fixes on build.js
* fix(frontend-shared): include `*.{js,json}` files in js-built
* wip
* use alias
* refactor
* refactor
* Update scroll.ts
* refactor
* refactor
* refactor
* wip
* wip
* wip
* wip
* Update roles.vue
* Update branding.vue
* wip
* wip
* wip
* Update page.vue
* wip
* fix import
* add missing css variables
* 絵文字をtwemojiに変更
クライアントデフォルトにあわせるため
* force empoll readonly
* fix compiler error
* fix broken imports
* tweak button style
* run api extractor
* fix storybook theme preloads
* fix storybook instance imports
* Update preview.ts
* Update preview.ts
* Update preview.ts
* Revert "Update preview.ts"
This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155.
* Revert "Update preview.ts"
This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4.
* Revert "Update preview.ts"
This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a.
* Revert "fix storybook instance imports"
This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e.
* Revert "wip"
This reverts commit d3c1926519878155193a1654f49141e515d49683.
* Revert "Update page.vue"
This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b.
* Revert "Update branding.vue"
This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16.
* Revert "Update roles.vue"
This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d.
* Revert "wip"
This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f.
* refactor: use common media proxy
* fix imports
* fix
* fix: MediaProxyの初期化を保証する(storybook対策?)
* enhance(frontend-embed): improve embedParams provide
* fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正
* fix
* embed-pageを共通化
* fix import
* fix import
* fix import
* const.jsを共通化
(たぶんrevertしすぎた)
* fix type error
* fix duplicated import
* fix lint
* fix
* コメントとして残す
* sharedとembedをlint対象にする
* lint
* attempt to fix eslint (frontend-shared)
* lint fixes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
2024-09-09 20:57:36 +09:00
NoriDev
56a34650f0
Merge remote-branch 'misskey/develop'
2024-08-28 15:33:43 +09:00
NoriDev
7d09934c0b
Merge remote-branch 'misskey/develop'
2024-08-26 19:51:23 +09:00
syuilo
44f62160cb
enhance(frontend): error message i18n
2024-08-24 16:59:17 +09:00
zyoshoka
fd744f44c1
enhance(backend): ページ、ギャラリー、Playのモデレーション強化 ( #13523 )
...
* enhance(backend): Page、ギャラリー、Playのモデレーション強化
* Update CHANGELOG.md
* fix: update misskey-js
* refactor(frontend): use `MkA`
* Update CHANGELOG.md
* fix(i18n): Page -> ページ
2024-08-17 15:01:08 +09:00