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
*
refactor bubble-timeline.ts to match global-timeline.ts and local-timeline.ts
Hazelnoot
2025-04-03
1
-2
/
+3
*
merge from misskey-develop
Hazelnoot
2025-04-02
5
-68
/
+30
|
\
|
*
feat: アンテナでセンシティブなチャンネルからのノート...
Nanashi.
2025-04-02
3
-0
/
+7
|
*
Fix: 通知のページネーションで2つ以上読み込めなくなる...
anatawa12
2025-04-02
2
-68
/
+23
*
|
fix backend lint errors
Hazelnoot
2025-04-02
3
-5
/
+5
*
|
lint and type fixes
Hazelnoot
2025-04-01
28
-151
/
+30
*
|
remove no-op Connection.cachedNotes and Connection.cacheNote
Hazelnoot
2025-04-01
12
-43
/
+0
*
|
copy changes to notes/edit.ts
Hazelnoot
2025-04-01
1
-4
/
+2
*
|
fix backend type errors
Hazelnoot
2025-04-01
8
-27
/
+24
*
|
Merge branch 'develop' into merge/2025-03-24
Hazelnoot
2025-03-31
2
-81
/
+121
|
\
\
|
*
|
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
*
|
|
fix type errors from notes/versions endpoint
Hazelnoot
2025-03-31
1
-8
/
+26
*
|
|
fix type errors from SponsorsService
Hazelnoot
2025-03-31
1
-6
/
+47
*
|
|
Revert "revert 7bfada9792bc4d29d47d3895643543cbe15191cd: enhance: remove bull...
Hazelnoot
2025-03-30
1
-3
/
+0
*
|
|
Merge branch 'develop' into merge/2025-03-24
Hazelnoot
2025-03-30
18
-1912
/
+1802
|
\
|
|
|
*
|
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
[next]