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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove redundant sql query.
piuvas
2025-04-20
1
-9
/
+0
*
requested changes to verifyFieldLinks
piuvas
2025-04-20
1
-14
/
+11
*
refactor link verification.
piuvas
2025-04-19
1
-1
/
+12
*
fix wsmessage rate limit definition
Hazelnoot
2025-03-29
1
-1
/
+2
*
increase limits on WS note subscriptions and cached notes
Hazelnoot
2025-03-28
1
-2
/
+2
*
limit the number of active connections per client, and limit upgrade requests...
Hazelnoot
2025-03-28
1
-18
/
+52
*
avoid duplicate channels in WS connection
Hazelnoot
2025-03-28
1
-10
/
+18
*
avoid leaking cached notes in WS connection
Hazelnoot
2025-03-28
1
-11
/
+11
*
make sure that note subscriptions can't stay above limit
Hazelnoot
2025-03-28
1
-5
/
+3
*
clear subscriptions when connection closes
Hazelnoot
2025-03-28
1
-0
/
+7
*
limit the number of note subscriptions per connection
Hazelnoot
2025-03-28
1
-6
/
+19
*
close websocket when rate limit exceeded
Hazelnoot
2025-03-28
1
-22
/
+7
*
convert streaming rate limit to bucket
Hazelnoot
2025-03-28
1
-21
/
+14
*
Ignore notifications that reference missing notes
Hazelnoot
2025-03-27
3
-3
/
+22
*
use exclusive ranges in api/i/notifications and /api/v1/notifications
Hazelnoot
2025-03-27
1
-2
/
+2
*
convert notification types in mastodon API
Hazelnoot
2025-03-27
1
-19
/
+16
*
don't render CW as HTML for mastodon
Hazelnoot
2025-03-27
1
-4
/
+2
*
hide sensitive content from Discord previews
Hazelnoot
2025-03-27
1
-0
/
+6
*
render profile bios in masto API
Hazelnoot
2025-03-27
1
-1
/
+4
*
fixes to CW and quote conversion for mastodon
Hazelnoot
2025-03-27
1
-9
/
+29
*
handle errors in mastodon search endpoints
Hazelnoot
2025-03-27
1
-0
/
+33
*
improve mastodon API error handling
Hazelnoot
2025-03-27
1
-45
/
+43
*
rename MastodonConverters.ts to matching naming scheme
Hazelnoot
2025-03-27
9
-16
/
+16
*
add additional required CORS headers for masto-api requests
Hazelnoot
2025-03-27
1
-0
/
+15
*
enable local timeline in Phanpy clients
Hazelnoot
2025-03-27
1
-1
/
+1
*
support reactions in mastodon API
Hazelnoot
2025-03-27
2
-39
/
+46
*
remove unused async from toMastoApiHtml / fromMastoApiHtml
Hazelnoot
2025-03-27
1
-10
/
+9
*
don't log query parameters from mastodon API
Hazelnoot
2025-03-27
1
-2
/
+4
*
support Mastodon v4 "link header" pagination
Hazelnoot
2025-03-27
6
-82
/
+321
*
implement /api/v1/favourites
Hazelnoot
2025-03-27
1
-2
/
+16
*
fix empty response from /api/v1/notifications
Hazelnoot
2025-03-27
1
-1
/
+1
*
fix empty response from /api/v1/blocks
Hazelnoot
2025-03-27
1
-1
/
+1
*
fix empty response from /api/v1/mutes
Hazelnoot
2025-03-27
1
-1
/
+1
*
don't return httpStatusCode in mastodon errors
Hazelnoot
2025-03-27
1
-0
/
+1
*
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 API query parameters to strip `[]` suffix
Hazelnoot
2025-03-27
1
-0
/
+44
*
fix /api/v1/instance response
Hazelnoot
2025-03-27
1
-5
/
+9
*
normalize mastodon BAD_REQUEST errors
Hazelnoot
2025-03-27
8
-69
/
+71
*
fix several mastodon converters
Hazelnoot
2025-03-27
1
-22
/
+27
*
remove unused megalodon components
Hazelnoot
2025-03-27
1
-4
/
+4
*
format mastodon API endpoints
Hazelnoot
2025-03-27
1
-4
/
+14
*
de-duplicate mastodon API logging
Hazelnoot
2025-03-27
10
-1212
/
+810
*
refactor mastodon API and preserve remote user agent for requests
Hazelnoot
2025-03-27
15
-1362
/
+1242
*
merge: Optionally enable websocket compression (!921)
Marie
2025-03-19
1
-0
/
+5
|
\
|
*
adjust compression fallback
PrivateGER
2025-03-18
1
-1
/
+1
|
*
linter fix
PrivateGER
2025-02-26
1
-1
/
+1
|
*
Optionally enable websocket compression
PrivateGER
2025-02-25
1
-0
/
+5
*
|
convert Authorized Fetch to a setting and add support for hybrid mode (essent...
Hazelnoot
2025-03-16
3
-0
/
+32
*
|
merge: Ignore empty content warnings in API (resolves #977) (!929)
Marie
2025-03-09
4
-7
/
+7
|
\
\
[next]