summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (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(backend): fix openAPI operationId formatsyuilo2024-03-231-1/+1
* 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-293-0/+40
* enhance(backend): 通知がミュート・凍結を考慮するようにす...taichan2024-02-282-9/+8
* fix(backend): リノート時のHTLへのストリーミングの意図しな...zyoshoka2024-02-281-1/+9
* 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
* refactor(backend): remove/replace deprecated type deps (#13252)zyoshoka2024-02-161-1/+1
* fix(backend): add missing schemas and fix incorrect schemas (#13295)zyoshoka2024-02-1620-37/+296
* (re) update SPDX-FileCopyrightTexttamaina2024-02-13405-405/+405
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-13405-430/+430
* update SPDX-FileCopyrightTextsyuilo2024-02-12405-430/+430
* fix: 特定文字列を含むノートを投稿できないようにする管...おさむのひと2024-02-093-24/+57
* refactor(backend): exist -> exists (#13203)かっこかり2024-02-0826-33/+33
* ignore `instance.actor` when checking if there are local users (#13146)Gianni Ceccarelli2024-02-042-11/+8
* fix: api-docが開けない問題を修正 (#13132)yukineko2024-02-022-38/+40
* fix: Hide reactions of all remote users / feat: moderators can see reactions ...tamaina2024-02-011-3/+21
* refactor(backend): User関連のスキーマ/型の指定を強くする (#12...zyoshoka2024-01-3136-51/+52
* refactor: frontendのcomponentsの型エラーを改善 (#12926)yukineko2024-01-303-3/+33
* 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-234-15/+71
* perf(reversi): improve performance of reversi backendsyuilo2024-01-223-4/+6
* enhance(reversi): some tweakssyuilo2024-01-221-5/+3