summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix linter error in emojis endpointJulia Johannesen2024-11-201-1/+1
* merge: make emoji categories and names case insensitive. (!746)dakkar2024-11-171-10/+5
|\
| * edit querypiuvas2024-11-151-10/+5
* | merge: Remove check to prevent admin reporting (Fixes #757) (!727)Hazelnoot2024-11-171-4/+0
|\ \
| * | Update report-abuse.tsKio!2024-11-031-4/+0
| |/
* / Improve performance of notes/following APICaramel2024-11-091-9/+9
|/
* factor out shared codeHazel K2024-11-022-72/+4
* respect following privacy settingsHazel K2024-11-022-4/+30
* Revert "fix incorrect populated object in followers endpoint"Hazel K2024-11-021-1/+1
* check for blocks in following / followers endpointsHazel K2024-11-022-2/+16
* require auth for followers & following endpointsHazel K2024-11-022-2/+4
* upd: add FriendlyCaptcha as a captcha solutionMarie2024-11-024-0/+38
* check token permissions in admin/accounts/create.tsHazelnoot2024-11-011-11/+46
* allow admins to create approved usersHazelnoot2024-11-011-11/+19
* fix poll option limit in masto APIHazelnoot2024-10-261-1/+1
* add separate limits for CW lengthHazelnoot2024-10-262-5/+21
* fix unit testsHazelnoot2024-10-261-9/+11
* fix UUID formatHazel K2024-10-263-3/+3
* separate character limits for local and remote notesHazel K2024-10-264-8/+50
* fix: return getfromdb when FanoutTimeline is not enabledLhc_fl2024-10-231-1/+1
* merge: fix: should use invite limit cycle to calculate invite/limit (!706)dakkar2024-10-221-1/+1
|\
| * fix: should use invite limit cycle to calculate invite/limitLhc_fl2024-10-221-1/+1
* | 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
|/
* fix: default sensitive not letting users unmark filesMarie2024-10-201-0/+2
* Merge branch 'develop' into feature/2024.9.0dakkar2024-10-183-0/+104
|\
| * merge: Allow logged in users to refresh polls (!686)Marie2024-10-183-0/+104
| |\
| | * chore: change permission kindMarie2024-10-151-1/+1
| | * upd: hide refresh if logged out and if local, change blocked error messageMarie2024-10-151-1/+1
| | * upd: add ability to refresh pollMarie2024-10-153-0/+104
* | | Merge branch 'develop' into feature/2024.9.0dakkar2024-10-183-0/+81
|\| |
| * | upd: add recommended checksMarie2024-10-171-0/+8
| * | upd: add additional check from delete endpointMarie2024-10-171-3/+3
| * | chore: indentMarie2024-10-171-1/+1
| * | upd: add decline endpoint and free up username on declineMarie2024-10-173-0/+73
| |/
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-155-7/+172
|\|
| * add "show bots" toggle to following feedHazelnoot2024-10-152-0/+15
| * match following endpoint default values with frontend defaultsHazel K2024-10-151-2/+2
| * add filters for following feedHazel K2024-10-152-1/+70
| * remove un-necessary assignment to queryHazel K2024-10-151-4/+3
| * correct name of `SkLatestNote`Hazel K2024-10-151-2/+2
| * FEAT: Allow users to view pending follow requests they sentLhc_fl2024-10-133-0/+82
* | fix "federation allowed" check in our codedakkar2024-10-121-1/+1
* | thank you lintersdakkar2024-10-112-7/+8
* | fix some DI mistakes after the mergedakkar2024-10-106-8/+3
* | fix imports in channels bubble-timelinedakkar2024-10-091-0/+1
* | fix type in channel.tsdakkar2024-10-091-1/+1
* | use injected meta in search-by-tagdakkar2024-10-091-5/+6
* | use injected meta in MastodonApiServerServicedakkar2024-10-091-3/+4