misskey/packages/backend/src/server/api/endpoints
zyoshoka 4b1ca9ef61
fix(general): flash/createでPlayの公開範囲を指定できない問題の修正と編集画面の調整 (#13574)
* fix(backend): param `visibility` wasn't included in `flash/create`

* fix(frontend): tweak flash editor ui

* Update CHANGELOG.md
2024-03-15 22:02:57 +09:00
..
admin fix(backend): fix incorrect schemas (#13458) 2024-02-26 19:49:12 +09:00
antennas enhance(backend): antennas/updateの必須項目をantennaIdのみに (#13542) 2024-03-10 17:31:39 +09:00
ap (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
app (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
auth (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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 (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
charts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
clips (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
drive (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
email-address (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
federation enhance: サーバーごとにモデレーションノートを残せるように 2024-02-22 20:59:52 +09:00
flash fix(general): flash/createでPlayの公開範囲を指定できない問題の修正と編集画面の調整 (#13574) 2024-03-15 22:02:57 +09:00
following fix: 古いキャッシュを使うのを修正 (#13453) 2024-02-25 12:36:10 +09:00
gallery refactor(backend): Array.prototype.filterでの非null確認ではisNotNull関数を使うように (#13442) 2024-02-23 14:12:57 +09:00
hashtags fix(backend): より多くの人に使われているハッシュタグが検索結果上位に来るように (#11498) (#13340) 2024-02-23 18:02:12 +09:00
i enhance(backend): 通知がミュート・凍結を考慮するようにする (#13412) 2024-02-28 21:26:26 +09:00
invite (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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 メンションの最大数をロールごとに設定可能にする (#13343) 2024-02-29 20:48:02 +09:00
notifications enhance: 通知の履歴をリセットできるように (#13335) 2024-02-29 20:03:30 +09:00
pages (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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 (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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 refactor(backend): UserEntityService.packMany()の高速化 (#13550) 2024-03-12 14:31:34 +09:00
announcements.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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 (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00: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): Array.prototype.filterでの非null確認ではisNotNull関数を使うように (#13442) 2024-02-23 14:12:57 +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