summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: Synchronize database entities and code models (!1040)Marie2025-05-232-1/+5
|\
| * fix TS errors from defaultLikeHazelnoot2025-05-222-1/+5
* | add "followStats" property to admin/show-user responseHazelnoot2025-05-161-0/+39
|/
* replace andWhere with whereHazelnoot2025-05-141-1/+1
* use /users endpoint for explore exclusively (restore original behavior)Hazelnoot2025-05-141-12/+6
* don't trend notes from non-explorable or non-trendable usersHazelnoot2025-05-141-1/+2
* check ps.trending before hiding non-explorable users from /users endpointHazelnoot2025-05-141-1/+4
* enforce "can trend" role policy in trending user pageHazelnoot2025-05-142-2/+30
* add new featured tab for "users popular locally"Hazelnoot2025-05-141-2/+17
* add role policy to allow note trendingHazelnoot2025-05-142-2/+2
* merge: Cache note translations in Redis (!1027)Marie2025-05-141-13/+48
|\
| * add debug logging for translation endpointHazelnoot2025-05-121-0/+1
| * cache and re-use note translationsHazelnoot2025-05-121-13/+47
* | add configurable timeout for note translationsHazelnoot2025-05-123-0/+12
|/
* merge: Fix word mute character calculation (resolves #861) (!1018)Hazelnoot2025-05-121-2/+7
|\
| * fix calculation of word muteHazelnoot2025-05-101-2/+7
* | don't show hidden hashtags on the trending pageHazelnoot2025-05-101-0/+6
|/
* added cleanup to more sectionsMarie2025-05-081-0/+3
* refactor: ファイルアップロード時のテストを追加 (#15928)おさむのひと2025-05-081-0/+1
* Revert "fix: 添付ファイルのあるリクエストを受けたときの...おさむのひと2025-05-082-117/+59
* merge: Replace JSDOM with cheerio (!973)Marie2025-05-082-3/+4
|\
| * fix type errorsHazelnoot2025-05-081-2/+2
| * replace JSDOM with cheerioHazelnoot2025-05-081-1/+2
* | implement '/v1/apps/verify_credentials'Hazelnoot2025-05-085-2/+95
* | fix "cannot use 'in' operator" errorHazelnoot2025-05-081-1/+1
* | copy stack to AxiosError causesHazelnoot2025-05-081-0/+8
* | use isAxiosError to improve type detectionHazelnoot2025-05-081-13/+12
* | more improvements to Mastodon error loggingHazelnoot2025-05-081-17/+36
* | differentiate between "error" and "exception" in mastodon APIHazelnoot2025-05-081-1/+1
* | add missing "return reply" calls to async fastify routesHazelnoot2025-05-089-86/+86
* | more fixes to Mastodon loggingHazelnoot2025-05-082-19/+8
* | handle AxiosErrors without a responseHazelnoot2025-05-081-3/+30
* | split exception logging from error logging to simplify and improve mastodon e...Hazelnoot2025-05-082-49/+42
* | improvements to Mastodon error conversionHazelnoot2025-05-081-5/+41
* | correctly parse response errors for loggingHazelnoot2025-05-082-8/+11
* | debug-log mastodon error responsesHazelnoot2025-05-082-8/+19
* | enable debug logging for Mastodon APIHazelnoot2025-05-081-2/+4
* | improve type checks in POST /api/v1/apps endpointHazelnoot2025-05-081-7/+8
* | temporary: add recursive error handler to MastodonApiServerService.tsHazelnoot2025-05-081-4/+8
* | improve compatibility with multipart/form-data mastodon API requestsHazelnoot2025-05-085-155/+49
|/
* add missing stateMarie2025-05-081-1/+1
* merge: Reorder relay activities to avoid delivery race condition (resolves #9...Marie2025-05-082-2/+2
|\
| * reorder relay activities to avoid delivery race conditionHazelnoot2025-05-072-2/+2
* | Fix polls not rendering properly in Schedule ListMarie2025-05-081-0/+18
* | merge: Show all files for Drive Cleaner (!982)Hazelnoot2025-05-071-4/+7
|\ \ | |/ |/|
| * upMarie2025-05-071-2/+2
| * add boolean to ignore folderId sorting, show all files on drive cleanerMarie2025-05-071-4/+7
* | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-05-061-1/+1
|\|
| * Update instance.tsMarie2025-05-051-1/+1
| * change regex to include a zero-length matchMarie2025-05-051-1/+1