summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix backend lint errorsHazelnoot2025-04-021-1/+1
* | | lint and type fixesHazelnoot2025-04-0123-35/+21
* | | copy changes to notes/edit.tsHazelnoot2025-04-011-4/+2
* | | fix backend type errorsHazelnoot2025-04-014-8/+8
* | | fix type errors from notes/versions endpointHazelnoot2025-03-311-8/+26
* | | fix type errors from SponsorsServiceHazelnoot2025-03-311-6/+47
* | | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-03-301-2/+2
|\ \ \ | | |/ | |/|
| * | use exclusive ranges in api/i/notifications and /api/v1/notificationsHazelnoot2025-03-271-2/+2
* | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-3018-105/+39
|\ \ \ | | |/ | |/|
| * | enhance(backend): ミュートしているユーザーをユーザー検索...syuilo2025-03-272-75/+8
| * | refactor(backend): better method namesyuilo2025-03-2716-31/+31
* | | Revert "feat: google analytics (#15451)"Hazelnoot2025-03-252-11/+0
* | | remerge: remove FetchAllowSoftFailMask in favor of our same-authority checksHazelnoot2025-03-251-27/+13
* | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-256-3/+126
|\| |
| * | enhance: チャットのリアクションを削除できるようにsyuilo2025-03-251-0/+49
| * | enhance: モデレーターがチャットルームの内容を確認・削...syuilo2025-03-252-3/+8
| * | enhance: チャットルームに招待されたときの通知を追加syuilo2025-03-252-0/+2
| * | enhance: 送信したチャットルームへの招待を確認できるよ...syuilo2025-03-251-0/+67
* | | merge upstreamHazelnoot2025-03-2570-156/+1587
|\| | | |/ |/|
| * Feat: Chat (#15686)syuilo2025-03-2429-84/+1424
| * refactor(backend): better prop namesyuilo2025-03-2227-27/+27
| * enhance(backend): refine system account (#15530)syuilo2025-03-028-23/+104
| * refactorsyuilo2025-02-281-2/+2
| * fix(backend): S3_SAFEかつURL_SAFEでない文字列をprefixに使えない...Esurio/1673beta2025-02-261-1/+1
| * fix(backend): clips/updateのdescriptionで空文字を許容するように ...かっこかり2025-02-262-4/+8
| * feat: google analytics (#15451)syuilo2025-02-252-0/+12
| * Merge commit from fork饺子w (Yumechi)2025-02-231-9/+3
| * feat: アクセストークン発行時に通知するように (#15422)lqvp2025-02-111-0/+5
| * fix(backend): correct `admin/meta` response schema (#15434)zyoshoka2025-02-091-0/+1
| * fix(backend): `following/invalidate`でフォロワーを解除しようと...Esurio/1673beta2025-02-081-1/+1
* | convert Authorized Fetch to a setting and add support for hybrid mode (essent...Hazelnoot2025-03-163-0/+32
* | merge: Ignore empty content warnings in API (resolves #977) (!929)Marie2025-03-093-5/+5
|\ \
| * | collapse empty `cw` to nullHazelnoot2025-03-032-2/+2
| * | ignore empty CW with creating / editing notesHazelnoot2025-03-033-3/+3
* | | upd: simplify checksMarie2025-03-061-13/+9
* | | chore: typecheck errorMarie2025-03-061-0/+2
* | | add: libretranslateMarie2025-03-063-34/+98
|/ /
* | remove `fileId` from `importCustomEmojis` logHazelnoot2025-03-021-1/+0
* | don't record deleted note, flash, page, or gallery post in modlogHazelnoot2025-03-023-3/+0
* | don't pass note into moderationLogService.logHazelnoot2025-03-021-1/+0
* | add moderation logs for many endpointsHazelnoot2025-03-0219-39/+169
* | remove assertActivityMatchesUrls in favor of three-way same-authority checksHazelnoot2025-03-021-3/+5
* | merge: Add "reject quotes" settings (!901)Hazelnoot2025-03-014-0/+89
|\ \
| * | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-204-0/+89
* | | probably fix editing scheduled notes - fixes #934dakkar2025-02-261-2/+29
|/ /
* | merge: Add "force content warning" setting for user moderation (resolves #905...dakkar2025-02-202-2/+74
|\ \
| * | move `mandatoryCW` from admin-user to PackedUserLite (public field)Hazelnoot2025-02-161-5/+0
| * | record ModLog entry when setting a user's content warningHazelnoot2025-02-161-6/+20
| * | add user-level "force content warning" moderation featureHazelnoot2025-02-162-0/+58
| * | refresh cache when marking a user as NSFWHazelnoot2025-02-161-2/+7