summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | increase rate limit on server-info to avoid errors and blank graphsHazelnoot2025-02-161-3/+4
|/
* Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-131-2/+6
|\
| * add new note search file types (module, flash) and optimize file type queryHazelnoot2025-02-131-2/+6
* | Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-113-4/+39
|\|
| * merge: Cleanup and bulk fixes to Mastodon API (resolves #495, #509, #707, #7...Hazelnoot2025-02-101-0/+16
| |\
| | * add `memo` and `isInstanceMuted` to UserRelation API entityHazelnoot2025-02-081-0/+16
| * | merge: Allow user-initiated object lookups (/ap/show endpoint) to follow cros...Hazelnoot2025-02-101-3/+22
| |\ \
| | * | allow ap/show to follow cross-domain redirectsHazelnoot2025-02-051-1/+20
| | * | use leaky bucket rate limit for ap/showHazelnoot2025-02-051-2/+2
| * | | merge: search-by-tags returns "home" notes - fixes #933 (!891)Marie2025-02-101-1/+1
| |\ \ \
| | * | | search-by-tags returns "home" notes - fixes #933dakkar2025-02-101-1/+1
| | | |/ | | |/|
* | | | Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-101-0/+33
|\| | |
| * | | feat: Add generation of keys to admin pageMarie2025-02-071-0/+33
| |/ /
* | | Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-074-9/+37
|\| |
| * | merge: Add "follow back" button on follow-related notifications (resolves #89...Marie2025-02-071-3/+3
| |\ \
| | * | increase rate limit for `users/show` endpointHazelnoot2025-02-051-3/+3
| | |/
| * | merge: Allow users to set a default content warning for their new posts (reso...Marie2025-02-071-0/+25
| |\ \
| | * | add MiUserProfile.defaultCWPriority property and APIHazelnoot2025-02-051-0/+8
| | * | add MiUserProfile.defaultCW property and APIHazelnoot2025-02-051-0/+17
| | |/
| * | merge: Increase the rate limit for `/api/i` endpoint (!882)Marie2025-02-071-3/+5
| |\ \
| | * | increase the rate limit for `/api/i` endpoint, preventing some 429 errors if ...Hazelnoot2025-02-011-3/+5
| | |/
| * / increase rate limit on federation/update-remote-userHazelnoot2025-02-011-3/+4
| |/
* | Merge tag '2025.2.0' into merge/2024-02-03dakkar2025-02-062-5/+4
|\ \
| * | enhance: ページslugに使用可能な文字を限定 (#15395)syuilo2025-02-052-5/+4
* | | fix import order in i/claim-achievement.tsHazelnoot2025-02-041-1/+1
* | | fix import order in i/delete-account.tsHazelnoot2025-02-041-1/+1
* | | fix import order in i/regenerate-token.tsHazelnoot2025-02-041-1/+1
* | | fix import order in mute/delete.tsHazelnoot2025-02-041-1/+1
* | | fix import order in notes/favorite/delete.tsHazelnoot2025-02-041-1/+1
* | | fix lint errors in notes/schedule/create.tsHazelnoot2025-02-041-5/+0
* | | fix import order in notes/global-timeline.tsHazelnoot2025-02-041-1/+1