summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(backend): incorrect logic for determining whether Quote or not (#13700)zyoshoka2024-04-141-3/+3
* fix(backend): 登録にメール認証が必須になっている場合、登...かっこかり2024-04-131-0/+10
* refactor(general): use `Date.now()` instead of creating a new `Date` instance...zyoshoka2024-04-074-4/+4
* fix(backend): better `notes/translate` error response (#13631)zyoshoka2024-03-301-4/+9
* fix(frontend): 「今日誕生日のフォロー中ユーザー」ウィジ...かっこかり2024-03-251-4/+3
* fix: URLプレビューの動作改善+動作設定を可能にする (#13579)おさむのひと2024-03-212-6/+69
* enhance(antenna): Botの投稿を除外できるように (#13603)かっこかり2024-03-212-0/+4
* fix(general): `flash/create`でPlayの公開範囲を指定できない問題...zyoshoka2024-03-151-0/+2
* refactor(backend): UserEntityService.packMany()の高速化 (#13550)おさむのひと2024-03-121-5/+3
* enhance(backend): antennas/updateの必須項目をantennaIdのみに (#13542)yupix2024-03-101-5/+7
* メンションの最大数をロールごとに設定可能にする (#13343)Yuriha2024-02-291-2/+11
* fix(backend): ダイレクトなノートに対してはダイレクトでし...zyoshoka2024-02-291-0/+8
* enhance: 通知の履歴をリセットできるように (#13335)かっこかり2024-02-291-0/+33
* enhance(backend): 通知がミュート・凍結を考慮するようにす...taichan2024-02-282-9/+8
* fix(backend): fix incorrect schemas (#13458)zyoshoka2024-02-261-1/+4
* admin/emoji/updateの必須項目を減らす 等 (#13449)FineArchs2024-02-251-9/+18
* fix: 古いキャッシュを使うのを修正 (#13453)tamaina2024-02-252-4/+4
* refactorsyuilo2024-02-241-1/+1
* enhance: リモートのフォロワーから再度Followが来た場合、ac...tamaina2024-02-231-12/+1
* fix(backend): より多くの人に使われているハッシュタグが検...okayurisotto2024-02-231-1/+1
* fix: プッシュ通知の変更が1時間ほど反映されない問題を...tamaina2024-02-233-0/+16
* refactor(backend): `Array.prototype.filter`での非null確認では`isNotNul...okayurisotto2024-02-233-3/+6
* enhance: `meta`をSSR HTMLに埋め込む (#13436)かっこかり2024-02-231-409/+8
* flash/update で部分的に変更できるようにする (#13396)FineArchs2024-02-221-6/+6
* refactor: Refactor NoteReadService.read (#13429)tamaina2024-02-221-3/+1
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-02-221-2/+3
|\
| * fix: 禁止キーワードを含むノートがDelayed Queueに追加され...anatawa122024-02-221-2/+3
* | enhance: サーバーごとにモデレーションノートを残せるよ...syuilo2024-02-222-3/+14
|/
* fix: allow moderators see role assigned users; fix #13301 (#13315)Cocoa Hoto2024-02-171-1/+1
* feat: license violation protection (#13285)Acid Chicken (硫酸鶏)2024-02-173-6/+11
* fix(backend): add missing schemas and fix incorrect schemas (#13295)zyoshoka2024-02-1620-37/+296
* (re) update SPDX-FileCopyrightTexttamaina2024-02-13368-368/+368
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-13368-393/+393
* update SPDX-FileCopyrightTextsyuilo2024-02-12368-393/+393
* fix: 特定文字列を含むノートを投稿できないようにする管...おさむのひと2024-02-093-24/+57
* refactor(backend): exist -> exists (#13203)かっこかり2024-02-0824-30/+30
* ignore `instance.actor` when checking if there are local users (#13146)Gianni Ceccarelli2024-02-042-11/+8
* fix: Hide reactions of all remote users / feat: moderators can see reactions ...tamaina2024-02-011-3/+21
* refactor(backend): User関連のスキーマ/型の指定を強くする (#12...zyoshoka2024-01-3134-49/+50
* refactor: frontendのcomponentsの型エラーを改善 (#12926)yukineko2024-01-302-0/+31
* enhance(reversi): 変則なしマッチングを可能にsyuilo2024-01-241-1/+4
* enhance(reversi): more robust matching processsyuilo2024-01-241-1/+2
* enhance(reversi): 準備中の自分の対局も一覧に表示するようにsyuilo2024-01-241-1/+2
* enhance(reversi): improve desync handlingsyuilo2024-01-231-0/+64
* perf(reversi): improve performance of reversi backendsyuilo2024-01-223-4/+6
* enhance(reversi): tweak reversisyuilo2024-01-211-1/+1
* feat: reversisyuilo2024-01-197-1/+333
* enhance(drop-and-fusion): ゲームバランスの調整などsyuilo2024-01-171-2/+2
* refactor: noteテーブルのインデックス整理と配列カラムへの...YS2024-01-154-7/+9
* fix(backend): 虚無ノートを投稿できる問題の修正と `api.json` ...zyoshoka2024-01-135-29/+55