summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: Fix link verification for actors without a url field *FOR STABLE* (!1...Hazelnoot2025-07-271-2/+6
|\
| * include profile URI for link verificationHazelnoot2025-07-271-2/+6
* | fix users/report-abuse endpoint being really slowHazelnoot2025-07-271-4/+6
|/
* mark grouped notifs by oldest id - sort-of fix 1139dakkar2025-07-031-4/+8
* merge: Check privacy settings in charts/user/following (resolves #1107) (!1124)Hazelnoot2025-06-141-1/+78
|\
| * check privacy settings in charts/user/followingHazelnoot2025-06-141-1/+78
* | merge: group notifications regardless of when they happened - fix #633 (!1123)Marie2025-06-141-26/+61
|\ \ | |/ |/|
| * annotate typesdakkar2025-06-141-4/+4
| * group notifications regardless of when they happened - fix #633dakkar2025-06-141-26/+61
* | merge: Show signup reason in user admin screen (resolves #1090) (!1114)Hazelnoot2025-06-141-0/+4
|\ \
| * | show signup reason in user admin screenHazelnoot2025-06-131-0/+4
| |/
* | merge: Hide admin secrets from the mod log (resolves #44) (!1120)Marie2025-06-141-2/+22
|\ \
| * | hide admin secrets from the mod logHazelnoot2025-06-141-2/+22
| |/
* / set X-Robots-Tag to disable indexing API endpointsHazelnoot2025-06-132-0/+11
|/
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-122-2/+2
* pcleanup dependencies:Hazelnoot2025-06-121-137/+76
* merge: Avoid more N+1 queries in NoteEntityService and UserEntityService (!1099)Hazelnoot2025-06-1228-59/+55
|\
| * fix relations in MastodonDataService.tsHazelnoot2025-06-091-8/+8
| * normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-098-28/+24
| * re-type userFollowingsCache to match the othersHazelnoot2025-06-0912-16/+16
| * use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot2025-06-093-3/+3
| * convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot2025-06-095-5/+5
* | enforce DM visibility in notes/mentionsHazelnoot2025-06-101-3/+2
|/
* merge: Reduce log spam (!1004)Hazelnoot2025-06-0914-44/+52
|\
| * reduce log spam from ApiCallServiceHazelnoot2025-06-061-8/+10
| * record user ID in API error logger, matching sentryHazelnoot2025-06-061-0/+1
| * don't record potentially sensitive data in API logsHazelnoot2025-06-061-2/+0
| * more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-066-22/+19
| * add more details to IdentifiableErrorsHazelnoot2025-06-061-4/+4
| * reduce, clarify, and normalize more error messagesHazelnoot2025-06-066-8/+14
| * fix error logs and response in drive/files/create.tsHazelnoot2025-06-061-2/+2
| * emit IdentifiableErrors from validator.tsHazelnoot2025-06-061-0/+4
* | fix response type of i/registry/get endpointHazelnoot2025-06-071-3/+1
* | fix array length check in i/update attributionDomains parameterHazelnoot2025-06-071-1/+1
* | add ActivityPub representation to admin-user.vueHazelnoot2025-06-071-5/+45
|/
* match attributionDomains entity to database schemaHazelnoot2025-06-061-3/+9
* merge: Additional performance fixes (!1095)Hazelnoot2025-06-0618-255/+212
|\
| * additional fixes and cleanup to all note endpointsHazelnoot2025-06-0517-178/+156
| * fix performance regression in mentions endpointHazelnoot2025-06-051-27/+43
| * fix performance regression in home timelineHazelnoot2025-06-051-55/+18
* | merge: Report admin UX improvements (!1060)Hazelnoot2025-06-051-2/+15
|\ \ | |/ |/|
| * remove report -> profile relations to avoid TypeORM bug https://github.com/ty...Hazelnoot2025-06-041-3/+3
| * fix relation typo in abuse-user-reportsHazelnoot2025-06-041-2/+2
| * add relations from abuse_user_report->user_profile to speed up admin/abuse-us...Hazelnoot2025-06-041-1/+9
| * add targetInstance to abuse report schemaHazelnoot2025-06-041-0/+5
| * pack users with "me" context in AbuseUserReportEntityServiceHazelnoot2025-06-041-1/+1
* | fix performance drop in notes/mentions endpointHazelnoot2025-06-041-4/+5
|/
* merge: Rework queries and add indexes to improve timeline performance (!1091)Hazelnoot2025-06-0421-354/+309
|\
| * restore join to note.channel in channel/timeline.tsHazelnoot2025-06-031-2/+2
| * copy changes to list channelHazelnoot2025-06-031-12/+14