summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | overhaul trending pollsHazelnoot2025-05-231-19/+75
| * | | sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.tsHazelnoot2025-06-013-4/+21
| * | | fix withRenotes check in bubble-timeline.tsHazelnoot2025-06-011-14/+10
| * | | merge: Instance admin UX improvements (!1059)Hazelnoot2025-06-011-0/+6
| |\ \ \
| | * | | disable status badge strip in admin-user and instance-infoHazelnoot2025-05-291-0/+6
| * | | | merge: Resolve AP collection items (prerequisite for future work) (!1067)Hazelnoot2025-06-011-1/+16
| |\ \ \ \
| | * | | | pass limit from ap/get to resolveCollectionItemsHazelnoot2025-05-261-1/+2
| | * | | | add options expandCollectionItems and allowAnonymous to ap/get endpointHazelnoot2025-05-261-1/+15
| | |/ / /
| * | | | merge: Persisted instance blocks (!1068)Hazelnoot2025-06-018-13/+23
| |\ \ \ \
| | * | | | exclude local notes from bubble timelineHazelnoot2025-05-301-1/+2
| | * | | | fix following feed performance and bugsHazelnoot2025-05-281-6/+7
| | * | | | use instance block columns instead of checking meta columnsHazelnoot2025-05-287-7/+15
| | |/ / /
| * | | | merge: fix DeepLX (!1077)Marie2025-06-011-1/+1
| |\ \ \ \
| | * | | | fix DeepLXdakkar2025-06-011-1/+1
| | | |_|/ | | |/| |
| * | | | correctly render reblogs and quotes-with-CW for discord previewsHazelnoot2025-06-011-4/+20
| * | | | allow passing user/note into convertStatus for performanceHazelnoot2025-06-011-3/+3
| * | | | return typed relations from MastodonDataService note fetchersHazelnoot2025-06-011-8/+73
| |/ / /
| * / / increase chart rate limits to max=200 and rate=5/sHazelnoot2025-05-2512-36/+36
| |/ /
* / / initial link attributions work.piuvas2025-05-261-1/+5
|/ /
* | 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