summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * remove unnecessary call to generateVisibilityQuery in bubble-timeline.tsHazelnoot2025-06-021-1/+0
| * avoid unnecessary nextTick callbacks in bubble-timeline.tsHazelnoot2025-06-021-4/+4
| * remove unused DI from bubble-timeline.tsHazelnoot2025-06-021-4/+1
| * add copyright header to bubble-timeline.tsHazelnoot2025-06-021-0/+5
* | merge develop and fix conflicts.piuvas2025-06-0331-120/+294
|\|
| * merge: Allow unauthenticated (logged-out) users to translate notes (!1055)Hazelnoot2025-06-013-19/+12
| |\
| | * allow unauthenticated (logged-out) users to translate notesHazelnoot2025-05-303-19/+12
| * | merge: Overhaul trending polls (!1022)Hazelnoot2025-06-011-19/+75
| |\ \
| | * | fix policy check for unspecified "local" property in polls/recommendation end...Hazelnoot2025-05-231-1/+0
| | * | catch polls that are expiring exactly in the current instantHazelnoot2025-05-231-1/+1
| | * | only show polls from explorable usersHazelnoot2025-05-231-0/+1
| | * | 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
| |/ /
* | | some requested changes to linkAttribution.piuvas2025-05-271-21/+11
* | | requested changes.piuvas2025-05-271-10/+8
* | | add missing semicolons.piuvas2025-05-271-3/+3
* | | small fixes.piuvas2025-05-261-5/+1
* | | initial link attributions work.piuvas2025-05-262-2/+54
|/ /
* | merge: Synchronize database entities and code models (!1040)Marie2025-05-232-1/+5
|\ \ | |/ |/|
| * fix TS errors from defaultLikeHazelnoot2025-05-222-1/+5
* | merge: Cleanup admin user UI (!1012)Marie2025-05-231-0/+39
|\ \ | |/ |/|
| * add "followStats" property to admin/show-user responseHazelnoot2025-05-161-0/+39
* | use config.url instead of "https://${config.host}"Hazelnoot2025-05-212-1/+2
* | factor our cache logic into a separate methodHazelnoot2025-05-191-27/+37
* | remove preview ActivityPub flag if we encounter a permanent (non-retryable) e...Hazelnoot2025-05-191-13/+37
* | fix error schema for FileServerService rate limitHazelnoot2025-05-191-3/+5
* | add rate limit for URL previewHazelnoot2025-05-191-11/+61
* | make sure that the "fetch linked note" button actually remembers that the not...Hazelnoot2025-05-191-32/+146
|/
* 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