misskey/packages/backend/src/server/api/endpoints
Yuriha 26d4c5fd94
メンションの最大数をロールごとに設定可能にする (#13343)
* Add new role policy: maximum mentions per note

* fix

* Reviewを反映

* fix

* Add ChangeLog

* Update type definitions

* Add E2E test

* CHANGELOG に説明を追加

---------

Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
2024-02-29 20:48:02 +09:00
..
admin fix(backend): fix incorrect schemas (#13458) 2024-02-26 19:49:12 +09:00
antennas refactor: Refactor NoteReadService.read (#13429) 2024-02-22 21:10:28 +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 flash/update で部分的に変更できるようにする (#13396) 2024-02-22 21:31: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 2024-02-24 11:50:10 +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