misskey/packages/backend/src/models
taichan bff813042e
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128)
* refactor(frontend): noteSearchAvailableをaccountsに移動

* feat: searchページでのクエリの受取りとtypeによる表示タブの変更

* user検索でsearchの親から受け取った値を基に入力値を初期化

* feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得

* feat(frontend): ユーザーのノートを検索するページに遷移するボタン

* feat(frontend): ノート検索にホスト名指定のオプション追加
also 🎨

* style: ただ照会部分を囲っただけ(可読性確保のために)

* refactor: remove unneed import
defineProps and withDefaults are compiler micro when using `<script setup>`
FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed.

* Update CHANGELOG

* Fix: ノート検索の初期値が常にホスト指定になってしまう

* notesSearchAvailableをaccountに持たせるのをやめる

* SDPX-Licence-Identifier

* Fix: Vitest fails due to instance.policies being undefined

* Add Storybook for search

* Fix(storybook): ノート検索が利用できないと出てしまう問題

* storybookでユーザー選択ができないのを修正

* feat: ノート検索で自分を選択可能に
& 🎨

* feat(background): api/metaで検索可能なノートのスコープを参照できるように

* globalのノートが検索不可能な場合、検索オプションを表示しないように

* Update CHANGELOG.md

* config.meilisearch.scopeがstring[]を取ることがあるので修正

* meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように

* hostが空文字の時の挙動を修正

* ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
2024-07-30 15:51:08 +09:00
..
json-schema feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) 2024-07-30 15:51:08 +09:00
util (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_.ts refactor(backend): get column names from metadata (#13943) 2024-06-15 10:28:57 +09:00
AbuseReportNotificationRecipient.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
AbuseUserReport.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AccessToken.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Ad.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Announcement.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AnnouncementRead.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Antenna.ts 新着ノートをサウンドで通知する機能をdeck UIに追加 (#13867) 2024-05-27 20:54:53 +09:00
App.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AuthSession.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AvatarDecoration.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Blocking.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
BubbleGameRecord.ts fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
Channel.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ChannelFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ChannelFollowing.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Clip.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ClipFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ClipNote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
DriveFile.ts Fix(backend): ドライブのファイルのurl, uri, src の上限引き上げ (#14323) 2024-07-30 15:29:24 +09:00
DriveFolder.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Emoji.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Flash.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FlashLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Following.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FollowRequest.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GalleryLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GalleryPost.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Hashtag.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Instance.ts revert 5f88d56d96 2024-07-20 21:33:20 +09:00
Meta.ts enhance: サーバーのお問い合わせ先URLを設定できるように 2024-05-31 10:12:23 +09:00
ModerationLog.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Muting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Note.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteReaction.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteThreadMuting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteUnread.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Notification.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Page.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PageLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PasswordResetRequest.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Poll.ts Exclude channel notes from featured polls (#13838) 2024-05-20 18:08:20 +09:00
PollVote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PromoNote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PromoRead.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RegistrationTicket.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RegistryItem.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Relay.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RenoteMuting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RepositoryModule.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
RetentionAggregation.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ReversiGame.ts chore: add missing SPDX ID and workflow check (#13570) 2024-03-13 22:37:18 +09:00
Role.ts enhance: 新しいコンディショナルロール条件の実装 (#13732) 2024-04-19 15:22:23 +09:00
RoleAssignment.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Signin.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SwSubscription.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SystemWebhook.ts feature: ユーザ作成時にSystemWebhookを発信できるようにする (#14321) 2024-07-29 21:31:32 +09:00
UsedUsername.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
User.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserIp.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserKeypair.ts revert 5f88d56d96 2024-07-20 21:33:20 +09:00
UserList.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserListFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserListMembership.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserMemo.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserNotePining.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserPending.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserProfile.ts enhance(backend): フォロー・フォロワー関連の通知の受信設定の強化 (#13468) 2024-02-28 09:49:34 +09:00
UserPublickey.ts revert 5f88d56d96 2024-07-20 21:33:20 +09:00
UserSecurityKey.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Webhook.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00