summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/following.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* additional fixes and cleanup to all note endpointsHazelnoot2025-06-051-5/+5
|
* copy changes to notes/following.tsHazelnoot2025-06-031-5/+11
|
* fix following feed performance and bugsHazelnoot2025-05-281-6/+7
|
* check suspended users/hosts in following feedHazelnoot2025-05-031-0/+6
|
* fix backend type errorsHazelnoot2025-04-011-2/+2
|
* merge: Bump develop version (!789)Julia2024-11-281-0/+6
|\ | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/789
| * add rate limits to all public endpointsHazelnoot2024-11-221-0/+6
| |
* | Improve performance of notes/following APICaramel2024-11-091-9/+9
|/
* add "followers" tab to following feedHazelnoot2024-10-211-8/+41
|
* return error when calling following feed with both includeReplies and filesOnlyHazelnoot2024-10-211-0/+10
|
* fix duplicate users in the following feedHazelnoot2024-10-211-12/+26
|
* add "show bots" toggle to following feedHazelnoot2024-10-151-0/+6
|
* match following endpoint default values with frontend defaultsHazel K2024-10-151-2/+2
|
* add filters for following feedHazel K2024-10-151-0/+21
|
* remove un-necessary assignment to queryHazel K2024-10-151-4/+3
|
* correct name of `SkLatestNote`Hazel K2024-10-151-2/+2
|
* lint fixesHazel K2024-10-021-2/+2
|
* use QueryService for blocks and mutesHazel K2024-10-021-19/+4
|
* respect blocks and mutes for replies and renotesHazel K2024-10-021-5/+17
|
* respect domain mutesHazel K2024-10-021-2/+4
|
* fix copyright headerHazel K2024-09-301-1/+1
|
* add mutuals-only optionHazel K2024-09-301-6/+14
|
* add /notes/following endpointHazel K2024-09-301-0/+88