mizzkey/packages/backend/src/server/api/endpoints
Sayamame-beans 7afa593d11
Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (#14078)
* feat: implement role policy "canUpdateBioMedia"

* docs(changelog): update changelog

* docs(changelog): update changelog

* chore: regenerate misskey-js type definitions

* chore: Apply suggestion from code review

Co-authored-by: anatawa12 <anatawa12@icloud.com>

* chore: fix unnecessarily strict inequality check

* chore: policies should be gotten only once

---------

Co-authored-by: anatawa12 <anatawa12@icloud.com>
2024-07-14 09:31:05 +09:00
..
admin test(backend): goodbye, Lenna (#14111) 2024-07-02 14:29:44 +09:00
announcements feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
antennas Fix(backend): Limit antenna/webhook/list to exact amount (#14036) 2024-06-18 12:18:04 +09:00
ap (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
app fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
auth fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
blocking (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
bubble-game fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
channels fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
charts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
clips refactor: api/*/update系の必須キーを最低限に (#13824) 2024-06-22 14:52:27 +09:00
drive refactor 2024-06-21 13:31:02 +09:00
email-address (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
federation 配信停止したインスタンス一覧が見れなくなる問題を修正 (#13945) 2024-06-07 14:46:46 +09:00
flash fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
following perf(backend): avoid N+1 selects from user table when packing many entities (#13911) 2024-05-31 15:32:42 +09:00
gallery refactor: api/*/update系の必須キーを最低限に (#13824) 2024-06-22 14:52:27 +09:00
hashtags fix(backend): より多くの人に使われているハッシュタグが検索結果上位に来るように (#11498) (#13340) 2024-02-23 18:02:12 +09:00
i Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (#14078) 2024-07-14 09:31:05 +09:00
invite fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
miauth (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
mute (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
my (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
notes fix(backend): fix creating reactions bugs (#13901) 2024-06-22 19:49:38 +09:00
notifications enhance: 通知の履歴をリセットできるように (#13335) 2024-02-29 20:03:30 +09:00
pages refactor: api/*/update系の必須キーを最低限に (#13824) 2024-06-22 14:52:27 +09:00
promo (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
renote-mute (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
reversi fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
roles perf(backend): avoid N+1 selects from user table when packing many entities (#13911) 2024-05-31 15:32:42 +09:00
sw fix: プッシュ通知の変更が1時間ほど反映されない問題を修正 (#13407) 2024-02-23 17:19:08 +09:00
username (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
users fix: サジェストされるユーザのリストアップ方法を見直し (#14180) 2024-07-12 21:14:09 +09:00
announcements.ts feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
drive.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
emojis.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
endpoint.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
endpoints.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-custom-emojis.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
fetch-external-resources.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
fetch-rss.ts fix(backend): add detailed schema to fetch-rss endpoint (#13764) 2024-04-29 15:36:01 +09:00
get-avatar-decorations.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
get-online-users-count.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
i.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
meta.ts enhance: metaをSSR HTMLに埋め込む (#13436) 2024-02-23 10:47:17 +09:00
notes.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
page-push.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ping.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
pinned-users.ts refactor(backend): remove unnecessary isNotNull sugar 2024-06-21 13:03:51 +09:00
request-reset-password.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
reset-db.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
reset-password.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
retention.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
server-info.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
stats.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
test.ts fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
users.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00