misskey/packages/backend/src/server/api
tamaina 42b2aea533
feat(frontend): 自分のプロフィールページの二次元コード(QRコード)を表示し、他の人のコードを読み取りするページを追加 (#16456)
* wip (qr.show.vue)

* added to navbar

* qr.show.vue

* fix

* added to navbar

* fix size

* 🎨

* 🎨

* fix div warn

* fix

* use * 0.25

* fix??

* fix lint

* clean up

* ???

* ?

* fix

* 🎨

* 🎨

* refactor

* 🎨

* 🎨

* :ar:t

* 🎨

* iphone flip

* no lazy import

* 🎨

* 🎨

* 🎨

* ユーザー全部flipでいいや

* ✌️

* fix

* fix

* fix lint

* 🎨

* fix type

* fix: local user profile url cannot be resolved with ap/show

* fix: local user url with hostname could not be resolved

* chore: use common utility for checking self host

* wip

* 🎨

* 🎨

* fix imports

* fix

* fix

* fix

* 🎨

* fix...

* set spacer-w

* ✌️

* 全画面でQRを読むように

* fix

* 🎨

* modify navbar.ts

* start/stop on vue activation

* display raw content read from qr

* 端末のQRをスキャンするボタンを追加

* chore

* やっぱりmfmを先に表示する

* 🎨

* fix 18n

* QRの内容は/users/:userIdにする

* add spdx

* use cqh

* `defineProps` is a compiler macro and no longer needs to be imported.

* use MkUserName

* 🎨

* 🎨

* refactor

* clean up

* refactor

* 🎨

* Update qr.show.vue

* Misskeyロゴにdrop-shadowを追加

* clean up: do not use empty css

* fix os.select usage

* Update qr.vue

* Update qr.show.vue

* Update qr.show.vue

* Update get-user-menu.ts

* ✌️

* Update show.ts

* Update ja-JP.yml

* watermark

* Update CHANGELOG.md

* Update qr.read.vue

* Update qr.read.vue

* wip

* Update MkWatermarkEditorDialog.Layer.vue

---------

Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-09-19 21:02:30 +09:00
..
endpoints feat(frontend): 自分のプロフィールページの二次元コード(QRコード)を表示し、他の人のコードを読み取りするページを追加 (#16456) 2025-09-19 21:02:30 +09:00
openapi fix(backend): correct invalid schema format specifying only `required` for `anyOf` (#16089) 2025-05-27 08:57:09 +09:00
stream chore(backend): remove unused codes 2025-08-09 14:44:36 +09:00
ApiCallService.ts fix: RateLimiterService (#13997) 2025-05-11 15:37:46 +09:00
ApiLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ApiServerService.ts enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように (#16522) 2025-09-06 14:46:24 +09:00
AuthenticateService.ts refactor 2025-02-28 09:34:21 +09:00
EndpointsModule.ts refactor: Refactor Endpoints to improve Developer Experience for adding Endpoints (#15301) 2025-01-20 12:15:23 +00:00
GetterService.ts ノートの脱CASCADE削除 (#16332) 2025-07-31 14:40:51 +09:00
RateLimiterService.ts lint 2025-05-11 17:17:07 +09:00
SigninApiService.ts fix: RateLimiterService (#13997) 2025-05-11 15:37:46 +09:00
SigninService.ts fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700) 2024-10-05 12:03:47 +09:00
SigninWithPasskeyApiService.ts Add Sign in with passkey Button (#14577) 2024-09-26 08:25:33 +09:00
SignupApiService.ts Migration cleanup (#16288) 2025-07-16 15:49:05 +09:00
StreamingApiServerService.ts Feat: Chat (#15686) 2025-03-24 21:32:46 +09:00
endpoint-base.ts Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" (#15927) 2025-05-03 16:23:06 +09:00
endpoint-list.ts enhance: verify-emailにフロントエンドUIを実装 (#16431) 2025-08-21 16:52:30 +09:00
endpoints.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
error.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00