index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
queue
/
QueueProcessorService.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-16
add missing `await` in ApLogCleanupService
Hazelnoot
1
-1
/
+1
2025-02-16
don't log slow activities, as this is known to happen under regular circumsta...
Hazelnoot
1
-8
/
+1
2025-02-16
implement AP fetch logs
Hazelnoot
11
-95
/
+395
2025-02-16
rename activity_log and activity_context to ap_inbox_log and ap_context
Hazelnoot
11
-65
/
+113
2025-02-16
make `activity_log.duration` nullable
Hazelnoot
2
-2
/
+22
2025-02-16
fix activity duration calculation
Hazelnoot
1
-10
/
+17
2025-02-16
print warning when activity processing exceeds 10 seonds
Hazelnoot
1
-0
/
+3
2025-02-16
log inbound activity duration
Hazelnoot
3
-4
/
+35
2025-02-16
add missing constraint names to `SkActivityLog` and `SkActivityContext`
Hazelnoot
3
-8
/
+29
2025-02-16
add logging for ActivityLogCleanupService
Hazelnoot
1
-2
/
+11
2025-02-16
add inbound activity logger for debugging
Hazelnoot
16
-10
/
+414
2025-02-16
fill `myReaction` in more cases - may fix !944
dakkar
1
-11
/
+14
2025-02-15
Increase nodejs memory limit for docker
Daniel Ares
1
-0
/
+2
2025-02-14
fix performance of SQL LIKE note search
Hazelnoot
1
-1
/
+1
2025-02-13
fix error when searching without a specified host
Hazelnoot
2
-3
/
+3
2025-02-13
search notes with denormalized userHost field
Hazelnoot
1
-2
/
+2
2025-02-13
add new note search file types (module, flash) and optimize file type query
Hazelnoot
8
-59
/
+135
2025-02-12
fix pgroona note.text query
Hazelnoot
1
-1
/
+1
2025-02-10
prevent a `ReferenceError`
dakkar
1
-2
/
+2
2025-02-10
fix the defaults
dakkar
1
-2
/
+1
2025-02-10
hide note preview if it's already quoted - fixes #888
dakkar
5
-5
/
+13
2025-02-10
add missing translations for admin perms - fixes #918
dakkar
2
-0
/
+30
2025-02-10
make the listen address configurable - fixes #927
dakkar
4
-3
/
+10
2025-02-10
search-by-tags returns "home" notes - fixes #933
dakkar
1
-1
/
+1
2025-02-09
add some missing translations
dakkar
1
-4
/
+4
2025-02-09
allow overriding logging via env
dakkar
1
-1
/
+2
2025-02-09
remove unstable "detector" tests from megalodon
Hazelnoot
1
-68
/
+0
2025-02-08
regenerate misskey-js
Hazelnoot
1
-2
/
+6
2025-02-08
make convertAttachment match file->attachment schema
Hazelnoot
1
-3
/
+6
2025-02-08
fix mastodon media attachment conversion (resolves #495)
Hazelnoot
1
-7
/
+38
2025-02-08
improve mastodon note conversion and use access checks in more places (resolv...
Hazelnoot
8
-236
/
+222
2025-02-08
hide restricted edit history from mastodon api (resolves #811)
Hazelnoot
5
-10
/
+65
2025-02-08
fix relationship data for Mastodon API (resolves #714)
Hazelnoot
7
-14
/
+39
2025-02-08
add `memo` and `isInstanceMuted` to UserRelation API entity
Hazelnoot
2
-0
/
+66
2025-02-08
fix build target for megalodon
Hazelnoot
2
-5
/
+5
2025-02-08
remove un-needed relationshipModel static data
Hazelnoot
2
-32
/
+4
2025-02-08
fix empty masto-api responses for several endpoints (resolves #721 and #707)
Hazelnoot
3
-9
/
+11
2025-02-08
cleanup Mastodon API (resolves #804 and #865, partially resolves #492)
Hazelnoot
13
-1128
/
+1256
2025-02-08
export logger `Data` types for reference elsewhere
Hazelnoot
1
-2
/
+2
2025-02-08
export megalodon generator in a way that doesn't break TypeScript
Hazelnoot
1
-1
/
+4
2025-02-07
add pixman, pango, cairo and libpng to runner
Marie
1
-1
/
+1
2025-02-07
chore: adjust add command
Marie
1
-1
/
+1
2025-02-07
Update Dockerfile
Marie
1
-1
/
+1
2025-02-07
docker: add more packages
Marie
1
-1
/
+1
2025-02-07
chore: replace build-base with alpine-sdk
Marie
1
-2
/
+2
2025-02-07
fix(docker): Alpine build failing due to missing dev packages (pkgconf and etc)
Marie
1
-1
/
+1
2025-02-07
print an error when booting with both MK_ONLY_SERVER and MK_ONLY_QUEUE set
Hazelnoot
1
-2
/
+7
2025-02-07
clearer warning when replacing saved keys
dakkar
2
-2
/
+2
2025-02-07
simpler `genKeys`
dakkar
1
-12
/
+7
2025-02-07
pick lints
dakkar
1
-1
/
+1
[next]