index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
mastodon
/
endpoints
/
account.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing "return reply" calls to async fastify routes
Hazelnoot
2025-05-08
1
-15
/
+15
*
improve compatibility with multipart/form-data mastodon API requests
Hazelnoot
2025-05-08
1
-32
/
+21
*
fix backend lint errors
Hazelnoot
2025-04-02
1
-2
/
+2
*
rename MastodonConverters.ts to matching naming scheme
Hazelnoot
2025-03-27
1
-2
/
+2
*
support Mastodon v4 "link header" pagination
Hazelnoot
2025-03-27
1
-16
/
+20
*
minor fixes to /v1/accounts/verify_credentials
Hazelnoot
2025-03-27
1
-3
/
+2
*
improve performance of /v1/accounts/relationships
Hazelnoot
2025-03-27
1
-6
/
+3
*
normalize mastodon BAD_REQUEST errors
Hazelnoot
2025-03-27
1
-14
/
+15
*
de-duplicate mastodon API logging
Hazelnoot
2025-03-27
1
-257
/
+161
*
refactor mastodon API and preserve remote user agent for requests
Hazelnoot
2025-03-27
1
-113
/
+359
*
improve mastodon note conversion and use access checks in more places (resolv...
Hazelnoot
2025-02-08
1
-3
/
+5
*
fix relationship data for Mastodon API (resolves #714)
Hazelnoot
2025-02-08
1
-5
/
+5
*
remove un-needed relationshipModel static data
Hazelnoot
2025-02-08
1
-30
/
+2
*
fix empty masto-api responses for several endpoints (resolves #721 and #707)
Hazelnoot
2025-02-08
1
-4
/
+4
*
cleanup Mastodon API (resolves #804 and #865, partially resolves #492)
Hazelnoot
2025-02-08
1
-190
/
+92
*
add copyright text to all our files
dakkar
2024-06-15
1
-2
/
+7
*
chore: remove console log on verify_credentials
Mar0xy
2023-10-31
1
-1
/
+0
*
upd: allow updating of fields
Mar0xy
2023-10-30
1
-16
/
+12
*
fix: followers and following not being able to load
Mar0xy
2023-10-29
1
-2
/
+2
*
fix: await all results on favourites and reblogged
Mar0xy
2023-10-29
1
-3
/
+1
*
upd: simplify importing of mastoconverter, fix bug
Mar0xy
2023-10-29
1
-10
/
+6
*
upd: change deps, fix a few bugs, update converter
Mar0xy
2023-10-29
1
-33
/
+40
*
upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)
Marie
2023-10-01
1
-1
/
+1
*
upd: move patch function and make note user always detail
Mar0xy
2023-09-25
1
-11
/
+0
*
chore: swap base_url getting on some endpoints
Mar0xy
2023-09-25
1
-2
/
+1
*
fix: get account statuses for local users
Mar0xy
2023-09-25
1
-0
/
+1
*
Revert "test: check old megalodon version"
Mar0xy
2023-09-25
1
-1
/
+1
*
test: check old megalodon version
Mar0xy
2023-09-25
1
-1
/
+1
*
fix oauth login
Mar0xy
2023-09-24
1
-9
/
+9
*
chore: lint says const happy
Mar0xy
2023-09-24
1
-1
/
+1
*
chore: change const to let
Mar0xy
2023-09-24
1
-1
/
+1
*
chore: lint and update package name
Mar0xy
2023-09-24
1
-180
/
+180
*
upd: prettify layout
Mar0xy
2023-09-24
1
-13
/
+12
*
upd: Masto API accounts endpoint finished
Mar0xy
2023-09-24
1
-0
/
+139
*
upd: megalodon to v7
Mar0xy
2023-09-24
1
-2
/
+2
*
add: account endpoint
Mar0xy
2023-09-24
1
-0
/
+147